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.
npx skills add pedroiff0/awesome-skills --skill github-profile-readmegit clone --depth 1 https://github.com/pedroiff0/awesome-skillsWrote 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.
[](https://agentmods.dev/skills/pedroiff0/awesome-skills/github-profile-readme)<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/github-profile-readme"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/github-profile-readme.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00076 | $0.01982 |
| Opus 5 | $0.00038 | $0.00991 |
| Sonnet 5 | $0.00015 | $0.00396 |
| Haiku 4.5 | $0.00008 | $0.00198 |
Grade A, and why
github-profile-readme scanned grade A with 1 finding 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 7d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
`curl -s -o /dev/null -w "%{http_code}\n" <raw URL>` for banner SVG + both snake SVGs + every external How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Profile README (astronomy × computing theme)
Trigger: user asks to "personalize my GitHub profile README", "make my profile cool/fancy", "add stats/banner/snake to my profile", or any task touching github.com/<user>/<user> README.md.
Pre-flight
- Profile repo is
github.com/<user>/<user>, branchmain. - ALWAYS check remote first:
git fetch origin && git show origin/main:README.md. The user often edits README.md directly on github.com web after your last clone — a stale local clone is the #1 pitfall (see below).
Anatomy of a rich profile README
- Animated banner (SVG) at top — see references/starfield-banner.md for a self-contained Python generator writing
assets/starfield.svg(twinkling stars + constellation lines + shooting star). Embed via raw.githubusercontent URL. - Identity header: name, tagline, contact badges (shields.io
for-the-badgewith emoji). - "Mission"/status block — terminal-style ASCII box is a nice touch.
- Stats cards. ALWAYS 200-check every external URL before embedding (see Pitfall below —
popular services go down). Anchors that currently work:
https://github-readme-activity-graph.vercel.app/graph?username=USER&theme=radical— contribution-area graph (reliable).https://github-readme-streak-stats.herokuapp.com/?user=USER&theme=radical— streak card (reliable).https://readme-typing-svg.herokuapp.com/?lines=...— animated typing headline (reliable).https://skillicons.dev/icons?i=python,js,nodejs,...&theme=dark&perline=9— tech-stack icon grid (reliable; cleaner than shields badges).https://komarev.com/ghpvc/?username=USER&label=views— visitor counter (reliable). ⚠️ The publicgithub-readme-stats.vercel.app(stats + top-langs) andgithub-profile-trophy.vercel.appinstances are FREQUENTLY PAUSED/PAYWALLED (503DEPLOYMENT_PAUSED, 402Payment required). Do NOT embed them unless you 200-verify first. If down, self-host (fork → Vercel) or leave a hidden HTML comment with the self-host path. Full status + check loop: references/stat-services.md.
- Contribution snake — GitHub Action (see references/snake-workflow.md). Publishes SVGs to an
outputbranch; embed with<picture>+prefers-color-schemefor light/dark. - Tech badges grid (shields.io
for-the-badge). - Project constellation table (markdown: project | stack | visibility | link) + research/grants table.
- Footer: visitor counter (komarev.com/ghpvc), quote, links.
What ships with it
6 files beside SKILL.md 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.
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.
- 7d ago First seen · 97 lines · 76 tokens per session scan A 37d26804c72a
github-profile-readme is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed 10d ago), licensed MIT. It adds 76 tokens to every session and 1,982 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ac-qa-gh-pr-review
Reviews pull requests through a bounded shared worker-wave review flow, consolidated reporting, and user-confirmed gh pr review actions.
contribute-to-eliza
Finish and prove a scoped elizaOS GitHub issue, or independently review and repair an open elizaOS pull request. Use when contributing compute to elizaOS by selecting unclaimed work, implementing or reviewing changes, adding real tests and evidence, validating artifacts, or preparing a contribution for maintainer…
gentle-ai-collab-perfect
Trigger: contributing to Gentleman-Programming/gentle-ai as an external collaborator. Strict issue-first workflow, honest PR bodies, contributor-vs-maintainer scope, chained-PR strategy, verification protocol, docstring coverage. Load whenever the active repo is Gentleman-Programming/gentle-ai and any part of the…
branch-pr
Create Gentle AI pull requests with issue-first checks. Trigger: creating, opening, or preparing PRs for review.
work-unit-commits
Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.
chained-pr
Trigger: PRs over 400 lines, stacked PRs, review slices. Split oversized changes into chained PRs that protect review focus.