{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kagi-fastgpt",
    "name": "Kagi Fastgpt",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/joelazar/kagi-fastgpt",
    "canonicalUrl": "https://clawhub.ai/joelazar/kagi-fastgpt",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kagi-fastgpt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kagi-fastgpt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "kagi-fastgpt.sh",
      "SKILL.md",
      "main.go"
    ],
    "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",
      "slug": "kagi-fastgpt",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T16:36:33.364Z",
      "expiresAt": "2026-05-11T16:36:33.364Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kagi-fastgpt",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kagi-fastgpt",
        "contentDisposition": "attachment; filename=\"kagi-fastgpt-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "kagi-fastgpt"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kagi-fastgpt"
    },
    "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/kagi-fastgpt",
    "agentPageUrl": "https://openagent3.xyz/skills/kagi-fastgpt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kagi-fastgpt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kagi-fastgpt/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": "Kagi FastGPT",
        "body": "Get AI-generated answers with cited web sources using Kagi's FastGPT API. FastGPT runs a full web search under the hood and synthesizes results into a concise answer — ideal for factual questions, API lookups, and current-events queries.\n\nThis skill uses a Go binary for fast startup and no runtime dependencies. The binary can be downloaded pre-built or compiled from source."
      },
      {
        "title": "Setup",
        "body": "Requires a Kagi account with API access enabled. Uses the same KAGI_API_KEY as the kagi-search skill.\n\nCreate an account at https://kagi.com/signup\nNavigate to Settings → Advanced → API portal: https://kagi.com/settings/api\nGenerate an API Token\nAdd funds at: https://kagi.com/settings/billing_api\nAdd to your shell profile (~/.profile or ~/.zprofile):\nexport KAGI_API_KEY=\"your-api-key-here\"\n\n\nInstall the binary — see Installation below"
      },
      {
        "title": "Pricing",
        "body": "1.5¢ per query ($15 USD per 1000 queries). Cached responses are free."
      },
      {
        "title": "Usage",
        "body": "{baseDir}/kagi-fastgpt.sh \"query\"                        # Ask a question (default)\n{baseDir}/kagi-fastgpt.sh \"query\" --json                 # JSON output\n{baseDir}/kagi-fastgpt.sh \"query\" --no-refs              # Answer only, no references\n{baseDir}/kagi-fastgpt.sh \"query\" --no-cache             # Bypass response cache\n{baseDir}/kagi-fastgpt.sh \"query\" --timeout 60           # Custom timeout (default: 30s)"
      },
      {
        "title": "Options",
        "body": "FlagDescription--jsonEmit JSON output (see below)--no-refsSuppress references in text output--no-cacheBypass cached responses (use for time-sensitive queries)--timeout <sec>HTTP timeout in seconds (default: 30)"
      },
      {
        "title": "Default (text)",
        "body": "Prints the synthesized answer, followed by a numbered reference list:\n\nPython 3.11 was released on October 24, 2022 and introduced several improvements...\n\n--- References ---\n[1] What's New In Python 3.11 — Python 3.11.3 documentation\n    https://docs.python.org/3/whatsnew/3.11.html\n    The headline changes in Python 3.11 include significant performance improvements...\n[2] ...\n\nToken usage and API balance are printed to stderr."
      },
      {
        "title": "JSON (--json)",
        "body": "Returns a JSON object with:\n\nquery — the original query\noutput — the synthesized answer\ntokens — tokens consumed\nreferences[] — array of { title, url, snippet } objects\nmeta — API metadata (id, node, ms)"
      },
      {
        "title": "When to Use",
        "body": "Use kagi-fastgpt when you need a direct answer synthesized from web sources (e.g. \"What version of X was released last month?\", \"How do I configure Y?\")\nUse kagi-search when you need raw search results to scan, compare, or extract data from yourself\nUse web-browser when you need to interact with a page or the content is behind JavaScript"
      },
      {
        "title": "Option A — Download pre-built binary (no Go required)",
        "body": "OS=$(uname -s | tr '[:upper:]' '[:lower:]')\nARCH=$(uname -m)\ncase \"$ARCH\" in\n  x86_64)        ARCH=\"amd64\" ;;\n  aarch64|arm64) ARCH=\"arm64\" ;;\nesac\n\nTAG=$(curl -fsSL \"https://api.github.com/repos/joelazar/kagi-skills/releases/latest\" | grep '\"tag_name\"' | cut -d'\"' -f4)\nBINARY=\"kagi-fastgpt_${TAG}_${OS}_${ARCH}\"\n\nmkdir -p {baseDir}/.bin\ncurl -fsSL \"https://github.com/joelazar/kagi-skills/releases/download/${TAG}/${BINARY}\" \\\n  -o {baseDir}/.bin/kagi-fastgpt\nchmod +x {baseDir}/.bin/kagi-fastgpt\n\n# Verify checksum (recommended)\ncurl -fsSL \"https://github.com/joelazar/kagi-skills/releases/download/${TAG}/checksums.txt\" | \\\n  grep \"${BINARY}\" | sha256sum --check\n\nPre-built binaries are available for Linux and macOS (amd64 + arm64) and Windows (amd64)."
      },
      {
        "title": "Option B — Build from source (requires Go 1.26+)",
        "body": "cd {baseDir} && go build -o .bin/kagi-fastgpt .\n\nAlternatively, just run {baseDir}/kagi-fastgpt.sh directly — the wrapper auto-builds on first run if Go is available.\n\nThe binary has no external dependencies — only the Go standard library."
      }
    ],
    "body": "Kagi FastGPT\n\nGet AI-generated answers with cited web sources using Kagi's FastGPT API. FastGPT runs a full web search under the hood and synthesizes results into a concise answer — ideal for factual questions, API lookups, and current-events queries.\n\nThis skill uses a Go binary for fast startup and no runtime dependencies. The binary can be downloaded pre-built or compiled from source.\n\nSetup\n\nRequires a Kagi account with API access enabled. Uses the same KAGI_API_KEY as the kagi-search skill.\n\nCreate an account at https://kagi.com/signup\nNavigate to Settings → Advanced → API portal: https://kagi.com/settings/api\nGenerate an API Token\nAdd funds at: https://kagi.com/settings/billing_api\nAdd to your shell profile (~/.profile or ~/.zprofile):\nexport KAGI_API_KEY=\"your-api-key-here\"\n\nInstall the binary — see Installation below\nPricing\n\n1.5¢ per query ($15 USD per 1000 queries). Cached responses are free.\n\nUsage\n{baseDir}/kagi-fastgpt.sh \"query\"                        # Ask a question (default)\n{baseDir}/kagi-fastgpt.sh \"query\" --json                 # JSON output\n{baseDir}/kagi-fastgpt.sh \"query\" --no-refs              # Answer only, no references\n{baseDir}/kagi-fastgpt.sh \"query\" --no-cache             # Bypass response cache\n{baseDir}/kagi-fastgpt.sh \"query\" --timeout 60           # Custom timeout (default: 30s)\n\nOptions\nFlag\tDescription\n--json\tEmit JSON output (see below)\n--no-refs\tSuppress references in text output\n--no-cache\tBypass cached responses (use for time-sensitive queries)\n--timeout <sec>\tHTTP timeout in seconds (default: 30)\nOutput\nDefault (text)\n\nPrints the synthesized answer, followed by a numbered reference list:\n\nPython 3.11 was released on October 24, 2022 and introduced several improvements...\n\n--- References ---\n[1] What's New In Python 3.11 — Python 3.11.3 documentation\n    https://docs.python.org/3/whatsnew/3.11.html\n    The headline changes in Python 3.11 include significant performance improvements...\n[2] ...\n\n\nToken usage and API balance are printed to stderr.\n\nJSON (--json)\n\nReturns a JSON object with:\n\nquery — the original query\noutput — the synthesized answer\ntokens — tokens consumed\nreferences[] — array of { title, url, snippet } objects\nmeta — API metadata (id, node, ms)\nWhen to Use\nUse kagi-fastgpt when you need a direct answer synthesized from web sources (e.g. \"What version of X was released last month?\", \"How do I configure Y?\")\nUse kagi-search when you need raw search results to scan, compare, or extract data from yourself\nUse web-browser when you need to interact with a page or the content is behind JavaScript\nInstallation\nOption A — Download pre-built binary (no Go required)\nOS=$(uname -s | tr '[:upper:]' '[:lower:]')\nARCH=$(uname -m)\ncase \"$ARCH\" in\n  x86_64)        ARCH=\"amd64\" ;;\n  aarch64|arm64) ARCH=\"arm64\" ;;\nesac\n\nTAG=$(curl -fsSL \"https://api.github.com/repos/joelazar/kagi-skills/releases/latest\" | grep '\"tag_name\"' | cut -d'\"' -f4)\nBINARY=\"kagi-fastgpt_${TAG}_${OS}_${ARCH}\"\n\nmkdir -p {baseDir}/.bin\ncurl -fsSL \"https://github.com/joelazar/kagi-skills/releases/download/${TAG}/${BINARY}\" \\\n  -o {baseDir}/.bin/kagi-fastgpt\nchmod +x {baseDir}/.bin/kagi-fastgpt\n\n# Verify checksum (recommended)\ncurl -fsSL \"https://github.com/joelazar/kagi-skills/releases/download/${TAG}/checksums.txt\" | \\\n  grep \"${BINARY}\" | sha256sum --check\n\n\nPre-built binaries are available for Linux and macOS (amd64 + arm64) and Windows (amd64).\n\nOption B — Build from source (requires Go 1.26+)\ncd {baseDir} && go build -o .bin/kagi-fastgpt .\n\n\nAlternatively, just run {baseDir}/kagi-fastgpt.sh directly — the wrapper auto-builds on first run if Go is available.\n\nThe binary has no external dependencies — only the Go standard library."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/joelazar/kagi-fastgpt",
    "publisherUrl": "https://clawhub.ai/joelazar/kagi-fastgpt",
    "owner": "joelazar",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kagi-fastgpt",
    "downloadUrl": "https://openagent3.xyz/downloads/kagi-fastgpt",
    "agentUrl": "https://openagent3.xyz/skills/kagi-fastgpt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kagi-fastgpt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kagi-fastgpt/agent.md"
  }
}