← Back to Skills Marketplace
113
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install wow-daily-news
Description
每日日报自动生成。每天 18:00 自动生成包含魔兽世界新闻、NGA 热帖、今日美图的飞书文档,并推送到飞书和微信。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wow-daily-news - After installation, invoke the skill by name or use
/wow-daily-news - Provide required inputs per the skill's parameter spec and get structured output
Version History
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)消息推送,只发送日报文档链接。
Metadata
Frequently Asked Questions
What is Wow Daily News?
每日日报自动生成。每天 18:00 自动生成包含魔兽世界新闻、NGA 热帖、今日美图的飞书文档,并推送到飞书和微信。 It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Wow Daily News?
Run "/install wow-daily-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wow Daily News free?
Yes, Wow Daily News is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wow Daily News support?
Wow Daily News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wow Daily News?
It is built and maintained by LoRexxar (@lorexxar); the current version is v1.0.1.
More Skills