← Back to Skills Marketplace
62
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-analysis-aisa
Description
Analyze stocks and cryptocurrencies with live AISA-backed scoring, signals, confidence, and risk flags. Use when: the user asks to analyze a ticker, compare...
Usage Guidance
This skill appears to implement the advertised stock/crypto analysis and only needs an AISA API key and python. However:
- The script allows overriding AISA_BASE_URL (default https://api.aisa.one/v1). If an administrator or environment sets AISA_BASE_URL to another host, the skill will send your queries (and the AISA_API_KEY) there — only set the base URL to a domain you trust.
- The code relies on the remote AISA model/tooling to 'fetch live data' (it doesn’t call finance APIs itself). Using the skill sends tickers and prompts to the AISA endpoint, so only provide AISA_API_KEY for providers you trust with that data.
- The SKILL.md does not declare AISA_BASE_URL or AISA_MODEL as env vars; that mismatch is a red flag — ask the author to document these env vars or remove the overrideable base URL.
- Before installing: verify the AISA provider’s trustworthiness, consider creating a scoped API key with limited privileges if available, inspect and run the script in an isolated environment, and ensure python dependencies (openai) are installed from trusted sources.
Capability Analysis
Type: OpenClaw Skill
Name: stock-analysis-aisa
Version: 1.0.0
The stock-analysis-aisa skill is a legitimate tool for financial asset analysis. It uses a Python script (scripts/analyze_stock.py) to interface with the AIsa API (api.aisa.one) using an OpenAI-compatible client. The code is well-structured, lacks obfuscation, and contains explicit instructions in SKILL.md to avoid accessing sensitive local credentials. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required binary (python3), and required credential (AISA_API_KEY) align with a runtime that calls an external AIsa-style API to analyze tickers. The bundled script uses the OpenAI-style client to contact an AISA endpoint, which is consistent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run scripts/analyze_stock.py. The Python script constructs prompts instructing the model to 'fetch live data' but does not itself call finance APIs (it relies on the AISA model/tooling to provide live prices, news, and metrics). The script does not read local files or unrelated system secrets. Relying on the remote model/tools for live-data collection is expected for this skill but expands the trust surface to the AISA endpoint and any tooling it invokes.
Install Mechanism
No install spec (instruction-only with a runnable script) — low install risk. The script lists a dependency on the openai Python package in comments but provides no automated install steps; users will need to install python dependencies manually.
Credentials
Declared requirement is only AISA_API_KEY, which is appropriate. However, the script reads additional env vars not declared in the SKILL.md: AISA_BASE_URL (defaults to https://api.aisa.one/v1) and AISA_MODEL. Allowing AISA_BASE_URL to be overridden means requests (and potentially sensitive data) could be directed to an arbitrary endpoint if that variable is set — this is an important un-declared capability and increases risk. AISA_API_KEY is a secret; ensure it is only given to a trusted provider.
Persistence & Privilege
always is false, the skill is user-invocable and does not request permanent presence or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-analysis-aisa - After installation, invoke the skill by name or use
/stock-analysis-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the stock-analysis skill.
- Analyze stocks and cryptocurrencies with live AISA-backed scoring, signals (BUY/HOLD/SELL), confidence, and risk flags.
- Supports comparison of tickers and market positioning review.
- Requires an AISA API key and Python 3 environment.
- Designed for informational analysis, not financial advice.
Metadata
Frequently Asked Questions
What is stock-analysis-aisa?
Analyze stocks and cryptocurrencies with live AISA-backed scoring, signals, confidence, and risk flags. Use when: the user asks to analyze a ticker, compare... It is an AI Agent Skill for Claude Code / OpenClaw, with 62 downloads so far.
How do I install stock-analysis-aisa?
Run "/install stock-analysis-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is stock-analysis-aisa free?
Yes, stock-analysis-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does stock-analysis-aisa support?
stock-analysis-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created stock-analysis-aisa?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills