← 返回 Skills 市场
dapplooker

DappLooker AI

作者 DappLooker AI · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
88
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install dapplooker-ai
功能描述
DeFi intelligence suite — token metrics, perp trading data, technical analysis, smart money flows, staking yields, and AI-powered market research across Base...
使用说明 (SKILL.md)

DappLooker DeFi Intelligence

Access production-grade DeFi market intelligence via DappLooker's x402 API.

Payment & Spending Safeguards

All endpoints require x402 payment in USDC on Polygon (Chain ID: 137). CRITICAL: Always use Polygon for payments, even when querying Base or Solana data. The user's wallet is only funded on Polygon.

Per-Call Pricing

Function Cost per Call
token_intelligence $0.005
perp_intelligence $0.005
historical_market_data $0.005
token_ta $0.005
trending_tokens $0.005
smart_money_trends $0.005
staking_intelligence $0.005
token_directory $0.005
market_mcp $0.10
live_perp_strategy $0.50

Spending Rules

  • Always confirm with the user before making paid calls. Tell them which endpoint you are calling and its cost.
  • Do not retry failed paid calls without user approval.
  • Batch wisely: If the user asks a broad question, prefer a single market_mcp call ($0.10) over multiple individual calls.
  • Session budget: Unless the user explicitly raises it, assume a default spending cap of $1.00 per conversation. Alert the user if cumulative spending approaches this limit.

Payment is handled automatically via the OpenClaw Gateway. If you receive a 402, the Gateway handles payment and retries. Simply wait for the tool call to complete.

Note: All endpoints accept an optional api_key query parameter as an alternative to x402 payment. All endpoint URLs require a trailing slash where shown.


Functions

token_intelligence

URL: GET https://api.dapplooker.com/v1/crypto-market/

Use when: User asks about token price, market cap, volume, holders, social mindshare, or technical levels.

Parameters:

Parameter Type Required Description
chain string Yes base or solana
token_tickers string No Comma-separated tickers (e.g., AIXBT,VIRTUAL)
token_addresses string No Comma-separated contract addresses
token_ids string No Comma-separated internal IDs
ecosystem string No Filter by ecosystem (e.g., virtuals)
page number No Pagination page number

Note: Provide at least one of token_tickers, token_addresses, token_ids, or ecosystem.

Returns: Token price, market cap, FDV, volume, supply, holder forensics (top 10/50/100 concentration), smart money buy/sell, dev wallet safety, technical levels (support/resistance/RSI/SMA), and X social metrics (mindshare, engagement, follower counts).

Example: "What's the price of AIXBT on Base?"


perp_intelligence

URL: GET https://api.dapplooker.com/v1/perp-intelligence/

Use when: User asks about perp mark price, funding rates, open interest, orderbook liquidity, or technicals for a token on a specific DEX.

Parameters:

Parameter Type Required Description
dex string Yes hyperliquid, nado, paradex, pacifica, avantis, lighter, aster, grvt, variational, extended
token_ticker string Yes Token symbol (e.g., BTC, ETH, SOL)

Returns: Mark/mid price, 24h change, bid-ask spread, orderbook liquidity & imbalance, open interest (with 1h/6h/24h changes), funding rate (current + trajectory), technicals (RSI, ATR, ADX, OBV, MACD at multiple intervals), structure (swing high/low, VWAP, EMA distance, Bollinger bands).

Example: "What's the BTC funding rate on Hyperliquid?"


historical_market_data

URL: GET https://api.dapplooker.com/v1/crypto-market-historical

Use when: User wants time-series price, volume, and market cap data.

Parameters:

Parameter Type Required Description
chain string Yes base or solana
token_ticker string No Use one of ticker, address, or id
token_address string No Token contract address
token_id string No Internal token identifier
start_date string No YYYY-MM-DD format
end_date string No YYYY-MM-DD format
page number No Pagination page number

Returns: Daily records with date, price, volume, and market cap. Includes pagination metadata.

Example: "Show me VIRTUAL price history on Base"


token_ta

URL: GET https://api.dapplooker.com/v1/token-ta

Use when: User asks about RSI, SMA, or support/resistance levels.

Parameters:

Parameter Type Required Description
chain string Yes base or solana
token_tickers string No Comma-separated tickers
token_addresses string No Comma-separated contract addresses
token_ids string No Comma-separated internal IDs
ecosystem string No Filter by ecosystem
page number No Pagination page number

Returns: Support/resistance, RSI, and SMA at 1m, 5m, 15m, 1h, 4h, 1d, 1w intervals. Price change percentages across all intervals.

Example: "What are the RSI levels for AIXBT?"


trending_tokens

URL: GET https://api.dapplooker.com/v1/trending

Use when: User wants to discover hot tokens by volume, market cap, or smart money activity.

Parameters:

Parameter Type Required Description
chain string Yes base or solana
strategy string No mcap (default), volume_and_staking, or volume_and_smartmoney

Returns: Ranked tokens with volume, liquidity, market cap, and 1h/24h price changes.

Example: "What tokens are trending on Base?"


smart_money_trends

URL: GET https://api.dapplooker.com/v1/smart-money-trends/

Use when: User asks about whale accumulation or smart money flows for a token.

Parameters:

Parameter Type Required Description
token_tickers string No Comma-separated tickers. Provide at least one filter.
token_addresses string No Comma-separated contract addresses

Returns: Net inflow/outflow by smart wallets at 24h, 7d, and 30d intervals (in USD and token amounts).

Example: "Are whales buying or selling VIRTUAL?"


staking_intelligence

URL: GET https://api.dapplooker.com/v1/stake-trends/

Use when: User asks about staking TVL, yields, retention, or recent stake/unstake activity.

Parameters:

Parameter Type Required Description
token_tickers string No Comma-separated tickers. Provide at least one filter.
token_addresses string No Comma-separated contract addresses

Returns: Staking details (TVL, retention %, net staked, total stakers, holders), 24h stake/unstake trends, and recent staking activity with wallet types (regular, smart_money, dev).

Example: "How much is staked in 1000X?"


market_mcp

URL: POST https://api.dapplooker.com/v1/mcp

Use when: User has a complex market question requiring AI-synthesized analysis from multiple data sources.

Request body (JSON):

Field Type Required Description
question string Yes Natural language market question

Returns: AI-generated markdown analysis (nlpResponse) with data-backed insights. Present the nlpResponse directly to the user. Response time may be 5–15 seconds.

Example: "Compare mindshare of AIXBT vs VIRTUAL"


live_perp_strategy

URL: GET https://api.dapplooker.com/v1/live-perp-strategy/

Use when: User wants AI-generated perp trading strategies.

Parameters:

Parameter Type Required Description
modelId string No AI model ID for inference
promptId string No Strategy prompt ID
category string No Token category filter (e.g., trending)

Returns: AI-generated trading recommendations with risk analysis and actionable insights.

Example: "Give me a live perp trading strategy"


token_directory

URL: GET https://api.dapplooker.com/v1/crypto-metainfo/

Use when: User wants to look up token metadata (name, ticker, contract address) across chains or ecosystems.

Parameters:

Parameter Type Required Description
chain string No base or solana
ecosystem string No Filter by ecosystem (e.g., virtuals)
token_addresses string No Comma-separated token contract addresses
page number No Pagination page number

Returns: Token objects with id, symbol, name, address, chain, and ecosystem. Includes pagination.

Example: "List all tokens in the Virtuals ecosystem on Base"


Supported Chains

Chain Token Intel TA Historical Trending Smart Money Staking
Base
Solana

Supported Perp DEXs

Hyperliquid, Nado, Paradex, Pacifica, Avantis, Lighter, Aster, GRVT, Variational, Extended


Documentation

Full API documentation: https://docs.dapplooker.com/products/api-endpoints

安全使用建议
This skill looks reasonable for paid DappLooker DeFi intelligence. Install it only if you are comfortable with wallet-based USDC micropayments, confirm each paid request and its cost, keep a small wallet balance or session cap, and treat any market or trading output as research rather than financial advice.
功能分析
Type: OpenClaw Skill Name: dapplooker-ai Version: 1.0.1 The dapplooker-ai skill bundle provides a suite of DeFi intelligence tools for querying token metrics, perp trading data, and market trends via the DappLooker API. It includes explicit safety instructions for the AI agent to confirm payments with the user and adhere to a spending cap, demonstrating a focus on user protection rather than malicious intent. All endpoints are standard REST APIs (api.dapplooker.com) and no high-risk behaviors such as data exfiltration or unauthorized execution were found.
能力标签
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The visible instructions align with the stated DeFi intelligence purpose: token metrics, perp data, staking, smart-money trends, and market research via DappLooker API endpoints. The main notable capability is that the data calls are paid.
Instruction Scope
The skill includes explicit safeguards requiring user confirmation before paid calls, no unapproved retries, and a default $1.00 session cap. The supplied SKILL.md excerpt is truncated, so confidence is medium rather than high.
Install Mechanism
There is no install spec and no executable code files; this is an instruction-only skill, and the static scan reported no findings.
Credentials
The skill depends on external DappLooker API calls and OpenClaw Gateway payment handling, which is proportionate for a paid DeFi data service. It does not request local binaries, local config paths, or environment variables.
Persistence & Privilege
No persistence or background execution is shown. The privileged aspect is payment authority through the user's wallet and an optional API key alternative.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dapplooker-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dapplooker-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Migrated to official DappLooker organization. Security fix (ASI02): Added per-call pricing and session spending safeguards. Full DeFi intelligence suite enabled.
v1.0.0
Initial production release with official x402 paywalled endpoints
元数据
Slug dapplooker-ai
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

DappLooker AI 是什么?

DeFi intelligence suite — token metrics, perp trading data, technical analysis, smart money flows, staking yields, and AI-powered market research across Base... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 DappLooker AI?

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

DappLooker AI 是免费的吗?

是的,DappLooker AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

DappLooker AI 支持哪些平台?

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

谁开发了 DappLooker AI?

由 DappLooker AI(@dapplooker)开发并维护,当前版本 v1.0.1。

💬 留言讨论