Binance Trade Jury
by @richard7463
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...
clawhub install binance-trade-juryπ About This Skill
name: 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 / REJECT verdict, inspect the three juror opinions, receive an execution playbook, or generate a Binance Trade Jury share card link.
Binance Trade Jury
Use this skill to review a Binance trade thesis before it becomes a real position.
Public endpoints:
https://binance-trade-jury.vercel.app/api/trade-juryhttps://binance-trade-jury.vercel.app/api/trade-jury/share-imageWhen to use it
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":"","side":"","thesis":"","bankrollUsd":null}'
6. Base the answer on the returned JSON. The most important fields are:
- verdict
- score
- headline
- summary
- jurors
- concerns
- approvalConditions
- playbook
- shareText
7. 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=