Manage Agent Skill
Push/pull Copilot Studio agent content via the VS Code extension's LanguageServerHost LSP binary. Handles authentication (interactive browser login for push/pull, device code flow for chat token), sync push, sync pull, clone, and diff operations. Published by microsoft in skills-for-copilot-studio.
What is Manage Agent Skill?
Push/pull Copilot Studio agent content via the VS Code extension's LanguageServerHost LSP binary. Handles authentication (interactive browser login for push/pull, device code flow for chat token), sync push, sync pull, clone, and diff operations. Published by microsoft in skills-for-copilot-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Design and media
- Browser automation use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use Manage Agent Skill
- Use it for browser automation.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills-for-copilot-studio
- Skill file: skills/manage-agent/SKILL.md
What it does
Push/pull Copilot Studio agent content via the VS Code extension's LanguageServerHost LSP binary. Handles authentication (interactive browser login for push/pull, device code flow for chat token), sync push, sync pull, clone, and diff operations.
Skill instructions
Manage Agent Push and pull Copilot Studio agent content by calling the VS Code extension's LanguageServerHost binary directly, using the same custom LSP protocol the extension uses internally. IMPORTANT: Do Not Modify Scripts This is a new capability under active development. The manage-agent scripts (manage-agent.bundle.js, chat-with-agent.bundle.js) are pre-built bundles that must not be modified, patched, or monkey-patched. If a script fails: 1. Report the error as-is — show the user the full error output 2. Do not attempt to fix, patch, or work around script errors — the scripts interact with the LSP binary using a specific protocol and any modifications will break things 3. Direct the user to raise an issue at https://github.com/microsoft/skills-for-copilot-studio/issues with the error output 4. Suggest using the VS Code extension directly — the user can perform the same push/pull/clone operations from the Copilot Studio VS Code extension UI as a fallback Prerequisites 1. Copilot
Explore related resources
Frequently asked questions
What is Manage Agent?
Manage Agent is a open-source AI agent skill with Copy skill directory. Push/pull Copilot Studio agent content via the VS Code extension's LanguageServerHost LSP binary.
Who is Manage Agent best for?
Manage Agent is best for reusing agent instructions, scripts, and references, browser automation workflows, design and media workflows.
How do I install Manage Agent?
Install or run Manage Agent using Copy skill directory. Check Manage Agent for the latest setup command.
Is Manage Agent actively maintained?
Manage Agent may need a closer maintenance check before production use.
Auto-fetched from GitHub.