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 skills add davistroy/claude-marketplace --skill wikigit clone --depth 1 https://github.com/davistroy/claude-marketplaceWrote 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/davistroy/claude-marketplace/wiki)<a href="https://agentmods.dev/skills/davistroy/claude-marketplace/wiki"><img src="https://agentmods.dev/badge/skills/davistroy/claude-marketplace/wiki/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.
<a href="https://agentmods.dev/skills/davistroy/claude-marketplace/wiki"><img src="https://agentmods.dev/badge/skills/davistroy/claude-marketplace/wiki.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00060 | $0.04569 |
| Opus 5 | $0.00030 | $0.02285 |
| Sonnet 5 | $0.00012 | $0.00914 |
| Haiku 4.5 | $0.00006 | $0.00457 |
Grade A, and why
wiki 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 8d 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 — 406 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wiki Operations
Explicit operations for maintaining and querying a project's LLM-maintained wiki. For automatic maintenance, the CLAUDE.md rules injected by /create-wiki handle it. This skill is for when you want to explicitly process a source document, run a health check, search the wiki, propagate a resolved fact, or check its status.
Input
Arguments: $ARGUMENTS
Supported subcommands:
ingest <path>— Process a source document into wiki pageslint— Run health checks on wiki structure and contentquery <topic>— Search wiki and synthesize an answerpropagate <fact>— Sweep all pages for stale variants of a newly resolved fact (OKF mode; see OKF Bundle Mode)status— Show wiki stats, health, and recent activity- No arguments — Show help
Pre-flight Check: Layout Detection
Before executing any subcommand, detect which wiki layout this project uses. Check in this order:
- Legacy layout —
wiki/schema.yamlexists:- Contract source:
wiki/schema.yaml(categories,lint_interval_days,staleness_threshold_days,page_frontmatter.required) - Pages:
wiki/pages/· Sources:wiki/sources/· Index: singlewiki/index.md· Log:wiki/log.md - Execute the subcommand sections below exactly as written.
- Contract source:
- OKF bundle layout — an
AGENTS.mdexists at the repo root AND akb/index.mddeclaresokf_versionin its frontmatter:- Contract source:
AGENTS.md— read it in full before any operation; it defines the type vocabulary, required frontmatter, sensitivity tiers, ingest procedure, and lint rules. The contract file governs; this skill adapts to it. - Pages:
kb/**(one concept per file; path = identity) · Sources:sources/(immutable, dated; outside the bundle) · Indexes: per-directoryindex.md· Log:kb/log.md - Execute the subcommand sections below with the deltas defined in "OKF Bundle Mode".
- Contract source:
- Neither found:
No wiki found in this project. Run /create-wiki to set up one, or add an AGENTS.md contract + kb/ OKF bundle.
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.
- 8d ago First seen · 406 lines · 60 tokens per session scan A c94593dde732
wiki is a skill published in the GitHub repository davistroy/claude-marketplace (5 stars, last pushed 5d ago), licensed MIT. It adds 60 tokens to every session and 4,569 once invoked, about $0.0003 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-09-04.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
ppt-template-creator
Creates self-contained PPT template SKILLS (not presentations) from user-provided PowerPoint templates. Use ONLY when a user wants to create a reusable skill from their template. For creating actual presentations, use the pptx skill instead.
box
Box manages cloud files, sharing, search, and metadata.
cim-builder
Structure and draft a Confidential Information Memorandum for sell-side M&A processes. Organizes company information into a professional, investor-ready document with consistent formatting and narrative flow. Use when preparing sell-side materials, drafting a CIM, or organizing company data for a sale process.…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.