feed-hermit

feed-hermit is a plugin for Claude Code from gtapps/claude-code-hermit. Its manifest loads nothing; the 7 skills, 1 agent it bundles cost 562 tokens per session together, scanned A, original, MIT.

A feed-to-brief pipeline for an autonomous assistant. It manages source collection, scoring, writing, delivery, archiving, weekly summaries, and source-health checks.

In plain words
What is it for?
It helps build a system that gathers, selects, summarizes, delivers, and monitors information sources.
Why use it?
It organizes the many steps between subscribing to feeds and receiving a usable brief.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Good fit It helps build a system that gathers, selects, summarizes, delivers, and monitors information sources.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add gtapps/claude-code-hermit/plugin install feed-hermit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/gtapps/claude-code-hermit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for feed-hermit

README.md
[![agentmods](https://agentmods.dev/badge/plugins/gtapps/claude-code-hermit/feed-hermit.svg)](https://agentmods.dev/plugins/gtapps/claude-code-hermit/feed-hermit)
Your own site
<a href="https://agentmods.dev/plugins/gtapps/claude-code-hermit/feed-hermit"><img src="https://agentmods.dev/badge/plugins/gtapps/claude-code-hermit/feed-hermit.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 7 skills, 1 agent cost 562 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

feed-hermit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/feed-hermit/.claude-plugin/plugin.json · 26 lines

What it actually says

{
  "name": "feed-hermit",
  "version": "0.1.6",
  "dependencies": [
    {
      "name": "claude-code-hermit",
      "version": "^1.3.2"
    }
  ],
  "description": "Feed-to-brief pipeline for claude-code-hermit — curated source registry, fetch/score/write/deliver/archive pipeline, weekly synthesis, and source-health analytics for an autonomous feed-reading assistant",
  "author": {
    "name": "gtapps",
    "url": "https://github.com/gtapps"
  },
  "repository": "https://github.com/gtapps/claude-code-hermit",
  "homepage": "https://github.com/gtapps/claude-code-hermit/tree/main/plugins/feed-hermit",
  "license": "MIT",
  "keywords": [
    "feed",
    "brief",
    "rss",
    "trending",
    "gtapps"
  ]
}
Contents

What it installs

The manifest is a name and a version. 7 skills, 1 agent travel with it, and installing the plugin installs all of them — 562 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed f5057f503d90
  2. 3d ago First seen · 26 lines scan A 446cf2f98237

Subscribe to this mod's changes

feed-hermit is a plugin published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other plugins, from other repositories

scout

Autonomous knowledge management and daily briefing system. Monitors your work tools (Slack, Calendar, Linear, GitHub, etc.), synthesizes findings into a persistent knowledge base with a formal ontology, and delivers daily action items — all running unattended via scheduled Claude Code sessions. Six session types…

Raven-Scout/scout-plugin · not measured

claude-mini-hud

A lightweight Claude Code status bar that shows live details such as context, token use, balance, current tasks, tools, agents, cost, Git, estimated time, and warnings. It includes 21 display themes and has no runtime dependencies.

zander-zyx/claude-mini-hud · not measured

claude-timestamp

Stamps every message with the local time and how long the turn took, names the tool behind a slow turn, and reports where a session's time actually went. Claude receives the send time of each prompt, so it can reason about when things happened.

AraneaDev/claude-timestamp · not measured

claude-nanny

Native macOS menu-bar HUD showing the live status of every running Claude Code session. Hooks report per-session status; a translucent, click-through overlay (with a menu-bar control) displays it. Ships prebuilt universal binaries — no Xcode needed, appears on your next session.

app-brew/claude-nanny · not measured

tools

Session lifecycle management for Claude Code — orient, checkpoint, close out, and never lose the thread between sessions.

gf-labs/claude-toolbox · not measured

telegram-topics

Telegram channel for Claude Code — 1 project = 1 forum topic, with a live working/idle status badge on each topic. Run multiple projects concurrently, get notifications, and drive or approve sessions remotely from your phone. Configure with /telegram-topics:configure.

2naive/claude-telegram-topics · not measured