super-claudio:discover-skills

super-claudio:discover-skills is a skill for Claude Code from toolbox-playground/super-claudio. It costs 152 tokens per session (543 once invoked), scanned A, original, MIT.

A Claude Code skill for finding community-built skills, plugins, and extensions. It describes where to search and what information to give the user.

In plain words
What is it for?
Use it to search marketplaces and repositories for a skill or plugin for a particular development task, then explain how to install it.
Why use it?
It helps when the installed tools do not cover a task and you need to locate an additional Claude Code extension.

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 Use it to search marketplaces and repositories for a skill or plugin for a particular development task, then explain how to install it.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/discover-skills/github.svg)](https://agentmods.dev/skills/toolbox-playground/super-claudio/discover-skills)
Your own site
<a href="https://agentmods.dev/skills/toolbox-playground/super-claudio/discover-skills"><img src="https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/discover-skills/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:discover-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/toolbox-playground/super-claudio/discover-skills"><img src="https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/discover-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 543 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.00152 $0.00543
Opus 5 $0.00076 $0.00271
Sonnet 5 $0.00030 $0.00109
Haiku 4.5 $0.00015 $0.00054

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

Security

Grade A, and why

super-claudio:discover-skills 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.

skills/discover-skills/SKILL.md · 61 lines

What it actually says

Skill Discovery

When super-claudio doesn't have what you need, search the community.

Search Process

  1. Check if the request matches any installed skill — review the available skills list in context.

  2. Search community marketplaces — read references/marketplaces.md for sources, then use WebSearch or WebFetch to search for relevant skills.

  3. Present findings — show the user what was found with:

    • Skill name and what it does
    • Where to get it (URL)
    • How to install it (if known)
  4. Suggest adding to super-claudio — if a great tool or workflow is found that fits a super-claudio category, note it as a candidate for adding to the curated references.

Search Query Templates

Use these patterns when searching:

site:claudemarketplaces.com [user's domain] skill
site:aitmpl.com [user's domain] plugin
"claude code skill" [user's domain] github
claude code plugin [user's domain]

If No Skill Exists

If no existing skill covers the user's need:

  1. Check if Claude can handle the task directly with its built-in tools (WebSearch, Bash, etc.)
  2. If a third-party tool is needed, search for documentation and guide the user through it directly
  3. Suggest creating a new skill using the skill-creator skill

Fallback Workflow

User need not covered by super-claudio
  → Search marketplaces (see references/marketplaces.md)
  → Found? → Present and help install
  → Not found? → Guide with built-in tools or web research
  → Recurring need? → Suggest creating a skill with skill-creator
Files

What ships with it

2 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.

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. 12d ago First seen · 61 lines · 152 tokens per session scan A 4a8c91e822ee

Subscribe to this mod's changes

super-claudio:discover-skills is a skill published in the GitHub repository toolbox-playground/super-claudio (4 stars, last pushed yesterday), licensed MIT. It adds 152 tokens to every session and 543 once invoked, about $0.0008 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