← 返回 Skills 市场
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill mostly does what it says (local watchlist + live checks via AIsa), but review these before installing: (1) The Python script requires the 'openai' package (commented in the file) but the skill has no install instructions — either install that dependency or the script will fail. (2) Only provide AISA_API_KEY if you trust the upstream AIsa service; the code will send your tickers to that external API. (3) Be aware of three additional environment variables the code will honor if present: AISA_BASE_URL (can redirect API calls), AISA_MODEL, and CLAWDBOT_STATE_DIR (controls where state is written). If you do not want API traffic redirected, do not set AISA_BASE_URL to an unknown host. (4) If you want higher assurance, run the script locally from a safe environment, audit the source (scripts/watchlist.py), and consider installing dependencies in an isolated virtualenv before supplying credentials.
功能分析
Type: OpenClaw Skill
Name: stock-watchlist-aisa
Version: 1.0.0
The skill is a standard stock and crypto watchlist manager that uses a Python script (scripts/watchlist.py) to track prices and alerts. It fetches financial data via an OpenAI-compatible API (api.aisa.one) and stores its state in a local directory. The code contains no indicators of data exfiltration, unauthorized execution, or malicious prompt injection, and it explicitly includes instructions in SKILL.md to avoid accessing sensitive local credentials.
能力标签
能力评估
Purpose & Capability
Name/description match the actual behavior: the script manages a local watchlist and fetches live price/signals via the AIsa API. Requiring AISA_API_KEY and python3 is appropriate for that purpose.
Instruction Scope
SKILL.md instructs running the provided Python script and storing state locally (./.clawdbot/...), which matches the code. However, the runtime also reads additional environment variables (AISA_BASE_URL, AISA_MODEL, CLAWDBOT_STATE_DIR) that are not declared in the SKILL.md requires list — this is scope creep and could lead to unexpected behavior if those variables are present or set by the environment.
Install Mechanism
There is no install spec (instruction-only), but the bundled script imports the 'openai' Python package (commented dependency). The skill does not declare or install this dependency, so the runtime may fail or an operator may install packages manually — a missing install/dependency declaration is a practical/integrity gap.
Credentials
The only declared required credential is AISA_API_KEY, which is appropriate. The code also accepts AISA_BASE_URL and AISA_MODEL (undocumented) and uses CLAWDBOT_STATE_DIR for state location. Allowing AISA_BASE_URL to be overridden can point the API traffic to arbitrary endpoints if an operator sets it, which could be abused but is user-controlled.
Persistence & Privilege
The skill does not request permanent 'always: true' presence and only writes to a repo-local state file under a .clawdbot path (or CLAWDBOT_STATE_DIR). It does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-watchlist-aisa - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-watchlist-aisa触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of stock-watchlist skill.
- Allows users to manage a stock and crypto watchlist with target and stop alerts.
- Provides live price checks via AISA.
- Supports adding, removing, listing, and checking watchlist entries from the command line.
- Watchlist state is stored locally by default for safe publishing.
- Requires an AISA API key and Python 3.
元数据
常见问题
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 插件,目前累计下载 66 次。
如何安装 stock-watchlist-aisa?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-watchlist-aisa」即可一键安装,无需额外配置。
stock-watchlist-aisa 是免费的吗?
是的,stock-watchlist-aisa 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stock-watchlist-aisa 支持哪些平台?
stock-watchlist-aisa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stock-watchlist-aisa?
由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。
推荐 Skills