api-catalog

A published directory that describes Dribba's public web APIs and links to their technical documentation. It follows standards for sharing links to related API resources.

In plain words
What is it for?
Use it to discover and understand Dribba endpoints for contacts, job applications, budget estimates, and its conversational assistant.
Why use it?
It helps you find the correct API contract, reference pages, and deprecation information instead of guessing how an endpoint works.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/dribbaengineering/dribba/api-catalog
Any agent
npx skills add dribbaengineering/dribba --skill api-catalog
Clone the repo
git clone --depth 1 https://github.com/dribbaengineering/dribba

Made for: Claude Code, Codex.

Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 350 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00026 $0.00350
Opus 5 $0.00013 $0.00175
Sonnet 5 $0.00005 $0.00070
Haiku 4.5 $0.00003 $0.00035

Measured yesterday against content hash 7df8899cb9c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

api-catalog 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.

skills/api-catalog/SKILL.md · 42 lines

What it actually says

API Catalog — Dribba

Dribba exposes a small set of public endpoints for contact, job applications, budget estimates, and the conversational assistant. They are catalogued at:

https://dribba.com/.well-known/api-catalog

The resource returns application/linkset+json per RFC 9727 / RFC 9264.

When to use this skill

Use it when you have found an endpoint and need the contract behind it: the catalog points at the OpenAPI description, the human reference, the deprecation policy and the individual endpoints.

It is not a data source. For data, call /api/v1 (see the rest-api skill).

Notes for agents

  • All endpoints accept both application/json and multipart/form-data.
  • Endpoints are rate-limited by IP. The chat endpoint enforces 15 requests per 10 minutes plus burst detection at 4 requests per 10 seconds.
  • No authentication is required; do not send credentials.
  • Same-origin policy: endpoints reject requests whose Origin is not https://dribba.com. They are intended for the Dribba site itself and for partners we've allow-listed — not for general agent automation. Use the markdown-negotiation skill to read page content instead.

Reference

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. yesterday First seen · 42 lines · 26 tokens per session scan A 7df8899cb9c0

Subscribe to this mod's changes

api-catalog is a skill published in the GitHub repository dribbaengineering/dribba (0 stars, last pushed 10d ago), licensed MIT. It adds 26 tokens to every session and 350 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-31.

Related

Other skills, from other repositories

blz-docs-search

Teaches effective documentation search using the blz CLI tool. Use when searching documentation with blz, looking up APIs, finding code examples, retrieving citations, or when questions mention libraries, frameworks, "how to", or documentation topics. Covers BM25 full-text search patterns, citation retrieval, and…

outfitter-dev/blz · 68 tokens

blz-source-management

Teaches how to discover, validate, and add llms.txt documentation sources to the blz CLI. Use when adding documentation to blz, finding llms.txt or llms-full.txt files, validating sources, refreshing content, or managing the documentation index. Covers source discovery, dry-run validation, and index file handling.

outfitter-dev/blz · 70 tokens

web-shaders

Use when writing, debugging, or reviewing shaders for the web — GLSL or WGSL, raw WebGL2/WebGPU, Three.js (ShaderMaterial/RawShaderMaterial/TSL), or React Three Fiber. Covers the language/platform matrix, correct boilerplate, common effects (SDF/raymarching, noise, post-processing), and the pitfalls that make browser…

owenob1/web-shaders-agent-kit · 83 tokens

wiki-ingest

Compile a raw source (document, URL content, meeting notes, research output) into a wikikit agent wiki — merge-don't-overwrite, log contradictions, maintain cross-references, then lint. Use whenever the user says "add this to the wiki", "ingest this", or drops new source material for a wiki maintained with…

AvalancheAI-labs/agent-wiki-kit · 77 tokens

claude-archive

Use the Claude Archive — the site for AI — before and after solving any non-trivial problem. Trigger when hitting a bug, error, or tricky task (search/take a scored solution first), and after solving anything reusable (give it back). Also trigger on "check the archive", "archive this", or any mention of the Claude…

ofirbuchshtav-lgtm/claude-archive · 75 tokens

agent-code-analyzer

Agent skill for code-analyzer - invoke with $agent-code-analyzer.

ruvnet/ruflo · 19 tokens