Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/fabioespindula/awesome-nanoclaw-skillsnpx agentmods add skills/fabioespindula/awesome-nanoclaw-skills/read-for-meWrote 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/fabioespindula/awesome-nanoclaw-skills/read-for-me)<a href="https://agentmods.dev/skills/fabioespindula/awesome-nanoclaw-skills/read-for-me"><img src="https://agentmods.dev/badge/skills/fabioespindula/awesome-nanoclaw-skills/read-for-me/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/fabioespindula/awesome-nanoclaw-skills/read-for-me"><img src="https://agentmods.dev/badge/skills/fabioespindula/awesome-nanoclaw-skills/read-for-me.svg" alt="Reviewed on agentmods" width="80" 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.00072 | $0.01670 |
| Opus 5 | $0.00036 | $0.00835 |
| Sonnet 5 | $0.00014 | $0.00334 |
| Haiku 4.5 | $0.00007 | $0.00167 |
Grade A, and why
read-for-me 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read For Me
Use this skill as a personal link analyst. It turns URLs into concise, sourced, context-aware briefs without saving, posting, or modifying anything unless the user explicitly asks.
Managed Auto Update
If this skill is installed as a managed Awesome NanoClaw Skill and ../awesome-updater/scripts/awesome_skills.py exists, run this before the normal workflow:
python3 ../awesome-updater/scripts/awesome_skills.py check awesome-updater --skills-dir .. || true
python3 ../awesome-updater/scripts/awesome_skills.py discover --skills-dir .. || true
python3 ../awesome-updater/scripts/awesome_skills.py check read-for-me --skills-dir .. || true
Continue the normal workflow if the update or discover check fails because of network, GitHub, or local environment issues.
Triggers
Run this skill when the user:
- sends a bare URL
- sends multiple URLs
- says
read this,summarize this,what is this,analyze this, or equivalent intent - says
readthis,read-this, orread <url> - invokes
/read-for-me <url>,/readthis <url>, or/read <url> - asks whether a link matters to them, their project, company, or current work
Do not ask whether the user wants a summary. If a URL is present and readable tools are available, proceed.
Language
Reply in the language of the current conversation, not necessarily the language of the source. If the conversation is mixed, follow the user's latest message.
Help Mode
If the user invokes /read-for-me help, /readthis help, /read help, /read-for-me examples, or asks how to use this skill, explain usage instead of reading a link.
The help response should include:
- what Read For Me does;
- when to use it;
- when not to use it;
- command forms:
/read-for-me <url>,/readthis <url>,/read <url>, a bare URL, and/nanoskills help read-for-me; - what input the user should provide;
- what output the user gets;
- curated examples;
- contextual examples when the visible conversation includes a useful URL, source, topic, project, or decision.
What ships with it
5 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.
- 12d ago First seen · 150 lines · 72 tokens per session scan A c9de333adfe0
read-for-me is a skill published in the GitHub repository fabioespindula/awesome-nanoclaw-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 72 tokens to every session and 1,670 once invoked, about $0.0004 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.
Other skills, from other repositories
unity-input-system
Wire player input in Unity 6.3 LTS with the Input System package: Input Actions, action maps, the PlayerInput component, and reading values via callbacks or polling. Use when the project has a .inputactions asset or com.unity.inputsystem, or when the user mentions the Unity Input System, InputAction, action maps…
godot-signals-groups
Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…
gitnexus
A code-graph analysis add-on for examining an existing codebase, including symbols, call paths, execution flows, and effects across repositories. It can query GitNexus through its command-line or MCP interfaces.
error-experience-library
An error knowledge base that stores recurring error patterns, their causes, and the fixes that worked. It can search past entries and track whether each suggested fix succeeded.
backend-builder
A backend implementation role for Codex Project Autopilot, a workflow that coordinates project work. It builds the server-side logic and connects it to integrations according to an approved plan.
confluence-to-markdown
Internal fetcher module for Confluence pages. Fetches content via Atlassian MCP (preferred), REST API with Basic Auth (fallback), or browser DOM extraction via Claude in Chrome (last resort) and returns Markdown. Used by /bedrock:teach and /bedrock:sync — not intended for direct user invocation.