← Back to Skills Marketplace
StockScanner Pro
by
anson125chen
· GitHub ↗
· v1.0.0
· MIT-0
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stockscanner-pro
Description
社交媒体自动化运营助手。自动生成并发布小红书、微博、Twitter 内容,定时发送、互动回复。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stockscanner-pro - After installation, invoke the skill by name or use
/stockscanner-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is StockScanner Pro?
社交媒体自动化运营助手。自动生成并发布小红书、微博、Twitter 内容,定时发送、互动回复。 It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install StockScanner Pro?
Run "/install stockscanner-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is StockScanner Pro free?
Yes, StockScanner Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does StockScanner Pro support?
StockScanner Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created StockScanner Pro?
It is built and maintained by anson125chen (@anson125chen); the current version is v1.0.0.
More Skills