← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-analysis-zh
Description
通过 AISA 做股票和加密资产分析,输出评分、信号、置信度和风险提示。触发条件:当用户要求分析某个代码、比较投资标的或评估市场位置时使用。
Usage Guidance
This skill appears to do what it says: it sends tickers and an analysis prompt to an AISA-compatible API and returns the model output. Before installing: (1) Only provide an AISA_API_KEY you trust and scope that key minimally (read-only if possible); (2) be aware the script will transmit the tickers/queries to the remote AISA endpoint (default https://api.aisa.one/v1); (3) the project requires the Python 'openai' package (install via pip) but has no install spec — verify and install dependencies in a controlled environment; (4) confirm whether you want to override AISA_BASE_URL or AISA_MODEL (optional env vars used by the script) and verify the upstream service URL; (5) review the referenced GitHub repo in _meta.json if you want additional provenance. If you need the skill to never send data externally, do not install it.
Capability Analysis
Type: OpenClaw Skill
Name: stock-analysis-zh
Version: 1.0.0
The skill bundle is a legitimate tool for stock and cryptocurrency analysis using the AIsa API. The Python script (scripts/analyze_stock.py) is a clean wrapper for an OpenAI-compatible client, and the SKILL.md instructions include explicit safety guardrails advising the agent not to access sensitive local data like cookies or passwords.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description request live financial analysis and the skill requires an AISA API key and python3; the included script calls an AISA-compatible API and builds prompts to fetch live data, which matches the stated purpose.
Instruction Scope
SKILL.md instructs running the provided Python client (python3 scripts/analyze_stock.py). The script only sends requested tickers and prompts to the remote AISA API and does not read local sensitive files. Note: the script also reads optional env vars AISA_BASE_URL and AISA_MODEL (not declared in SKILL.md).
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. However the script header documents a dependency on the openai Python package (openai>=1.0.0) but SKILL.md does not declare or install that dependency — users must pip-install it themselves.
Credentials
The only required credential is AISA_API_KEY (declared as primaryEnv), which is appropriate for a cloud API integration. The script also uses optional AISA_BASE_URL and AISA_MODEL environment variables that are not listed in requires.env — these are not dangerous but should be disclosed.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills' config. Autonomous invocation (default) is allowed but not combined with other concerning flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-analysis-zh - After installation, invoke the skill by name or use
/stock-analysis-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首发版本,支持通过 AISA 对股票和加密资产进行评分分析。
- 可输出投资信号(买入、持有、卖出)、置信度和风险提示。
- 支持用户请求时分析单个代码、对比投资标的或评估市场位置。
- 提供本地 Python 客户端运行方法和示例请求。
- 明确不适用涉及本地敏感凭据或无关主题的问题。
Metadata
Frequently Asked Questions
What is stock-analysis-zh?
通过 AISA 做股票和加密资产分析,输出评分、信号、置信度和风险提示。触发条件:当用户要求分析某个代码、比较投资标的或评估市场位置时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install stock-analysis-zh?
Run "/install stock-analysis-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-analysis-zh free?
Yes, stock-analysis-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-analysis-zh support?
stock-analysis-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-analysis-zh?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills