← Back to Skills Marketplace
bibaofeng

stock-analysis-aisa

by bibaofeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
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
cryptorequires-sensitive-credentials
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
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-analysis-aisa
  3. After installation, invoke the skill by name or use /stock-analysis-aisa
  4. 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
Slug stock-analysis-aisa
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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.

💬 Comments