← 返回 Skills 市场
bibaofeng

stock-analysis-zh

作者 bibaofeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-analysis-zh
功能描述
通过 AISA 做股票和加密资产分析,输出评分、信号、置信度和风险提示。触发条件:当用户要求分析某个代码、比较投资标的或评估市场位置时使用。
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-analysis-zh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-analysis-zh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,支持通过 AISA 对股票和加密资产进行评分分析。 - 可输出投资信号(买入、持有、卖出)、置信度和风险提示。 - 支持用户请求时分析单个代码、对比投资标的或评估市场位置。 - 提供本地 Python 客户端运行方法和示例请求。 - 明确不适用涉及本地敏感凭据或无关主题的问题。
元数据
Slug stock-analysis-zh
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

stock-analysis-zh 是什么?

通过 AISA 做股票和加密资产分析,输出评分、信号、置信度和风险提示。触发条件:当用户要求分析某个代码、比较投资标的或评估市场位置时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 stock-analysis-zh?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-analysis-zh」即可一键安装,无需额外配置。

stock-analysis-zh 是免费的吗?

是的,stock-analysis-zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

stock-analysis-zh 支持哪些平台?

stock-analysis-zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 stock-analysis-zh?

由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。

💬 留言讨论