octodamus-core: Skill for Claude Code

.agents/skills/search-for-service/SKILL.md

search-for-service is a skill for Claude Code from Octodamus/octodamus-core. It costs 101 tokens per session (900 once invoked), scanned A, original, MIT.

A skill for searching the x402 Bazaar, a marketplace of paid API services, and inspecting the services it lists. It uses command-line searches with filters such as network, payment method, price, and output type.

In plain words
What is it for?
Use it to search available services, inspect their details, compare filters, and find an API for a task; searching does not require authentication or funds.
Why use it?
It helps identify an external API service that may provide a needed capability without manually browsing the marketplace.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is Octodamus/octodamus-core's own configuration. It tells Claude Code how to work on octodamus-core itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything octodamus-core configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Octodamus/octodamus-core. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Octodamus/octodamus-core/main/.agents/skills/search-for-service/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Octodamus/octodamus-core

Made for: Claude Code.

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 search-for-service

README.md
[![agentmods](https://agentmods.dev/badge/skills/octodamus/octodamus-core/search-for-service/github.svg)](https://agentmods.dev/skills/octodamus/octodamus-core/search-for-service)
Your own site
<a href="https://agentmods.dev/skills/octodamus/octodamus-core/search-for-service"><img src="https://agentmods.dev/badge/skills/octodamus/octodamus-core/search-for-service/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 search-for-service

Your own site · 80×15
<a href="https://agentmods.dev/skills/octodamus/octodamus-core/search-for-service"><img src="https://agentmods.dev/badge/skills/octodamus/octodamus-core/search-for-service.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 900 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 original No closer match found 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.00101 $0.00900
Opus 5 $0.00051 $0.00450
Sonnet 5 $0.00020 $0.00180
Haiku 4.5 $0.00010 $0.00090

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

Security

Grade A, and why

search-for-service 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.

.agents/skills/search-for-service/SKILL.md · 87 lines

How it starts

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

Searching the x402 Bazaar

Use the npx [email protected] x402 commands to discover and inspect paid API endpoints available on the x402 bazaar marketplace. No authentication or balance is required for searching.

Commands

Search the Bazaar

Find paid services by keyword using BM25 relevance search:

npx [email protected] x402 bazaar search <query> [-k <n>] [--network <network>] [--scheme <scheme>] [--max-price <price>] [--json]
Option Description
-k, --top <n> Number of results, 1–20 (default: 20)
--network <name> Filter by chain (base, base-sepolia, polygon, solana, solana-devnet)
--scheme <scheme> Filter by payment scheme: exact or upto
--max-price <price> Maximum price in USD (e.g. 0.01)
--asset <address> Filter by payment asset address
--pay-to <address> Filter by recipient wallet address
--extensions <type> Filter by extension type (e.g. outputSchema, bazaar)
--json Output as JSON

List Bazaar Resources

Browse all available resources:

npx [email protected] x402 bazaar list [--network <network>] [--full] [--refresh] [--json]
Option Description
--network <name> Filter by chain (base, base-sepolia, polygon, solana, solana-devnet)
--full Show complete details including schemas
--refresh Re-fetch resource index from CDP API
--json Output as JSON

Read the full file on GitHub · 87 lines

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 · 87 lines · 101 tokens per session scan A c54c576fcd9e

Subscribe to this mod's changes

search-for-service is a skill published in the GitHub repository Octodamus/octodamus-core (1 stars, last pushed today), licensed MIT. It adds 101 tokens to every session and 900 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens