Install
openclaw skills install binance-trade-juryUse 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.
openclaw skills install binance-trade-juryUse 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-imageBTC or BTCUSDT.LONG or SHORT. If the user does not specify, default to LONG.null.curl -sS -X POST https://binance-trade-jury.vercel.app/api/trade-jury \
-H 'Content-Type: application/json' \
-d '{"symbol":"<symbol>","side":"<LONG|SHORT>","thesis":"<thesis>","bankrollUsd":null}'
Base the answer on the returned JSON. The most important fields are:
verdictscoreheadlinesummaryjurorsconcernsapprovalConditionsplaybookshareTextIf the user wants a share card, build a payload with:
verdictscoresymbolsideheadlinesummaryprimaryJurorprimaryConcerngeneratedAtThen URL-encode the JSON and append it to:
https://binance-trade-jury.vercel.app/api/trade-jury/share-image?payload=<urlencoded-json>