← 返回 Skills 市场
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-rumors-zh
功能描述
通过 AISA 扫描并购、内幕、分析师、社交媒体和监管相关的市场传闻信号。触发条件:当用户关心早期市场信号、传闻、内幕活动、分析师变动或收购风声时使用。
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-rumors-zh - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-rumors-zh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
stock-rumors-zh 是什么?
通过 AISA 扫描并购、内幕、分析师、社交媒体和监管相关的市场传闻信号。触发条件:当用户关心早期市场信号、传闻、内幕活动、分析师变动或收购风声时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。
如何安装 stock-rumors-zh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-rumors-zh」即可一键安装,无需额外配置。
stock-rumors-zh 是免费的吗?
是的,stock-rumors-zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stock-rumors-zh 支持哪些平台?
stock-rumors-zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stock-rumors-zh?
由 AIsa(@aisadocs)开发并维护,当前版本 v1.0.0。
推荐 Skills