a2a server skills

30 tagged a2a server, measured the same way as everything else here.

Browse within: a2a 30python 22ag-ui 13a2a-client 5a2a-protocol 5documentdb 5searxng 5searxng-mcp 5

frankfurter

01

a2aproject/a2a-samples

Skill Claude CodeCodex

Fetch currency exchange rates from the frankfurter.dev API.

1.8k 15d ago A 14 tokens original Apache-2.0

fix-tck-issue

02

a2aproject/a2a-java

Skill Claude CodeCodex

Analyzes and fixes A2A Transport Compatibility Kit (TCK) issues by understanding the specification, reproducing the failure, implementing the fix, and validating it works.

481 4d ago A 40 tokens original Apache-2.0

release-a2a

03

a2aproject/a2a-java

Skill Claude CodeCodex

Guide maintainers through the multi-step release process — version bump, CI verification, tagging, Maven Central deployment, SNAPSHOT bump, and versioned documentation.

481 4d ago A 36 tokens original Apache-2.0

update-a2a-proto

04

a2aproject/a2a-java

Skill Claude CodeCodex

Update the A2A Protobuf file (a2a.proto) when the A2A protocol specification changes. Use when the user mentions updating the spec, syncing with upstream A2A, or when a new version of the A2A protocol is released.

481 4d ago A 60 tokens original Apache-2.0

a2a-adapter

05

hybroai/a2a-adapter

Skill Claude CodeCodex

Use when building A2A Protocol agents, converting AI agents from any framework (LangChain, CrewAI, n8n, LangGraph, Ollama, or custom) into A2A-compatible servers, or working with the a2a-adapter Python SDK.

94 9d ago A 59 tokens original Apache-2.0

go-concurrency

06

inference-gateway/adk

Skill Claude CodeCodex

Idiomatic Go concurrency - sync primitives, channel semantics, the select statement, and the standard channel patterns (cancellation/done-channel, fan-out/fan-in, pipeline, or-done, context, worker-pool). Use when writing or reviewing Go that spawns goroutines, shares state, or coordinates over channels, even if the…

24 3d ago A 116 tokens copy · 92% Apache-2.0

go-spec-reviewer

07

inference-gateway/adk

Skill Claude CodeCodex

Review a Go design spec before implementation begins - dispatch a subagent that checks a design doc for completeness, consistency, and idiomatic Go (simplicity, small consumer-defined interfaces, explicit wrapped errors, context propagation). Use when a user has a Go spec to review, asks "is this spec ready?", or is…

24 3d ago A 93 tokens copy · 94% Apache-2.0

go

08

inference-gateway/adk

Skill Claude CodeCodex

