← Back to Skills Marketplace
richard7463

Binance Trade Jury

by richard7463 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
301
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install binance-trade-jury
Description
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...
README (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

  1. Extract the trade symbol. Accept either BTC or BTCUSDT.
  2. Extract the side as LONG or SHORT. If the user does not specify, default to LONG.
  3. Extract the full thesis text. If the user gives no thesis, ask for it.
  4. Optionally extract bankroll in USD. If none is given, send null.
  5. 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}'
  1. Base the answer on the returned JSON. The most important fields are:

    • verdict
    • score
    • headline
    • summary
    • jurors
    • concerns
    • approvalConditions
    • playbook
    • shareText
  2. If the user wants a share card, build a payload with:

    • verdict
    • score
    • symbol
    • side
    • headline
    • summary
    • primaryJuror
    • primaryConcern
    • generatedAt

    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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install binance-trade-jury
  3. After installation, invoke the skill by name or use /binance-trade-jury
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Binance Trade Jury with Binance thesis review, juror verdicts, and share card support.
Metadata
Slug binance-trade-jury
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 301 downloads so far.

How do I install Binance Trade Jury?

Run "/install binance-trade-jury" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Binance Trade Jury free?

Yes, Binance Trade Jury is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Binance Trade Jury support?

Binance Trade Jury is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Binance Trade Jury?

It is built and maintained by richard7463 (@richard7463); the current version is v1.0.0.

💬 Comments