← 返回 Skills 市场
maximedogawa

News Corbett Report

作者 Maxim Edogawa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install news-corbett-report
功能描述
The Corbett Report — official WordPress RSS at corbettreport.com/feed/. Fetch only; answer in English; items strictly from XML; dated header, numbered list,...
使用说明 (SKILL.md)

The Corbett Report — RSS

Independent outlet (James Corbett). For current episodes and posts use only the official feed — do not invent third-party pages or items.

Feed (prefer fetch tool)

https://corbettreport.com/feed/

Optional check:

curl -sL "https://corbettreport.com/feed/"

Format (RSS 2.0)

Typical fields:

  • Channel: \x3Ctitle>, \x3Clink>, \x3ClastBuildDate>
  • Each \x3Citem>: \x3Ctitle>, \x3Clink> (canonical post URL), \x3CpubDate>, \x3Cdescription> (teaser), optional \x3Ccategory> (may repeat), often \x3Cenclosure> (MP3). For the reply, the post link is always \x3Clink>, not the enclosure URL.

Render XML entities readably (e.g. – → en dash). Do not expand or rewrite feed text.

Rules

  • Only headlines, URLs, and teasers that appear in the same \x3Citem>. No extra episodes or URLs.
  • Default: newest first (feed order), 3–5 items unless the user asks for a different count.
  • Language: Write the entire answer in English — headings, labels, and quoted teaser text exactly as in the feed. Do not translate into German (or other languages) unless the user explicitly asks for a translation.

Mandatory

Non-negotiable checklist (single-file skill — everything lives in this README):

  1. Source: Use only items from https://corbettreport.com/feed/ after a successful fetch. Do not invent titles or URLs.

  2. Per item: Title, link, and teaser must come from the same \x3Citem>. The article URL is the item’s \x3Clink>, not the MP3 enclosure URL.

  3. Count: Default 3–5 newest items unless the user specifies otherwise.

  4. Layout: ## title, optional ### for the list; blank line after headings; numbered list; **[title](url)** with no separate link line.

  5. Language: Reply fully in English (headings, labels, and feed text as-is). No German or other translation unless the user explicitly requests translation.

Response layout

No emoji required. Blank line after ## / ###. Each item on its own line(s).

## The Corbett Report

*As of feed `lastBuildDate`: …*

### Latest

1. **[Exact `\x3Ctitle>`](https://corbettreport.com/…/)** — *categories if useful*
   - *Teaser from `\x3Cdescription>` (trim if long, ~200 chars max)*

2. …
  • Put the URL only inside the title link: **[…](url)**, not a separate *Link:* line.
  • Categories: copy from \x3Ccategory> only; omit if empty or redundant.

Errors

If the feed is empty or fetch fails, say so briefly — do not invent content.

When to use

Questions about Corbett Report, James Corbett, latest episode or interview, Corbett podcast headlines, “what’s new on Corbett Report”.

安全使用建议
This skill is low-risk and does exactly what it says: fetch a public RSS feed and format items. Before installing, consider: (1) it will perform outbound network fetches to corbettreport.com (no credentials required); (2) the feed content (titles, teasers, links) will be included verbatim in responses, so be cautious if you expect filtering of external links or tracking parameters; (3) the skill relies on the agent's fetch/curl behavior to faithfully parse XML—test it with a sample request to ensure the implementation follows the 'same <item>' rules; (4) if you need stricter controls, run it only when network access to that domain is permitted. Overall this skill appears coherent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: news-corbett-report Version: 1.0.0 The skill is a standard RSS feed reader designed to fetch and format news items from a specific, legitimate source (corbettreport.com). The instructions in SKILL.md are focused on data presentation and source integrity, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the skill's sole purpose is to fetch and format https://corbettreport.com/feed/. It declares no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md confines the agent to reading the specified feed URL, extracting per-item title/link/description, and formatting results. It explicitly forbids inventing items or reading other sources. No instructions ask the agent to read local files, other env vars, or transmit data elsewhere.
Install Mechanism
There is no install spec and no code files (instruction-only), so nothing is written to disk or downloaded at install time—lowest risk install profile.
Credentials
The skill requires no credentials, environment variables, or config paths. Requested capabilities are proportionate to fetching a public RSS feed.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. Autonomous invocation is allowed (platform default) but the skill itself does not request increased persistence or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install news-corbett-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /news-corbett-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: fetch and display recent headlines from The Corbett Report official RSS feed. - Retrieves items strictly from https://corbettreport.com/feed/ using the fetch tool. - Lists 3–5 newest items by default, showing the exact title (as a link) and teaser from each item. - Responses are fully in English; no translation unless requested. - Each item’s title, link, and teaser are taken only from the same RSS `<item>`. - Displays content as a numbered list with clear headings; no invented episodes or extra information. - Handles fetch or feed errors with a brief message.
元数据
Slug news-corbett-report
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

News Corbett Report 是什么?

The Corbett Report — official WordPress RSS at corbettreport.com/feed/. Fetch only; answer in English; items strictly from XML; dated header, numbered list,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。

如何安装 News Corbett Report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-corbett-report」即可一键安装,无需额外配置。

News Corbett Report 是免费的吗?

是的,News Corbett Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

News Corbett Report 支持哪些平台?

News Corbett Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 News Corbett Report?

由 Maxim Edogawa(@maximedogawa)开发并维护,当前版本 v1.0.0。

💬 留言讨论