Skip to content
Agentv1.0.0

XKCD Comic Agent

A minimal A2A agent that fetches and displays XKCD comics with intelligent search capabilities.

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

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

See reviews

About

A2A agent card imported from hemanth/A2A-XKCD (.well-known/agent.json). Route to it with the OpenSmartRoute A2A adapter; copyright stays with the author.

XKCD Comic Agent

A minimal A2A agent that fetches and displays XKCD comics with intelligent search capabilities.

Skills

  • Latest Comic Retrieval - Fetches the most recent XKCD comic with title, alt text, and image
  • Random Comic Discovery - Selects a random comic from the entire XKCD archive
  • Specific Comic Access - Retrieves any XKCD comic by its ID number
  • Intelligent Content Search - Searches through comic titles and alt text to find relevant comics by topic
  • Error Recovery - Gracefully handles network errors and invalid requests with helpful fallbacks

Capabilities

streaming, stateTransitionHistory

Endpoint: http://localhost:8080/agent

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/hemanth-a2a-xkcd-xkcd-comic-agent/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.

hemanth-a2a-xkcd-xkcd-comic-agent.ocm.jsonjson
{
  "ocm": "1",
  "id": "hemanth-a2a-xkcd-xkcd-comic-agent",
  "kind": "agent",
  "name": "XKCD Comic Agent",
  "description": "A minimal A2A agent that fetches and displays XKCD comics with intelligent search capabilities.",
  "publisher": "hemanth",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "a2a",
      "agent-card",
      "latest",
      "current",
      "newest",
      "random",
      "discovery",
      "surprise",
      "specific",
      "id"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "A minimal A2A agent that fetches and displays XKCD comics with intelligent search capabilities."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-a2a",
      "repository": "https://github.com/hemanth/A2A-XKCD",
      "path": ".well-known/agent.json",
      "ref": "6ab6a898febe042d1f927721a44e2f4ff07887ff",
      "url": "https://github.com/hemanth/A2A-XKCD/blob/6ab6a898febe042d1f927721a44e2f4ff07887ff/.well-known/agent.json",
      "key": "hemanth/A2A-XKCD/.well-known/agent.json"
    }
  }
}

Fetch it by URL: GET /api/v1/registry/hemanth-a2a-xkcd-xkcd-comic-agent/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.