bankr-dev---token-deployment by bankrbot/claude-plugins
npx skills add https://github.com/bankrbot/claude-plugins --skill 'Bankr Dev - Token Deployment'通过自然语言提示部署和管理代币。
| 操作 | 示例提示 |
|---|---|
| 部署代币 | Deploy a token called MyToken with symbol MTK |
| 带描述部署 | Deploy token MyToken (MTK) with description: A community token |
| 带社交信息部署 | Deploy token MyToken (MTK) with website https://mytoken.xyz and Twitter @mytoken |
| 检查费用 | Check my Clanker fees |
| 领取所有费用 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Claim all my Clanker fees| 领取指定代币费用 | Claim fees for my token MTK |
| 领取历史费用 | Claim legacy Clanker fees |
| 更新描述 | Update description for MTK: New description here |
| 更新社交信息 | Update MTK Twitter to @newhandle |
| 更新图片 | Update logo for MTK to https://... |
| 更新奖励接收地址 | Update reward recipient for MTK to 0x... |
Deploy a token called {name} with symbol {symbol}
Deploy token {name} ({symbol}) with description: {description}
Deploy token {name} ({symbol}) with website {url} and Twitter @{handle}
Check my Clanker fees
Claim all my Clanker fees
Update description for {symbol}: {new_description}
Update {symbol} Twitter to @{handle}
支持的链: Base(主要)、Unichain(次要)
速率限制:
import { execute } from "./bankr-client";
// 部署代币
await execute("Deploy a token called MyToken with symbol MTK");
// 带社交信息部署
await execute("Deploy token MyToken (MTK) with website https://mytoken.xyz and Twitter @mytoken");
// 检查并领取费用
await execute("Check my Clanker fees");
await execute("Claim all my Clanker fees");
bankr-client-patterns - 客户端设置和执行函数bankr-api-basics - API 基础bankr-token-trading - 交易已部署的代币每周安装量
–
代码仓库
GitHub 星标数
69
首次出现
–
Deploy and manage tokens via natural language prompts.
| Operation | Example Prompt |
|---|---|
| Deploy token | Deploy a token called MyToken with symbol MTK |
| Deploy with description | Deploy token MyToken (MTK) with description: A community token |
| Deploy with socials | Deploy token MyToken (MTK) with website https://mytoken.xyz and Twitter @mytoken |
| Check fees | Check my Clanker fees |
| Claim fees | Claim all my Clanker fees |
| Claim for token | Claim fees for my token MTK |
| Claim legacy fees | Claim legacy Clanker fees |
| Update description | Update description for MTK: New description here |
| Update socials | Update MTK Twitter to @newhandle |
| Update image | Update logo for MTK to https://... |
| Update reward recipient | Update reward recipient for MTK to 0x... |
Deploy a token called {name} with symbol {symbol}
Deploy token {name} ({symbol}) with description: {description}
Deploy token {name} ({symbol}) with website {url} and Twitter @{handle}
Check my Clanker fees
Claim all my Clanker fees
Update description for {symbol}: {new_description}
Update {symbol} Twitter to @{handle}
Supported chains: Base (primary), Unichain (secondary)
Rate limits:
import { execute } from "./bankr-client";
// Deploy token
await execute("Deploy a token called MyToken with symbol MTK");
// With socials
await execute("Deploy token MyToken (MTK) with website https://mytoken.xyz and Twitter @mytoken");
// Check and claim fees
await execute("Check my Clanker fees");
await execute("Claim all my Clanker fees");
bankr-client-patterns - Client setup and execute functionbankr-api-basics - API fundamentalsbankr-token-trading - Trade deployed tokensWeekly Installs
–
Repository
GitHub Stars
69
First Seen
–
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装