← 返回 Skills 市场
182
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install juya
功能描述
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...
使用说明 (SKILL.md)
Juya AI Daily
RSS feed URL: https://imjuya.github.io/juya-ai-daily/rss.xml
Usage
- Fetch the RSS feed using
web_fetch - Parse
\x3Citem>list from the returned XML - Match the target entry by date (format
YYYY-MM-DD), default to the latest - Extract HTML content from
\x3Ccontent:encoded>, format as Markdown - For full content, visit the corresponding
\x3Clink>for the detail page
Date Matching
- Each item's
\x3Ctitle>is inYYYY-MM-DDformat - 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install juya - 安装完成后,直接呼叫该 Skill 的名称或使用
/juya触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 182 次。
如何安装 Juya AI Daily?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install juya」即可一键安装,无需额外配置。
Juya AI Daily 是免费的吗?
是的,Juya AI Daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Juya AI Daily 支持哪些平台?
Juya AI Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Juya AI Daily?
由 Cheer(@cheerwhy)开发并维护,当前版本 v0.1.1。
推荐 Skills