← 返回 Skills 市场
Binance Trade Jury
作者
richard7463
· GitHub ↗
· v1.0.0
· MIT-0
301
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install binance-trade-jury
功能描述
Use this skill when the user wants to put a Binance trade thesis on trial, review whether a long or short idea deserves risk, get an APPROVE / REVIEW / REJEC...
使用说明 (SKILL.md)
Binance Trade Jury
Use this skill to review a Binance trade thesis before it becomes a real position.
Public endpoints:
- Review API:
https://binance-trade-jury.vercel.app/api/trade-jury - Share image:
https://binance-trade-jury.vercel.app/api/trade-jury/share-image
When to use it
- The user wants a second opinion on a Binance trade idea.
- The user asks whether a long or short thesis is worth taking.
- The user wants a verdict backed by Binance market data instead of generic chat.
- The user wants a clearer entry, invalidation, and no-chase plan.
- The user wants a verdict card or social post for a reviewed thesis.
Workflow
- Extract the trade symbol. Accept either
BTCorBTCUSDT. - Extract the side as
LONGorSHORT. If the user does not specify, default toLONG. - Extract the full thesis text. If the user gives no thesis, ask for it.
- Optionally extract bankroll in USD. If none is given, send
null. - Run:
curl -sS -X POST https://binance-trade-jury.vercel.app/api/trade-jury \
-H 'Content-Type: application/json' \
-d '{"symbol":"\x3Csymbol>","side":"\x3CLONG|SHORT>","thesis":"\x3Cthesis>","bankrollUsd":null}'
-
Base the answer on the returned JSON. The most important fields are:
verdictscoreheadlinesummaryjurorsconcernsapprovalConditionsplaybookshareText
-
If the user wants a share card, build a payload with:
verdictscoresymbolsideheadlinesummaryprimaryJurorprimaryConcerngeneratedAt
Then URL-encode the JSON and append it to:
https://binance-trade-jury.vercel.app/api/trade-jury/share-image?payload=\x3Curlencoded-json>
Output guidance
- Lead with the verdict and why the bench reached it.
- Quote the three jurors in short form when useful.
- Keep the playbook concrete: starter, add, invalidation, no-chase, and risk cap.
- Do not invent exchange-private data or portfolio permissions. This skill uses Binance public market data only.
- If the API fails, surface the error and suggest retrying with a cleaner symbol or tighter thesis.
安全使用建议
This skill appears to do what it says, but it sends whatever you put in the 'thesis' (and optional bankroll) to a third-party service (binance-trade-jury.vercel.app). If your trade ideas are sensitive or proprietary, avoid sending them verbatim. Prefer redacting identifying details or testing with dummy content first. Be cautious about using the share-image URL flow: it embeds the payload in the GET query string, which can be logged by servers, CDNs, or appear in referrers — avoid putting secret information there. If you want to avoid external network calls entirely, do not enable or invoke this skill. If you trust the service, proceed; otherwise ask the provider for a privacy policy or consider a local/manual review process.
功能分析
Type: OpenClaw Skill
Name: binance-trade-jury
Version: 1.0.0
The skill is classified as suspicious due to a potential shell injection vulnerability in the `curl` command template provided in `SKILL.md`. The instructions direct the agent to insert user-provided strings (symbol, side, and thesis) directly into a shell command sent to an external API (binance-trade-jury.vercel.app), which could be exploited if the agent does not properly sanitize the input. While the functionality aligns with the stated purpose of trade analysis, the insecure handling of user data and reliance on a third-party endpoint present a security risk.
能力评估
Purpose & Capability
The name and description (review Binance trade theses) match the instructions (POST to a trade-jury API and build a share card). The skill requests no credentials, no binaries, and no config paths — nothing extraneous to the stated purpose. The external endpoints are third-party (vercel.app) but that is a reasonable implementation choice for this functionality.
Instruction Scope
Runtime instructions only direct the agent to extract symbol/side/thesis/bankroll and call the listed public endpoints, then base the response on returned JSON. The instructions do not read local files or unrelated env vars. Important privacy note: the SKILL.md instructs constructing a URL with a URL-encoded JSON payload for the share-image endpoint (GET query param), which can expose the thesis in logs, referrers, or analytics — this is a potential data-leakage vector to consider.
Install Mechanism
There is no install spec and no code files beyond SKILL.md and a small agent YAML; nothing is downloaded or written to disk by the skill itself. This minimizes installation risk.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, because the agent will POST user content (thesis and optional bankroll) to a third-party API, any sensitive or proprietary strategy text will be transmitted off-host. The use of a GET URL with the payload for the share-image endpoint increases the chance that data will be logged or leaked.
Persistence & Privilege
always:false (not forced into every session). agents/openai.yaml sets allow_implicit_invocation:true (the default) so the agent may autonomously call the skill when invoked — this is expected platform behavior and not in itself a red flag. There is no requested persistent system privilege or configuration of other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install binance-trade-jury - 安装完成后,直接呼叫该 Skill 的名称或使用
/binance-trade-jury触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Binance Trade Jury with Binance thesis review, juror verdicts, and share card support.
元数据
常见问题
Binance Trade Jury 是什么?
Use this skill when the user wants to put a Binance trade thesis on trial, review whether a long or short idea deserves risk, get an APPROVE / REVIEW / REJEC... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。
如何安装 Binance Trade Jury?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install binance-trade-jury」即可一键安装,无需额外配置。
Binance Trade Jury 是免费的吗?
是的,Binance Trade Jury 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Binance Trade Jury 支持哪些平台?
Binance Trade Jury 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Binance Trade Jury?
由 richard7463(@richard7463)开发并维护,当前版本 v1.0.0。
推荐 Skills