Idiomatic Go - package and interface design, error wrapping, table-driven tests, generics, the modern standard library (slices/maps/cmp/errors.Join), current syntax, and logging discipline. Use when writing, reviewing, or refactoring any Go code, especially code drifting toward Java/Spring shapes (deep layer trees…

24 3d ago A 99 tokens copy · 86% Apache-2.0

Knuckles-Team/searxng-mcp

Skill Claude CodeCodex

Persist SearXNG search results into the epistemic-graph knowledge graph via the searxng-mcp MCP server. Use when the agent must turn a web search into durable, semantically-searchable KG memory — each result becomes a :Document (plus :SearchQuery and :SearchEngine typed nodes with :resultOf / :fromEngine links) so…

2 4d ago A 126 tokens original MIT

Knuckles-Team/searxng-mcp

Skill Claude CodeCodex

Inspect and edit the EMBEDDED SearXNG instance's settings.yml (the private, loopback-only, zero-config search fallback the searxng-mcp server can own end to end when no external SEARXNGURL is configured). Use when the agent or operator wants to change what the embedded instance does — enable/ disable formats, flip…

2 4d ago A 152 tokens original MIT

searxng-web-search

11

Knuckles-Team/searxng-mcp

Skill Claude CodeCodex

Privacy-respecting web metasearch via the searxng-mcp MCP server. Use when the agent needs current, open-web results for a query and must NOT leak the query to a single tracking engine — SearXNG aggregates many engines (Google, Bing, DuckDuckGo, Wikipedia, …) behind one JSON tool. Use for general lookups…

2 4d ago A 138 tokens original MIT

Knuckles-Team/jellyfin-mcp

Skill Claude CodeCodex

Natively ingest a Jellyfin library into the epistemic-graph knowledge graph via the jellyfin-mcp MCP server — push library items as typed :MediaAsset/:Book nodes with :hasGenre/:performedBy/:authoredBy links and item overviews as searchable :Document nodes (jellyfiningestlibrary), and item posters as content-addressed…

2 4d ago A 158 tokens original MIT

Knuckles-Team/jellyfin-mcp

Skill Claude CodeCodex

Browse and search a Jellyfin media library via the jellyfin-mcp MCP server — list library items (movies, series, episodes, audio, books), fetch one item by id, walk collections and user views, and run search hints with the domain-typed jellyfinlibrary tool. Use when the agent must find or enumerate catalog items…

2 4d ago A 154 tokens original MIT

Knuckles-Team/jellyfin-mcp

Skill Claude CodeCodex

Stream and control Jellyfin playback and browse music via the jellyfin-mcp MCP server — list artists, albums, and music genres, resolve audio/video streams, manage playlists, and drive playstate (play, mark played, report progress) with the domain-typed jellyfinmedia tool. Use when the agent must start or control…

2 4d ago A 142 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…

2 4d ago A 102 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

2 4d ago A 106 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

2 4d ago A 126 tokens original MIT

Knuckles-Team/archivebox-api

Skill Claude CodeCodex

Natively ingest an ArchiveBox archive into the epistemic-graph knowledge graph via the archivebox-api MCP server — push snapshots as typed :Snapshot nodes (with :Tag + :hasTag links and per-snapshot :Document page-text) and archive results as :ArchiveResult nodes, best-effort, with the Wire-First ingest tools. Use…

1 4d ago A 141 tokens original MIT

Knuckles-Team/archivebox-api

Skill Claude CodeCodex

Browse and search an ArchiveBox archive via the archivebox-api MCP server — list/filter snapshots, read one snapshot (with its per-extractor archive results), list archive results by extractor/status, and read tags with the domain-typed core tool. Use when the agent must find an archived URL, inspect what was captured…

1 4d ago A 128 tokens original MIT

Knuckles-Team/archivebox-api

Skill Claude CodeCodex

Capture and re-archive web pages with ArchiveBox via the archivebox-api MCP server — add URLs (with tags, crawl depth, and chosen extractors), update / re-archive existing snapshots, and schedule recurring archiving with the domain-typed CLI tool. Use when the agent must permanently archive a URL, bulk-add a list of…

1 4d ago A 127 tokens original MIT

nextcloud-files

21

Knuckles-Team/nextcloud-agent

Skill Claude CodeCodex

Browse and manage Nextcloud files and folders over WebDAV via the nextcloud-agent MCP server — list a directory, read/download a file, upload, create/delete/move/copy, and read properties. Use when the agent must navigate a Nextcloud file tree, fetch a document's bytes, or reorganize storage. Do NOT use for sharing…

0 4d ago A 98 tokens original MIT

nextcloud-ingest

22

Knuckles-Team/nextcloud-agent

Skill Claude CodeCodex

Natively ingest Nextcloud files into the epistemic-graph knowledge graph via the nextcloud-agent MCP server — fetch a file over WebDAV and store its raw bytes as a content-addressed :Blob/:AssetOccurrence plus its extracted text (pdf/office/txt or image OCR) as a linked :Document. Use when the agent must make a…

0 4d ago A 122 tokens original MIT

nextcloud-shares

23

Knuckles-Team/nextcloud-agent

Skill Claude CodeCodex

Manage Nextcloud sharing grants over the OCS Sharing API via the nextcloud-agent MCP server — list existing shares, create a public link / user / group share on a file or folder, and revoke a share. Use when the agent must expose a file, audit who has access, or tear a share down. Do NOT use for browsing or moving…

0 4d ago A 95 tokens original MIT