Install Press C to copy Claude Cursor Codex Any chat
$ npx skillmds@latest add yipintangzsp/token-contract-scanner Copy Copied
Installs into ~/.claude/skills (or .claude/skills inside a project). Restart Claude Code to pick it up.
Download .zip Install Copied Save Share Link copied
+ Add to plugin
README badge [](https://skillmd.com/skills/yipintangzsp/token-contract-scanner)Copy Copied
Trust & safety Audits pending Permissions this skill uses
Executes scripts
The instructions run shell commands or bundled script files.
Works with Claude Code Claude.ai OpenAI Codex + Report a problem with this skill File contents 代币合约检测器 - 合约风险分析
概述
专注于智能合约代码层面的安全检测,识别 honeypot、rug pull 等常见骗局特征。
定价
按次收费: ¥9/次
包月订阅: ¥199/月(无限次)
功能特性
🐯 Honeypot 检测
🔓 权限分析
💸 交易税费检查
🚫 黑名单/白名单检测
⚠️ 风险等级评估
使用方式
# 基础检测
/contract-scan "合约地址"
# 深度分析
/contract-scan "0x..." --deep
# 特定链
/contract-scan "0x..." --chain BSC
/contract-scan "0x..." --chain ETH
/contract-scan "0x..." --chain SOL
# 批量扫描
/contract-scan "地址列表" --batch
输出格式
## 🕵️ 代币合约检测报告
### 🚨 风险等级:高风险
### 📋 合约信息
- 地址:0x1234...5678
- 链:BSC
- 创建时间:2026-03-01
- 是否开源:是
### ⚠️ 风险项
- [🚨] 发现 honeypot 特征
- [⚠️] 所有者可修改交易税
- [⚠️] 可暂停交易
- [⚠️] 有黑名单功能
### ✅ 安全项
- [✓] 代码已开源
- [✓] LP 已燃烧
### 💡 结论
**不建议投资** - 发现多个高风险特征
### 🔍 详细分析
- 买入税:5%
- 卖出税:99% ⚠️
- 最大交易:无限制
- 所有者权限:过高
技术实现
合约代码反编译
字节码分析
常见漏洞模式匹配
多链支持
1 --- 2 name: token-contract-scanner 3 description: 代币合约检测器 - 合约风险分析 4 --- 5 # 代币合约检测器 - 合约风险分析 6 7 ## 概述 8 专注于智能合约代码层面的安全检测,识别 honeypot、rug pull 等常见骗局特征。 9 10 ## 定价 11 - **按次收费:** ¥9/次 12 - **包月订阅:** ¥199/月(无限次) 13 14 ## 功能特性 15 - 🐯 Honeypot 检测 16 - 🔓 权限分析 17 - 💸 交易税费检查 18 - 🚫 黑名单/白名单检测 19 - ⚠️ 风险等级评估 20 21 ## 使用方式 22 ```bash 23 # 基础检测 24 /contract-scan "合约地址" 25 26 # 深度分析 27 /contract-scan "0x..." --deep 28 29 # 特定链 30 /contract-scan "0x..." --chain BSC 31 /contract-scan "0x..." --chain ETH 32 /contract-scan "0x..." --chain SOL 33 34 # 批量扫描 35 /contract-scan "地址列表" --batch 36 ``` 37 38 ## 输出格式 39 ```markdown 40 ## 🕵️ 代币合约检测报告 41 42 ### 🚨 风险等级:高风险 43 44 ### 📋 合约信息 45 - 地址:0x1234...5678 46 - 链:BSC 47 - 创建时间:2026-03-01 48 - 是否开源:是 49 50 ### ⚠️ 风险项 51 - [🚨] 发现 honeypot 特征 52 - [⚠️] 所有者可修改交易税 53 - [⚠️] 可暂停交易 54 - [⚠️] 有黑名单功能 55 56 ### ✅ 安全项 57 - [✓] 代码已开源 58 - [✓] LP 已燃烧 59 60 ### 💡 结论 61 **不建议投资** - 发现多个高风险特征 62 63 ### 🔍 详细分析 64 - 买入税:5% 65 - 卖出税:99% ⚠️ 66 - 最大交易:无限制 67 - 所有者权限:过高 68 ``` 69 70 ## 技术实现 71 - 合约代码反编译 72 - 字节码分析 73 - 常见漏洞模式匹配 74 - 多链支持
yipintangzsp/awesome-clawhub-skills/tree/main/skills/token-contract-scanner commit eb521d95e6
Frequently asked questions How do I install the Token Contract Scanner skill? Run npx skillmds@latest add yipintangzsp/token-contract-scanner in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Token Contract Scanner skill do? 代币合约检测器 - 合约风险分析 It is listed under Coding & Dev Tools on SkillMD.
Is Token Contract Scanner safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: executes scripts. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Token Contract Scanner? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Token Contract Scanner free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Token Contract Scanner? yipintangzsp (@yipintangzsp) published this skill. Their other Agent Skills are listed on their SkillMD profile.