copilot-cowork-package

Convert Bifrost agents into Microsoft 365 Copilot Cowork plugin packages.

55|14|Updated Oct 12, 2025
One-click install
npx skills add https://github.com/gobifrost/bifrost --skill copilot-cowork-package
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-cowork-package
Source: https://github.com/gobifrost/bifrost/tree/main/plugins/bifrost/skills/bifrost-copilot-cowork-package
Command: npx skills add https://github.com/gobifrost/bifrost --skill copilot-cowork-package

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually converting Bifrost automation agents into compliant Microsoft 365 Copilot Cowork plugins requires handling complex manifest generation, OAuth configuration, icon resizing, and zip packaging, which is time-consuming and error-prone for integration teams.

Core Features & Use Cases

  • Automated Manifest Generation: Creates valid devPreview M365 unified app manifests with agentSkills and agentConnectors sections that meet Microsoft's validation rules.
  • OAuth Configuration Guidance: Provides step-by-step instructions for setting up the required OAuth client registration in the Teams Developer Portal for Bifrost's native MCP server.
  • Agent Content Packaging: Automatically converts Bifrost agent system prompts and descriptions into properly formatted SKILL.md files, and generates placeholder icons for sideloading.
  • Use Case: If your team uses a Bifrost agent to automate employee onboarding workflows, use this skill to package it as a Copilot plugin in minutes so staff can trigger the automation directly from their M365 interface.

Quick Start

Use the copilot-cowork-package skill to convert your existing Bifrost agent into a Microsoft 365 Copilot Cowork plugin package ready for tenant sideloading.

Frequently Asked Questions about copilot-cowork-package

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I package Bifrost agents as Microsoft 365 Copilot plugins?

Package Bifrost agents as Microsoft 365 Copilot plugins by automating the generation of devPreview M365 manifests, SKILL.md files, and sideloadable zip packages. This process converts agent system prompts into compliant Cowork plugin formats.

Can I use Bifrost automation agents with M365 Copilot?

Yes, Bifrost automation agents can be used with M365 Copilot by converting agent capabilities into native Copilot skills. This integration requires generating valid unified app manifests and configuring OAuth for Bifrost's MCP server.

What is included in a Copilot Cowork plugin package?

A Copilot Cowork plugin package includes a valid devPreview M365 unified app manifest, a formatted SKILL.md file generated from agent system prompts, OAuth configuration guidance, placeholder icons, and a ready-to-sideload zip file.

How do I configure OAuth for a Bifrost MCP server in Teams Developer Portal?

Configure OAuth for a Bifrost MCP server by following step-by-step instructions to set up the required OAuth client registration in the Teams Developer Portal, enabling secure communication between M365 Copilot and your automation agents.

Do I need to manually create M365 unified app manifests for agent deployment?

No, manual creation of M365 unified app manifests is not needed. The packaging process automatically generates valid devPreview manifests with agentSkills and agentConnectors sections that meet Microsoft's validation rules.

What are the limitations of sideloading Copilot Cowork plugin packages?

Sideloading Copilot Cowork plugin packages uses placeholder icons and targets devPreview manifests, requiring integration teams to complete OAuth registration and replace icons before broad organizational deployment to end users.