claude-codex-settings is a collection of configurations and reusable extensions for Claude Code, OpenAI Codex, Cursor, and related coding tools. Developers use its skills, commands, hooks, agents, plugins, and MCP servers to shape coding-agent workflows and connect alternative model APIs. The catalogue entries are components of this collection that can be installed into supported coding tools.
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/fcakyon/claude-codex-settings/tavily-usagenpx skills add fcakyon/claude-codex-settings --skill tavily-usagegit clone --depth 1 https://github.com/fcakyon/claude-codex-settingsWrote 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/fcakyon/claude-codex-settings/tavily-usage)<a href="https://agentmods.dev/skills/fcakyon/claude-codex-settings/tavily-usage"><img src="https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/tavily-usage.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.00057 | $0.00377 |
| Opus 5 | $0.00028 | $0.00188 |
| Sonnet 5 | $0.00011 | $0.00075 |
| Haiku 4.5 | $0.00006 | $0.00038 |
Grade A, and why
tavily-usage 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 yesterday.
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.
What it actually says
Tavily Search and Extract
Use Tavily MCP tools for web search and content retrieval operations.
Tool Selection
Tavily Search (mcp__tavily__tavily_search)
Use for:
- Keyword-based searches across the web
- Finding relevant pages and content
- Quick answer gathering
- Multiple result discovery
Best for: Initial research, finding sources, broad queries
Tavily Extract (mcp__tavily__tavily-extract)
Use for:
- Getting detailed content from specific URLs
- Deep analysis of page content
- Structured data extraction
- Following up on search results
Best for: In-depth analysis, specific URL content, detailed information
Hook Behavior
tavily_extract_to_advanced.py hook automatically upgrades extract calls to advanced mode for better accuracy when needed.
Integration Pattern
- Use
mcp__tavily__tavily_searchfor discovery phase - Analyze results to find relevant URLs
- Use
mcp__tavily__tavily-extractfor detailed content on specific URLs - Process extracted content for user needs
Environment Variables
Tavily MCP requires:
TAVILY_API_KEY- API key from Tavily (tvly-...)
Configure in shell before using the plugin.
Cost Considerations
- Search is cheaper than extract
- Use search to filter relevant URLs first
- Only extract URLs that are likely relevant
- Cache results when possible
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.
- yesterday First seen · 59 lines · 57 tokens per session scan A 967da6d98228
tavily-usage is a skill published in the GitHub repository fcakyon/claude-codex-settings (1,125 stars, last pushed yesterday), licensed Apache-2.0. It adds 57 tokens to every session and 377 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-03.
Other skills, from other repositories
lov-fill-web-form
Fill web forms by fetching form fields from a URL, deep-searching the user's local knowledge base for relevant info, and generating a markdown document with all answers pre-filled. Use when the user provides a URL to a web form (conference application, speaker submission, event registration, profile form) and wants…
lov-publish-wechat-channels
通过已登录的视频号助手网页预检、上传并发布本地视频,按用户明确的标题、描述、话题、封面和原创设置逐项回读,并从内容列表核验草稿、定时、审核与发布状态。Use when the user asks“发布视频号”“保存草稿”“定时发布”或“核验状态”;不用于公众号文章。.
playwright-qa
Drive the running app with Playwright to verify UI work — act, screenshot, read the screenshot, decide. Use whenever a change is visible or interactive, whenever a UI bug is reported, and instead of reasoning about what the UI probably does.
liquid-glass-web
Build Apple-style liquid/frosted glass UI on the web with progressive enhancement. Use when implementing or reviewing glassmorphism, Liquid Glass, translucent navs, lens/refraction effects, SVG displacement filters, WebGL glass shaders, frosted panels, specular highlights, or cross-browser glass fallbacks.
design-extract
Use when the user wants to extract or approximate a design language from a public or authorized website: colors, typography, spacing, components, Tailwind/shadcn tokens, visual patterns, and implementation guidance. Checks optional tooling first and falls back to manual browser/source inspection.
jack-website-intelligence
Research a brand, existing website, and competitors before building a premium animated client site. Use for brand extraction, website intelligence, competitor analysis, client-facing reports, build briefs, redesign strategy, niche research, Firecrawl-style scraping, or turning an existing website into a better premium…