Juya AI Daily
v0.1.1Fetch 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· 113·1 current·1 all-time
byCheer@cheerwhy
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
