find-skills

find-skills is a skill for Claude Code, Codex from osloer-industries/vakt. It costs 67 tokens per session (1,405 once invoked), scanned C, original, MIT.

A skill for discovering and installing reusable skills for coding agents. It uses vakt, a tool that can add skills from a Git repository or local folder and synchronize them across supported AI coding tools.

In plain words
What is it for?
Use it to look for skills for a task, install one from a repository or local directory, and synchronize installed skills.
Why use it?
It removes the need to manually find, copy, and configure skill files when an existing capability may already be available.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it to look for skills for a task, install one from a repository or local directory, and synchronize installed skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/osloer-industries/vakt/find-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 osloer-industries/vakt --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/osloer-industries/vakt

Made for: Claude Code, Codex.

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 find-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/osloer-industries/vakt/find-skills/github.svg)](https://agentmods.dev/skills/osloer-industries/vakt/find-skills)
Your own site
<a href="https://agentmods.dev/skills/osloer-industries/vakt/find-skills"><img src="https://agentmods.dev/badge/skills/osloer-industries/vakt/find-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 find-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/osloer-industries/vakt/find-skills"><img src="https://agentmods.dev/badge/skills/osloer-industries/vakt/find-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,405 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00067 $0.01405
Opus 5 $0.00034 $0.00702
Sonnet 5 $0.00013 $0.00281
Haiku 4.5 $0.00007 $0.00140

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

Security

Grade C, and why

find-skills scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf ~/.agents/skills/skill-name
skills/find-skills/SKILL.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Find Skills

This skill helps you discover and install skills using vakt's provider-agnostic approach.

When to Use This Skill

Use this skill when the user:

  • Asks "how do I do X" where X might be a common task with an existing skill
  • Says "find a skill for X" or "is there a skill for X"
  • Asks "can you do X" where X is a specialized capability
  • Expresses interest in extending agent capabilities
  • Wants to search for tools, templates, or workflows
  • Mentions they wish they had help with a specific domain (design, testing, deployment, etc.)

Provider-Agnostic Skill Installation

vakt manages skills in a single location (~/.agents/skills/) and syncs them to all AI coding tools (Claude Code, OpenCode, Gemini CLI, Codex, etc.).

Key commands:

vakt add-skill <repo-url>           # Install from git repository
vakt add-skill ./local-skill        # Install from local directory
vakt sync                            # Sync to all providers
vakt list                            # List installed skills

How to Help Users Find Skills

Step 1: Understand What They Need

When a user asks for help with something, identify:

  1. The domain (e.g., React, testing, design, deployment)
  2. The specific task (e.g., writing tests, creating animations, reviewing PRs)
  3. Whether this is a common enough task that a skill likely exists

Step 2: Search for Skills

Search these skill registries:

Primary sources:

Search patterns:

# Use web search to find skills
web-search query: "agent skills [domain] site:github.com"
web-search query: "SKILL.md [domain] claude code"

Step 3: Present Options to the User

When you find relevant skills, present them with:

  1. The skill name and what it does
  2. The repository URL
  3. The install command

Read the full file on GitHub · 194 lines

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 · 194 lines · 67 tokens per session scan C 199b1cae799a

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository osloer-industries/vakt (3 stars, last pushed 1mo ago), licensed MIT. It adds 67 tokens to every session and 1,405 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

kagi-enrich

Search Kagi's unique non-commercial web (Teclis) and non-mainstream news (TinyGem) indexes for independent, ad-free content you won't find in regular search results. Use when you want to discover small-web sites, independent blogs, niche discussions, or non-mainstream news on a topic.

joelazar/kagi-skills · 67 tokens

kagi-summarizer

Summarize any URL or text using Kagi's Universal Summarizer API. Supports multiple engines (including the enterprise-grade Muriel model), bullet-point takeaways, and output translation to 28 languages. Use when you need a high-quality summary of an article, paper, video transcript, or any document.

joelazar/kagi-skills · 69 tokens

kagi-fastgpt

Ask questions and get AI-synthesized answers backed by live web search, via Kagi's FastGPT API. Returns a direct answer with cited references. Use when you need a quick, authoritative answer rather than raw search results.

joelazar/kagi-skills · 52 tokens

kagi-search

Fast web search and content extraction via Kagi Search API. Uses a Go backend for quick startup and supports JSON output.

joelazar/kagi-skills · 28 tokens

durable-objects

Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.

fcakyon/claude-codex-settings · 22 tokens

ultralytics-platform

This skill should be used when user asks to "upload my model to Ultralytics Platform", "push this run to the platform", "upload a dataset to platform", "download a dataset from platform", "search platform datasets", "start cloud training", "train on platform GPUs", "export a model on platform", "deploy a model…

fcakyon/claude-codex-settings · 112 tokens