{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kite-agent-smart-wallet-v3",
    "name": "Kite Agent Smart Wallet V3",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nihaovand/kite-agent-smart-wallet-v3",
    "canonicalUrl": "https://clawhub.ai/nihaovand/kite-agent-smart-wallet-v3",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kite-agent-smart-wallet-v3",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kite-agent-smart-wallet-v3",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "kite-wallet.js",
      "package-lock.json",
      "package.json",
      "skill.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/kite-agent-smart-wallet-v3"
    },
    "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/kite-agent-smart-wallet-v3",
    "agentPageUrl": "https://openagent3.xyz/skills/kite-agent-smart-wallet-v3/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kite-agent-smart-wallet-v3/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kite-agent-smart-wallet-v3/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "简介",
        "body": "用户直接通过OpenClaw（Telegram）控制Kite AI链上钱包，无需自己运行Bot。"
      },
      {
        "title": "架构",
        "body": "用户(Telegram) → OpenClaw → Kite AI合约\n     │\n     └── OpenClaw执行操作"
      },
      {
        "title": "功能",
        "body": "钱包创建\n余额查询\n转账\nSession Keys管理\n消费限额"
      },
      {
        "title": "命令",
        "body": "所有命令以 /kite 开头：\n\n命令功能/kite help帮助/kite create创建钱包/kite wallet查看地址/kite balance查看余额/kite send <地址> <数量>转账/kite session add <地址> <限额>添加授权/kite limit set <数量>设置限额"
      },
      {
        "title": "网络",
        "body": "测试网: Chain ID 2368\nRPC: https://rpc-testnet.gokite.ai"
      },
      {
        "title": "合约",
        "body": "AgentSmartWalletFactory: 0x0fa9F878B038DE435b1EFaDA3eed1859a6Dc098a"
      },
      {
        "title": "版本",
        "body": "v3.0.0 (2026-02-25): OpenClaw集成，直接TG控制\nv2.0.x: 用户本地运行Bot版本\nv1.0.0: 基础合约"
      }
    ],
    "body": "Kite AI Agent Smart Wallet Protocol V3\n简介\n\n用户直接通过OpenClaw（Telegram）控制Kite AI链上钱包，无需自己运行Bot。\n\n架构\n用户(Telegram) → OpenClaw → Kite AI合约\n     │\n     └── OpenClaw执行操作\n\n功能\n钱包创建\n余额查询\n转账\nSession Keys管理\n消费限额\n命令\n\n所有命令以 /kite 开头：\n\n命令\t功能\n/kite help\t帮助\n/kite create\t创建钱包\n/kite wallet\t查看地址\n/kite balance\t查看余额\n/kite send <地址> <数量>\t转账\n/kite session add <地址> <限额>\t添加授权\n/kite limit set <数量>\t设置限额\n网络\n测试网: Chain ID 2368\nRPC: https://rpc-testnet.gokite.ai\n合约\nAgentSmartWalletFactory: 0x0fa9F878B038DE435b1EFaDA3eed1859a6Dc098a\n版本\nv3.0.0 (2026-02-25): OpenClaw集成，直接TG控制\nv2.0.x: 用户本地运行Bot版本\nv1.0.0: 基础合约"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nihaovand/kite-agent-smart-wallet-v3",
    "publisherUrl": "https://clawhub.ai/nihaovand/kite-agent-smart-wallet-v3",
    "owner": "nihaovand",
    "version": "3.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kite-agent-smart-wallet-v3",
    "downloadUrl": "https://openagent3.xyz/downloads/kite-agent-smart-wallet-v3",
    "agentUrl": "https://openagent3.xyz/skills/kite-agent-smart-wallet-v3/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kite-agent-smart-wallet-v3/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kite-agent-smart-wallet-v3/agent.md"
  }
}