← 返回 Skills 市场
aisadocs

stock-hot-aisa

作者 AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
63
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-hot-aisa
功能描述
Scan trending stocks and crypto movers with live AISA market signals. Use when: the user asks what is hot, what is moving, market momentum, top gainers, or n...
安全使用建议
This skill will send whatever you run to the AISA API using the AISA_API_KEY you provide — it does not itself fetch Yahoo Finance, CoinGecko, or news via direct API calls, it asks the remote model to produce a live-scan report. Before installing: (1) Confirm you trust the AISA provider (https://api.aisa.one is the default base URL) and understand where your key will be sent. (2) Be aware the output may be hallucinated if the AISA model lacks real-time connectors; test with non-sensitive queries. (3) Note the script reads optional env vars AISA_BASE_URL and AISA_MODEL (undeclared in metadata) — review or sandbox the skill, and use a low-privilege or rotateable API key. (4) If you need guaranteed live data, prefer a skill that directly integrates with Yahoo/Coingecko APIs or other verifiable data sources.
功能分析
Type: OpenClaw Skill Name: stock-hot-aisa Version: 1.0.0 The skill is a straightforward market intelligence tool that uses a Python script (scripts/hot_scanner.py) to query an external LLM API (AIsa) for trending stock and cryptocurrency data. It does not perform any sensitive file access, local command execution, or data exfiltration beyond the intended API communication with api.aisa.one.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The description promises 'live' scans of Yahoo Finance, CoinGecko, and news. The bundled script does not directly call those services; it only sends a prompt to an AISA model and asks the model to 'Use your built-in tools' to fetch live data. That is a capability mismatch unless the AISA model/system actually has connectors; the skill does not declare or implement any web-scraping or API calls to those sources.
Instruction Scope
SKILL.md instructs running the Python script which constructs an LLM prompt that requests live data. The runtime instructions do not read local sensitive files, but they delegate data collection to the remote LLM rather than performing direct, auditable fetches. This gives the model latitude to produce hallucinated 'live' data if it lacks real-time connectors.
Install Mechanism
No install spec; the skill is instruction + a small Python script. Nothing is downloaded or installed by the skill bundle itself.
Credentials
Declared required env var is AISA_API_KEY (appropriate for calling the AISA service). However, the script also reads AISA_BASE_URL and AISA_MODEL (not declared in requires.env or documented in SKILL.md). The script will send the API key to the configured base URL (default https://api.aisa.one/v1). Undeclared optional env vars and sending an API key to a remote service should be noted.
Persistence & Privilege
always is false; the skill does not request persistent/always-on privileges, nor does it modify other skills or agent-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-hot-aisa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-hot-aisa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of stock-hot-aisa. - Scan trending stocks and crypto movers using live AISA market signals. - Responds to requests for what's hot, moving, top gainers, and news-driven movers. - Requires an AISA_API_KEY and Python 3 runtime. - Surfaces top movers, market momentum, and quick market summaries. - Informational only; not financial advice.
元数据
Slug stock-hot-aisa
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

stock-hot-aisa 是什么?

Scan trending stocks and crypto movers with live AISA market signals. Use when: the user asks what is hot, what is moving, market momentum, top gainers, or n... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。

如何安装 stock-hot-aisa?

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

stock-hot-aisa 是免费的吗?

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

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

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

谁开发了 stock-hot-aisa?

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

💬 留言讨论