Ahp Client Skill
Interact with an Agent Host Protocol (AHP) server via WebSocket. Use when asked to connect to, message, or control an AHP server. Published by microsoft in agent-host-protocol.
What is Ahp Client Skill?
Interact with an Agent Host Protocol (AHP) server via WebSocket. Use when asked to connect to, message, or control an AHP server. Published by microsoft in agent-host-protocol. 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
- Developers using agent-host-protocol
Technical details
- Install or run with Copy skill directory
When to use Ahp Client Skill
- Use it for developers using agent-host-protocol.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/agent-host-protocol
- Skill file: plugins/copilot-plugin/skills/ahp-client/SKILL.md
What it does
Interact with an Agent Host Protocol (AHP) server via WebSocket. Use when asked to connect to, message, or control an AHP server.
Skill instructions
Agent Host Protocol – Copilot Skill You have access to an MCP server (ahp-websocket) that lets you connect to an Agent Host Protocol server over WebSocket and exchange JSON-RPC 2.0 messages. Available MCP tools | Tool | Purpose | | ------------------- | ------------------------------------------------------------------------ | | connect | Open (or re-open) a WebSocket to an AHP server URL | | send | Send a JSON-RPC message and get the response + any pending notifications | | getnotifications | Drain the notification inbox (optionally wait N seconds first) | | status | Check connection state, pending request count, inbox depth | | nextid | Get a unique incrementing integer for JSON-RPC request id fields | Quick-start workflow 1. connect(url: "ws://localhost:3000") 2. send initialize notification 3. wait for serverHello via getnotifications 4. subscribe to root state 5. create a session, subscribe, send turns Protocol overview AHP is a Redux-inspired state synchronisation protocol built
Explore related resources
Frequently asked questions
What is Ahp Client?
Ahp Client is a open-source AI agent skill with Copy skill directory. Interact with an Agent Host Protocol (AHP) server via WebSocket. Use when asked to connect to, message, or control an AHP server.
Who is Ahp Client best for?
Ahp Client is best for reusing agent instructions, scripts, and references.
How do I install Ahp Client?
Install or run Ahp Client using Copy skill directory. Check Ahp Client for the latest setup command.
Is Ahp Client actively maintained?
Ahp Client may need a closer maintenance check before production use.
Auto-fetched from GitHub.