← 返回 Skills 市场
StockScanner Pro
作者
anson125chen
· GitHub ↗
· v1.0.0
· MIT-0
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stockscanner-pro
功能描述
社交媒体自动化运营助手。自动生成并发布小红书、微博、Twitter 内容,定时发送、互动回复。
安全使用建议
This package looks like a half-implemented social-posting assistant: the docs tell you to store platform credentials and a license_key in ~/.openclaw/openclaw.json, but the registry metadata does not declare those requirements and the included scripts are stubs that only print actions rather than actually calling platform APIs. Before installing or putting real secrets into your OpenClaw config: (1) inspect or run the code in a sandbox to confirm where credentials are read and whether they're transmitted to any external endpoints; (2) prefer creating limited-scope API tokens (not full account passwords) and avoid storing more-privileged secrets in the config until you verify behavior; (3) if you need full posting functionality, ask the author for a clear manifest of required credentials and for the code to be completed or for a vetted release; (4) if you see unexpected network calls (to domains other than official platform APIs) or code that exfiltrates data, do not use it and remove stored secrets. Additional info that would lower suspicion: updated metadata declaring the config path/required creds, and an implementation that clearly uses only the official platform APIs (or documented OAuth flows) with no external exfiltration.
功能分析
Type: OpenClaw Skill
Name: stockscanner-pro
Version: 1.0.0
The skill bundle is a social media automation tool designed to schedule and publish content to Twitter, Weibo, and Xiaohongshu. The core logic in `scripts/post.py` implements a basic task management system using a local JSON file, while the `SKILL.md` provides instructions for the AI agent to handle user requests and configuration. Although the tool requires sensitive credentials (API keys and cookies) for operation, there is no evidence of data exfiltration, malicious execution, or persistence mechanisms beyond the stated purpose of scheduling posts via cron. A minor metadata mismatch in `_meta.json` (referencing 'stockscanner-pro') appears to be a harmless template error.
能力评估
Purpose & Capability
Name/description match a social-posting tool and the SKILL.md explains the need for platform credentials (Twitter keys, Weibo token, Xiaohongshu cookie) and a license_key. However the registry metadata declares no required env vars or config paths, creating a mismatch between the declared package surface and the documented runtime requirements.
Instruction Scope
SKILL.md instructs the user/agent to add credentials and license_key to ~/.openclaw/openclaw.json and to schedule cron jobs. That means the skill expects to read/write user configuration and persist task data. The instructions are explicit about storing secrets in a local config file, but the runtime instructions do not declare or limit what the agent should do with those secrets. Additionally the README/cron examples encourage installation into the user's home directory which grants the skill persistent local storage.
Install Mechanism
There is no install spec; this is instruction + small bundled script only. That is low risk from an installation/remote-download perspective — nothing is pulled from external URLs during install.
Credentials
While the skill legitimately needs platform credentials to post, those credentials are only described in SKILL.md (config file), not declared in the registry metadata. The primaryEnv/required env/config fields are empty, which is inconsistent. The SKILL.md asks users to place secrets (license_key, API keys, cookies, tokens) into a local config file; that is proportionate to purpose but should have been declared explicitly. This mismatch reduces transparency and is a potential red flag.
Persistence & Privilege
The skill is not always:true and does not request elevated system-wide privileges. It writes its own tasks.json under ~/.openclaw/workspace/skills/socialpost-auto/data, which is expected for a scheduler. It does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stockscanner-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/stockscanner-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: A-share stock scanning with technical indicators (price, volume, moving averages, MACD, KDJ). Supports custom conditions and Telegram/email alerts.
元数据
常见问题
StockScanner Pro 是什么?
社交媒体自动化运营助手。自动生成并发布小红书、微博、Twitter 内容,定时发送、互动回复。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 StockScanner Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stockscanner-pro」即可一键安装,无需额外配置。
StockScanner Pro 是免费的吗?
是的,StockScanner Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
StockScanner Pro 支持哪些平台?
StockScanner Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 StockScanner Pro?
由 anson125chen(@anson125chen)开发并维护,当前版本 v1.0.0。
推荐 Skills