super-claudio:find-ai-tools

super-claudio:find-ai-tools is a skill for Claude Code from toolbox-playground/super-claudio. It costs 226 tokens per session (1,225 once invoked), scanned A, original, MIT.

A research guide for finding and comparing AI-powered web tools, with particular attention to whether their free plans are genuinely free and need no credit card.

In plain words
What is it for?
It helps find tools for categories such as video, image, audio, music, writing, coding, design, presentations, and research, then compare their free-use limits.
Why use it?
It helps distinguish real free access from services that advertise a free trial but require payment or billing details.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the super-claudio plugin — 12 skills, 2 agents shipped together

Good fit It helps find tools for categories such as video, image, audio, music, writing, coding, design, presentations, and research, then compare their free-use limits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toolbox-playground/super-claudio/find-ai-tools
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.

Any agent
npx skills add toolbox-playground/super-claudio --skill find-ai-tools
Clone the repo
git clone --depth 1 https://github.com/toolbox-playground/super-claudio

Made for: Claude Code.

Or install super-claudio, the plugin that ships this one along with the rest of its 12 skills, 2 agents.

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 super-claudio:find-ai-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/find-ai-tools/github.svg)](https://agentmods.dev/skills/toolbox-playground/super-claudio/find-ai-tools)
Your own site
<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.

agentmods 80×15 button for super-claudio:find-ai-tools

Your own site · 80×15
<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>
Per session 226 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,225 The whole file, excluding the scripts and references it only reads on demand.
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.
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.00226 $0.01225
Opus 5 $0.00113 $0.00613
Sonnet 5 $0.00045 $0.00245
Haiku 4.5 $0.00023 $0.00122

Measured 9d ago against content hash 6a4e78e5534c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

skills/find-ai-tools/SKILL.md · 114 lines

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

Read the full file on GitHub · 114 lines

Files

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.

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. 9d ago First seen · 114 lines · 226 tokens per session scan A 6a4e78e5534c

Subscribe to this mod's changes

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.

Related

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…

openbotx/openbotx · 74 tokens

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.

openbotx/openbotx · 68 tokens

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.

openbotx/openbotx · 59 tokens

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.

openbotx/openbotx · 40 tokens

twitter

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.

openbotx/openbotx · 41 tokens

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.

openbotx/openbotx · 44 tokens