← 返回 Skills 市场
lorexxar

Wow Daily News

作者 LoRexxar · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
113
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install wow-daily-news
功能描述
每日日报自动生成。每天 18:00 自动生成包含魔兽世界新闻、NGA 热帖、今日美图的飞书文档,并推送到飞书和微信。
安全使用建议
Do not install or run this skill unless you understand and control the target environment. Issues to consider before proceeding: 1) Incoherent bundle: the SKILL.md refers to many scripts, data files, and a local MCP service that are not included. The shipped script only fetches EXWIND news — it does not implement the full pipeline. 2) Runtime commands will run shell commands (nohup, curl) that can start arbitrary binaries in ~/xiaohongshu-mcp or other paths; verify those binaries yourself. 3) The skill hardcodes Feishu and WeChat target IDs and relies on helper commands that must have credentials configured elsewhere — confirm these behaviors are acceptable and inspect how feishu_create_doc / message are implemented in your agent runtime. 4) If you want to test, run in an isolated/sandboxed environment and inspect or stub the referenced scripts/services first. Prefer requesting the author to provide the missing scripts, or a clear README explaining required local services and what credentials are needed. If you can't verify the missing components and recipients, treat this skill as risky.
能力评估
Purpose & Capability
The SKILL.md describes a multi-step pipeline (collectors, NGA detail scraping, Xiaohongshu beauty fetcher, Feishu/WeChat push). The package only includes one script (scripts/wow_daily_news.py) that implements EXWIND news scraping and local markdown output. The runtime instructions call many other scripts/paths (e.g. ~/.openclaw/workspace/scripts/daily_report_generator.py, ~/.openclaw/workspace/skills/daily-beauty/daily_beauty.py) and expect local services/binaries that are not included. That discrepancy indicates the bundle is incomplete or misdescribed.
Instruction Scope
SKILL.md instructs the agent to run many shell commands: curl to localhost:18060 and possibly nohup to start ~/xiaohongshu-mcp, agent-browser to open pages and take snapshots, read/write many files under ~/.openclaw/workspace and /tmp, and send messages to specific Feishu/WeChat targets. These steps reference local binaries/services and data files outside the shipped files. The instructions also require copying image files to /tmp and use platform-specific helper commands (feishu_create_doc, feishu_doc_media, message action=send) — none of which are defined or included. Running the instructed commands could start arbitrary binaries in the user's home or interact with system services.
Install Mechanism
There is no install spec (instruction-only). That lowers the risk of remote code being fetched during install, but the runtime relies on an existing environment with many scripts/binaries and system services. The absence of an install step means the skill assumes pre-existing local components (which are not shipped) — a design mismatch that can cause silent failures or unexpected behavior if the environment contains different binaries.
Credentials
The skill declares no required environment variables or credentials, yet the instructions embed hardcoded push targets (Feishu ou_2f7b6746..., a WeChat account ID) and call helper commands that must have credentials configured elsewhere (feishu_create_doc, feishu_doc_media, message action=send). The pipeline also expects writable access to many config/data paths under the user's home and to start binaries (~/xiaohongshu-mcp). Requiring broad filesystem and service access without clear credential configuration is disproportionate and surprising to an installer.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It does instruct starting a user-level binary (nohup ~/xiaohongshu-mcp) and assumes systemd-managed Xvfb, but it does not modify other skills' configs or claim permanent inclusion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wow-daily-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wow-daily-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 增加每个执行步骤的时间日志(echo start/end),便于排查超时和卡点 - 美图获取失败时不再中断日报,改为降级显示“美图暂时不可用”提示 - 超时时间由10分钟提升至20分钟 - 移除手动启动 Xvfb 的逻辑,改为 systemd 常驻服务 - 推送渠道由 LightClaw 更换为微信(openclaw-weixin),仍保留飞书渠道
v1.0.0
wow-daily-news v1.0.0 - 每天自动生成并推送包含魔兽世界新闻、NGA 热帖和必含小红书美女美图的日报到飞书和 LightClaw。 - 新增美图板块为强制内容,自动处理美图抓取失败(支持自动修复及授权请求)。 - 新闻和帖子内容显示完善,需展示全文、配图与精选摘要,严格按时间与数量筛选。 - 支持新闻/帖子详情内容由 agent-browser 按需在线抓取,脚本仅产出基础数据。 - 支持两个渠道(飞书+LightClaw)消息推送,只发送日报文档链接。
元数据
Slug wow-daily-news
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Wow Daily News 是什么?

每日日报自动生成。每天 18:00 自动生成包含魔兽世界新闻、NGA 热帖、今日美图的飞书文档,并推送到飞书和微信。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Wow Daily News?

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

Wow Daily News 是免费的吗?

是的,Wow Daily News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wow Daily News 支持哪些平台?

Wow Daily News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wow Daily News?

由 LoRexxar(@lorexxar)开发并维护,当前版本 v1.0.1。

💬 留言讨论