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.
npx agentmods add commands/yusufkaraaslan/skill_seekers/create-skillgit clone --depth 1 https://github.com/yusufkaraaslan/Skill_SeekersWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00020 | $0.00545 |
| Opus 5 | $0.00010 | $0.00272 |
| Sonnet 5 | $0.00004 | $0.00109 |
| Haiku 4.5 | $0.00002 | $0.00055 |
Grade A, and why
create-skill 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 3d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- create-skill — 100% identical, 0 lines differ
What it actually says
Create Skill
Create an AI-ready skill from a source. The source type is auto-detected.
Usage
/skill-seekers:create-skill <source> [--preset <level>] [--output <dir>]
Instructions
When the user provides a source via $ARGUMENTS, run the skill-seekers create command to generate a skill.
- Parse the arguments: extract the source (first argument) and any flags.
- If no
--presetis specified, default toquickfor fast results. - If no
--outputis specified, default to./output. - Run the create command:
skill-seekers create "$SOURCE" --preset quick --output "$OUTPUT" - After completion, read the generated
SKILL.mdand summarize what was created. - If the user wants to target a specific platform (e.g., Claude, OpenAI, LangChain), run the package command after:
skill-seekers package "$SKILL_DIR" --target "$PLATFORM"
Presets
-p quick— 1-2 minutes, basic skill-p standard— 5-10 minutes, good coverage-p comprehensive— 20-60 minutes, full analysis
Source Types (auto-detected)
- URL (https://...) — Documentation scraping
- owner/repo or github.com URL — GitHub repo analysis
- file.pdf — PDF extraction
- file.ipynb — Jupyter notebook
- file.docx — Word document
- file.epub — EPUB book
- YouTube/Vimeo URL — Video transcript
- ./directory — Local codebase analysis
- file.yaml with OpenAPI — API spec
- file.pptx — PowerPoint
- file.adoc — AsciiDoc
- file.html — HTML page
- file.rss — RSS/Atom feed
- cmd.1 — Man page
Examples
/skill-seekers:create-skill https://react.dev
/skill-seekers:create-skill pallets/flask -p standard
/skill-seekers:create-skill ./docs/api.pdf
/skill-seekers:create-skill https://youtube.com/watch?v=abc123
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.
- 3d ago First seen · 63 lines · 20 tokens per session scan A 481f6f2d64ec
create-skill is a command published in the GitHub repository yusufkaraaslan/Skill_Seekers (14,878 stars, last pushed 3d ago), licensed MIT. It adds 20 tokens to every session and 545 once invoked, about $0.0001 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-30.
Other commands, from other repositories
session-init
You are the Main Agent in an orchestrated workflow. Read and internalize these working instructions.
permissions
Create or update DOGMA-PERMISSIONS.md to configure what Claude can do autonomously.
role-clear
Clear the persistent, per-session credo ROLE, returning to the default of NO role: the agent does everything, as it does when no role is set.
codex-exec
Easy wrapper for running Codex CLI commands from Claude Code with proper syntax.
build
Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.
codex
Ask Codex (ChatGPT's coding model) one question and relay its answer — a quick second opinion alongside Claude.