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 skills/synaptiai/agent-capability-standard/searchnpx skills add synaptiai/agent-capability-standard --skill searchgit clone --depth 1 https://github.com/synaptiai/agent-capability-standardWrote 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.
[](https://agentmods.dev/skills/synaptiai/agent-capability-standard/search)<a href="https://agentmods.dev/skills/synaptiai/agent-capability-standard/search"><img src="https://agentmods.dev/badge/skills/synaptiai/agent-capability-standard/search.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.02868 |
| Opus 5 | $0.00017 | $0.01434 |
| Sonnet 5 | $0.00007 | $0.00574 |
| Haiku 4.5 | $0.00003 | $0.00287 |
Grade A, and why
search 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 344 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Live Context
Available search context:
- Current directory: !
pwd - File types available: !
find . -type f -not -path './.git/*' 2>/dev/null | sed 's/.*\.//' | sort | uniq -c | sort -rn | head -10 - Total searchable files: !
find . -type f -not -path './.git/*' 2>/dev/null | wc -l | tr -d ' ' - Common directories: !
find . -type d -maxdepth 2 -not -path './.git/*' 2>/dev/null | head -10 - README files: !
find . -name 'README*' -not -path './.git/*' 2>/dev/null | head -5
Intent
Execute search to find relevant information when you don't know exactly where to look. Unlike retrieve (which fetches known items), search explores under uncertainty and ranks results by relevance.
Success criteria:
- Relevant results are found and ranked
- Search strategy is appropriate for the domain
- Coverage is sufficient for the use case
- Results include relevance scores and evidence
- False positives are minimized
World Modeling Context:
Search feeds into the State Layer by discovering entities and observations to include in world-state. It supports the Identity & Continuity Layer by finding candidate matches for identity-resolution.
Compatible schemas:
schemas/output_schema.yaml
Inputs
| Parameter | Required | Type | Description |
|---|---|---|---|
query |
Yes | string | What to search for (natural language or structured) |
sources |
No | array | Where to search: repo, web, docs, database (default: infer) |
constraints |
No | object | Time bounds, file types, domains, result limits |
ranking_criteria |
No | string | relevance, recency, authority (default: relevance) |
Procedure
-
Parse query: Understand what the user is looking for
- Extract key terms and concepts
- Identify entity types being sought
- Determine search intent (existence, discovery, comparison)
- Expand with synonyms or related terms if appropriate
-
Select search strategy: Based on sources and query type
- Code/repo search: Use Grep patterns, file globs
- Web search: Use web search tools with keywords
- Documentation: Search docs directories, README files
- Semantic: Expand query with related concepts
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.
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.
- 5d ago First seen · 344 lines · 35 tokens per session scan A a564a50b1967
search is a skill published in the GitHub repository synaptiai/agent-capability-standard (4 stars, last pushed 5d ago), licensed Apache-2.0. It adds 35 tokens to every session and 2,868 once invoked, about $0.0002 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.
Other skills, from other repositories
gh
GitHub API access and project management automation for the hallucination-detector repo. Uses octokit with proxy-aware client for all GitHub operations — issues, PRs, labels, milestones, Projects V2. No gh CLI required.
evaluate-options
Research and evaluate implementation options before presenting a recommendation. Use when multiple approaches exist for a problem and a decision is needed. Launches one background research agent per option in parallel, collects evidence-backed findings, then presents a recommendation grounded in observed data — not…
delegate
Quick delegation template for sub-agent prompts. Use when assigning work to a sub-agent, before invoking the Task tool, or when preparing prompts for specialized agents. Provides the WHERE-WHAT-WHY framework. For comprehensive delegation guidance, activate the agent-orchestration how-to-delegate skill.
beginner-tone
코딩도 AI도 처음인 초보자와 대화할 때 쓰는 말투·안전 지침. SoDamHarness 설치 시 자동 활성화.
sodam-harness-self-check
작업을 끝내거나 "다 됐어요"라고 말하기 전에 실제로 작동하는지 점검하고 증거를 보여줄 때 사용. 위험·중요 작업 마무리, 완료 선언, 검증 요청 시 적용.
ai-safe-driver
Use when the agent keeps repeating a mistake, ignores a correction, retries a failed tool unchanged, breaks an output format again, drifts from the latest request, or makes excuses instead of diagnosing recurrence. Also use for a conversation health check, compaction decision, or new-session question.