Daily AI NEWS chinese version, big AI news

Fetch and display AI news digest from AI资讯速览 (https://ai-digest.liziran.com/zh/). Use when the user asks for AI news, today's AI digest, latest AI updates, o...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 37 · 0 current installs · 0 all-time installs
byJay@goog
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description state: fetch and display AI news from ai-digest.liziran.com/zh/. Declared requirements: none. The SKILL.md only needs network fetches of the public site to deliver the described functionality, so requested capabilities are proportional to purpose.
Instruction Scope
Instructions are narrowly scoped: fetch index page, pick the first link (or archive by date if requested), fetch digest page, and present numbered items with title and short summary in Chinese. There are no instructions to read local files, access credentials, or transmit data to unrelated endpoints.
Install Mechanism
No install spec and no code files (instruction-only). Nothing will be written to disk or downloaded beyond the agent's normal web fetch of the public site.
Credentials
The skill declares no environment variables, credentials, or config paths. The SKILL.md does not reference any secrets. Requested access (web fetch) is appropriate for the stated task.
Persistence & Privilege
always is false and there is no indication the skill requests elevated or persistent privileges or modifies other skills/config. Autonomous invocation is allowed (platform default) but is not combined with concerning privileges.
Assessment
This skill is an instruction-only scraper for a public Chinese AI digest and appears internally consistent. Before installing, consider: (1) the agent will perform outbound web requests to ai-digest.liziran.com when invoked—if you restrict network access for privacy or policy, disable or review that behavior; (2) content is presented in Chinese by default (it will not translate unless asked); (3) scraping frequency and copyright considerations are the user's responsibility—avoid excessive automated polling. No secrets, installs, or filesystem access are required by this skill.

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

Current versionv1.0.0
Download zip
latestvk970zb0gw1cyfxjvr6zrcea1hn83vfhr

License

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

SKILL.md

AI News Digest

Fetch and present the latest AI news from AI资讯速览.

Source

  • Index: https://ai-digest.liziran.com/zh/
  • Each daily digest is a linked page from the index (first item = most recent)

Workflow

  1. Fetch the index page at https://ai-digest.liziran.com/zh/ with web_fetch
  2. Extract the first (most recent) digest link from the list
  3. Fetch that digest page
  4. Present each numbered item with its title and summary in a clean, readable format

Output Format

For each news item, output:

**NN [Title]**
[Summary in 1–3 sentences]

Separate items with ---. Use the original Chinese titles and summaries as-is (do not translate unless user asks).

Notes

  • The index lists digests in reverse chronological order; always pick the first one unless the user specifies a date
  • Short items (04, 05 …) may only have a one-liner — keep them brief
  • If the user asks for a specific date, find the matching link from the archive at https://ai-digest.liziran.com/zh/archive.html

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…