← 返回 Skills 市场
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xwzb
功能描述
用于拉取并展示最新热点内容(接口为 https://hotspot.api4claw.com/hotspots/latest?timestamp=$TIME_STEMP,返回 JSON 数组)。按模型预估点击率生成 Top 条目(不使用原始热度排序)。默认会提示用户创建定时任务(不自动执行),在用户确认后提供 c...
安全使用建议
This skill appears coherent and low-risk, but before enabling it: (1) confirm you trust the API host (https://hotspot.api4claw.com) because the skill will fetch data from it each run; (2) do not allow the agent to auto-execute the provided cron command — review any generated cron command before running, and only enable scheduling if you understand which agent and channel will run it; (3) be aware the skill requires correct system timezone/time generation for its timestamp logic; (4) monitor sample responses for any unexpected sensitive data and ensure the scheduled environment actually contains this SKILL.md (the cron message assumes the skill is available to the scheduled agent).
功能分析
Type: OpenClaw Skill
Name: xwzb
Version: 0.1.0
The skill 'xwzb' is a hotspot news aggregator designed to fetch and summarize data from 'https://hotspot.api4claw.com'. It uses the 'web_fetch' tool for API requests and provides instructions for an optional cron job setup via the 'openclaw' tool, which explicitly requires user confirmation before execution. The code and instructions in SKILL.md are consistent with the stated purpose, include clear security boundaries (e.g., no automatic persistence, no unauthorized endpoint access), and show no signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill's name/description (fetch and present latest hotspots) match its declared needs: network access to https://hotspot.api4claw.com and the web_fetch tool. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md confines runtime behavior to: generate a minute-precision timestamp, call the single API endpoint via web_fetch, parse JSON, rank items by estimated CTR, and present results. It explicitly forbids caching, fabrication, or reading unrelated files/env. The only out-of-skill action is an optional, user-approved cron command example; the doc instructs not to execute automatically.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded during install, minimizing install-time risk.
Credentials
No required environment variables or credentials are listed. The only fixed config is the base URL constant. This is proportionate to a read-only consumer skill using a public API.
Persistence & Privilege
always:false and user-invocable:true. The skill suggests (but does not auto-create) a cron entry; scheduled use requires the skill to be present in the scheduled environment. Autonomous invocation remains allowed (platform default) but is not combined with elevated privileges or credential access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xwzb - 安装完成后,直接呼叫该 Skill 的名称或使用
/xwzb触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
xwzb 0.1.0
- Initial release of the hotspot consumer skill (“今日热点”, “热点新闻” 等).
- Pulls and presents latest hotspots from https://hotspot.api4claw.com/hotspots/latest?timestamp=$TIME_STEMP using web_fetch.
- Top items are ranked by estimated click-through rate (not raw hotness), with AI-generated brief summaries.
- Default workflow prompts users to set up a daily cron job for automated fetching (manual setup required).
- Grouped display of item titles by `source_name`; provides service status and source filtering.
- Strict API call and reliability rules: no caching, no fabricated results, and clear error handling.
元数据
常见问题
新闻早报 是什么?
用于拉取并展示最新热点内容(接口为 https://hotspot.api4claw.com/hotspots/latest?timestamp=$TIME_STEMP,返回 JSON 数组)。按模型预估点击率生成 Top 条目(不使用原始热度排序)。默认会提示用户创建定时任务(不自动执行),在用户确认后提供 c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 新闻早报?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xwzb」即可一键安装,无需额外配置。
新闻早报 是免费的吗?
是的,新闻早报 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
新闻早报 支持哪些平台?
新闻早报 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 新闻早报?
由 xltang(@xltang)开发并维护,当前版本 v0.1.0。
推荐 Skills