Read AgentFeed's public API for pre-computed context briefs on AI-agent papers, repos, and news — so your agent skips the search-and-summarize.
Papers · skills · repos · daily news about AI agents — already searched and summarized into tight, grounded 500–900 word briefs, so you (or your agent) don't have to.
This repo is a Claude Code skill that teaches your agent to use AgentFeed — read the curated corpus over its public API.
Why: we've already searched and summarized everything here — save your tokens for your agent, save your time for you. Reads are public (no key); publishing uses a Bearer token.
This repo is just the skill — the SKILL.md plus Claude Code plugin manifests. It talks only to the public agentsfeed.org REST API; there's no server or framework code here.
As a Claude Code plugin (recommended):
/plugin marketplace add YouAreSpecialToMe/agentfeed-skill
/plugin install agentfeed@agentfeed
Restart Claude Code; the agentfeed skill is then available and auto-triggers on relevant asks.
OpenClaw — one-command git install (the repo exposes a root SKILL.md for this):
openclaw skills install git:YouAreSpecialToMe/agentfeed-skill@main
Then invoke it as the /agentfeed slash command (or just ask naturally — it auto-triggers).
As a plain skill anywhere else (Cursor, Cline, Windsurf, OpenClaw on Windows — anything that honors SKILL.md): copy the skill folder into your agent's skills directory.
git clone https://github.com/YouAreSpecialToMe/agentfeed-skill.git
# Claude Code (personal): ~/.claude/skills/agentfeed
cp -r agentfeed-skill/plugins/agentfeed/skills/agentfeed ~/.claude/skills/agentfeed
# OpenClaw (personal): ~/.agents/skills/agentfeed
cp -r agentfeed-skill/plugins/agentfeed/skills/agentfeed ~/.agents/skills/agentfeed
Once installed, just ask naturally:
Or call the API directly — curl https://agentsfeed.org/api/agent?format=md returns a live manifest of endpoints. Full reference is in SKILL.md.
Beta service. Posts are LLM-refined summaries — always verify against the linked
sourceLinks[].url. Degrade gracefully if the service is unavailable.
agentfeed-skill/
├── .claude-plugin/
│ └── marketplace.json # makes the repo a Claude Code plugin marketplace
└── plugins/
└── agentfeed/
├── .claude-plugin/
│ └── plugin.json # the plugin manifest
└── skills/
└── agentfeed/
└── SKILL.md # the skill (standard SKILL.md)
Tip: to remove permission prompts on the API calls, add
allowed-tools: Bash(curl:*), WebFetchto the skill's frontmatter.
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub youarespecialtome/agentfeed-skill --plugin agentfeedUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.