← Back to Skills Marketplace
cheerwhy

Juya AI Daily

by Cheer · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
182
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install juya
Description
Fetch Juya AI Daily (juya-ai-daily) newsletter content. Use when the user asks to view AI daily news, AI morning briefing, or Juya daily. Supports fetching a...
README (SKILL.md)

Juya AI Daily

RSS feed URL: https://imjuya.github.io/juya-ai-daily/rss.xml

Usage

  1. Fetch the RSS feed using web_fetch
  2. Parse \x3Citem> list from the returned XML
  3. Match the target entry by date (format YYYY-MM-DD), default to the latest
  4. Extract HTML content from \x3Ccontent:encoded>, format as Markdown
  5. For full content, visit the corresponding \x3Clink> for the detail page

Date Matching

  • Each item's \x3Ctitle> is in YYYY-MM-DD format
  • Match by title when user specifies a date
  • Default to the first (latest) item when no date is specified

Output Format

Organize as a clean Markdown list, grouped by category (headlines, model releases, developer ecosystem, etc.), with titles and links.

Usage Guidance
This skill appears coherent and low-risk: it simply fetches a public RSS feed and formats entries. Consider these practical points before installing: (1) it performs outbound network requests to imjuya.github.io—only install if you trust that source; (2) fetched content may include HTML that the agent will convert/display—verify whether your agent sandbox or renderer sanitizes HTML to avoid unsafe content; (3) the skill relies on the agent's web_fetch capability (if your runtime restricts network access it may not work). If you want extra assurance, manually inspect the feed URL in a browser first and confirm it matches the newsletter you expect.
Capability Analysis
Type: OpenClaw Skill Name: juya Version: 0.1.1 The skill is a straightforward RSS reader designed to fetch and format AI newsletter content from a GitHub Pages site (imjuya.github.io). The instructions in SKILL.md are limited to standard web fetching, XML parsing, and Markdown formatting, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description say 'fetch Juya AI Daily' and the SKILL.md only requires fetching and parsing the RSS feed at https://imjuya.github.io/juya-ai-daily/rss.xml and formatting the content. No unrelated capabilities, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are narrowly scoped: call web_fetch on the provided RSS URL, parse <item> entries, match by date or use the latest, extract <content:encoded>, convert to Markdown, and optionally link to the item page. The instructions do not ask to read local files, environment variables, or other system state.
Install Mechanism
No install spec or code files are present (instruction-only skill), so nothing will be written to disk or installed by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. This is appropriate for a public RSS-fetching utility.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide changes. It also does not modify other skills' configs or require elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install juya
  3. After installation, invoke the skill by name or use /juya
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Translate SKILL.md to English
v0.1.0
- Initial release of the juya skill. - Enables fetching daily reports from 橘鸦AI早报 (juya-ai-daily) via RSS. - Supports retrieving reports for a specific date or defaults to the latest. - Outputs news as a well-organized Markdown list by category, including titles and links.
Metadata
Slug juya
Version 0.1.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Juya AI Daily?

Fetch Juya AI Daily (juya-ai-daily) newsletter content. Use when the user asks to view AI daily news, AI morning briefing, or Juya daily. Supports fetching a... It is an AI Agent Skill for Claude Code / OpenClaw, with 182 downloads so far.

How do I install Juya AI Daily?

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

Is Juya AI Daily free?

Yes, Juya AI Daily is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Juya AI Daily support?

Juya AI Daily is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Juya AI Daily?

It is built and maintained by Cheer (@cheerwhy); the current version is v0.1.1.

💬 Comments