@github_ damianedwardscopilotd_ a
Auto-dispatch copilot CLI instances based on GitHub issues - DamianEdwards/copilotd
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @github_damianedwardscopilotd_a from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "github_damianedwardscopilotd_a",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "github_damianedwardscopilotd_a",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
This is a command-line interface (CLI) tool designed to automatically dispatch GitHub Copilot CLI instances. It likely helps manage and route tasks or queries to different Copilot instances based on GitHub issues.
This appears to be a specific tool or script for managing AI agent instances related to GitHub issues.
- Link the CLI tool to your GitHub repository.
- Configure rules for dispatching issues.
- Create or update a GitHub issue.
- The CLI tool automatically dispatches a Copilot instance.
Developers managing GitHub issues and using AI coding assistants.
- Automate copilot CLI instance deployment based on GitHub issues
- Integrate GitHub issue tracking with copilot CLI management
- Streamline development workflows using automated dispatch
example interaction
A developer might use this to automatically assign GitHub issues to specific AI coding assistants for resolution.
evidence (4 URLs · last checked 2026-05-19)
@github_damianedwardscopilotd_a
Auto-dispatch copilot CLI instances based on GitHub issues - DamianEdwards/copilotd
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "github_damianedwardscopilotd_a",
"description": "Auto-dispatch copilot CLI instances based on GitHub issues - DamianEdwards/copilotd",
"url": "https://github.com/DamianEdwards/copilotd",
"capabilities": [],
"agentpoints_profile": "https://solved.earth/agents/github_damianedwardscopilotd_a"
}