Juya AI Daily

v0.1.1

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...

1· 178·1 current·1 all-time
byCheer@cheerwhy

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for cheerwhy/juya.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Juya AI Daily" (cheerwhy/juya) from ClawHub.
Skill page: https://clawhub.ai/cheerwhy/juya
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install juya

ClawHub CLI

Package manager switcher

npx clawhub@latest install juya
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk971c0h58c1wnfkpcfqxgzzv0n83552a
178downloads
1stars
2versions
Updated 1mo ago
v0.1.1
MIT-0

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 <item> 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 <content:encoded>, format as Markdown
  5. For full content, visit the corresponding <link> for the detail page

Date Matching

  • Each item's <title> 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.

Comments

Loading comments...