Skip to content
Skillv1.0.0

pi-a2a-communication

A2A (Agent-to-Agent) communication protocol for pi agents

by carlosfrias(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from carlosfrias/pi-a2a-communication (AGENTS.md). Install upstream with npx skills add carlosfrias/pi-a2a-communication. Copyright stays with the author.

pi-a2a-communication

A2A (Agent-to-Agent) communication protocol for pi agents

Intent Declaration

  • repo: github.com/carlosfrias/pi-a2a-communication — this directory is tracked as a git submodule of the carlos-desktop superproject
  • submodule: true — this directory contains a .git file linking to an independent repository
  • status: active — actively maintained

Per P26 (Submodule Intent Declaration), this frontmatter declares the repository intent for this directory, enabling detection of shadow submodules and orphaned repos.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/carlosfrias-pi-a2a-communication-pi-a2a-communication/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

carlosfrias-pi-a2a-communication-pi-a2a-communication.ocm.jsonjson
{
  "ocm": "1",
  "id": "carlosfrias-pi-a2a-communication-pi-a2a-communication",
  "kind": "skill",
  "name": "pi-a2a-communication",
  "description": "A2A (Agent-to-Agent) communication protocol for pi agents",
  "publisher": "carlosfrias",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "A2A (Agent-to-Agent) communication protocol for pi agents"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/carlosfrias/pi-a2a-communication",
      "path": "AGENTS.md",
      "ref": "59e7f7878b7857f9beef5a11b6c04e58045a1c73",
      "url": "https://github.com/carlosfrias/pi-a2a-communication/blob/59e7f7878b7857f9beef5a11b6c04e58045a1c73/AGENTS.md",
      "key": "carlosfrias/pi-a2a-communication/AGENTS.md"
    }
  },
  "instructions": "# pi-a2a-communication\n\nA2A (Agent-to-Agent) communication protocol for pi agents\n\n## Intent Declaration\n\n- **repo:** `github.com/carlosfrias/pi-a2a-communication` — this directory is tracked as a git submodule of the carlos-desktop superproject\n- **submodule:** `true` — this directory contains a `.git` file linking to an independent repository\n- **status:** `active` — actively maintained\n\nPer P26 (Submodule Intent Declaration), this frontmatter declares the repository intent for this directory, enabling detection of shadow submodules and orphaned repos.",
  "cost": {
    "context_tokens": 140
  }
}

Fetch it by URL: GET /api/v1/registry/carlosfrias-pi-a2a-communication-pi-a2a-communication/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.