find-skills

find-skills is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 37 tokens per session (846 once invoked), scanned A, a copy of find-skills, Apache-2.0.

A discovery tool for finding OpenClaw skills, which are reusable instructions or tools that add capabilities to an AI agent.

In plain words
What is it for?
Use it to search for skills by task or category across sources such as ClawHub, OpenClaw Directory, LobeHub, GitHub, and community forums.
Why use it?
It helps you locate existing add-ons instead of building a new one when a suitable skill may already exist.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to search for skills by task or category across sources such as ClawHub, OpenClaw Directory, LobeHub, GitHub, and community forums.

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

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/cloudchef/atlasclaw-providers/find-skills-skill-1.0.0/github.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/find-skills-skill-1.0.0)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/find-skills-skill-1.0.0"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/find-skills-skill-1.0.0/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/cloudchef/atlasclaw-providers/find-skills-skill-1.0.0"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/find-skills-skill-1.0.0.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 846 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 100% copy Near-identical to another mod 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.00037 $0.00846
Opus 5 $0.00018 $0.00423
Sonnet 5 $0.00007 $0.00169
Haiku 4.5 $0.00004 $0.00085

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

Security

Grade A, and why

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

Origin

This is a copy

100% identical to find-skills — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/find-skills-skill-1.0.0/SKILL.md · 144 lines

How it starts

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

Find Skills Skill

Search and discover OpenClaw skills from various sources.

When to Use

USE this skill when:

  • "Find skills for [task]"
  • "Search for OpenClaw skills"
  • "What skills are available?"
  • "Discover new skills"
  • "Find skills by category"

When NOT to Use

DON'T use this skill when:

  • Installing skills → use clawhub install
  • Managing installed skills → use openclaw skills list
  • Creating new skills → use skill-creator skill

Sources for Finding Skills

1. ClawHub (Primary)

# Search skills
npx clawhub search "keyword"

# Browse categories
npx clawhub browse

2. OpenClaw Directory

3. LobeHub Skills Marketplace

4. GitHub

  • Search: openclaw skill or agent-skill
  • Look for repositories with SKILL.md files

5. Community Forums

Search Strategies

By Functionality

# Web search skills
npx clawhub search "web search"

# Weather skills
npx clawhub search "weather"

# Document skills
npx clawhub search "document"

By Provider

# Tavily skills
npx clawhub search "tavily"

# GitHub skills
npx clawhub search "github"

# Calendar skills
npx clawhub search "calendar"

By Popularity

# Most installed skills
npx clawhub search --sort installs

# Most starred skills
npx clawhub search --sort stars

Installation Tips

  1. Check requirements before installing
  2. Read SKILL.md for usage instructions
  3. Test in isolation before production use
  4. Check for updates regularly

Common Skill Categories

Core Skills

  • weather - Weather forecasts
  • skill-creator - Create new skills
  • healthcheck - Security audits

Integration Skills

  • github - GitHub operations
  • feishu - Feishu integration
  • notion - Notion API

Read the full file on GitHub · 144 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. 12d ago First seen · 144 lines · 37 tokens per session scan A 6a456ab419a1

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed 9d ago), licensed Apache-2.0. It adds 37 tokens to every session and 846 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to find-skills, differing in 0 lines, and is treated as a copy.