!Version !Kite AI !Telegram
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill kite-agent-smart-wallet-permissionless-protocol-v2 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kite Agent Smart Wallet Permissionless Protocol V2?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-kite-agent-smart-wallet-permissionless-protocol-v2)More formats (shields.io, HTML) on the badges page.
---
name: Kite AI Agent Smart Wallet Permissionless Protocol
description: "!Version !Kite AI !Telegram"
---
# Kite AI Agent Smart Wallet Permissionless Protocol
> 让用户通过Telegram控制加密货币钱包 / Telegram wallet control for Kite AI



## 简介 / Introduction
这是一个让用户通过Telegram管理Kite AI链上钱包的协议。
A protocol for users to manage Kite AI wallet via Telegram.
- 用户本地运行Bot / Bot runs locally
- 私钥用户自己保管 / Private key stays with user
- 完全去中心化 / Fully decentralized
## 特性 / Features
- 📱 Telegram钱包控制 / Telegram wallet control
- 🔐 智能钱包 / Smart wallet
- 🔑 Session Keys / 授权密钥
- 💰 消费限额 / Spending limits
- 🌍 中英双语 / Bilingual
## 快速开始 / Quick Start
### 1. 创建Telegram机器人
1. 打开Telegram → @BotFather
2. 发送 `/newbot`
3. 给机器人起名
4. 复制Token
### 2. 安装
```bash
git clone <repo>
cd kite-wallet
npm install
```
### 3. 配置
```env
PRIVATE_KEY=你的私钥
TELEGRAM_BOT_TOKEN=你的Token
```
### 4. 运行
```bash
node telegram-bot.js
```
## 命令 / Commands
| 中文 | English | 功能 Function |
|------|---------|---------------|
| /create | /create | 创建钱包 |
| /wallet | /wallet | 查看地址 |
| /balance | /balance | 查看余额 |
| /session add | /session add | 添加授权 |
| /limit set | /limit set | 设置限额 |
| /send | /send | 转账 |
## 网络 / Network
| 网络 Network | Chain ID | RPC |
|-------------|----------|-----|
| Testnet | 2368 | https://rpc-testnet.gokite.ai |
## 合约 / Contracts
| 合约 Contract | 地址 Address |
|--------------|-------------|
| AgentSmartWalletFactory | `0x0fa9F878B038DE435b1EFaDA3eed1859a6Dc098a` |
## 相关链接 / Links
- 🌐 Website: https://gokite.ai
- 🔍 Explorer: https://testnet.kitescan.ai
- 🚰 Faucet: https://faucet.gokite.ai
- 📖 Docs: https://docs.gokite.ai
## 版本历史 / Version History
- v2.0.4 - 中英双语 Bilingual
- v2.0.3 - 用户手册 User guide
- v2.0.2 - 用户本地运行 User runs locally
- v1.0.0 - 初始版 Initial
---
**作者 / Author**: VandNi
**许可证 / License**: MIT
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!