| name | stock-hot |
| description | Hot Scanner — find the most trending and high-momentum stocks and crypto right now via AIsa API. Top gainers, losers, most active by volume, crypto highlights, news catalysts, and top 5 watchlist picks. Use when the user asks about trending stocks, what's hot, market movers, or momentum plays. |
| metadata | {"aisa":{"emoji":"🛠","requires":{"bins":["python3"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY","compatibility":["openclaw","claude-code","hermes"]},"hermes":{"tags":["finance","market","stock","aisa"],"related_skills":["market","prediction-market"]}} |
| required_environment_variables | [{"name":"AISA_API_KEY","prompt":"AIsa API key","help":"Get your key from https://aisa.one or the AIsa marketplace account panel.","required_for":"AIsa-backed API access"}] |
stock-hot
Hot Scanner — find the most trending and high-momentum stocks and crypto right now via AIsa API. Top gainers, losers, most active by volume, crypto highlights, news catalysts, and top 5 watchlist picks. Use when the user asks about trending stocks, what's hot, market movers, or momentum plays.
When to Use
- Use this release when the user needs the runtime packaged under
scripts/.
- Prefer the bundled Python or shell entrypoints instead of copying raw API examples into the chat.
- For Hermes community installs, keep setup explicit and review the command help text before the first run.
Setup
- Review
README.md for the release-specific summary and structure.
- Use repo-relative paths under
scripts/.
- Prefer explicit CLI auth flags such as
--api-key or --aisa-api-key when a script exposes them.
Quick Reference
python3 scripts/hot_scanner.py --help
Verification
- Confirm the command returns structured output or a successful API response.
- If the workflow stores local state, verify it writes under a repo-local data directory rather than a home-directory default.