← Back to Skills Marketplace
aisadocs

stock-rumors-aisa

by AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-rumors-aisa
Description
Scan M&A, insider, analyst, social, and regulatory rumor signals through AISA. Use when: the user asks about early market signals, rumors, insider activity,...
Usage Guidance
Before installing or running: 1) Confirm the AISA provider (AISA_BASE_URL default is https://api.aisa.one/v1) is a trusted service and that the API key you supply has appropriate scope/quotas — avoid using wide-ranging production credentials. 2) Be aware the script relies on the remote model/backend to 'fetch' live news and filings; the model may hallucinate or provide summaries without linking to primary sources, so verify any signals against original filings/news. 3) The repository does not include an automated dependency install step; install required Python packages (e.g., openai) from official sources and review them. 4) Handle rumors carefully (legal/regulatory and market risks) and do not feed local secrets or unrelated credentials to the skill. If you need stronger assurance, request documentation or an SLA from the AISA provider showing how their model obtains and verifies live financial data.
Capability Analysis
Type: OpenClaw Skill Name: stock-rumors-aisa Version: 1.0.0 The skill is a market intelligence tool designed to scan for financial rumors and signals using the AIsa API. The Python script (scripts/rumor_scanner.py) uses the standard OpenAI library to interact with a specified endpoint (api.aisa.one) using a user-provided API key. The logic is transparent, lacks any signs of obfuscation or data exfiltration, and the SKILL.md instructions explicitly prohibit the agent from attempting to access sensitive local credentials.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, required binary (python3), and required env var (AISA_API_KEY) match the included Python script which calls an AISA-compatible API endpoint. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs running the bundled Python client which in turn asks an AISA model to 'fetch live data' and scan news/filings/social signals. The script itself does not independently call news/EDGAR/options APIs — it relies on the AISA model backend (via the OpenAI-compatible client) to provide those signals. This is a reasonable design but means the skill's ability to actually fetch live external records depends on the AISA service rather than local connectors; verify you trust that service and understand what data it returns.
Install Mechanism
There is no install spec (instruction-only with a bundled script). The script imports the openai Python package (commented as a dependency) but the skill does not provide an automated installation step. Users must have python3 and the appropriate Python package(s) installed; ensure you install dependencies from trusted sources.
Credentials
The skill requires a single primary credential (AISA_API_KEY) and optionally reads AISA_BASE_URL and AISA_MODEL environment variables. These are proportionate to a service-backed rumor scanner. No unrelated SECRET/TOKEN/PASSWORD env vars are requested.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system-level changes, and does not modify other skills or system-wide config. Autonomous invocation is enabled (default) but that is expected for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-rumors-aisa
  3. After installation, invoke the skill by name or use /stock-rumors-aisa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of stock-rumors skill, version 1.0.0. - Scan and rank M&A, insider, analyst, social, and regulatory rumor signals. - Requires AISA_API_KEY for operation. - Designed for early market signal detection and analysis of potential market-moving rumors. - Includes clear usage guidelines and example queries.
Metadata
Slug stock-rumors-aisa
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is stock-rumors-aisa?

Scan M&A, insider, analyst, social, and regulatory rumor signals through AISA. Use when: the user asks about early market signals, rumors, insider activity,... It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install stock-rumors-aisa?

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

Is stock-rumors-aisa free?

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

Which platforms does stock-rumors-aisa support?

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

Who created stock-rumors-aisa?

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

💬 Comments