← Back to Skills Marketplace
mingkko

WSB 热股日报

by DIO · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
320
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install wsb-digest
Description
自动抓取 r/wallstreetbets 热股数据,生成每日报告推送到 Discord。使用 ApeWisdom API,支持分片发送避免 Discord 2000 字符限制。
Usage Guidance
This skill is internally consistent with its stated purpose but do these checks before installing: 1) Edit TARGET_CHANNEL_ID and OPENCLAW_BIN to match your environment; verify the path to openclaw and that OpenClaw is already configured with Discord access (the skill calls the local openclaw CLI to send messages). 2) Prefer running the cron job as a non-root user and change example /root paths in the documentation to your home directory to avoid unnecessary use of root. 3) Review and be comfortable with outputs written to /tmp (raw and chunk files) and the log at /tmp/wsb-digest.log; these contain the generated digest. 4) The scripts assume Node.js v18+ is available on PATH; install Node or adjust PATH if needed. 5) The code is simple and fetches only apewisdom.io; nevertheless review any integration (OpenClaw) that holds Discord tokens/credentials before granting it send permissions. If you want extra assurance, run the scripts manually once (not via cron) and inspect the generated /tmp/wsb-latest.json and log to confirm behavior.
Capability Analysis
Type: OpenClaw Skill Name: wsb-digest Version: 1.0.0 The OpenClaw AgentSkills bundle 'wsb-digest' is classified as benign. Its primary function is to fetch stock data from ApeWisdom API and push a formatted report to Discord via the OpenClaw platform. All actions, including API calls to apewisdom.io and sending messages to Discord, align with its stated purpose. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized remote execution, or persistence mechanisms beyond the user-configured cron job. The `SKILL.md` file contains instructions for the user to set up the skill, not malicious prompt injections for the AI agent. While the `export HOME=/root` in `wsb-digest-trigger.sh` is unusual, it does not lead to any malicious behavior or vulnerabilities in this specific context as all file paths used are absolute. Potential vulnerabilities related to shell injection via `openclaw message send --message` if the upstream API provides malicious data are platform-level concerns, not indicative of malicious intent within this skill.
Capability Assessment
Purpose & Capability
Name/description match the included scripts: apewisdom-wsb.js fetches ApeWisdom data and generates a markdown/json digest; wsb-digest-trigger.sh splits the digest and sends it to Discord via the user's OpenClaw CLI. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and scripts restrict actions to fetching from apewisdom.io, formatting output, writing temp files under /tmp and invoking the local OpenClaw CLI to send messages. The instructions assume the user will configure TARGET_CHANNEL_ID and OPENCLAW_BIN and add a cron job. Minor scope notes: examples and defaults use /root paths and set HOME=/root, which are assumptions rather than required functionality; the code writes JSON to /tmp which the user should be aware of.
Install Mechanism
There is no install spec or network install; this is an instruction + script skill with code shipped in the repo. No downloads from arbitrary URLs or archives are performed by the skill itself.
Credentials
The skill declares no required env vars or credentials. It relies on an existing OpenClaw installation (openclaw CLI) to perform Discord sends. That means Discord credentials are expected to be configured in the user's OpenClaw environment — reasonable for this purpose, but users should verify OpenClaw’s stored tokens/permissions separately. The scripts default to root-centric paths (/root/...), which is a usability assumption rather than an extra secret request.
Persistence & Privilege
The skill is not force-enabled (always:false). Persistence is user-driven via crontab entries described in SKILL.md; the skill does not modify other skill configs or system-wide settings on its own.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wsb-digest
  3. After installation, invoke the skill by name or use /wsb-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of wsb-digest. - Automatically fetches r/wallstreetbets hot stock data daily via ApeWisdom API. - Generates detailed multi-dimensional reports and sends them to Discord, with automatic message chunking to avoid character limits. - Supports scheduled (cron) pushes and basic trend tracking (fast risers, newcomers). - Simple installation; only requires Node.js (no external npm packages needed). - Includes troubleshooting, configuration guides, and sample output.
Metadata
Slug wsb-digest
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is WSB 热股日报?

自动抓取 r/wallstreetbets 热股数据,生成每日报告推送到 Discord。使用 ApeWisdom API,支持分片发送避免 Discord 2000 字符限制。 It is an AI Agent Skill for Claude Code / OpenClaw, with 320 downloads so far.

How do I install WSB 热股日报?

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

Is WSB 热股日报 free?

Yes, WSB 热股日报 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does WSB 热股日报 support?

WSB 热股日报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WSB 热股日报?

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

💬 Comments