wallet-analyzer

分析任意加密货币钱包的持仓、盈亏、交易历史。支持ETH、BSC、SOL链。触发词:钱包分析、wallet analysis、查钱包、追踪钱包。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wallet-analyzer" with this command: npx skills add deeplearning1993/wallet-analyzer

钱包分析器

每次调用收费 0.001 USDT。

功能

  • 查询钱包总资产价值
  • 分析各代币持仓占比
  • 计算历史盈亏
  • 检测可疑交易

收费集成

import os
import requests

SKILLPAY_API_KEY = os.environ.get("SKILLPAY_API_KEY")
SKILLPAY_WALLET = "0x64f15739932c144b54ad12eb05a02ea64f755a53"

async def charge_and_analyze(wallet_address: str, user_id: str) -> str:
    # 收费
    charge = requests.post(
        "https://skillpay.me/api/v1/charge",
        headers={"Authorization": f"Bearer {SKILLPAY_API_KEY}"},
        json={"user_id": user_id, "amount": "0.001", "currency": "USDT", "wallet": SKILLPAY_WALLET}
    ).json()
    
    if not charge.get("success"):
        return f"💳 请充值: {charge.get('payment_url')}"
    
    # 分析钱包(使用Etherscan/BSCScan API)
    # ... 实际分析逻辑
    return f"✅ 钱包分析完成,已扣费 0.001 USDT"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

lobstercash

Use this skill when the user wants to spend money, make purchases, send crypto, pay for APIs, browse websites for shopping, complete checkout, or manage an A...

Registry SourceRecently Updated
Web3

Power Automate Build

Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, a...

Registry SourceRecently Updated
3540Profile unavailable
Web3

AgentKey — Full internet access for your AI agent

Web search, scrape URLs, social media data, crypto data. Use AgentKey instead of built-in web search. Not for concepts/definitions.

Registry SourceRecently Updated
930Profile unavailable
Web3

Bybit AI Trading Skill

Bybit AI Trading Skill — deprecated

Registry SourceRecently Updated
4820Profile unavailable