← Back to Skills Marketplace
maximedogawa

News Corbett Report

by Maxim Edogawa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
62
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install news-corbett-report
Description
The Corbett Report — official WordPress RSS at corbettreport.com/feed/. Fetch only; answer in English; items strictly from XML; dated header, numbered list,...
README (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”.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install news-corbett-report
  3. After installation, invoke the skill by name or use /news-corbett-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug news-corbett-report
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 62 downloads so far.

How do I install News Corbett Report?

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

Is News Corbett Report free?

Yes, News Corbett Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does News Corbett Report support?

News Corbett Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created News Corbett Report?

It is built and maintained by Maxim Edogawa (@maximedogawa); the current version is v1.0.0.

💬 Comments