api client skills

101 tagged api client, measured the same way as everything else here.

Browse within: accounting 18estonia 18banking 11fintech 11embeddings 10machine-learning 10openai 10polyglot 10OAuth 9ai-gateway 9async-rust 9aws-bedrock 9c-sharp 9dotnet 9

agent-builder

01

NangoHQ/nango

Skill Claude CodeCodex

Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.

12k 2d ago A 40 tokens

creating-skills

02

NangoHQ/nango

Skill Claude CodeCodex

Use when creating new agent skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, discovery optimization, and real examples.

12k 2d ago A 37 tokens

NangoHQ/nango

Skill Claude CodeCodex

Use when running the Nango application locally for development and browser testing - covers Docker services, dev commands, service URLs, and troubleshooting startup issues.

12k 2d ago A 35 tokens

vulnersCom/api

Skill Claude CodeCodex

Use when modifying, testing, documenting, or reviewing the Vulners Python SDK. Covers the v4 architecture (typed sync/async clients, resource namespaces, bulletin model hierarchy, unasync codegen), the preserved legacy v3 surface, uv-based tooling, the 100% branch-coverage gate, safe API-key handling, and defensive…

371 11d ago A 79 tokens original MIT

lastchat-catalog

05

Cocolalilal/LastChat

Skill Claude CodeCodex

Use this skill whenever you need to add, edit, or review entries in the LastChat model catalog (catalog/lastchatcatalog.json). Covers the resolution pipeline, family/version/override hierarchy, modality rules, provider UUIDs, and step-by-step checklists for adding new models, families, and providers correctly.

342 yesterday A 68 tokens AGPL-3.0

confluence

06

pchuri/confluence-cli

Skill Claude CodeCodex

Use confluence-cli to read, search, create, update, move, delete, and convert Confluence pages and attachments from the terminal.

275 4d ago C 31 tokens original MIT

calling-llms

07

xberg-io/liter-llm

Skill Claude CodeCodex

Use when sending chat completions through liter-llm and routing to a specific provider via the provider/model prefix. Covers the chat call shape, provider routing, modelhint, message roles, and error categories.

251 2d ago A 49 tokens original MIT

xberg-io/liter-llm

Skill Claude CodeCodex

Use when generating embeddings, calling the 12 web-search providers, or running OCR over documents with the 4 OCR providers through liter-llm. Covers embed, search, and ocr methods plus reranking.

251 2d ago A 48 tokens original MIT

liter-llm

09

xberg-io/liter-llm

Skill Claude CodeCodex

Universal LLM API client for 165 providers with native bindings for 14 languages. Use when writing code that calls LLM APIs via liter-llm in Python, TypeScript, Rust, Go, Java, C#, Ruby, PHP, Elixir, WASM, or C, when running the OpenAI-compatible proxy, or when calling LLMs through the MCP server. Covers chat…

251 2d ago A 117 tokens original MIT

zapier-sdk

10

zapier/sdk

Skill Claude CodeCodex

Zapier SDK for TypeScript. Programmatic access to 9,000+ apps on a user's behalf via Zapier's OAuth and audit layer. Use when writing code that needs to run actions in third-party apps (send an email, upsert a CRM record, look up a spreadsheet row, post to a chat) without managing per-app OAuth or vendor SDKs.…

245 1mo ago A 151 tokens original MIT

entity-generator

11

danikf/tik4net

Skill Claude CodeCodex

