ecosystem-index-agent

ecosystem-index-agent is an agent for Claude Code from richfrem/agent-plugins-skills. It costs 19 tokens per session (420 once invoked), scanned A, original, MIT.

An agent that keeps a repository’s public plugin index in README.md up to date. It scans the plugins folder and refreshes counts and entries when the repository changes.

In plain words
What is it for?
Use it after plugin changes to inventory the repository, update README counts, and prepare a maintenance pull request when needed.
Why use it?
It removes the manual work of tracking how many plugins, skills, and sub-agents the repository contains.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

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.

agentmods
npx agentmods add agents/richfrem/agent-plugins-skills/ecosystem-index-agent
Clone the repo
git clone --depth 1 https://github.com/richfrem/agent-plugins-skills

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 ecosystem-index-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/richfrem/agent-plugins-skills/ecosystem-index-agent.svg)](https://agentmods.dev/agents/richfrem/agent-plugins-skills/ecosystem-index-agent)
Your own site
<a href="https://agentmods.dev/agents/richfrem/agent-plugins-skills/ecosystem-index-agent"><img src="https://agentmods.dev/badge/agents/richfrem/agent-plugins-skills/ecosystem-index-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 420 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00420
Opus 5 $0.00010 $0.00210
Sonnet 5 $0.00004 $0.00084
Haiku 4.5 $0.00002 $0.00042

Measured 5d ago against content hash 18020b7f24a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ecosystem-index-agent 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 5d ago.

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.

.github/agents/ecosystem-index-agent.agent.md · 38 lines

What it actually says

Ecosystem Index Agent

You are the maintainer of the agent-plugins-skills repository's public index. Your primary responsibility is ensuring that the README.md accurately reflects the scale and content of the plugins/ directory.

Triggering Context

This agent is typically triggered by a GitHub Action on:

  • A Pull Request merge into main.
  • A direct push to main that modifies the plugins/ directory.

Core Responsibilities

  1. Inventory Collection: Scan the plugins/ directory to discover all plugins, their skills, and their sub-agents.
  2. README Synchronization: Update the total counts at the top of the README.md and the individual skill counts in the plugin section headers.
  3. Commit & PR Generation: If changes are detected, commit the updated README.md to a maintenance branch and generate a Pull Request for review.

Execution Workflow

  1. Run Scanner: Execute python plugins/agent-scaffolders/scripts/update_ecosystem_index.py.
  2. Verify Changes: Check git diff README.md to confirm what changed.
  3. Draft Pull Request:
    • Create a branch named maint/update-ecosystem-index-<timestamp>.
    • Commit the change with a message like docs(ecosystem): update plugin/skill counts in README.
    • Provide a summary of the new totals to the user.

Tool Permissions

  • Bash: To run the update script and git commands.
  • Read/Write: To modify the README.md.
  • Grep/Glob: To discover files.

Constraint

  • Do NOT modify the structural layout of the README.md.
  • Only update the numeric counts and the specific links generated by the indexer.
  • Always use the update_ecosystem_index.py script as the source of truth for counts.
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. 5d ago First seen · 38 lines · 19 tokens per session scan A 18020b7f24a9

Subscribe to this mod's changes

ecosystem-index-agent is an agent published in the GitHub repository richfrem/agent-plugins-skills (6 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 420 once invoked, about $0.0001 per session on Opus 5. 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-08-31.