← Back to Skills Marketplace
xltang

新闻早报

by xltang · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
128
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xwzb
Description
用于拉取并展示最新热点内容(接口为 https://hotspot.api4claw.com/hotspots/latest?timestamp=$TIME_STEMP,返回 JSON 数组)。按模型预估点击率生成 Top 条目(不使用原始热度排序)。默认会提示用户创建定时任务(不自动执行),在用户确认后提供 c...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xwzb
  3. After installation, invoke the skill by name or use /xwzb
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug xwzb
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 新闻早报?

用于拉取并展示最新热点内容(接口为 https://hotspot.api4claw.com/hotspots/latest?timestamp=$TIME_STEMP,返回 JSON 数组)。按模型预估点击率生成 Top 条目(不使用原始热度排序)。默认会提示用户创建定时任务(不自动执行),在用户确认后提供 c... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install 新闻早报?

Run "/install xwzb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 新闻早报 free?

Yes, 新闻早报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 新闻早报 support?

新闻早报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 新闻早报?

It is built and maintained by xltang (@xltang); the current version is v0.1.0.

💬 Comments