Skip to main content
AI/MLgithub

integrate-context-matic

Discovers and integrates third-party APIs using the context-matic MCP server. Uses `fetch_api` to find available API SDKs, `ask` for integration guidance, `model_search` and `endpoint_search` for SDK details. Use when the user asks to integrate a third-party API, add an API client, implement features with an external API, or work with any third-party API or SDK.

Stars
34,159
Source
github/awesome-copilot
Updated
2026-05-29
Slug
github--awesome-copilot--integrate-context-matic
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/github/awesome-copilot/HEAD/plugins/context-matic/skills/integrate-context-matic/SKILL.md -o .claude/skills/integrate-context-matic.md

Drops the SKILL.md into .claude/skills/integrate-context-matic.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.