← Back to Skills Marketplace
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-hot-zh
Description
通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。
Usage Guidance
This skill appears coherent: it runs a Python client that sends prompts to an AISA API using the AISA_API_KEY. Before installing, confirm you trust the AISA service and the source repository (the _meta.json points to a GitHub repo), and be aware that the model may hallucinate or may not actually fetch live external data unless the AISA model has tool/web access. Do not use real trading capital based solely on its output. Install the openai dependency in an isolated environment, keep your AISA_API_KEY secret, and verify the code matches the upstream GitHub repo if provenance matters to you.
Capability Analysis
Type: OpenClaw Skill
Name: stock-hot-zh
Version: 1.0.0
The skill is a financial market scanner designed to fetch trending stock and cryptocurrency data using the AIsa API. The Python script `scripts/hot_scanner.py` is a straightforward implementation that uses the OpenAI client library to query an external endpoint (api.aisa.one) and contains no logic for data exfiltration, unauthorized file access, or command execution. The `SKILL.md` file includes clear usage instructions and explicitly directs the agent not to use the tool for accessing sensitive local credentials like cookies or passwords.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description ask for real‑time scanning via AISA; the skill requires AISA_API_KEY and python3 and uses an OpenAI-compatible client pointed at an AISA base URL — these are proportionate and expected.
Instruction Scope
SKILL.md and the script limit actions to calling the AISA API; there are no instructions to read local secrets, system files, or to exfiltrate data to third parties. The README explicitly advises not to use it to access local sensitive credentials.
Install Mechanism
No install spec (instruction-only) and only a Python script included. The script comments list the openai dependency; nothing is downloaded from arbitrary URLs or installed from untrusted hosts.
Credentials
Only AISA_API_KEY is required (plus optional AISA_BASE_URL and AISA_MODEL), which is appropriate for a skill that calls an AISA-hosted API. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-hot-zh - After installation, invoke the skill by name or use
/stock-hot-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
stock-hot-zh 1.0.0
- 首次发布,支持通过 AISA 实时扫描热门股票和加密资产的市场异动。
- 支持识别涨跌幅居前、动量标的及快速市场总结。
- 简易命令行运行方式,需配置 AISA_API_KEY 环境变量。
- 适用于查询市场最热、波动最大、动量突出或消息驱动的股票与加密资产行情。
Metadata
Frequently Asked Questions
What is stock-hot-zh?
通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install stock-hot-zh?
Run "/install stock-hot-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-hot-zh free?
Yes, stock-hot-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-hot-zh support?
stock-hot-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-hot-zh?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills