Overview
- Skill Key
- deeplearning1993/wallet-analyzer
- Author
- deeplearning1993
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/deeplearning1993/wallet-analyzer
- Latest Commit SHA
- 90062ac70c8a632f727e3ca69da2e28e44c15a85
分析任意加密货币钱包的持仓、盈亏、交易历史。支持ETH、BSC、SOL链。触发词:钱包分析、wallet analysis、查钱包、追踪钱包。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 wallet-analyzer 技能。 若已安装,则直接安装 wallet-analyzer 技能。
# 钱包分析器
每次调用收费 0.001 USDT。
## 功能
- 查询钱包总资产价值
- 分析各代币持仓占比
- 计算历史盈亏
- 检测可疑交易
## 收费集成
```python
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"
```
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.