← 返回 Skills 市场
mingkko

WSB 热股日报

作者 DIO · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
320
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wsb-digest
功能描述
自动抓取 r/wallstreetbets 热股数据,生成每日报告推送到 Discord。使用 ApeWisdom API,支持分片发送避免 Discord 2000 字符限制。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wsb-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wsb-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug wsb-digest
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

WSB 热股日报 是什么?

自动抓取 r/wallstreetbets 热股数据,生成每日报告推送到 Discord。使用 ApeWisdom API,支持分片发送避免 Discord 2000 字符限制。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 320 次。

如何安装 WSB 热股日报?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wsb-digest」即可一键安装,无需额外配置。

WSB 热股日报 是免费的吗?

是的,WSB 热股日报 完全免费(开源免费),可自由下载、安装和使用。

WSB 热股日报 支持哪些平台?

WSB 热股日报 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WSB 热股日报?

由 DIO(@mingkko)开发并维护,当前版本 v1.0.0。

💬 留言讨论