copilot-studio-agent

Automate Copilot Studio agent deployment from design to channel setup.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Kazuya0628/Quotation-Work-Automation-System --skill copilot-studio-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-studio-agent
Source: https://github.com/Kazuya0628/Quotation-Work-Automation-System/tree/main/.github/skills/copilot-studio-agent
Command: npx skills add https://github.com/Kazuya0628/Quotation-Work-Automation-System --skill copilot-studio-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Copilot Studio のエージェントを設計段階からデプロイまで一貫して構築するためのスキル。生成オーケストレーションモードを前提に、設計承認・アイコン設定・トピック削除・GPT 指示の作成・公開・チャネル設定までのワークフローを自動化します。

Core Features & Use Cases

  • 設計承認後の Bot 作成フローを自動化し、カスタムトピックの整理と生成オーケストレーションの適用を実行します。
  • GPT 指示・会話開始設定・クイック返信・説明文の生成・公開までを連携して行います。
  • Dataverse / Copilot Studio のエコシステム内でのエージェント公開とチャンネル設定を一元的に管理します。

Quick Start

Use the Copilot Studio UI to create the agent, then run deploy_agent.py to apply all settings.

Frequently Asked Questions about copilot-studio-agent

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

FAQPage Schema
How do I automate Copilot Studio agent deployment end-to-end?

Yes, you can preserve existing AI model choices during agent deployment. The deployment workflow uses a safe deep-merge technique that explicitly prevents automatic model switching, ensuring your current AI model configurations and UI settings remain intact throughout the process.

What is Generative Orchestration mode for Copilot Studio agents?

To start deploying Copilot Studio agents, use the Copilot Studio UI to create the agent, then run the deployment script to apply all settings. This requires Python with the requests and python-dotenv libraries to manage environment variables and API interactions.

Does the Copilot Studio agent deployment script handle channel setup and publishing?

Yes, the deployment script handles channel setup and publishing. It manages the agent publication process and configures channels within the Dataverse and Copilot Studio ecosystem, completing the end-to-end deployment workflow after GPT instructions and conversation starters are generated.

Can I preserve existing AI model choices when configuring Copilot Studio agents?

Yes, you can preserve existing AI model choices during agent deployment. The deployment workflow uses a safe deep-merge technique that explicitly prevents automatic model switching, ensuring your current AI model configurations and UI settings remain intact throughout the process.

What steps are needed to start deploying Copilot Studio agents with Generative Orchestration?

To start deploying Copilot Studio agents, use the Copilot Studio UI to create the agent, then run the deployment script to apply all settings. This requires Python with the requests and python-dotenv libraries to manage environment variables and API interactions.