{
  "schemaVersion": "1.0",
  "item": {
    "slug": "firm-a2a-bridge",
    "name": "Firm A2a Bridge",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/romainsantoli-web/firm-a2a-bridge",
    "canonicalUrl": "https://clawhub.ai/romainsantoli-web/firm-a2a-bridge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/firm-a2a-bridge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-a2a-bridge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/firm-a2a-bridge"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/firm-a2a-bridge",
    "agentPageUrl": "https://openagent3.xyz/skills/firm-a2a-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firm-a2a-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firm-a2a-bridge/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "firm-a2a-bridge",
        "body": "⚠️ Contenu généré par IA — validation humaine requise avant déploiement en production."
      },
      {
        "title": "Purpose",
        "body": "Ce skill implémente le A2A Protocol RC v1.0 (Agent-to-Agent) pour OpenClaw,\npermettant aux agents de se découvrir mutuellement, d'échanger des tâches, et de\nrecevoir des notifications push — tout cela via une interface MCP standardisée.\n\nGaps couverts :\n\nGapSévéritéOutilG1 — Pas de génération Agent CardCRITICALopenclaw_a2a_card_generateG2 — Pas de validation Agent CardCRITICALopenclaw_a2a_card_validateG3 — Pas d'envoi de tâches A2AHIGHopenclaw_a2a_task_sendG4 — Pas de suivi de tâches A2AHIGHopenclaw_a2a_task_statusG5 — Pas de push notifications A2AMEDIUMopenclaw_a2a_push_configG6 — Pas de découverte d'agentsHIGHopenclaw_a2a_discoveryG7 — Pas d'annulation de tâchesHIGHopenclaw_a2a_cancel_taskG8 — Pas de souscription SSEHIGHopenclaw_a2a_subscribe_task"
      },
      {
        "title": "openclaw_a2a_card_generate",
        "body": "Génère un fichier .well-known/agent-card.json à partir d'un fichier SOUL.md.\nExtrait automatiquement l'identité, les compétences, les capacités et les schémas\nde sécurité depuis le frontmatter et le corps du SOUL.md.\n\nParamètres :\n\nsoul_path (str, required) — Chemin vers le fichier SOUL.md\nbase_url (str, required) — URL de base où l'agent sera joignable\noutput_path (str, optional) — Chemin de sortie pour le JSON\ncapabilities (dict, optional) — Capacités A2A (streaming, pushNotifications)\nsecurity_schemes (dict, optional) — Schémas OAuth2/apiKey/http\nextensions (list, optional) — Déclarations d'extensions A2A\nsign (bool, optional) — Signer la carte avec JCS+JWS\nsigning_key (str, optional) — Clé de signature (masquée dans l'output)\ndefault_input_modes (list, optional) — Types MIME d'entrée par défaut\ndefault_output_modes (list, optional) — Types MIME de sortie par défaut\n\nExemple :\n\n{\n  \"name\": \"openclaw_a2a_card_generate\",\n  \"arguments\": {\n    \"soul_path\": \"./souls/ceo/SOUL.md\",\n    \"base_url\": \"https://agents.example.com/ceo\"\n  }\n}"
      },
      {
        "title": "openclaw_a2a_card_validate",
        "body": "Valide un Agent Card contre la spécification A2A v1.0 RC.\nVérifie les champs requis, le format des URLs, la structure des skills,\nles capabilities, et les schémas de sécurité.\n\nParamètres :\n\ncard_path (str, optional) — Chemin vers un fichier agent-card.json\ncard_json (dict, optional) — Agent Card inline (alternative à card_path)"
      },
      {
        "title": "openclaw_a2a_task_send",
        "body": "Envoie un message/tâche à un agent A2A distant.\nCrée un Task dans le lifecycle A2A (submitted → working → completed/failed).\nInclut une protection SSRF contre les URLs localhost.\n\nParamètres :\n\nagent_url (str, required) — URL de l'agent cible\nmessage (str, required) — Message texte à envoyer\ncontext_id (str, optional) — ID de contexte pour grouper les tâches\nblocking (bool, optional) — Attendre la complétion\nmetadata (dict, optional) — Métadonnées additionnelles"
      },
      {
        "title": "openclaw_a2a_task_status",
        "body": "Récupère le statut d'une tâche ou liste les tâches.\nMappe les opérations GetTask / ListTasks du protocole A2A.\n\nParamètres :\n\ntask_id (str, optional) — ID de tâche spécifique (GetTask)\ncontext_id (str, optional) — Filtre par contexte (ListTasks)\ninclude_history (bool, optional) — Inclure l'historique des messages"
      },
      {
        "title": "openclaw_a2a_push_config",
        "body": "CRUD pour les configurations de webhook push notification A2A.\nSupporte create, get, list, delete avec protection SSRF.\n\nParamètres :\n\ntask_id (str, required) — ID de la tâche concernée\naction (str) — create, get, list, delete\nwebhook_url (str, optional) — URL du webhook (requis pour create)\nauth_token (str, optional) — Token Bearer pour la livraison\nconfig_id (str, optional) — ID de config (requis pour get/delete)"
      },
      {
        "title": "openclaw_a2a_cancel_task",
        "body": "Annule une tâche A2A en cours d'exécution (CancelTask RC v1.0).\nErreur si la tâche est déjà en état terminal.\n\nParamètres :\n\ntask_id (str, required) — ID de la tâche à annuler"
      },
      {
        "title": "openclaw_a2a_subscribe_task",
        "body": "Souscrit aux mises à jour d'une tâche via SSE (SubscribeToTask RC v1.0).\nDiffuse TaskStatusUpdateEvent et TaskArtifactUpdateEvent.\n\nParamètres :\n\ntask_id (str, required) — ID de la tâche à surveiller\ncallback_url (str, optional) — URL de callback pour les events"
      },
      {
        "title": "openclaw_a2a_discovery",
        "body": "Découvre les agents A2A via leurs endpoints Agent Card ou scan local de SOUL.md.\n\nParamètres :\n\nurls (list[str], optional) — URLs d'agents à scanner\nsouls_dir (str, optional) — Répertoire local avec des fichiers SOUL.md\ncheck_reachability (bool, optional) — Vérifier l'accessibilité des URLs"
      },
      {
        "title": "Architecture",
        "body": "SOUL.md files                    A2A Protocol v1.0 RC\n     │                                  │\n     ├── card_generate ──► .well-known/agent-card.json\n     │                                  │\n     ├── card_validate ◄── Spec validation (8 checks)\n     │                                  │\n     ├── task_send ────────► SendMessage (submitted → working → completed)\n     │                                  │\n     ├── task_status ──────► GetTask / ListTasks\n     │                                  │\n     ├── cancel_task ──────► CancelTask (→ canceled)\n     │                                  │\n     ├── subscribe_task ───► SubscribeToTask (SSE events)\n     │                                  │\n     ├── push_config ──────► CRUD webhook configs (SSRF-safe)\n     │                                  │\n     └── discovery ────────► Agent Card endpoint probe + local SOUL.md scan"
      },
      {
        "title": "Security",
        "body": "Path traversal protection : tous les chemins de fichiers validés par Pydantic\nSSRF protection : URLs localhost/127.0.0.1/0.0.0.0/::1 bloquées pour task_send et push_config\nURL scheme validation : seuls http/https acceptés\nToken masking : les auth_token sont masqués (4 derniers chars visibles)\nInput validation : tous les paramètres validés par Pydantic v2 avec contraintes strictes"
      },
      {
        "title": "Testing",
        "body": "python -m pytest tests/test_smoke.py -k \"TestA2aBridge\" -v\n\n17 tests couvrent :\n\nGénération de carte depuis un SOUL.md valide (avec signature JCS+JWS)\nGestion des fichiers manquants\nProtection path traversal\nValidation de cartes valides/invalides (détection patterns v0.4.0 dépréciés)\nEnvoi de tâches avec SSRF protection\nAnnulation de tâches (CancelTask)\nSouscription SSE (SubscribeToTask)\nStatut de tâches (GetTask/ListTasks)\nConfiguration push notifications (CRUD + SSRF)\nDécouverte locale d'agents"
      }
    ],
    "body": "firm-a2a-bridge\n\n⚠️ Contenu généré par IA — validation humaine requise avant déploiement en production.\n\nPurpose\n\nCe skill implémente le A2A Protocol RC v1.0 (Agent-to-Agent) pour OpenClaw, permettant aux agents de se découvrir mutuellement, d'échanger des tâches, et de recevoir des notifications push — tout cela via une interface MCP standardisée.\n\nGaps couverts :\n\nGap\tSévérité\tOutil\nG1 — Pas de génération Agent Card\tCRITICAL\topenclaw_a2a_card_generate\nG2 — Pas de validation Agent Card\tCRITICAL\topenclaw_a2a_card_validate\nG3 — Pas d'envoi de tâches A2A\tHIGH\topenclaw_a2a_task_send\nG4 — Pas de suivi de tâches A2A\tHIGH\topenclaw_a2a_task_status\nG5 — Pas de push notifications A2A\tMEDIUM\topenclaw_a2a_push_config\nG6 — Pas de découverte d'agents\tHIGH\topenclaw_a2a_discovery\nG7 — Pas d'annulation de tâches\tHIGH\topenclaw_a2a_cancel_task\nG8 — Pas de souscription SSE\tHIGH\topenclaw_a2a_subscribe_task\nTools\nopenclaw_a2a_card_generate\n\nGénère un fichier .well-known/agent-card.json à partir d'un fichier SOUL.md. Extrait automatiquement l'identité, les compétences, les capacités et les schémas de sécurité depuis le frontmatter et le corps du SOUL.md.\n\nParamètres :\n\nsoul_path (str, required) — Chemin vers le fichier SOUL.md\nbase_url (str, required) — URL de base où l'agent sera joignable\noutput_path (str, optional) — Chemin de sortie pour le JSON\ncapabilities (dict, optional) — Capacités A2A (streaming, pushNotifications)\nsecurity_schemes (dict, optional) — Schémas OAuth2/apiKey/http\nextensions (list, optional) — Déclarations d'extensions A2A\nsign (bool, optional) — Signer la carte avec JCS+JWS\nsigning_key (str, optional) — Clé de signature (masquée dans l'output)\ndefault_input_modes (list, optional) — Types MIME d'entrée par défaut\ndefault_output_modes (list, optional) — Types MIME de sortie par défaut\n\nExemple :\n\n{\n  \"name\": \"openclaw_a2a_card_generate\",\n  \"arguments\": {\n    \"soul_path\": \"./souls/ceo/SOUL.md\",\n    \"base_url\": \"https://agents.example.com/ceo\"\n  }\n}\n\nopenclaw_a2a_card_validate\n\nValide un Agent Card contre la spécification A2A v1.0 RC. Vérifie les champs requis, le format des URLs, la structure des skills, les capabilities, et les schémas de sécurité.\n\nParamètres :\n\ncard_path (str, optional) — Chemin vers un fichier agent-card.json\ncard_json (dict, optional) — Agent Card inline (alternative à card_path)\nopenclaw_a2a_task_send\n\nEnvoie un message/tâche à un agent A2A distant. Crée un Task dans le lifecycle A2A (submitted → working → completed/failed). Inclut une protection SSRF contre les URLs localhost.\n\nParamètres :\n\nagent_url (str, required) — URL de l'agent cible\nmessage (str, required) — Message texte à envoyer\ncontext_id (str, optional) — ID de contexte pour grouper les tâches\nblocking (bool, optional) — Attendre la complétion\nmetadata (dict, optional) — Métadonnées additionnelles\nopenclaw_a2a_task_status\n\nRécupère le statut d'une tâche ou liste les tâches. Mappe les opérations GetTask / ListTasks du protocole A2A.\n\nParamètres :\n\ntask_id (str, optional) — ID de tâche spécifique (GetTask)\ncontext_id (str, optional) — Filtre par contexte (ListTasks)\ninclude_history (bool, optional) — Inclure l'historique des messages\nopenclaw_a2a_push_config\n\nCRUD pour les configurations de webhook push notification A2A. Supporte create, get, list, delete avec protection SSRF.\n\nParamètres :\n\ntask_id (str, required) — ID de la tâche concernée\naction (str) — create, get, list, delete\nwebhook_url (str, optional) — URL du webhook (requis pour create)\nauth_token (str, optional) — Token Bearer pour la livraison\nconfig_id (str, optional) — ID de config (requis pour get/delete)\nopenclaw_a2a_cancel_task\n\nAnnule une tâche A2A en cours d'exécution (CancelTask RC v1.0). Erreur si la tâche est déjà en état terminal.\n\nParamètres :\n\ntask_id (str, required) — ID de la tâche à annuler\nopenclaw_a2a_subscribe_task\n\nSouscrit aux mises à jour d'une tâche via SSE (SubscribeToTask RC v1.0). Diffuse TaskStatusUpdateEvent et TaskArtifactUpdateEvent.\n\nParamètres :\n\ntask_id (str, required) — ID de la tâche à surveiller\ncallback_url (str, optional) — URL de callback pour les events\nopenclaw_a2a_discovery\n\nDécouvre les agents A2A via leurs endpoints Agent Card ou scan local de SOUL.md.\n\nParamètres :\n\nurls (list[str], optional) — URLs d'agents à scanner\nsouls_dir (str, optional) — Répertoire local avec des fichiers SOUL.md\ncheck_reachability (bool, optional) — Vérifier l'accessibilité des URLs\nArchitecture\nSOUL.md files                    A2A Protocol v1.0 RC\n     │                                  │\n     ├── card_generate ──► .well-known/agent-card.json\n     │                                  │\n     ├── card_validate ◄── Spec validation (8 checks)\n     │                                  │\n     ├── task_send ────────► SendMessage (submitted → working → completed)\n     │                                  │\n     ├── task_status ──────► GetTask / ListTasks\n     │                                  │\n     ├── cancel_task ──────► CancelTask (→ canceled)\n     │                                  │\n     ├── subscribe_task ───► SubscribeToTask (SSE events)\n     │                                  │\n     ├── push_config ──────► CRUD webhook configs (SSRF-safe)\n     │                                  │\n     └── discovery ────────► Agent Card endpoint probe + local SOUL.md scan\n\nSecurity\nPath traversal protection : tous les chemins de fichiers validés par Pydantic\nSSRF protection : URLs localhost/127.0.0.1/0.0.0.0/::1 bloquées pour task_send et push_config\nURL scheme validation : seuls http/https acceptés\nToken masking : les auth_token sont masqués (4 derniers chars visibles)\nInput validation : tous les paramètres validés par Pydantic v2 avec contraintes strictes\nTesting\npython -m pytest tests/test_smoke.py -k \"TestA2aBridge\" -v\n\n\n17 tests couvrent :\n\nGénération de carte depuis un SOUL.md valide (avec signature JCS+JWS)\nGestion des fichiers manquants\nProtection path traversal\nValidation de cartes valides/invalides (détection patterns v0.4.0 dépréciés)\nEnvoi de tâches avec SSRF protection\nAnnulation de tâches (CancelTask)\nSouscription SSE (SubscribeToTask)\nStatut de tâches (GetTask/ListTasks)\nConfiguration push notifications (CRUD + SSRF)\nDécouverte locale d'agents"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/romainsantoli-web/firm-a2a-bridge",
    "publisherUrl": "https://clawhub.ai/romainsantoli-web/firm-a2a-bridge",
    "owner": "romainsantoli-web",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/firm-a2a-bridge",
    "downloadUrl": "https://openagent3.xyz/downloads/firm-a2a-bridge",
    "agentUrl": "https://openagent3.xyz/skills/firm-a2a-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firm-a2a-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firm-a2a-bridge/agent.md"
  }
}