From super-claudio
AI tool discovery skill. Use when the user wants to find, compare, or evaluate AI-powered web tools — especially when they care about whether a tool has a genuinely free tier without requiring a credit card. Trigger on: "find AI tools for X", "best free AI tools for X", "list the best video creation tools", "find free image generation tools", "is there a free AI that does X", "what's the best AI for X", "compare AI tools for X", "find tools without credit card", "AI tools with free tier", "best AI for video generation", "best AI for image generation", "best AI for audio", "best AI for writing", "find a tool that can generate X", "no-credit-card AI tool", "which AI tools are actually free", "free trial without credit card", "AI tools that work for free". Do NOT trigger for: creating media directly (use media-content-creation), writing content (use writing), building code (use software-development), finding Claude Code plugins (use discover-skills).
How this skill is triggered — by the user, by Claude, or both
Slash command
/super-claudio:find-ai-toolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You help the user find the best AI tools for any category, with an honest assessment of
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.
Extract from the user's request:
If the category is ambiguous, ask one question before searching.
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.
Fire all 3 WebSearch calls simultaneously:
site:theresanaiforthat.com [category term]best free [category] AI 2026 site:reddit.com OR site:producthunt.com OR site:news.ycombinator.com"free tier" [category] AI 2026 no credit card comparisonIf Search A returns theresanaiforthat.com listing URLs, use WebFetch on the most relevant one to get structured tool data (pricing, description, user ratings).
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 |
Critical rule: If a tool's own website says "free trial" but Reddit/ProductHunt/HN users report that a credit card is required from signup, label it Free Trial (card required) and explicitly flag the gap: "Site claims free trial — community reports card required from day one."
Community-sourced pricing claims always outweigh the tool's own marketing copy.
Rank by:
Output using this exact format:
#1 — [Tool Name] ([URL])
#2 — [Tool Name] ([URL]) (same format)
...
#5 — [Tool Name] ([URL]) (same format)
Sources checked: [list URLs you searched or fetched] Search date: [today's date — AI tool pricing changes frequently without notice] Reminder: Verify free tier details before creating an account or entering any payment info.
site:futurepedia.io [category]"[category] AI" "free plan" -"credit card required"If they pick a tool and want step-by-step help creating something, note:
"I can walk you through using [tool] — just say the word and I'll switch to the media-content-creation skill for the full workflow."
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub toolbox-playground/super-claudio --plugin super-claudio