# OpenClaw Skill

DappLooker AI OpenClaw skill gives AI agents access to real-time crypto market intelligence, token analytics, perpetual market data, smart money flows, staking insights and natural-language market research.

Use it for:

1. Perp market intelligence across multiple DEXs
2. Token screening and deep token profiling
3. Smart money and whale flow tracking
4. Staking and conviction analysis
5. Trending token discovery
6. Technical analysis across timeframes
7. Natural-language crypto research workflows

DappLooker AI turns OpenClaw into a crypto-native intelligence agent.

***

## Intelligence Coverage

Agents gain access to:

* Perp Intelligence
* Token Intelligence
* Wallet Intelligence
* Smart Money Trends
* Trending Tokens
* Staking Intelligence
* Technical Analysis
* NLP Market Intelligence

***

## How to Install DappLooker AI

Installing DappLooker AI in OpenClaw takes one command.

Make sure OpenClaw is already installed and running.

### 1. Install the Skill

```
openclaw skill install dapplooker-ai
```

### 2. Verify Installation

```
openclaw skill list
```

Confirm `dapplooker-ai` appears in installed skills.

### 3. Start Using

The skill is now available inside OpenClaw conversations.

Describe what you need and OpenClaw will automatically invoke DappLooker AI tools when relevant.

***

## Example Prompts

### Trading Agents

* Find highest conviction BTC long setup now
* Compare ETH funding across supported DEXs
* Alert if BTC open interest spikes sharply
* Which perp venue has best liquidity for SOL?

### Token Discovery

* Show top trending Base tokens today
* Find low-cap tokens with smart money inflows
* Which tokens have rising mindshare this week?

### Research

* Deep analysis of $AIXBT
* Is $TOKEN showing accumulation or distribution?
* Compare $TOKEN vs $TOKEN2 on momentum and holders

***

## Example Agent Workflow

### Prompt

```
Find strongest Base token setup right now.
```

### Agent Actions

1. Query Trending Tokens
2. Check Smart Money Trends
3. Pull Token Intelligence
4. Check Technical Analysis
5. Return ranked setup

***

## Example Output

```
{
  "token": "AIXBT",
  "chain": "base",
  "reason": [
    "Top trending token",
    "Positive smart money inflows",
    "RSI recovering",
    "Mindshare rising"
  ],
  "confidence": 0.84
}
```

***

## Why Use DappLooker AI?

Most agents can reason.

Few agents have real-time crypto intelligence.

DappLooker gives agents:

* market awareness
* flow awareness
* token risk signals
* perp intelligence
* yield intelligence
* decision support


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dapplooker.com/products/api-endpoints/agent-infrastructure/openclaw-skill.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
