Skip to content

API Recipes v0.1

Latest

Choose a tag to compare

@magrathean-uk magrathean-uk released this 17 Jun 16:27

API Recipes v0.1

Initial public release.

Highlights

  • Codex Skill fast path for common API-call prompts with no web, shell, CLI, or MCP call on matching skip_web recipes.
  • CLI resolver for provider/task lookups and safe credential metadata discovery.
  • MCP server for agents that prefer MCP tools.
  • Adapters for Codex, Claude, Copilot, and Cursor.
  • YAML recipe database covering model calls, Google user-data APIs, account status, email sending, vector search, and search APIs.
  • Freshness metadata and monthly-update workflow.
  • Benchmark harness and checked-in benchmark snapshot.

Benchmark

Latest benchmark snapshot on 2026-06-17:

Metric Baseline API Recipes Skill Saved
Total tokens 423,744 326,568 23%
Uncached tokens 237,888 132,008 45%
Wall time 320s 136s 58%
Web calls 31 0 31
Tool/MCP calls 0 0 0

Full chart: docs/benchmark.md.

Validation

  • npm test
  • npm run typecheck
  • npm run build
  • npm run refresh:status
  • CLI smoke
  • MCP smoke