← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-watchlist-zh
Description
利用 AISA 的实时价格检查来管理股票加密观察列表,并设置目标位和止损提醒。触发条件:当用户想添加观察标的、设置目标价、跟踪止损或检查提醒触发情况时使用。
Usage Guidance
This skill appears to do what it says: manage a local watchlist and query an external AISA API using AISA_API_KEY. Before installing: 1) Verify you trust the AISA service and the default base URL (https://api.aisa.one) or set AISA_BASE_URL to a trusted endpoint. 2) Understand that the script uses an LLM-style API call to 'fetch prices' — if the backend is not a real market-data provider it may return hallucinated prices. 3) Ensure you install the Python 'openai' package (or the expected client) in a controlled environment. 4) Review the repository code yourself if you want to be certain no unexpected network requests occur; run it in an isolated environment if you are unsure. 5) Be mindful of where watchlist state is stored (default ./.clawdbot/...), and do not place secrets in that directory.
Capability Analysis
Type: OpenClaw Skill
Name: stock-watchlist-zh
Version: 1.0.0
The skill is a legitimate stock and cryptocurrency watchlist manager that uses the AIsa API to fetch market data and signals. The Python script (scripts/watchlist.py) implements standard CRUD operations and alert logic without any signs of malicious execution, data exfiltration, or obfuscation. Notably, the SKILL.md file includes defensive instructions explicitly telling the AI agent not to use the skill for accessing sensitive local credentials, which is a positive security indicator.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (stock watchlist using AISA) match the actual artifacts: a Python script that calls an AISA-compatible API via an OpenAI-style client and stores a local watchlist. Required binary (python3) and required env (AISA_API_KEY) are appropriate for this purpose.
Instruction Scope
SKILL.md and the script are focused on watchlist management and calling the AISA API. The script reads/writes a local JSON state file (default ./ .clawdbot/skills/stock-analysis/watchlist.json) and sends ticker lists and a JSON-oriented prompt to the AISA endpoint. Note: the implementation uses an LLM-style completion to 'fetch current prices' — this is coherent if AISA provides a real data proxy, but could lead to hallucinated prices if the backend is purely LLM. The script also reads CLAWDBOT_STATE_DIR, AISA_BASE_URL, and AISA_MODEL env vars (CLAWDBOT_STATE_DIR is not listed in requires.env but is non-sensitive).
Install Mechanism
No install spec (instruction-only install). There is a Python file with a dependency noted in comments (openai>=1.0.0) but no automated installer; users must ensure python and the OpenAI Python package are installed. No downloads from unknown URLs or extraction steps are present.
Credentials
Only AISA_API_KEY is required and declared as the primary credential. The script optionally reads AISA_BASE_URL, AISA_MODEL, and CLAWDBOT_STATE_DIR; none are sensitive by design except the API key. No unrelated credentials (AWS, GitHub, etc.) are requested.
Persistence & Privilege
always is false and the skill only stores its own watchlist JSON under a skill-scoped path (or a path set by CLAWDBOT_STATE_DIR). It does not alter other skills, system-wide settings, or request permanent platform presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-watchlist-zh - After installation, invoke the skill by name or use
/stock-watchlist-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of stock-watchlist-zh skill.
- 管理股票和加密货币观察列表,支持添加、移除、列出和检查标的。
- 支持为每个标的设置目标价和止损提醒。
- 通过集成 AISA 实时价格检查提供提醒触发功能。
- 默认在本地目录安全存储观察列表状态。
Metadata
Frequently Asked Questions
What is stock-watchlist-zh?
利用 AISA 的实时价格检查来管理股票加密观察列表,并设置目标位和止损提醒。触发条件:当用户想添加观察标的、设置目标价、跟踪止损或检查提醒触发情况时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install stock-watchlist-zh?
Run "/install stock-watchlist-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-watchlist-zh free?
Yes, stock-watchlist-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-watchlist-zh support?
stock-watchlist-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-watchlist-zh?
It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.
More Skills