← 返回 Skills 市场
bibaofeng

stock-analysis-aisa

作者 bibaofeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-analysis-aisa
功能描述
Analyze stocks and cryptocurrencies with live AISA-backed scoring, signals, confidence, and risk flags. Use when: the user asks to analyze a ticker, compare...
安全使用建议
This skill appears to implement the advertised stock/crypto analysis and only needs an AISA API key and python. However: - The script allows overriding AISA_BASE_URL (default https://api.aisa.one/v1). If an administrator or environment sets AISA_BASE_URL to another host, the skill will send your queries (and the AISA_API_KEY) there — only set the base URL to a domain you trust. - The code relies on the remote AISA model/tooling to 'fetch live data' (it doesn’t call finance APIs itself). Using the skill sends tickers and prompts to the AISA endpoint, so only provide AISA_API_KEY for providers you trust with that data. - The SKILL.md does not declare AISA_BASE_URL or AISA_MODEL as env vars; that mismatch is a red flag — ask the author to document these env vars or remove the overrideable base URL. - Before installing: verify the AISA provider’s trustworthiness, consider creating a scoped API key with limited privileges if available, inspect and run the script in an isolated environment, and ensure python dependencies (openai) are installed from trusted sources.
功能分析
Type: OpenClaw Skill Name: stock-analysis-aisa Version: 1.0.0 The stock-analysis-aisa skill is a legitimate tool for financial asset analysis. It uses a Python script (scripts/analyze_stock.py) to interface with the AIsa API (api.aisa.one) using an OpenAI-compatible client. The code is well-structured, lacks obfuscation, and contains explicit instructions in SKILL.md to avoid accessing sensitive local credentials. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, required binary (python3), and required credential (AISA_API_KEY) align with a runtime that calls an external AIsa-style API to analyze tickers. The bundled script uses the OpenAI-style client to contact an AISA endpoint, which is consistent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run scripts/analyze_stock.py. The Python script constructs prompts instructing the model to 'fetch live data' but does not itself call finance APIs (it relies on the AISA model/tooling to provide live prices, news, and metrics). The script does not read local files or unrelated system secrets. Relying on the remote model/tools for live-data collection is expected for this skill but expands the trust surface to the AISA endpoint and any tooling it invokes.
Install Mechanism
No install spec (instruction-only with a runnable script) — low install risk. The script lists a dependency on the openai Python package in comments but provides no automated install steps; users will need to install python dependencies manually.
Credentials
Declared requirement is only AISA_API_KEY, which is appropriate. However, the script reads additional env vars not declared in the SKILL.md: AISA_BASE_URL (defaults to https://api.aisa.one/v1) and AISA_MODEL. Allowing AISA_BASE_URL to be overridden means requests (and potentially sensitive data) could be directed to an arbitrary endpoint if that variable is set — this is an important un-declared capability and increases risk. AISA_API_KEY is a secret; ensure it is only given to a trusted provider.
Persistence & Privilege
always is false, the skill is user-invocable and does not request permanent presence or modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-analysis-aisa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-analysis-aisa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the stock-analysis skill. - Analyze stocks and cryptocurrencies with live AISA-backed scoring, signals (BUY/HOLD/SELL), confidence, and risk flags. - Supports comparison of tickers and market positioning review. - Requires an AISA API key and Python 3 environment. - Designed for informational analysis, not financial advice.
元数据
Slug stock-analysis-aisa
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

stock-analysis-aisa 是什么?

Analyze stocks and cryptocurrencies with live AISA-backed scoring, signals, confidence, and risk flags. Use when: the user asks to analyze a ticker, compare... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。

如何安装 stock-analysis-aisa?

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

stock-analysis-aisa 是免费的吗?

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

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

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

谁开发了 stock-analysis-aisa?

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

💬 留言讨论