{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kite-agent-wallet",
    "name": "Kite Agent Wallet",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nihaovand/kite-agent-wallet",
    "canonicalUrl": "https://clawhub.ai/nihaovand/kite-agent-wallet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kite-agent-wallet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kite-agent-wallet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "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-wallet"
    },
    "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-wallet",
    "agentPageUrl": "https://openagent3.xyz/skills/kite-agent-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kite-agent-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kite-agent-wallet/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": "Kite AI Agent Wallet Full-Stack Universal Protocol",
        "body": "Version: 1.0.0\nBuild on Kite AI Testnet\nSmart wallet protocol for AI agents with modular architecture"
      },
      {
        "title": "Overview",
        "body": "Kite AI Agent Wallet Protocol enables AI agents to create and manage smart wallets on Kite AI network. Inspired by Biconomy Nexus design, this protocol provides extensible, secure wallet infrastructure for autonomous AI agents."
      },
      {
        "title": "Architecture",
        "body": "┌─────────────────────────────────────────────────────────────┐\n│              AgentSmartWalletFactory                         │\n│         (Wallet Factory - Batch Creation)                   │\n└─────────────────────┬───────────────────────────────────────┘\n                      │\n                      ▼\n┌─────────────────────────────────────────────────────────────┐\n│              AgentSmartWallet                                │\n│  - owner: Human user (root authority)                      │\n│  - agent: AI agent (delegated authority)                  │\n│  - sessionKeys: Temporary keys (automation)                 │\n└─────────────────────┬───────────────────────────────────────┘\n                      │\n          ┌───────────┴───────────┐\n          ▼                       ▼\n┌─────────────────┐    ┌─────────────────┐\n│SpendingLimit    │    │SessionKey       │\n│Module           │    │Module           │\n└─────────────────┘    └─────────────────┘"
      },
      {
        "title": "Core Features",
        "body": "🔐 Session Keys - Temporary authorization keys with fine-grained permissions\n💰 Spending Limits - Programmable transaction limits\n🧩 Modular Architecture - Extensible module system\n🔄 Iterative Capability - Support for upgrades and new modules"
      },
      {
        "title": "Security Features",
        "body": "Layered Permissions: Owner > Agent > Session Key\nLimit Protection: Transactions cannot exceed set limits\nRevocable: Owner can revoke session keys anytime\nModule Isolation: Functional modules can be replaced"
      },
      {
        "title": "Deployed Contracts (Testnet)",
        "body": "ContractAddressModuleRegistry0xfdf654b7dDbdFf0C7ec9017Aece166a75a5197B5SpendingLimitModule0x00E593eA476DfC0b22d9DF0A8fe436e5323Ae05FSessionKeyModule0x5b6C45EC7C9d7C688413d6bB2CC3B0A35f5B79B8AgentSmartWalletFactory0x0fa9F878B038DE435b1EFaDA3eed1859a6Dc098a"
      },
      {
        "title": "Testnet (Ozone)",
        "body": "Chain ID: 2368\nRPC: https://rpc-testnet.gokite.ai\nExplorer: https://testnet.kitescan.ai\nFaucet: https://faucet.gokite.ai"
      },
      {
        "title": "Mainnet",
        "body": "Chain ID: 2366\nRPC: https://rpc.gokite.ai\nExplorer: https://kitescan.ai"
      },
      {
        "title": "1. Create Wallet",
        "body": "const factory = await ethers.getContractFactory(\"AgentSmartWalletFactory\");\nconst wallet = await factory.createWallet(agentAddress, ethers.utils.parseEther(\"1\"));"
      },
      {
        "title": "2. Add Session Key",
        "body": "const wallet = await ethers.getContractAt(\"AgentSmartWallet\", walletAddress);\nawait wallet.addSessionKey(\n    sessionKeyAddress,      // Agent's session key\n    ethers.utils.parseEther(\"0.1\"), // Limit\n    [bytes4(\"0x...\")]     // Allowed function selectors\n);"
      },
      {
        "title": "3. Agent Executes Transaction",
        "body": "// Agent uses session key to execute\nawait wallet.executeWithSessionKey(\n    encodedData,  // (target, value, callData)\n    signature     // Owner signature\n);"
      },
      {
        "title": "Expandability",
        "body": "Protocol supports:\n\nAdd new modules (TimeLock, MultiSig)\nUpgrade wallet logic\nCross-chain compatibility (Via Protocol Bridge)"
      },
      {
        "title": "References",
        "body": "Kite AI Docs\nBiconomy Nexus\nERC-4337\nERC-7579\n\nVersion History\n\nv1.0.0 (2026-02-25): Initial deployment on Kite AI Testnet"
      }
    ],
    "body": "Kite AI Agent Wallet Full-Stack Universal Protocol\n\nVersion: 1.0.0 Build on Kite AI Testnet Smart wallet protocol for AI agents with modular architecture\n\nOverview\n\nKite AI Agent Wallet Protocol enables AI agents to create and manage smart wallets on Kite AI network. Inspired by Biconomy Nexus design, this protocol provides extensible, secure wallet infrastructure for autonomous AI agents.\n\nArchitecture\n┌─────────────────────────────────────────────────────────────┐\n│              AgentSmartWalletFactory                         │\n│         (Wallet Factory - Batch Creation)                   │\n└─────────────────────┬───────────────────────────────────────┘\n                      │\n                      ▼\n┌─────────────────────────────────────────────────────────────┐\n│              AgentSmartWallet                                │\n│  - owner: Human user (root authority)                      │\n│  - agent: AI agent (delegated authority)                  │\n│  - sessionKeys: Temporary keys (automation)                 │\n└─────────────────────┬───────────────────────────────────────┘\n                      │\n          ┌───────────┴───────────┐\n          ▼                       ▼\n┌─────────────────┐    ┌─────────────────┐\n│SpendingLimit    │    │SessionKey       │\n│Module           │    │Module           │\n└─────────────────┘    └─────────────────┘\n\nCore Features\n🔐 Session Keys - Temporary authorization keys with fine-grained permissions\n💰 Spending Limits - Programmable transaction limits\n🧩 Modular Architecture - Extensible module system\n🔄 Iterative Capability - Support for upgrades and new modules\nSecurity Features\nLayered Permissions: Owner > Agent > Session Key\nLimit Protection: Transactions cannot exceed set limits\nRevocable: Owner can revoke session keys anytime\nModule Isolation: Functional modules can be replaced\nDeployed Contracts (Testnet)\nContract\tAddress\nModuleRegistry\t0xfdf654b7dDbdFf0C7ec9017Aece166a75a5197B5\nSpendingLimitModule\t0x00E593eA476DfC0b22d9DF0A8fe436e5323Ae05F\nSessionKeyModule\t0x5b6C45EC7C9d7C688413d6bB2CC3B0A35f5B79B8\nAgentSmartWalletFactory\t0x0fa9F878B038DE435b1EFaDA3eed1859a6Dc098a\nNetwork Configuration\nTestnet (Ozone)\nChain ID: 2368\nRPC: https://rpc-testnet.gokite.ai\nExplorer: https://testnet.kitescan.ai\nFaucet: https://faucet.gokite.ai\nMainnet\nChain ID: 2366\nRPC: https://rpc.gokite.ai\nExplorer: https://kitescan.ai\nUsage\n1. Create Wallet\nconst factory = await ethers.getContractFactory(\"AgentSmartWalletFactory\");\nconst wallet = await factory.createWallet(agentAddress, ethers.utils.parseEther(\"1\"));\n\n2. Add Session Key\nconst wallet = await ethers.getContractAt(\"AgentSmartWallet\", walletAddress);\nawait wallet.addSessionKey(\n    sessionKeyAddress,      // Agent's session key\n    ethers.utils.parseEther(\"0.1\"), // Limit\n    [bytes4(\"0x...\")]     // Allowed function selectors\n);\n\n3. Agent Executes Transaction\n// Agent uses session key to execute\nawait wallet.executeWithSessionKey(\n    encodedData,  // (target, value, callData)\n    signature     // Owner signature\n);\n\nExpandability\n\nProtocol supports:\n\nAdd new modules (TimeLock, MultiSig)\nUpgrade wallet logic\nCross-chain compatibility (Via Protocol Bridge)\nReferences\nKite AI Docs\nBiconomy Nexus\nERC-4337\nERC-7579\n\nVersion History\n\nv1.0.0 (2026-02-25): Initial deployment on Kite AI Testnet"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nihaovand/kite-agent-wallet",
    "publisherUrl": "https://clawhub.ai/nihaovand/kite-agent-wallet",
    "owner": "nihaovand",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kite-agent-wallet",
    "downloadUrl": "https://openagent3.xyz/downloads/kite-agent-wallet",
    "agentUrl": "https://openagent3.xyz/skills/kite-agent-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kite-agent-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kite-agent-wallet/agent.md"
  }
}