WSB 热股日报
v1.0.0自动抓取 r/wallstreetbets 热股数据,生成每日报告推送到 Discord。使用 ApeWisdom API,支持分片发送避免 Discord 2000 字符限制。
⭐ 0· 277·2 current·2 all-time
byDIO@mingkko
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9796w54xtpff56ma9eepykren827yxk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
