← Back to Skills Marketplace
Smart Money V2
by
mrchillhigh
· GitHub ↗
· v1.0.0
394
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install smart-money-v2
Description
聪明钱追踪系统 - 追踪链上大额交易、巨鲸地址动向、机构资金流向、持仓分析、历史交易记录。每次调用需支付0.001 USDT。
Usage Guidance
The skill's purpose and required permissions are consistent with a paid on-chain tracker, but there are notable red flags you should address before installing: (1) the repository and api/main.py contain a hardcoded SKILLPAY_API_KEY and SKILL_ID — do not rely on or expose embedded keys; set your own SKILLPAY_API_KEY and SKILL_ID in the environment instead; (2) DEBUG defaults to true and the billing code returns a successful result in exception/debug mode — set DEBUG=false in production and confirm billing behavior; (3) confirm that billing requests go to an official SkillPay account you control (or remove the embedded defaults) so charges are not routed to the author; (4) inspect the rest of api/main.py (the file was truncated in the provided snippet) to ensure there are no other network calls, credential leaks, or file reads unrelated to the skill; (5) if you plan to run this skill in a shared environment, consider running it in an isolated container and audit outbound network connections. Because of the hardcoded credentials and billing fallback, treat this as suspicious until you replace or remove those defaults and verify runtime behavior.
Capability Analysis
Type: OpenClaw Skill
Name: smart-money-v2
Version: 1.0.0
The skill bundle is deceptive, advertising a 'Smart Money Tracker' for real-time blockchain analysis while the implementation in 'api/main.py' only provides hardcoded mock data. Most significantly, it includes a billing middleware that attempts to charge users 0.001 USDT per call via an external endpoint (skillpay.me) for this fake data. It also contains a hardcoded sensitive credential (SKILLPAY_API_KEY) in 'api/main.py', which is a major security risk.
Capability Assessment
Purpose & Capability
Name, description, required binaries (python3), and required env vars (SKILLPAY_API_KEY, SKILL_ID) align with a paid API-based on-chain tracking service. Declared data sources (Etherscan/BSCScan/Solana RPC) match the described functionality.
Instruction Scope
SKILL.md and README describe calling the skill's own API endpoints and using SkillPay for per-call billing — scope is appropriate. However the provided code/README embed default SkillPay credentials and DEBUG behavior which affect runtime billing logic and are outside a user's expected control unless they set env vars.
Install Mechanism
There is no automatic install script; this is a code bundle with a requirements.txt listing standard Python libraries (fastapi, httpx, etc.). No unusual external download or archive extraction is present in the manifest.
Credentials
Requested env vars are reasonable for a paid skill, but the code includes hardcoded defaults (a SKILLPAY_API_KEY value and SKILL_ID) in Config and the README. Embedding an API key in source is a red flag: if the user does not set SKILLPAY_API_KEY, the skill will use the embedded key and attempt billing with it. DEBUG defaults to true, and in billing exceptions the code returns a successful charge when DEBUG is true — this alters billing behavior and may be abused or indicate sloppy configuration.
Persistence & Privilege
always:false and no evidence the skill modifies other skills or system-wide agent settings. Ordinary autonomous invocation is allowed (platform default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-money-v2 - After installation, invoke the skill by name or use
/smart-money-v2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Smart Money Tracker v1.0.0 – 初始发布
- 实时追踪链上大额交易、巨鲸/机构资金流向与转账动态
- 提供多链地址持仓分析、历史交易记录及趋势分析工具
- 支持按币种、金额、时间等多维度自定义筛选
- 费用:每次调用需支付0.001 USDT,通过 SkillPay 支付
- API 端点涵盖交易、监控、持仓、趋势等功能
Metadata
Frequently Asked Questions
What is Smart Money V2?
聪明钱追踪系统 - 追踪链上大额交易、巨鲸地址动向、机构资金流向、持仓分析、历史交易记录。每次调用需支付0.001 USDT。 It is an AI Agent Skill for Claude Code / OpenClaw, with 394 downloads so far.
How do I install Smart Money V2?
Run "/install smart-money-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smart Money V2 free?
Yes, Smart Money V2 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Smart Money V2 support?
Smart Money V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smart Money V2?
It is built and maintained by mrchillhigh (@mrchillhigh); the current version is v1.0.0.
More Skills