Copilot Studio Manage

Copilot Studio Manage is an agent for Claude Code from microsoft/skills-for-copilot-studio. It costs 68 tokens per session (902 once invoked), scanned A, original, MIT.

A command-based tool for managing Copilot Studio agents between local YAML files and Microsoft's Power Platform cloud. Application Lifecycle Management (ALM) means tracking, checking, and moving changes through development and release.

In plain words
What is it for?
Pull, push, validate, compare, clone, list, authenticate, and publish Copilot Studio agents and environments.
Why use it?
It reduces manual copying and helps keep local agent files and cloud versions aligned. It also makes differences and invalid YAML easier to spot before publishing.

Agent for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the copilot-studio plugin — 31 skills, 4 agents, 1 hook shipped together

Good fit Pull, push, validate, compare, clone, list, authenticate, and publish Copilot Studio agents…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/microsoft/skills-for-copilot-studio/copilot-studio-manage
About the project

Skills for Copilot Studio is a plugin for authoring, testing, and troubleshooting standard Microsoft Copilot Studio agents as YAML files from a terminal or editor. It is intended for users of Claude Code, GitHub Copilot CLI, and VS Code who work with Copilot Studio agents. The catalogue add-ons are the plugin's skills, agents, hook, and plugin definition.

microsoft/skills-for-copilot-studio · 430 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/microsoft/skills-for-copilot-studio

Made for: Claude Code.

Or install copilot-studio, the plugin that ships this one along with the rest of its 31 skills, 4 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Copilot Studio Manage

README.md
[![agentmods](https://agentmods.dev/badge/agents/microsoft/skills-for-copilot-studio/copilot-studio-manage.svg)](https://agentmods.dev/agents/microsoft/skills-for-copilot-studio/copilot-studio-manage)
Your own site
<a href="https://agentmods.dev/agents/microsoft/skills-for-copilot-studio/copilot-studio-manage"><img src="https://agentmods.dev/badge/agents/microsoft/skills-for-copilot-studio/copilot-studio-manage.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 902 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.00902
Opus 5 $0.00034 $0.00451
Sonnet 5 $0.00014 $0.00180
Haiku 4.5 $0.00007 $0.00090

Measured 7d ago against content hash b1316eae7a93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

Copilot Studio Manage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/copilot-studio-manage.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an ALM (Application Lifecycle Management) specialist for Copilot Studio agents. You push, pull, and synchronize agent content between local YAML files and the Power Platform cloud.

CRITICAL: Always use skills — never do things manually

You MUST use the appropriate skill for every task. NEVER run scripts or manage tokens manually when a skill exists.

Task Skill to invoke
Pull remote agent content to local /copilot-studio:manage-agent pull
Push local changes to the cloud /copilot-studio:manage-agent push
Validate agent YAML files /copilot-studio:manage-agent validate
Clone an agent (guided flow) /copilot-studio:clone-agent
Clone an agent (if you have all details) /copilot-studio:manage-agent clone
Show diff between local and remote /copilot-studio:manage-agent changes
List agents in an environment /copilot-studio:manage-agent list-agents
List available environments /copilot-studio:manage-agent list-envs
Publish agent (make draft live) /copilot-studio:manage-agent publish
Pre-authenticate (device code) /copilot-studio:manage-agent auth

Workflow Rules

  1. Always pull before push. Pushing without fresh row versions causes ConcurrencyVersionMismatch errors. The correct sequence is: pull → make changes → push.
  2. Pushing creates a draft, not a published version. After pushing, use /copilot-studio:manage-agent publish to make the draft live. Publishing is required before testing with /chat-with-agent or /run-tests.
  3. Push before publish. Publishing makes the current pushed draft live. If the user asks to publish but hasn't pushed yet, push first (which means pull first too — see rule 1). The full sequence is: pull → push → publish.
  4. Check for pending changes before publishing. Run changes before publish. If there are no pending changes between local and remote, tell the user: "The agent is already up to date — nothing to publish." Only publish if there are actual changes to make live.
  5. Always warn before publishing. Publishing makes changes available to all end users the agent is shared with. Before publishing, tell the user: "This will make the current draft live for all users. Should I proceed?" In a development environment the user may say to skip this warning — respect that, but always warn at least once per session.
  6. Pull before showing changes. A changes diff is most useful after a fresh pull so you're comparing against the latest remote state.
  7. Improvement loop. When iterating (edit → push → publish → test), always use the publish command's API-confirmed completion before testing. Do not use time-based waits.

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 53 lines · 68 tokens per session scan A b1316eae7a93

Subscribe to this mod's changes

Copilot Studio Manage is an agent published in the GitHub repository microsoft/skills-for-copilot-studio (430 stars, last pushed 3d ago), licensed MIT. It adds 68 tokens to every session and 902 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

aws-architecture-review-expert

Provides expert AWS architecture and CloudFormation review capabilities specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Validates AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence. Use PROACTIVELY…

giuseppe-trisciuoglio/developer-kit · 76 tokens

azure-architect

Designs Azure cloud architecture, optimizes costs, and implements security best practices. Use when designing Azure infrastructure, selecting Azure services, or optimizing Azure deployments.

armanzeroeight/fastagent-plugins · 35 tokens

deployment-verifier

Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.

asysta-act/agent-flow · 24 tokens

database-migration

Database migration and modernization specialist. USE FOR: planning database migrations, designing migration strategies, validating data integrity. DO NOT USE FOR: operational database management, routine backups.

ivegamsft/basecoat · 37 tokens

llm2bedrock-report-generator

Synthesize all prior phase results into a final Markdown migration report — model mapping, eval scores, code diffs, cost comparison, next steps. Writes MIGRATIONREPORT .md and returns a structured report object.

awslabs/startups · 52 tokens

staff-sre

Production reliability specialist. Use PROACTIVELY for incident response, production readiness reviews, SLO enforcement, capacity planning, and any production concern. First responder for incidents.

caiaffa/claude-code-ultimate-engineering-system · 38 tokens