← Back to Skills Marketplace
aisadocs

stock-hot-aisa

by AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
63
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-hot-aisa
Description
Scan trending stocks and crypto movers with live AISA market signals. Use when: the user asks what is hot, what is moving, market momentum, top gainers, or n...
Usage Guidance
This skill will send whatever you run to the AISA API using the AISA_API_KEY you provide — it does not itself fetch Yahoo Finance, CoinGecko, or news via direct API calls, it asks the remote model to produce a live-scan report. Before installing: (1) Confirm you trust the AISA provider (https://api.aisa.one is the default base URL) and understand where your key will be sent. (2) Be aware the output may be hallucinated if the AISA model lacks real-time connectors; test with non-sensitive queries. (3) Note the script reads optional env vars AISA_BASE_URL and AISA_MODEL (undeclared in metadata) — review or sandbox the skill, and use a low-privilege or rotateable API key. (4) If you need guaranteed live data, prefer a skill that directly integrates with Yahoo/Coingecko APIs or other verifiable data sources.
Capability Analysis
Type: OpenClaw Skill Name: stock-hot-aisa Version: 1.0.0 The skill is a straightforward market intelligence tool that uses a Python script (scripts/hot_scanner.py) to query an external LLM API (AIsa) for trending stock and cryptocurrency data. It does not perform any sensitive file access, local command execution, or data exfiltration beyond the intended API communication with api.aisa.one.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The description promises 'live' scans of Yahoo Finance, CoinGecko, and news. The bundled script does not directly call those services; it only sends a prompt to an AISA model and asks the model to 'Use your built-in tools' to fetch live data. That is a capability mismatch unless the AISA model/system actually has connectors; the skill does not declare or implement any web-scraping or API calls to those sources.
Instruction Scope
SKILL.md instructs running the Python script which constructs an LLM prompt that requests live data. The runtime instructions do not read local sensitive files, but they delegate data collection to the remote LLM rather than performing direct, auditable fetches. This gives the model latitude to produce hallucinated 'live' data if it lacks real-time connectors.
Install Mechanism
No install spec; the skill is instruction + a small Python script. Nothing is downloaded or installed by the skill bundle itself.
Credentials
Declared required env var is AISA_API_KEY (appropriate for calling the AISA service). However, the script also reads AISA_BASE_URL and AISA_MODEL (not declared in requires.env or documented in SKILL.md). The script will send the API key to the configured base URL (default https://api.aisa.one/v1). Undeclared optional env vars and sending an API key to a remote service should be noted.
Persistence & Privilege
always is false; the skill does not request persistent/always-on privileges, nor does it modify other skills or agent-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-hot-aisa
  3. After installation, invoke the skill by name or use /stock-hot-aisa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of stock-hot-aisa. - Scan trending stocks and crypto movers using live AISA market signals. - Responds to requests for what's hot, moving, top gainers, and news-driven movers. - Requires an AISA_API_KEY and Python 3 runtime. - Surfaces top movers, market momentum, and quick market summaries. - Informational only; not financial advice.
Metadata
Slug stock-hot-aisa
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is stock-hot-aisa?

Scan trending stocks and crypto movers with live AISA market signals. Use when: the user asks what is hot, what is moving, market momentum, top gainers, or n... It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.

How do I install stock-hot-aisa?

Run "/install stock-hot-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is stock-hot-aisa free?

Yes, stock-hot-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does stock-hot-aisa support?

stock-hot-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created stock-hot-aisa?

It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.

💬 Comments