← 返回 Skills 市场
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-watchlist-aisa-api
功能描述
Manage a stock crypto watchlist with target and stop alerts using live AISA price checks. Use when: the user wants to add watchlist items, set targets, track...
安全使用建议
This skill appears to do what it says: a local Python watchlist that uses an AISA-compatible model via AISA_API_KEY. Before installing, consider: (1) install the Python 'openai' package (the script depends on it); (2) review the script yourself — it will write a local JSON state file under ./.clawdbot/skills/stock-analysis/ by default (or CLAWDBOT_STATE_DIR if set); (3) the tool uses the model to 'fetch' prices (models can hallucinate market data), so verify results against a market-data source if you rely on alerts for trading; (4) the script reads AISA_BASE_URL and AISA_MODEL though those aren't declared in the metadata — don't set AISA_BASE_URL to an untrusted endpoint (an override could send your tickers/data to an arbitrary server); (5) treat the AISA_API_KEY like any API secret and use a key with minimal permissions; and (6) if you want stricter guarantees, run the script locally in an isolated environment and inspect or pin dependencies before giving it network access.
功能分析
Type: OpenClaw Skill
Name: stock-watchlist-aisa-api
Version: 1.0.0
The skill is a legitimate stock and cryptocurrency watchlist manager that uses the AIsa API to fetch price data and signals. It stores watchlist data locally in a JSON file and lacks any indicators of data exfiltration, malicious execution, or unauthorized access. The code in scripts/watchlist.py is well-structured and aligns perfectly with the functionality described in SKILL.md.
能力标签
能力评估
Purpose & Capability
Name/description match the code: a Python CLI watchlist that calls an AIsa-compatible model endpoint to get prices/signals. The declared primary credential (AISA_API_KEY) and required binary (python3) are appropriate. The script requires the Python 'openai' SDK (not installed automatically), which is reasonable for the stated approach.
Instruction Scope
SKILL.md instructs use of the bundled Python client and storing state in a repo-local directory — the script follows that. The runtime sends tickers and a prompt to the model and writes/reads a local JSON state file under .clawdbot (or CLAWDBOT_STATE_DIR). Note: the script relies on the model to 'fetch current price' (i.e., it uses an LLM response rather than a canonical market-data API), which can cause inaccurate/hallucinated price data; this is a functional risk rather than a metadata mismatch.
Install Mechanism
There is no install spec (instruction-only with an included script), so nothing is downloaded during install. The only required binary is python3; the Python dependency (openai) is referenced in the script header comments but not installed automatically — user/host must install it.
Credentials
Primary required env var AISA_API_KEY is appropriate. However, the script also reads AISA_BASE_URL and AISA_MODEL (and CLAWDBOT_STATE_DIR) at runtime; AISA_BASE_URL and AISA_MODEL are not listed in the SKILL.md 'requires.env' section. Because AISA_BASE_URL can be overridden, a maliciously configured environment could redirect data to an arbitrary endpoint. The script sends the list of tickers and the prompt to the external model endpoint, so any custom base URL would receive that data.
Persistence & Privilege
The skill does not request always:true and will not be force-enabled. It writes only to a skill-local state file under .clawdbot (or a user-supplied CLAWDBOT_STATE_DIR) and does not modify other skills or system-wide settings. Autonomous invocation is enabled by default (normal for skills) and not by itself a sign of misbehavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-watchlist-aisa-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-watchlist-aisa-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of stock-watchlist skill.
- Manage a stock and crypto watchlist with target and stop alerts using live AISA price checks.
- Supports adding, removing, listing, and alert-checking watchlist entries via the command line.
- Watchlist state is stored locally by default for safer publishing.
- Requires an AISA API key and Python 3 to run.
元数据
常见问题
stock-watchlist-aisa 是什么?
Manage a stock crypto watchlist with target and stop alerts using live AISA price checks. Use when: the user wants to add watchlist items, set targets, track... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 stock-watchlist-aisa?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-watchlist-aisa-api」即可一键安装,无需额外配置。
stock-watchlist-aisa 是免费的吗?
是的,stock-watchlist-aisa 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stock-watchlist-aisa 支持哪些平台?
stock-watchlist-aisa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stock-watchlist-aisa?
由 AIsa(@aisadocs)开发并维护,当前版本 v1.0.0。
推荐 Skills