{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gmailcleaner",
    "name": "gmailcleaner",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Coorops25/gmailcleaner",
    "canonicalUrl": "https://clawhub.ai/Coorops25/gmailcleaner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gmailcleaner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gmailcleaner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "email-reader-SKILL.md",
      "mnt/user-data/outputs/openclaw-email-skills-v2/email-analyzer/SKILL.md",
      "mnt/user-data/outputs/openclaw-email-skills-v2/email-organizer/SKILL.md",
      "mnt/user-data/outputs/openclaw-email-skills-v2/email-reporter/SKILL.md",
      "mnt/user-data/outputs/openclaw-email-skills-v2/email-responder/SKILL.md",
      "mnt/user-data/outputs/openclaw-email-skills-v2/email-scheduler/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/gmailcleaner"
    },
    "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/gmailcleaner",
    "agentPageUrl": "https://openagent3.xyz/skills/gmailcleaner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gmailcleaner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gmailcleaner/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": "Email Reader",
        "body": "Lee correos de Gmail usando el CLI gog. Requiere que gog auth esté\nconfigurado. Si no lo está, ejecuta el setup primero."
      },
      {
        "title": "Setup inicial (solo una vez)",
        "body": "gog auth credentials /ruta/a/client_secret.json\ngog auth add $GOG_ACCOUNT --services gmail\ngog auth list   # verificar que quedó bien"
      },
      {
        "title": "Cuándo usar esta skill",
        "body": "\"Revisa mi correo\"\n\"¿Qué correos nuevos tengo?\"\n\"Muéstrame los no leídos de hoy\"\n\"Lee los correos de Juan\"\n\"Busca correos sobre la propuesta del Q1\"\n\"¿Cuántos correos de spam tengo?\"\n\"Muéstrame el hilo de [asunto]\"\n\"Lee la carpeta Clientes\""
      },
      {
        "title": "Leer inbox (correos recientes)",
        "body": "gog gmail search 'in:inbox newer_than:1d' --max 20 --json\ngog gmail search 'in:inbox is:unread' --max 50 --json\ngog gmail search 'in:inbox newer_than:7d' --max 100 --json"
      },
      {
        "title": "Leer spam",
        "body": "gog gmail search 'in:spam newer_than:30d' --max 50 --json"
      },
      {
        "title": "Leer una carpeta/etiqueta específica",
        "body": "# Etiquetas de sistema\ngog gmail search 'in:sent newer_than:7d' --max 20 --json\ngog gmail search 'in:drafts' --max 20 --json\ngog gmail search 'in:trash newer_than:30d' --max 20 --json\ngog gmail search 'is:starred' --max 20 --json\n\n# Etiquetas personalizadas (carpetas del usuario)\ngog gmail search 'label:Clientes newer_than:30d' --max 20 --json\ngog gmail search 'label:Proyectos' --max 20 --json\ngog gmail search 'label:Facturas newer_than:90d' --max 20 --json"
      },
      {
        "title": "Buscar correos",
        "body": "# Por remitente\ngog gmail search 'from:juan@empresa.com newer_than:30d' --max 20 --json\n\n# Por asunto\ngog gmail search 'subject:propuesta' --max 10 --json\n\n# Por contenido\ngog gmail search 'propuesta presupuesto 2026' --max 10 --json\n\n# Combinado\ngog gmail search 'from:ceo@empresa.com is:unread newer_than:7d' --max 10 --json\n\n# Con adjuntos\ngog gmail search 'has:attachment in:inbox newer_than:7d' --max 10 --json"
      },
      {
        "title": "Filtros de tiempo útiles",
        "body": "FiltroSignificadonewer_than:1dúltimo díanewer_than:7dúltima semananewer_than:30dúltimo mesolder_than:180dmás de 6 mesesafter:2026/01/01desde fecha exacta"
      },
      {
        "title": "Presentación de resultados",
        "body": "Después de obtener el JSON, presenta un resumen claro al usuario:\n\n📥 INBOX — 8 correos nuevos (3 no leídos)\n\n  ⭐ [hoy 09:14] ceo@empresa.com\n     \"Reunión urgente esta tarde\"\n\n  📧 [hoy 08:30] juan@empresa.com\n     \"Re: Propuesta Q1 2026\"\n\n  📰 [ayer 18:00] newsletter@medium.com\n     \"Top 10 AI tools this week\"\n  ...\n\n¿Quieres que analice estos correos o que responda alguno?"
      },
      {
        "title": "Múltiples cuentas",
        "body": "Si el usuario tiene más de una cuenta de Gmail:\n\n# Listar cuentas configuradas\ngog auth list\n\n# Leer de una cuenta específica\ngog gmail search 'in:inbox is:unread' --account otra@gmail.com --max 20 --json\n\n# Cambiar cuenta por defecto\nexport GOG_ACCOUNT=otra@gmail.com"
      },
      {
        "title": "Notas importantes",
        "body": "Usar siempre --json para obtener datos estructurados\nUsar --no-input en modo automático/cron para evitar prompts interactivos\nEl flag --max limita resultados; aumentar si el usuario quiere más\nLos resultados de búsqueda de Gmail usan la misma sintaxis que gmail.com"
      }
    ],
    "body": "Email Reader\n\nLee correos de Gmail usando el CLI gog. Requiere que gog auth esté configurado. Si no lo está, ejecuta el setup primero.\n\nSetup inicial (solo una vez)\ngog auth credentials /ruta/a/client_secret.json\ngog auth add $GOG_ACCOUNT --services gmail\ngog auth list   # verificar que quedó bien\n\nCuándo usar esta skill\n\"Revisa mi correo\"\n\"¿Qué correos nuevos tengo?\"\n\"Muéstrame los no leídos de hoy\"\n\"Lee los correos de Juan\"\n\"Busca correos sobre la propuesta del Q1\"\n\"¿Cuántos correos de spam tengo?\"\n\"Muéstrame el hilo de [asunto]\"\n\"Lee la carpeta Clientes\"\nComandos principales\nLeer inbox (correos recientes)\ngog gmail search 'in:inbox newer_than:1d' --max 20 --json\ngog gmail search 'in:inbox is:unread' --max 50 --json\ngog gmail search 'in:inbox newer_than:7d' --max 100 --json\n\nLeer spam\ngog gmail search 'in:spam newer_than:30d' --max 50 --json\n\nLeer una carpeta/etiqueta específica\n# Etiquetas de sistema\ngog gmail search 'in:sent newer_than:7d' --max 20 --json\ngog gmail search 'in:drafts' --max 20 --json\ngog gmail search 'in:trash newer_than:30d' --max 20 --json\ngog gmail search 'is:starred' --max 20 --json\n\n# Etiquetas personalizadas (carpetas del usuario)\ngog gmail search 'label:Clientes newer_than:30d' --max 20 --json\ngog gmail search 'label:Proyectos' --max 20 --json\ngog gmail search 'label:Facturas newer_than:90d' --max 20 --json\n\nBuscar correos\n# Por remitente\ngog gmail search 'from:juan@empresa.com newer_than:30d' --max 20 --json\n\n# Por asunto\ngog gmail search 'subject:propuesta' --max 10 --json\n\n# Por contenido\ngog gmail search 'propuesta presupuesto 2026' --max 10 --json\n\n# Combinado\ngog gmail search 'from:ceo@empresa.com is:unread newer_than:7d' --max 10 --json\n\n# Con adjuntos\ngog gmail search 'has:attachment in:inbox newer_than:7d' --max 10 --json\n\nFiltros de tiempo útiles\nFiltro\tSignificado\nnewer_than:1d\túltimo día\nnewer_than:7d\túltima semana\nnewer_than:30d\túltimo mes\nolder_than:180d\tmás de 6 meses\nafter:2026/01/01\tdesde fecha exacta\nPresentación de resultados\n\nDespués de obtener el JSON, presenta un resumen claro al usuario:\n\n📥 INBOX — 8 correos nuevos (3 no leídos)\n\n  ⭐ [hoy 09:14] ceo@empresa.com\n     \"Reunión urgente esta tarde\"\n\n  📧 [hoy 08:30] juan@empresa.com\n     \"Re: Propuesta Q1 2026\"\n\n  📰 [ayer 18:00] newsletter@medium.com\n     \"Top 10 AI tools this week\"\n  ...\n\n¿Quieres que analice estos correos o que responda alguno?\n\nMúltiples cuentas\n\nSi el usuario tiene más de una cuenta de Gmail:\n\n# Listar cuentas configuradas\ngog auth list\n\n# Leer de una cuenta específica\ngog gmail search 'in:inbox is:unread' --account otra@gmail.com --max 20 --json\n\n# Cambiar cuenta por defecto\nexport GOG_ACCOUNT=otra@gmail.com\n\nNotas importantes\nUsar siempre --json para obtener datos estructurados\nUsar --no-input en modo automático/cron para evitar prompts interactivos\nEl flag --max limita resultados; aumentar si el usuario quiere más\nLos resultados de búsqueda de Gmail usan la misma sintaxis que gmail.com"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Coorops25/gmailcleaner",
    "publisherUrl": "https://clawhub.ai/Coorops25/gmailcleaner",
    "owner": "Coorops25",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gmailcleaner",
    "downloadUrl": "https://openagent3.xyz/downloads/gmailcleaner",
    "agentUrl": "https://openagent3.xyz/skills/gmailcleaner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gmailcleaner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gmailcleaner/agent.md"
  }
}