{
  "schemaVersion": "1.0",
  "item": {
    "slug": "api-gateway-zito",
    "name": "Api Gateway",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/miguelguerra200022-sudo/api-gateway-zito",
    "canonicalUrl": "https://clawhub.ai/miguelguerra200022-sudo/api-gateway-zito",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/api-gateway-zito",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=api-gateway-zito",
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/api-gateway-zito"
    },
    "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/api-gateway-zito",
    "agentPageUrl": "https://openagent3.xyz/skills/api-gateway-zito/agent",
    "manifestUrl": "https://openagent3.xyz/skills/api-gateway-zito/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/api-gateway-zito/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": "API Gateway Universal",
        "body": "Conecta el bot a cualquier API externa con configuración mínima. Un solo lugar para gestionar todas tus integraciones."
      },
      {
        "title": "Concepto",
        "body": "┌─────────────┐     ┌─────────────┐     ┌─────────────┐\n│    Bot      │ ──► │  API        │ ──► │  APIs       │\n│  (Comando)  │     │  Gateway    │     │  Externas   │\n└─────────────┘     └─────────────┘     └─────────────┘\n                           │\n                    ┌──────┴──────┐\n                    │ • Auth      │\n                    │ • Cache     │\n                    │ • Rate Limit│\n                    │ • Retry     │\n                    └─────────────┘"
      },
      {
        "title": "Configurar APIs",
        "body": "# Agregar nueva API\napi add weather\n  --base:https://api.openweathermap.org/data/2.5\n  --auth:query:appid:$WEATHER_API_KEY\n\n# Agregar endpoint\napi endpoint weather current\n  --path:/weather\n  --params:q,units\n\n# Listar APIs configuradas\napi list"
      },
      {
        "title": "Llamar APIs",
        "body": "# Llamar endpoint\napi call weather current --q:\"Mexico City\" --units:metric\n\n# Llamada directa con URL\napi get https://api.example.com/data\n\n# POST con body\napi post https://api.example.com/create --body:'{\"name\":\"test\"}'"
      },
      {
        "title": "Gestión",
        "body": "# Ver estadísticas\napi stats weather\n\n# Ver logs\napi logs --last:10\n\n# Probar conexión\napi test weather"
      },
      {
        "title": "Ejemplo: Configurar API del Clima",
        "body": "# apis/weather.yaml\nname: weather\nbase_url: https://api.openweathermap.org/data/2.5\nauth:\n  type: query\n  param: appid\n  value: ${WEATHER_API_KEY}\n  \nendpoints:\n  current:\n    path: /weather\n    method: GET\n    params:\n      - q: string  # ciudad\n      - units: metric|imperial\n    cache: 10m\n    \n  forecast:\n    path: /forecast\n    method: GET\n    params:\n      - q: string\n      - cnt: number  # días"
      },
      {
        "title": "Uso después de configurar",
        "body": "Usuario: clima en \"Ciudad de México\"\n\nBot: 🌤️ Clima actual en Ciudad de México:\n     \n     🌡️ Temperatura: 22°C\n     💧 Humedad: 45%\n     💨 Viento: 12 km/h\n     🌅 Sensación térmica: 24°C"
      },
      {
        "title": "Tipos de Autenticación",
        "body": "TipoEjemploAPI Key (Header)Authorization: Bearer xxxAPI Key (Query)?api_key=xxxBasic Authusername:passwordOAuth 2.0Token refresh automáticoCustomHeaders personalizados"
      },
      {
        "title": "Caching",
        "body": "endpoints:\n  data:\n    cache: 15m  # Cache de 15 minutos"
      },
      {
        "title": "Rate Limiting",
        "body": "rate_limit:\n  requests: 100\n  period: 1h"
      },
      {
        "title": "Retry Automático",
        "body": "retry:\n  attempts: 3\n  backoff: exponential"
      },
      {
        "title": "APIs Pre-configuradas",
        "body": "APIConfiguraciónOpenWeatherWEATHER_API_KEYGitHubGITHUB_TOKENSlackSLACK_TOKENNotionNOTION_API_KEYDiscordDISCORD_TOKEN"
      },
      {
        "title": "Integración",
        "body": "proactive-triggers: Llamar APIs en automatizaciones\ndaily-digest: Obtener datos de múltiples APIs\nmulti-agent: Los agentes pueden usar APIs configuradas"
      }
    ],
    "body": "API Gateway Universal\n\nConecta el bot a cualquier API externa con configuración mínima. Un solo lugar para gestionar todas tus integraciones.\n\nConcepto\n┌─────────────┐     ┌─────────────┐     ┌─────────────┐\n│    Bot      │ ──► │  API        │ ──► │  APIs       │\n│  (Comando)  │     │  Gateway    │     │  Externas   │\n└─────────────┘     └─────────────┘     └─────────────┘\n                           │\n                    ┌──────┴──────┐\n                    │ • Auth      │\n                    │ • Cache     │\n                    │ • Rate Limit│\n                    │ • Retry     │\n                    └─────────────┘\n\nComandos\nConfigurar APIs\n# Agregar nueva API\napi add weather\n  --base:https://api.openweathermap.org/data/2.5\n  --auth:query:appid:$WEATHER_API_KEY\n\n# Agregar endpoint\napi endpoint weather current\n  --path:/weather\n  --params:q,units\n\n# Listar APIs configuradas\napi list\n\nLlamar APIs\n# Llamar endpoint\napi call weather current --q:\"Mexico City\" --units:metric\n\n# Llamada directa con URL\napi get https://api.example.com/data\n\n# POST con body\napi post https://api.example.com/create --body:'{\"name\":\"test\"}'\n\nGestión\n# Ver estadísticas\napi stats weather\n\n# Ver logs\napi logs --last:10\n\n# Probar conexión\napi test weather\n\nEjemplo: Configurar API del Clima\n# apis/weather.yaml\nname: weather\nbase_url: https://api.openweathermap.org/data/2.5\nauth:\n  type: query\n  param: appid\n  value: ${WEATHER_API_KEY}\n  \nendpoints:\n  current:\n    path: /weather\n    method: GET\n    params:\n      - q: string  # ciudad\n      - units: metric|imperial\n    cache: 10m\n    \n  forecast:\n    path: /forecast\n    method: GET\n    params:\n      - q: string\n      - cnt: number  # días\n\nUso después de configurar\nUsuario: clima en \"Ciudad de México\"\n\nBot: 🌤️ Clima actual en Ciudad de México:\n     \n     🌡️ Temperatura: 22°C\n     💧 Humedad: 45%\n     💨 Viento: 12 km/h\n     🌅 Sensación térmica: 24°C\n\nTipos de Autenticación\nTipo\tEjemplo\nAPI Key (Header)\tAuthorization: Bearer xxx\nAPI Key (Query)\t?api_key=xxx\nBasic Auth\tusername:password\nOAuth 2.0\tToken refresh automático\nCustom\tHeaders personalizados\nFuncionalidades\nCaching\nendpoints:\n  data:\n    cache: 15m  # Cache de 15 minutos\n\nRate Limiting\nrate_limit:\n  requests: 100\n  period: 1h\n\nRetry Automático\nretry:\n  attempts: 3\n  backoff: exponential\n\nAPIs Pre-configuradas\nAPI\tConfiguración\nOpenWeather\tWEATHER_API_KEY\nGitHub\tGITHUB_TOKEN\nSlack\tSLACK_TOKEN\nNotion\tNOTION_API_KEY\nDiscord\tDISCORD_TOKEN\nIntegración\nproactive-triggers: Llamar APIs en automatizaciones\ndaily-digest: Obtener datos de múltiples APIs\nmulti-agent: Los agentes pueden usar APIs configuradas"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/miguelguerra200022-sudo/api-gateway-zito",
    "publisherUrl": "https://clawhub.ai/miguelguerra200022-sudo/api-gateway-zito",
    "owner": "miguelguerra200022-sudo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/api-gateway-zito",
    "downloadUrl": "https://openagent3.xyz/downloads/api-gateway-zito",
    "agentUrl": "https://openagent3.xyz/skills/api-gateway-zito/agent",
    "manifestUrl": "https://openagent3.xyz/skills/api-gateway-zito/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/api-gateway-zito/agent.md"
  }
}