TypeSpec API operations let you add GET, POST, PATCH, and DELETE actions to your plugin. These operations work with Microsoft 365 Copilot. You can define routes, parameters, and even adaptive cards for rich responses. Each operation follows RESTful patterns. This makes your plugin easy to use and extend.
Developers can quickly build and test API endpoints. The skill shows clear examples with code snippets and card templates. You get simple GET requests to list items and more complex POST or PATCH calls with confirmation dialogs. DELETE operations include safety checks too.
Anyone who builds plugins for Copilot will benefit. The examples use plain TypeSpec syntax. You can copy them directly into your project. The adaptive cards make your data look great inside chat. This skill saves time and reduces mistakes.
Global
mkdir -p ~/.claude/skills/typespec-api-operationsProject
mkdir -p .claude/skills/typespec-api-operationsSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firebase Remote Config Basicsfirebase/agent-skills
Change your app's behavior instantly without a new update
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls