← 返回 Skills 市场
aisadocs

stock-hot-zh-aisa

作者 AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
61
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-hot-zh-aisa
功能描述
通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-hot-zh-aisa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-hot-zh-aisa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug stock-hot-zh-aisa
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

stock-hot-zh-aisa 是什么?

通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 stock-hot-zh-aisa?

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

stock-hot-zh-aisa 是免费的吗?

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

stock-hot-zh-aisa 支持哪些平台?

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

谁开发了 stock-hot-zh-aisa?

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

💬 留言讨论