typespec-create-api-plugin
Scaffolds TypeSpec projects for Microsoft 365 Copilot API plugins with auth and Adaptive Card support.
Install
npx skills add https://github.com/github/awesome-copilot --skill typespec-create-api-pluginStats
| Total installs | 7,384 |
| Weekly installs | 7.4K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Scaffolds complete TypeSpec projects with agent definitions (main.tsp) and API operations (actions.tsp) following Microsoft 365 Copilot conventions
- Supports four authentication modes: public APIs, API key headers, OAuth2 with authorization code flow, and registered auth references
- Includes optional confirmation dialogs for destructive operations and Adaptive Card templates for rich response formatting
- Provides decorators for operation reasoning, response instructions, and model definitions aligned with RESTful best practices
Tags
Related skills
| Skill | Installs | vs typespec-create-api-plugin |
|---|---|---|
| mcp-copilot-studio-server-generator | 7,411 | +27 |
| gws-people | 6,498 | -886 |
| gws-chat | 6,550 | -834 |
| gws-keep | 7,058 | -326 |
| openapi-to-application-code | 7,488 | +104 |
FAQ
- How many installs does typespec-create-api-plugin have?
- typespec-create-api-plugin has 7,384 total installs and 7.4K installs this week.
- Where is typespec-create-api-plugin hosted?
- typespec-create-api-plugin is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does typespec-create-api-plugin have?
- typespec-create-api-plugin has 27.4K GitHub stars.
- When was typespec-create-api-plugin first indexed?
- OrangeBot.AI first indexed typespec-create-api-plugin on Feb 25, 2026.
- How do I install typespec-create-api-plugin?
- Run: npx skills add https://github.com/github/awesome-copilot --skill typespec-create-api-plugin