Generate a tik4net.objects O/R-mapper entity (C# class) for a MikroTik object/path — decorated with [TikEntity]/[TikProperty], correctly typed, R/O vs R/W resolved, documented (including WinBox-native GUI names), with Execute/connection-extension methods and a ToString override where appropriate. Use whenever the user…

197 2d ago A 144 tokens original Apache-2.0

mikrotik-tests

12

danikf/tik4net

Skill Claude CodeCodex

Skill for working with tik4net integration tests against a live MikroTik router. Use this skill whenever the user wants to: run tests (single transport or the full matrix), create a new test class/method, inspect or clean router state, understand why a test was skipped (Inconclusive), debug failures, analyze orphan…

197 2d ago A 110 tokens original Apache-2.0

wiki-cleanup

13

danikf/tik4net

Skill Claude CodeCodex

Review and clean up the human-facing tik4net GitHub wiki (the clone next to the repo) page by page, so that it does not scare off a newcomer and still answers a returning reader's technical question. Use when the user asks to review/audit/clean/tidy the wiki or a wiki page, to check wiki examples against the code, to…

197 2d ago A 174 tokens original Apache-2.0

pixiv-cli-ci

14

FlanChanXwO/pixiv-cli

Skill Claude CodeCodex

Diagnose, verify, monitor, and safely operate pixiv-cli GitHub Actions runs and local CI gates, including PR Quality gate, workflow policy, platform smoke, native/browser evidence, release handoffs, and approved reruns. Use when checks fail or hang, a PR needs readiness verification, a workflow run needs root-cause…

108 4d ago A 82 tokens original MIT

pixiv-cli-review

15

FlanChanXwO/pixiv-cli

Skill Claude CodeCodex

Review pixiv-cli worktree, commit range, or GitHub pull request for architectural boundaries, public CLI/MCP/SDK contracts, security, documentation obligations, tests, and workflow policy. Use for code review, PR review, pre-release review, or review of agent/workflow changes.

108 4d ago A 63 tokens original MIT

pixiv-cli

16

FlanChanXwO/pixiv-cli

Skill Claude CodeCodex

Operate Pixiv through the pixiv-cli binary — search illustrations, novels, and users; reverse-search images with SauceNAO or ascii2d; inspect Pixiv artwork or user IDs/URLs; view rankings and recommendations; manage bookmarks/follows; and download works. Load only when the user explicitly mentions Pixiv or pixiv-cli…

108 4d ago A 134 tokens original MIT

config-architecture

17

majiayu000/litellm-rs

Skill Claude CodeCodex

LiteLLM-RS Configuration Architecture. Covers YAML loading with ${VAR} environment substitution, strict serde config models, startup validation via the Validate trait, and the LITELLM env-only fallback. Use when changing config models or serde defaults, debugging env variable substitution failures, updating validation…

108 yesterday A 74 tokens original MIT

majiayu000/litellm-rs

Skill Claude CodeCodex

LiteLLM-RS provider system in two tiers - data-driven OpenAI-compatible catalog entries auto-routed through OpenAILikeProvider, plus code-based provider modules implementing the LLMProvider trait behind the closed Provider enum. Covers unified ProviderError handling, connection pooling, capabilities, and model…

108 yesterday A 85 tokens original MIT

majiayu000/litellm-rs

Skill Claude CodeCodex

A development guide for adding language-model providers to LiteLLM-RS, a gateway that connects applications to multiple AI services. It explains provider registration, provider-specific code, and the shared error handling used by the gateway.

108 yesterday A 48 tokens original MIT

MacPaw/ai-sdk-typescript

Skill Claude CodeCodex

Integrate applications with AI Gateway using @macpaw/ai-sdk. Use for NestJS, Next.js, Vercel AI SDK, raw fetch migrations, video generation, MacPaw AI, Setapp AI, createAIGatewayProvider, createGatewayFetch, createVideoClient, and AI Gateway auth/error wiring.

58 8d ago A 71 tokens original MIT

data-exploration

21

ondata/ckan-mcp-server

Skill Claude CodeCodex

Performs exploratory data analysis (EDA) on datasets from CKAN portals and CSV files. Use when analyzing datasets, checking data quality, exploring CSV files, or when the user asks to examine, analyze, or validate data.

57 yesterday A 50 tokens original MIT

ckan-mcp

22

ondata/ckan-mcp-server

Skill Claude CodeCodex

MCP server for exploring CKAN-based open data portals (dati.gov.it, data.gov, data.gov.uk, open.canada.ca, demo.ckan.org, and any other CKAN instance). Also covers data.europa.eu via its REST API (not CKAN). Use this skill whenever the user: asks about open data, public datasets, or data portals; mentions a country…

57 yesterday A 158 tokens original MIT

tbank-grocery-order

23

icyberdeveloper/tbank-mcp

Skill Claude CodeCodex

A skill that guides grocery orders through T-Bank's City service, from choosing products to checkout and payment.

24 4d ago A 124 tokens original MIT

tbank-tickets

24

icyberdeveloper/tbank-mcp

Skill Claude CodeCodex

Instructions for buying cinema, concert, theatre, and exhibition tickets through T-Bank's event service. They cover the process from finding an event and checking seats to making a paid booking.

24 4d ago A 155 tokens original MIT