Skip to content

Commit 71de512

Browse files
Merge branch 'add-context-matic-plugin' of https://github.com/apimatic/awesome-copilot into add-context-matic-plugin
2 parents 5d5fbf5 + 6176469 commit 71de512

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

plugins/context-matic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ what's the recommended retry pattern?
409409

410410
## How APIMatic Generates context for an API
411411

412-
![API integration using ContextMatic](assets/images/image.png)
412+
![API integration using ContextMatic](https://github.com/apimatic/context-matic/blob/dev/assets/images/image.png?raw=true)
413413

414414
APIMatic takes your OpenAPI specification through the same SDK generation pipeline it uses to produce idiomatic, type-safe SDKs in 10+ languages. The resulting MCP server exposes the SDK documentation and integration patterns as structured tool responses that AI assistants can consume natively.
415415

skills/integrate-context-matic/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: integrate-context-matic
3-
description: 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.
3+
description: '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.'
44
---
55

66
# API Integration

skills/onboard-context-matic/SKILL.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
name: onboard-context-matic
3-
description: >
4-
Interactive onboarding tour for the context-matic MCP server. Walks the user through what the
5-
server does, shows all available APIs, lets them pick one to explore, explains it in their project
6-
language, demonstrates model_search and endpoint_search live, and ends with a menu of things
7-
the user can ask the agent to do. USE FOR: first-time setup; "what can this MCP do?"; "show me
8-
the available APIs"; "onboard me"; "how do I use the context-matic server"; "give me a tour".
9-
DO NOT USE FOR: actually integrating an API end-to-end (use integrate-context-matic instead).
3+
description: 'Interactive onboarding tour for the context-matic MCP server. Walks the user through what the server does, shows all available APIs, lets them pick one to explore, explains it in their project language, demonstrates model_search and endpoint_search live, and ends with a menu of things the user can ask the agent to do. USE FOR: first-time setup; "what can this MCP do?"; "show me the available APIs"; "onboard me"; "how do I use the context-matic server"; "give me a tour". DO NOT USE FOR: actually integrating an API end-to-end (use integrate-context-matic instead).'
104
---
115

126
# Onboarding: ContextMatic MCP

0 commit comments

Comments
 (0)