binance-us-asset-research
Binance.US Asset Research
Use this skill for deeper single-asset analysis after a brief surfaces an idea worth investigating.
Use This Skill For
- "Research BTC"
- "Look at SOL"
- "What is happening with ETH?"
- "Give me a Binance.US-safe overview of AVAX"
- "Should I spend time on this asset?"
When Not To Use
- broad market summaries
- portfolio-only reviews
- funding or cash-readiness checks
- fully automated trading or execution requests
How To Run
Run the shared engine in research mode:
python3 scripts/binance_us_brief.py --mode asset_research --asset BTC --format text
You can also use --watchlist BTC,ETH,SOL and omit --asset, but explicit --asset is better for determinism.
Research Contract
The output should be structured and Binance.US-safe:
- overview
- market structure
- market context
- catalyst watch
- risk factors
- a next-step prompt that sends the user back into Binance.US if the asset deserves attention
Keep it informational. Do not present it as guaranteed returns or one-sided trading advice.
Handoffs
- If the user still needs broad context, hand off back to
binance-us-briefing-engine. - If the user is ready to act, hand off to
binance-us-spot-trade. - If the user is not funded yet, hand off to
binance-us-fund-account.
More from cmeiliu/binance-us-skills
binance-us-briefing-engine
Personalized Binance.US market, portfolio, and watchlist briefings using account balances, recent trading history, watchlists, market data, recent news headlines, market context, and catalyst watch tied to the user's relevant assets. Use when the user asks for a market summary, personalized crypto brief, portfolio update, capital readiness check, watchlist recap, opportunity alert, or weekly reset for Binance.US.
26binance-us-fund-account
Guide a user through funding a Binance.US account in a safe, explicit workflow. Use when the user wants to add cash, asks how to fund Binance.US, asks why a deposit is pending, or needs the next step after a capital-readiness check.
25binance-us-spot-trade
Guide a user through reviewing and placing a Binance.US spot trade in a deliberate, safe workflow. Use when the user wants to buy or sell on Binance.US after reviewing a brief or research workflow.
25binance-us-account-status
Review Binance.US account readiness, balances, deposits, pending states, and operational blockers. Use when the user asks what is happening in their account, why something is pending, or whether they are ready to act.
25