← Back to Skills Marketplace
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-watchlist-aisa
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-watchlist-aisa - After installation, invoke the skill by name or use
/stock-watchlist-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.
How do I install stock-watchlist-aisa?
Run "/install stock-watchlist-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-watchlist-aisa free?
Yes, stock-watchlist-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-watchlist-aisa support?
stock-watchlist-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-watchlist-aisa?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills