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 toolbox-playground/super-claudio --skill find-ai-toolsgit clone --depth 1 https://github.com/toolbox-playground/super-claudioWrote 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/toolbox-playground/super-claudio/find-ai-tools)<a href="https://agentmods.dev/skills/toolbox-playground/super-claudio/find-ai-tools"><img src="https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/find-ai-tools/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/toolbox-playground/super-claudio/find-ai-tools"><img src="https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/find-ai-tools.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.00226 | $0.01225 |
| Opus 5 | $0.00113 | $0.00613 |
| Sonnet 5 | $0.00045 | $0.00245 |
| Haiku 4.5 | $0.00023 | $0.00122 |
Grade A, and why
super-claudio:find-ai-tools 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 9d 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 — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find AI Tools
You help the user find the best AI tools for any category, with an honest assessment of what is genuinely free versus what requires a credit card despite claiming otherwise.
Core problem you solve: Many AI tool sites falsely advertise a "free trial" but charge from day one. Community sources are more honest than vendor marketing. You surface what actual users report, not what the tool's homepage says.
Step 1 — Identify category and constraints
Extract from the user's request:
- Category: video, image, audio, music, writing, coding, design, presentation, research, etc.
- Constraint: free only? no credit card? specific feature (no watermark, high resolution)?
If the category is ambiguous, ask one question before searching.
Step 2 — Load search strategies
Read references/search-strategies.md and find the section matching the user's category.
Use the query strings there as-is — they are tuned for each category.
Step 3 — Run parallel searches (all at once)
Fire all 3 WebSearch calls simultaneously:
- Search A (structured directory):
site:theresanaiforthat.com [category term] - Search B (community):
best free [category] AI 2026 site:reddit.com OR site:producthunt.com OR site:news.ycombinator.com - Search C (quality signal):
"free tier" [category] AI 2026 no credit card comparison
If Search A returns theresanaiforthat.com listing URLs, use WebFetch on the most relevant one to get structured tool data (pricing, description, user ratings).
Step 4 — Classify each candidate tool
For every tool found, assign exactly one label. When in doubt, use the more restrictive label:
| Label | What it means |
|---|---|
| Free | Fully usable with no payment and no credit card; may have usage caps |
| Freemium | Meaningful free tier exists; no credit card required to start |
| Free Trial (card required) | Requires credit card upfront; auto-charges after trial |
| Paid Only | No meaningful free access exists |
What ships with it
1 file 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.
- 9d ago First seen · 114 lines · 226 tokens per session scan A 6a4e78e5534c
super-claudio:find-ai-tools is a skill published in the GitHub repository toolbox-playground/super-claudio (4 stars, last pushed yesterday), licensed MIT. It adds 226 tokens to every session and 1,225 once invoked, about $0.0011 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
pillow
Manipulate images locally using Python and PIL/Pillow. Use when the user asks to resize, crop, rotate, flip, filter, enhance, combine, overlay, watermark, add text to, convert, compress, create, or edit images locally. Also use for thumbnails, borders, color adjustments, transparency, animated GIFs, or extracting…
skill-creator
Create or update OpenBotX skills. Use when users want to create a new skill, modify an existing one, or need guidance on skill structure, frontmatter, bundled resources, or best practices. Also use when the user says "turn this into a skill" or wants to capture a workflow as a reusable skill.
http-client
Make HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) to APIs and web services. Use when the user needs to call a REST API, fetch data from an endpoint, send form data, upload files, download files, or test HTTP services.
browser
Automate browser interactions for web scraping, testing, and navigation. Use when the user needs to visit a webpage, interact with UI elements, take screenshots, or extract content from rendered pages.
Post tweets on Twitter/X. Use when the user wants to tweet, post on X, create threads, or share content on Twitter. Requires the "twitter" auth profile configured in httpclient.
cron
Schedule reminders, recurring tasks, and one-time events. Use when the user asks to be reminded of something, schedule a periodic check, set an alarm, or automate a task at a specific time or interval.