Skip to main content
Back to the directory
github/awesome-copilotSoftware EngineeringFrontend and Design

typespec-create-api-plugin

Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
8

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/github/awesome-copilot --skill typespec-create-api-plugin
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, typespec-create-api-plugin has 8 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: github/awesome-copilot. Canonical URL: https://skills.sh/github/awesome-copilot/typespec-create-api-plugin.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards. Create a complete TypeSpec API plugin for Microsoft 365 Copilot that integrates with external REST APIs. Generate TypeSpec files with: Choose based on API requirements: No Authentication (Public APIs) API Key OAuth2 Registered Auth Reference Ask the user: Then generate: - 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 - No Authentication (Public APIs) // No @useAuth decorator needed - API Key @ useAuth ( ApiKeyAuth ) - OAuth2 @ useAuth ( OAuth2Auth ) - Registered Auth Reference @ useAuth ( Auth ) @ authReferenceId ( "registration-id-here" ) model Auth is ApiKeyAuth - Operation Names : Use clear, action-oriented names (listProjects, createTicket) - Models : Define TypeScript-like models for requests and responses - HTTP Methods : Use appropriate verbs (@get, @post, @patch, @delete) -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does typespec-create-api-plugin do?

Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards.

Is typespec-create-api-plugin good?

typespec-create-api-plugin does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support typespec-create-api-plugin?

typespec-create-api-plugin currently lists compatibility with Skills CLI.

Is typespec-create-api-plugin safe to install?

typespec-create-api-plugin has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to typespec-create-api-plugin?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install typespec-create-api-plugin?

Run the following command to install typespec-create-api-plugin: npx skills add https://github.com/github/awesome-copilot --skill typespec-create-api-plugin

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering