← 返回 Skills 市场
Token Unlock Pro
作者
mrchillhigh
· GitHub ↗
· v1.0.1
361
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install token-unlock-pro
功能描述
专业的代币解锁预警系统 - 支持72h/48h/24h/6h/实时多维度预警,类型分类(种子轮/公募/生态/质押),解锁额度分级,用户自定义监控,解锁日历月/周/日视图,历史数据分析及走势预测。每次调用需支付0.001 USDT。
安全使用建议
This skill is generally coherent with its stated purpose (token-unlock alerts) but has implementation issues that warrant caution:
- The code and README embed a default SKILLPAY API key and SKILL_ID; treat that as a leaked/placeholder secret. Do not assume it is safe to use. Ask the author to remove any hard-coded keys and never ship secrets in source files.
- Config.DEBUG defaults to true and the payment routine bypasses charging in debug mode. If you need enforcement of payments, set DEBUG=false and verify charge_user works against SkillPay with your own key.
- The service makes outbound calls to skillpay.me (billing) and likely to token data providers; run it in an isolated environment if you test it and inspect network activity.
- If you plan to install/run the code: replace the embedded API key with your own, set DEBUG=false, rotate any keys if they were leaked, and review the entire api/main.py for any other hard-coded endpoints or unexpected behavior (the source appears to have a truncated function in the provided snapshot that should be fixed).
If you cannot confirm the developer identity or cannot safely replace/remove the embedded secrets, avoid installing this skill in production or on machines with sensitive credentials.
功能分析
Type: OpenClaw Skill
Name: token-unlock-pro
Version: 1.0.1
The skill bundle contains a large, undocumented, and unrelated script in 'index.html' titled 'Iframe Highlight Injector'. This script monitors all user interactions (hovers, clicks) and captures detailed element metadata, including text content and values from 'INPUT' and 'TEXTAREA' tags, which it then exfiltrates to the parent window via 'postMessage'. While this appears to be a developer tool from the MiniMax AI platform, its silent inclusion in a token-monitoring skill bundle poses a significant privacy risk and could be used to capture sensitive user input. Additionally, 'api/main.py' contains a hardcoded SkillPay API key (sk_4fcc...ec4b) as a default configuration value.
能力评估
Purpose & Capability
Name/description (代币解锁预警) matches the code and declared requirements: a Python backend (FastAPI), SQLite usage, and SkillPay billing. Required binary (python3) and required envs (SKILLPAY_API_KEY, SKILL_ID) are consistent with the described payment-integrated API service.
Instruction Scope
SKILL.md instructions and API surface (alerts, calendar, watchlist, portfolio import, billing) stay within the token-unlock monitoring domain. The runtime instructions do not ask agents to read unrelated host files or arbitrary environment variables beyond those declared.
Install Mechanism
No install spec is provided (instruction-only install), so nothing is automatically downloaded or executed outside included code files. A Python service is provided in api/main.py and requirements.txt; installing/running it requires standard Python dependencies only.
Credentials
Only SKILLPAY_API_KEY and SKILL_ID are declared, which is proportional to a pay-per-call service—however the code and README include a hard-coded default SkillPay API key and a default SKILL_ID. Additionally Config.DEBUG defaults to true (via os.getenv default), and the payment function short-circuits when DEBUG is true, effectively bypassing payment checks in default configurations. Hard-coded credentials and default debug bypasses are significant red flags for credential leakage and unintended usage.
Persistence & Privilege
The skill does not request always:true and does not appear to modify other skills or global agent configuration. It persists data locally via an SQLite DB file (DATABASE_URL default), which is normal for this kind of service.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install token-unlock-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/token-unlock-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Internal update to api/main.py; no changes to user-facing features or documentation.
- Version number remains unchanged at 1.0.0 in documentation.
v1.0.0
Token Unlock Pro - 专业代币解锁预警系统上线
- 支持72h/48h/24h/6h/实时多维度解锁预警
- 分类支持种子轮、公募、生态、质押等多类型
- 按解锁额度分级显示,鲸鱼、大型、中型、小型分层
- 用户可自定义监控、导入钱包持仓、一键订阅热门项目
- 解锁日历支持月/周/日多视图,便于查阅
- 历史数据分析,含走势及相关性预测
- 接入SkillPay,API调用计费0.001 USDT
元数据
常见问题
Token Unlock Pro 是什么?
专业的代币解锁预警系统 - 支持72h/48h/24h/6h/实时多维度预警,类型分类(种子轮/公募/生态/质押),解锁额度分级,用户自定义监控,解锁日历月/周/日视图,历史数据分析及走势预测。每次调用需支付0.001 USDT。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 361 次。
如何安装 Token Unlock Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install token-unlock-pro」即可一键安装,无需额外配置。
Token Unlock Pro 是免费的吗?
是的,Token Unlock Pro 完全免费(开源免费),可自由下载、安装和使用。
Token Unlock Pro 支持哪些平台?
Token Unlock Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Token Unlock Pro?
由 mrchillhigh(@mrchillhigh)开发并维护,当前版本 v1.0.1。
推荐 Skills