[new-plugin] hyperliquid-risk-alpha v1.0.0#386
Open
cbl980712-coder wants to merge 2 commits intookx:mainfrom
Open
[new-plugin] hyperliquid-risk-alpha v1.0.0#386cbl980712-coder wants to merge 2 commits intookx:mainfrom
cbl980712-coder wants to merge 2 commits intookx:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin name: hyperliquid-risk-alpha
Product name: Hyperliquid Risk Alpha
Strategy ID: risk-alpha-xy
Version: 1.0.0
Type: Skill-only
Checklist
plugin-store lint passes locally with no errors
I have read the Development Guide
My plugin does NOT use reserved prefixes (okx-, official-, plugin-store-)
LICENSE file is included
SKILL.md has YAML frontmatter with name and description
English
What does this plugin do?
Hyperliquid Risk Alpha is a small risk-controlled BTC/ETH trading product built on top of the official Hyperliquid Plugin and Onchain OS.
It helps users move through a disciplined trading workflow instead of opening unmanaged positions. The product checks whether the account, funding, and trading path are ready; reads a light market data layer; scores fresh BTC/ETH opportunities; prepares a small order plan; runs risk check and dry-run; requires final confirmation; and then prioritizes post-entry protection and lifecycle review.
Core capabilities:
account / funding / trading readiness
market data light layer
fresh opportunity score
order planning
risk check
dry-run
final confirmation
live order only after confirmation
post-entry guard
executable exit plan
reduce-only protection principles
lifecycle watcher
trade journal
guard state
final review
This plugin does not claim high win rate or guaranteed profit. Its value is reducing execution mistakes, unmanaged-position risk, and undisciplined follow-up trades.
Which commands does it use?
This skill is designed to work with official command names:
hyperliquid-plugin
onchainos
It does not rely on local wrappers, copied binaries, private wallet files, or development-only relay tools.
Safety considerations
No private keys are handled by the skill.
No wallet seed phrase or local session data is required by the public skill.
The skill does not promise profit or high win rate.
The skill does not open new positions while an existing position is unmanaged.
The skill does not force trades just because readiness is true.
Public documentation does not include private wallet addresses, API keys, local machine paths, or private logs.
Testing / Package
Prepared as a Skill-only Plugin Store submission under:
skills/hyperliquid-risk-alpha/
Included files:
plugin.yaml
.claude-plugin/plugin.json
SKILL.md
SUMMARY.md
README.md
LICENSE
Development validation completed a first real Hyperliquid tiny-trade lifecycle: live entry, protection order, stop-loss exit attribution, trade journal update, guard state update, and final review. Private wallet data and local evidence logs are not included in this public package.
Please run:
plugin-store lint skills/hyperliquid-risk-alpha
中文说明
这个插件是做什么的?
Hyperliquid Risk Alpha 是一个基于官方 Hyperliquid Plugin 和 Onchain OS 的小额风控交易产品。
它不是高胜率神策略,也不承诺稳定盈利。它的目标是让用户在 BTC / ETH 小额交易中少犯执行错误,避免裸仓、乱开仓、无风控、无复盘。
用户一句话可以问:
“现在 BTC 或 ETH 有没有值得做的一笔小额单?”
系统会先回答:
账户是否 ready?
资金是否 ready?
交易路径是否 ready?
BTC / ETH 哪个更值得看?
当前是 no_trade、watch、tradable_light 还是 tradable_full?
如果要做,订单计划是什么?
风险检查是否通过?
dry-run 是否通过?
是否需要最终人工确认?
开仓后是否已经有保护?
这笔交易最后怎么复盘?
核心能力
account / funding / trading readiness
市场数据轻层
fresh opportunity score
交易计划
risk check
dry-run
final confirmation
真实下单
post-entry guard
executable exit plan
protection
lifecycle watcher
trade_journal
guard_state
final review
产品价值
Hyperliquid Risk Alpha 的价值不是“帮用户无脑刷单”,而是把真实交易变成有纪律的流程:
readiness ready 不等于必须交易
没有好机会可以输出 watch / no_trade
下单前必须 risk check 和 dry-run
没有确认不提交 live
开仓后优先检查是否裸仓
有仓位先保护,再考虑下一笔
交易结束后必须归因和复盘
真实验证
开发验证中已经完成第一笔真实 Hyperliquid tiny trade 的生命周期:
真实开仓
提交保护订单
stop-loss 退出归因
trade journal 更新
guard state 更新
final review
这些证明产品不是只会生成计划,而是能跑完整交易流程。公开包不包含私密钱包数据、本地日志或敏感路径。
安全边界
不承诺收益
不承诺高胜率
不自动连续开单
不在已有仓位未管理好时开第二笔
不绕过确认流程
所有 live 写操作必须先经过计划、risk check、dry-run 和人工确认