Skip to content
Skillv1.0.0

relay

ACP SKILL

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

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

See reviews

About

Imported from Kickflip73/agent-communication-protocol (relay/SKILL.md). Install upstream with npx skills add Kickflip73/agent-communication-protocol --skill relay. Copyright stays with the author.

ACP SKILL

此文件已合并到根目录 SKILL.md,请使用统一入口:

https://raw.githubusercontent.com/Kickflip73/agent-communication-protocol/main/SKILL.md

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/kickflip73-agent-communication-protocol-relay/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.

kickflip73-agent-communication-protocol-relay.ocm.jsonjson
{
  "ocm": "1",
  "id": "kickflip73-agent-communication-protocol-relay",
  "kind": "skill",
  "name": "relay",
  "description": "ACP SKILL",
  "publisher": "Kickflip73",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "ACP SKILL"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Kickflip73/agent-communication-protocol",
      "path": "relay/SKILL.md",
      "ref": "7fba3a2fe90f81b921b27715f115ea8642984bca",
      "url": "https://github.com/Kickflip73/agent-communication-protocol/blob/7fba3a2fe90f81b921b27715f115ea8642984bca/relay/SKILL.md",
      "key": "Kickflip73/agent-communication-protocol/relay/SKILL.md"
    }
  },
  "instructions": "# ACP SKILL\n\n> 此文件已合并到根目录 [SKILL.md](../SKILL.md),请使用统一入口:\n>\n> ```\n> https://raw.githubusercontent.com/Kickflip73/agent-communication-protocol/main/SKILL.md\n> ```",
  "cost": {
    "context_tokens": 40
  }
}

Fetch it by URL: GET /api/v1/registry/kickflip73-agent-communication-protocol-relay/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.