← Back to Skills Marketplace
61
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-hot-zh-aisa
Description
通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。
Usage Guidance
This skill asks only for an AISA API key and runs a Python script that sends a prompt to the AISA model to produce a live market report. Before installing: (1) confirm you trust the AISA endpoint and the model you will be invoking; the script will call the endpoint you configure via AISA_BASE_URL/AISA_MODEL if set; (2) understand that the script does not itself fetch Yahoo Finance/CoinGecko/news — it asks the LLM to do so, which can either (a) call external tools (if the model has browsing/tooling) or (b) hallucinate live numbers if it does not; (3) ensure you install the openai Python package from a trusted source and review the code if you need explicit, auditable data pulls (i.e., replace LLM-driven fetching with direct API calls to financial data providers); (4) do not supply other unrelated credentials — only provide the AISA_API_KEY. If you need guarantees of live-data accuracy, prefer a variant that makes direct API calls to verified financial data providers rather than relying on a model prompt to "fetch" data.
Capability Analysis
Type: OpenClaw Skill
Name: stock-hot-zh-aisa
Version: 1.0.0
The skill bundle is a legitimate tool for scanning market trends using the AIsa API. The Python script `scripts/hot_scanner.py` acts as a wrapper for an LLM-based service, and the `SKILL.md` file includes explicit safety constraints (negative triggers) to prevent the agent from attempting to access sensitive local data like cookies or passwords. No evidence of data exfiltration, malicious execution, or obfuscation was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required binary (python3), and the required AISA_API_KEY credential are coherent with a skill that calls an external LLM (AISA) to produce market scans. The included script uses the OpenAI-style client pointed at an AISA endpoint, which matches the declared primaryEnv. Expectation mismatch: the prompts instruct the model to "scan Yahoo Finance, CoinGecko, and financial news sources," but the script does not itself fetch web data — it relies on the AISA model to do that via its tooling or knowledge.
Instruction Scope
SKILL.md and the script direct the LLM to 'fetch current data' from specific third-party sites. However, the implementation sends only a prompt to AISA and does not programmatically query Yahoo Finance/CoinGecko/news APIs. This creates ambiguity: if the AISA model lacks browsing/tools, it may hallucinate live data; if the model does have tools, it could call external endpoints. The SKILL.md does not clearly document whether browsing/tools are required or used.
Install Mechanism
There is no install spec (instruction-only with an included script). The script comments list a dependency on the openai Python package but no installation steps are provided — user must ensure python and dependencies are installed. Not inherently risky, but requires manual dependency setup which could lead to users running pip installs from instructions elsewhere.
Credentials
The skill requires a single credential AISA_API_KEY (declared as primary). That's reasonable for calling the AISA service. The script also reads optional env vars AISA_BASE_URL and AISA_MODEL (not listed in requires.env). This is a minor inconsistency — they are optional, but you should know the client will use AISA_BASE_URL (default https://api.aisa.one/v1) if present and AISA_MODEL (default 'gpt-4o').
Persistence & Privilege
always:false (default) and no attempt to modify other skills or system-wide settings. The skill does not request elevated or persistent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-hot-zh-aisa - After installation, invoke the skill by name or use
/stock-hot-zh-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of "stock-hot-zh-aisa":
- Scan for real-time top movers and trending stocks & crypto assets via AISA.
- Supports use cases like viewing current market hot assets, large fluctuations, and top gainers/losers.
- Provides quick momentum and news-driven market summaries.
- Requires AISA_API_KEY for operation.
- Includes usage instructions and example commands.
Metadata
Frequently Asked Questions
What is stock-hot-zh-aisa?
通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.
How do I install stock-hot-zh-aisa?
Run "/install stock-hot-zh-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-hot-zh-aisa free?
Yes, stock-hot-zh-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-hot-zh-aisa support?
stock-hot-zh-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-hot-zh-aisa?
It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.
More Skills