← 返回 Skills 市场
mrchillhigh

Smart Money V2

作者 mrchillhigh · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
394
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-money-v2
功能描述
聪明钱追踪系统 - 追踪链上大额交易、巨鲸地址动向、机构资金流向、持仓分析、历史交易记录。每次调用需支付0.001 USDT。
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-money-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-money-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Smart Money Tracker v1.0.0 – 初始发布 - 实时追踪链上大额交易、巨鲸/机构资金流向与转账动态 - 提供多链地址持仓分析、历史交易记录及趋势分析工具 - 支持按币种、金额、时间等多维度自定义筛选 - 费用:每次调用需支付0.001 USDT,通过 SkillPay 支付 - API 端点涵盖交易、监控、持仓、趋势等功能
元数据
Slug smart-money-v2
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Smart Money V2 是什么?

聪明钱追踪系统 - 追踪链上大额交易、巨鲸地址动向、机构资金流向、持仓分析、历史交易记录。每次调用需支付0.001 USDT。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 394 次。

如何安装 Smart Money V2?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-money-v2」即可一键安装,无需额外配置。

Smart Money V2 是免费的吗?

是的,Smart Money V2 完全免费(开源免费),可自由下载、安装和使用。

Smart Money V2 支持哪些平台?

Smart Money V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smart Money V2?

由 mrchillhigh(@mrchillhigh)开发并维护,当前版本 v1.0.0。

💬 留言讨论