新闻联播

v0.1.1

用于拉取并展示「新闻联播」热点(接口为 https://hotspot.api4claw.com/hotspots/platform/新闻联播?timestamp=$TIME_STEMP,返回 JSON 数组)。按 source_name 分组展示标题,无 Top Hot。默认会提示用户是否创建定时任务(不自动执...

0· 92·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description map directly to the declared behavior: calling https://hotspot.api4claw.com/hotspots/platform/新闻联播?timestamp=$TIME_STEMP and grouping titles by source_name. Required tools (web_fetch) and optional openclaw for cron setup are appropriate for this purpose.
Instruction Scope
SKILL.md limits runtime actions to generating a minute-level timestamp, calling the single hotspot endpoint with web_fetch, parsing JSON, and grouping results. It explicitly forbids caching, fabricating results, persisting identifiers, or calling other endpoints. Note: it provides a sample openclaw cron add command to help users schedule runs — scheduling is only to be offered and executed with explicit user approval; scheduled runs require the skill to be available in the target environment.
Install Mechanism
Instruction-only skill with no install spec or downloaded artifacts. Lowest-risk install posture.
Credentials
No environment variables, credentials, or config paths are requested. The only fixed value is the base URL for the API, which matches the skill's function.
Persistence & Privilege
always:false and user-invocable default. The skill suggests creating cron jobs but requires explicit user approval before providing commands or executing scheduling via openclaw. It does not request permanent elevated presence.
Assessment
This skill appears coherent and limited in scope. Before installing, verify you trust hotspot.api4claw.com (privacy/data handling) and confirm you do not grant cron creation permission without review — the skill will present cron commands but should not schedule anything without explicit consent. Also ensure the agent's web_fetch tool is configured safely (timeouts, allowed domains). Note the skill uses a minute-level TIME_STEMP placeholder (spelled TIME_STEMP); ensure your runtime substitutes a correct minute-precision timestamp when calling the API.

Like a lobster shell, security has layers — review code before you run it.

latestvk978cq5jb5rqcgwk8jqb5bnhv584j1yt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments