stock-watchlist-zh

v1.0.0

利用 AISA 的实时价格检查来管理股票加密观察列表,并设置目标位和止损提醒。触发条件:当用户想添加观察标的、设置目标价、跟踪止损或检查提醒触发情况时使用。

0· 72·0 current·0 all-time
byAIsa@aisadocs

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aisadocs/stock-watchlist-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "stock-watchlist-zh" (aisadocs/stock-watchlist-zh) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/stock-watchlist-zh
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install stock-watchlist-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install stock-watchlist-zh
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (stock watchlist using AISA) match the actual artifacts: a Python script that calls an AISA-compatible API via an OpenAI-style client and stores a local watchlist. Required binary (python3) and required env (AISA_API_KEY) are appropriate for this purpose.
Instruction Scope
SKILL.md and the script are focused on watchlist management and calling the AISA API. The script reads/writes a local JSON state file (default ./ .clawdbot/skills/stock-analysis/watchlist.json) and sends ticker lists and a JSON-oriented prompt to the AISA endpoint. Note: the implementation uses an LLM-style completion to 'fetch current prices' — this is coherent if AISA provides a real data proxy, but could lead to hallucinated prices if the backend is purely LLM. The script also reads CLAWDBOT_STATE_DIR, AISA_BASE_URL, and AISA_MODEL env vars (CLAWDBOT_STATE_DIR is not listed in requires.env but is non-sensitive).
Install Mechanism
No install spec (instruction-only install). There is a Python file with a dependency noted in comments (openai>=1.0.0) but no automated installer; users must ensure python and the OpenAI Python package are installed. No downloads from unknown URLs or extraction steps are present.
Credentials
Only AISA_API_KEY is required and declared as the primary credential. The script optionally reads AISA_BASE_URL, AISA_MODEL, and CLAWDBOT_STATE_DIR; none are sensitive by design except the API key. No unrelated credentials (AWS, GitHub, etc.) are requested.
Persistence & Privilege
always is false and the skill only stores its own watchlist JSON under a skill-scoped path (or a path set by CLAWDBOT_STATE_DIR). It does not alter other skills, system-wide settings, or request permanent platform presence.
Assessment
This skill appears to do what it says: manage a local watchlist and query an external AISA API using AISA_API_KEY. Before installing: 1) Verify you trust the AISA service and the default base URL (https://api.aisa.one) or set AISA_BASE_URL to a trusted endpoint. 2) Understand that the script uses an LLM-style API call to 'fetch prices' — if the backend is not a real market-data provider it may return hallucinated prices. 3) Ensure you install the Python 'openai' package (or the expected client) in a controlled environment. 4) Review the repository code yourself if you want to be certain no unexpected network requests occur; run it in an isolated environment if you are unsure. 5) Be mindful of where watchlist state is stored (default ./.clawdbot/...), and do not place secrets in that directory.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk9795k59jpgs54fff8t81dfr5x853rqb
72downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

观察列表管理

何时使用

  • 利用 AISA 的实时价格检查来管理股票加密观察列表,并设置目标位和止损提醒。触发条件:当用户想添加观察标的、设置目标价、跟踪止损或检查提醒触发情况时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 在命令行中添加、移除、列出和检查观察列表条目。
  • 默认把观察列表状态存放在仓库内目录中,便于更安全地发布。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/watchlist.py

示例请求

  • 把 NVDA 加入观察列表,并设置目标价和止损价。

说明

  • 除非显式设置 CLAWDBOT_STATE_DIR,默认状态保存在 ./.clawdbot/skills/stock-analysis/watchlist.json

Comments

Loading comments...