{
  "schemaVersion": "1.0",
  "item": {
    "slug": "summarize",
    "name": "Summarize",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/steipete/summarize",
    "canonicalUrl": "https://clawhub.ai/steipete/summarize",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/summarize",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=summarize",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Open the source page and confirm the package flow manually.",
      "Review SKILL.md if you can obtain the files.",
      "Treat this source as manual setup until the download is verified."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
      "steps": [
        "Open the source page via Open source listing.",
        "If you can obtain the package, extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the source page and extracted files."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
        },
        {
          "label": "Upgrade existing",
          "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "summarize",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-09T13:49:37.754Z",
      "expiresAt": "2026-05-10T13:49:37.754Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=summarize",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=summarize",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "summarize"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/steipete/summarize"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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/summarize",
    "agentPageUrl": "https://openagent3.xyz/skills/summarize/agent",
    "manifestUrl": "https://openagent3.xyz/skills/summarize/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/summarize/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
    "steps": [
      "Open the source page via Open source listing.",
      "If you can obtain the package, extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the source page and extracted files."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
      },
      {
        "label": "Upgrade existing",
        "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Summarize",
        "body": "Fast CLI to summarize URLs, local files, and YouTube links."
      },
      {
        "title": "Quick start",
        "body": "summarize \"https://example.com\" --model google/gemini-3-flash-preview\nsummarize \"/path/to/file.pdf\" --model google/gemini-3-flash-preview\nsummarize \"https://youtu.be/dQw4w9WgXcQ\" --youtube auto"
      },
      {
        "title": "Model + keys",
        "body": "Set the API key for your chosen provider:\n\nOpenAI: OPENAI_API_KEY\nAnthropic: ANTHROPIC_API_KEY\nxAI: XAI_API_KEY\nGoogle: GEMINI_API_KEY (aliases: GOOGLE_GENERATIVE_AI_API_KEY, GOOGLE_API_KEY)\n\nDefault model is google/gemini-3-flash-preview if none is set."
      },
      {
        "title": "Useful flags",
        "body": "--length short|medium|long|xl|xxl|<chars>\n--max-output-tokens <count>\n--extract-only (URLs only)\n--json (machine readable)\n--firecrawl auto|off|always (fallback extraction)\n--youtube auto (Apify fallback if APIFY_API_TOKEN set)"
      },
      {
        "title": "Config",
        "body": "Optional config file: ~/.summarize/config.json\n\n{ \"model\": \"openai/gpt-5.2\" }\n\nOptional services:\n\nFIRECRAWL_API_KEY for blocked sites\nAPIFY_API_TOKEN for YouTube fallback"
      }
    ],
    "body": "Summarize\n\nFast CLI to summarize URLs, local files, and YouTube links.\n\nQuick start\nsummarize \"https://example.com\" --model google/gemini-3-flash-preview\nsummarize \"/path/to/file.pdf\" --model google/gemini-3-flash-preview\nsummarize \"https://youtu.be/dQw4w9WgXcQ\" --youtube auto\n\nModel + keys\n\nSet the API key for your chosen provider:\n\nOpenAI: OPENAI_API_KEY\nAnthropic: ANTHROPIC_API_KEY\nxAI: XAI_API_KEY\nGoogle: GEMINI_API_KEY (aliases: GOOGLE_GENERATIVE_AI_API_KEY, GOOGLE_API_KEY)\n\nDefault model is google/gemini-3-flash-preview if none is set.\n\nUseful flags\n--length short|medium|long|xl|xxl|<chars>\n--max-output-tokens <count>\n--extract-only (URLs only)\n--json (machine readable)\n--firecrawl auto|off|always (fallback extraction)\n--youtube auto (Apify fallback if APIFY_API_TOKEN set)\nConfig\n\nOptional config file: ~/.summarize/config.json\n\n{ \"model\": \"openai/gpt-5.2\" }\n\n\nOptional services:\n\nFIRECRAWL_API_KEY for blocked sites\nAPIFY_API_TOKEN for YouTube fallback"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/steipete/summarize",
    "publisherUrl": "https://clawhub.ai/steipete/summarize",
    "owner": "steipete",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/summarize",
    "downloadUrl": "https://openagent3.xyz/downloads/summarize",
    "agentUrl": "https://openagent3.xyz/skills/summarize/agent",
    "manifestUrl": "https://openagent3.xyz/skills/summarize/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/summarize/agent.md"
  }
}