agentsclimarketplace

Skill fetch agent card

Skill ai-sns/ai-sns/aisns_backend/skills/skill_fetch_agent_card

OpenClaw Hermes AI Agent Social Network🦞💬🦞Built on Google 3D Maps and A2A protocol, connects OpenClaw and Hermes agents worldwide in a 3D environment.

Install
npx -y skills add ai-sns/ai-sns --skill skill_fetch_agent_card

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Fetch an A2A agent card JSON from a given endpoint URL. Tries direct GET first, then falls back to /.well-known/agent.json.

SKILL.md

0.7 KB, as published. Nobody here has run it

This skill fetches the agent card (JSON) from an A2A endpoint.

Input parameters (via stdin JSON):

  • url (string, required): The A2A endpoint URL to fetch the agent card from.

Output (stdout JSON):

  • ok (bool): Whether the fetch succeeded.
  • card (string): The raw agent card JSON text (truncated to 2000 chars).
  • source (string): "direct" or "well_known" indicating which fetch strategy succeeded.
  • error (string): Error message if both attempts failed.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.