← Back to Skills Marketplace
aisadocs

stock-rumors-zh

by AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-rumors-zh
Description
通过 AISA 扫描并购、内幕、分析师、社交媒体和监管相关的市场传闻信号。触发条件:当用户关心早期市场信号、传闻、内幕活动、分析师变动或收购风声时使用。
Usage Guidance
This skill asks only for an AISA_API_KEY and runs a Python script that sends prompts to the AISA model. Before installing, understand that: (1) the code does not actually connect to news/EDGAR/options APIs — it asks the LLM to 'scan' and will likely produce plausible but potentially fabricated 'rumors'; do not rely on it for trading decisions and independently verify any claims; (2) you must trust the AISA service and the API key you supply (treat it like a secret); (3) the script can respect optional env vars AISA_BASE_URL and AISA_MODEL — review and set these if you expect it to target a particular endpoint; (4) if you need real signals, prefer a skill that integrates explicit, auditable data-source calls (news APIs, EDGAR downloads, market data feeds) rather than relying solely on an LLM. If you want to proceed, review the script source, test in an isolated environment, and monitor API usage and outputs closely.
Capability Analysis
Type: OpenClaw Skill Name: stock-rumors-zh Version: 1.0.0 The skill bundle is a financial market rumor scanner designed to interface with the AISA API. The Python script (`scripts/rumor_scanner.py`) uses the standard OpenAI library to query an external endpoint (api.aisa.one) for market signals and contains no evidence of malicious execution, data exfiltration, or obfuscation. Notably, the `SKILL.md` file includes defensive instructions explicitly telling the AI agent not to access sensitive local data like cookies or passwords, which aligns with secure development practices.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The description promises active scanning of news, SEC filings, options data and social signals. The shipped script instead constructs prompts for an LLM (AISA) and returns the model's text — there are no real data-source integrations (HTTP calls to news/EDGAR/APIs or data parsing) in the code. That makes the claimed 'live scanning' capability misleading.
Instruction Scope
SKILL.md and the script instruct the agent to 'always fetch live data' and 'use your financial data tools', but the runtime behavior is limited to sending prompts to the AISA model. The instructions give the model broad discretion to 'scan' multiple sources even though no tool integrations are provided. This increases the risk of hallucinated or fabricated signals.
Install Mechanism
There is no install spec (instruction-only skill with a Python script). Required binary is python3. The script lists an external dependency (openai) in comments but does not perform any downloads or run an installer itself.
Credentials
Only AISA_API_KEY is declared and used as the primary credential, which is appropriate for a service-backed LLM client. The code also reads optional env vars AISA_BASE_URL and AISA_MODEL that are not documented in requires.env — minor inconsistency but not high risk by itself. No unrelated credentials or local file paths are requested.
Persistence & Privilege
always is false, the skill is user-invocable only and does not request persistent/system-wide privileges or modify other skills/config. It does not store or write config files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-rumors-zh
  3. After installation, invoke the skill by name or use /stock-rumors-zh
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of stock-rumors-zh: - Enables scanning of market rumors related to M&A, insider activities, analysts, social media, and regulatory events via AISA. - Sorts rumor signals by potential impact. - User-invocable with AISA_API_KEY setup and Python 3 client. - Includes clear usage guidelines and scenario recommendations. - Reminds users to independently verify unconfirmed rumors.
Metadata
Slug stock-rumors-zh
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is stock-rumors-zh?

通过 AISA 扫描并购、内幕、分析师、社交媒体和监管相关的市场传闻信号。触发条件:当用户关心早期市场信号、传闻、内幕活动、分析师变动或收购风声时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install stock-rumors-zh?

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

Is stock-rumors-zh free?

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

Which platforms does stock-rumors-zh support?

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

Who created stock-rumors-zh?

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

💬 Comments