在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用add-events
星标40
分支41
更新时间2026年3月11日 08:28
Adds new events to the eventDb
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Adds new events to the eventDb
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | add-events |
| description | Adds new events to the eventDb |
Adds missing ABI events from a verified contract to the event database.
When the user wants to add events from a block explorer URL (e.g. etherscan, polygonscan, etc.) or provides a chain ID + contract address for event decoding.
Parse the input to extract the chain ID and contract address:
https://etherscan.io/address/0x..., extract the address and infer chain ID from the domain:
etherscan.io → chain 1polygonscan.com → chain 137arbiscan.io → chain 42161optimistic.etherscan.io → chain 10basescan.org → chain 8453snowscan.xyz or snowtrace.io → chain 43114bscscan.com → chain 56gnosisscan.io → chain 100scrollscan.com → chain 534352era.zksync.network → chain 324lineascan.build → chain 59144#code) and query parametersRun the script:
cd /Volumes/sensitive/BGD/aave-helpers/packages/aave-helpers-js && npx tsx scripts/add-events.ts <chainId> <address>
Run lint fix:
cd /Volumes/sensitive/BGD/aave-helpers && npm run lint:fix
Report the results to the user (how many events were added, which ones).