bankr-agent---arbitrary-transactions by bankrbot/claude-plugins
npx skills add https://github.com/bankrbot/claude-plugins --skill 'Bankr Agent - Arbitrary Transactions'向任何支持的链提交包含明确调用数据的原始 EVM 交易。
{
"to": "0x...",
"data": "0x...",
"value": "0",
"chainId": 8453
}
| 字段 | 类型 | 描述 |
|---|---|---|
to | string | 目标合约地址 (0x + 40 个十六进制字符) |
data | string | 要执行的调用数据 (0x + 十六进制字符串) |
value | string | 以 wei 为单位的金额 (例如,"0", "1000000000000000000") |
chainId |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| number |
| 目标链 ID |
| 链 | 链 ID |
|---|---|
| Ethereum | 1 |
| Polygon | 137 |
| Base | 8453 |
| Unichain | 130 |
提交原始交易:
提交此交易:
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"data": "0xa9059cbb000000000000000000000000recipient00000000000000000000000000000000000000000000000000000000000f4240",
"value": "0",
"chainId": 8453
}
在合约上执行调用数据:
在 Base 链上执行此调用数据:
{
"to": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"data": "0x095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
"value": "0",
"chainId": 8453
}
附带调用数据发送 ETH:
提交带金额的交易:
{
"to": "0xRecipientAddress...",
"data": "0x",
"value": "1000000000000000000",
"chainId": 1
}
| 字段 | 验证规则 |
|---|---|
to | 必须是 0x 后跟恰好 40 个十六进制字符 |
data | 必须以 0x 开头,可以为 "0x" 表示空调用数据 |
value | 以字符串表示的 wei 金额,使用 "0" 表示无金额转移 |
chainId | 必须是支持的链 ID |
| 问题 | 解决方案 |
|---|---|
| 不支持的链 | 使用链 ID 1, 137, 8453 或 130 |
| 无效地址 | 确保格式为 0x + 40 个十六进制字符 |
| 无效调用数据 | 确保使用 0x 前缀进行正确的十六进制编码 |
| 交易回退 | 检查调用数据编码和合约状态 |
| 资金不足 | 确保钱包有足够的 ETH/MATIC 用于 gas 和金额 |
每周安装量
0
代码仓库
GitHub 星标数
70
首次出现
1970年1月1日
Submit raw EVM transactions with explicit calldata to any supported chain.
{
"to": "0x...",
"data": "0x...",
"value": "0",
"chainId": 8453
}
| Field | Type | Description |
|---|---|---|
to | string | Target contract address (0x + 40 hex chars) |
data | string | Calldata to execute (0x + hex string) |
value | string | Amount in wei (e.g., "0", "1000000000000000000") |
chainId | number | Target chain ID |
| Chain | Chain ID |
|---|---|
| Ethereum | 1 |
| Polygon | 137 |
| Base | 8453 |
| Unichain | 130 |
Submit a raw transaction:
Submit this transaction:
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"data": "0xa9059cbb000000000000000000000000recipient00000000000000000000000000000000000000000000000000000000000f4240",
"value": "0",
"chainId": 8453
}
Execute calldata on a contract:
Execute this calldata on Base:
{
"to": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"data": "0x095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
"value": "0",
"chainId": 8453
}
Send ETH with calldata:
Submit transaction with value:
{
"to": "0xRecipientAddress...",
"data": "0x",
"value": "1000000000000000000",
"chainId": 1
}
| Field | Validation |
|---|---|
to | Must be 0x followed by exactly 40 hex characters |
data | Must start with 0x, can be "0x" for empty calldata |
value | Wei amount as string, use "0" for no value transfer |
chainId | Must be a supported chain ID |
| Issue | Resolution |
|---|---|
| Unsupported chain | Use chainId 1, 137, 8453, or 130 |
| Invalid address | Ensure 0x + 40 hex chars |
| Invalid calldata | Ensure proper hex encoding with 0x prefix |
| Transaction reverted | Check calldata encoding and contract state |
| Insufficient funds | Ensure wallet has enough ETH/MATIC for gas + value |
Weekly Installs
0
Repository
GitHub Stars
70
First Seen
Jan 1, 1970
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装
竞争对手研究指南:SEO、内容、反向链接与定价分析工具
231 周安装
Azure 工作负载自动升级评估工具 - 支持 Functions、App Service 计划与 SKU 迁移
231 周安装
Kaizen持续改进方法论:软件开发中的渐进式优化与防错设计实践指南
231 周安装
软件UI/UX设计指南:以用户为中心的设计原则、WCAG可访问性与平台规范
231 周安装
Apify 网络爬虫和自动化平台 - 无需编码抓取亚马逊、谷歌、领英等网站数据
231 周安装
llama.cpp 中文指南:纯 C/C++ LLM 推理,CPU/非 NVIDIA 硬件优化部署
231 周安装