# OpenClaw skill

SolProbe ships as an [OpenClaw](https://openclaw.ai) skill, so an OpenClaw agent gets all three scanners as native capabilities. Payment rides on x402 automatically — the agent just needs a funded wallet.

## Install

{% tabs %}
{% tab title="OpenClaw UI" %}

1. Open your OpenClaw dashboard → **Skills → Add Skill**.
2. Paste the raw skill URL:

```
https://raw.githubusercontent.com/solprobe/solprobe-skills/main/skills/solprobe.skill.md
```

{% endtab %}

{% tab title="Manual" %}
Copy the contents of [`skills/solprobe.skill.md`](https://github.com/solprobe/solprobe-skills/blob/main/skills/solprobe.skill.md) into your OpenClaw skills directory.

SolProbe also serves the canonical copy from its own host:

```
https://api.solprobe.xyz/solprobe.skill.md
```

{% endtab %}
{% endtabs %}

## What the agent gets

| Skill action | Endpoint             | Price |
| ------------ | -------------------- | ----- |
| Quick scan   | `POST /scan/quick`   | $0.02 |
| Market intel | `POST /market/intel` | $0.20 |
| Deep dive    | `POST /scan/deep`    | $0.50 |

Each takes a Solana SPL **mint address** (`token_address`, base58, 32–44 chars) and returns the same structured JSON described in the [API reference](/reference/api-reference.md).

## Payment setup

The only prerequisite is a wallet funded with **USDC on Base or Solana** — no API key, account, or signup. OpenClaw negotiates the `402` challenge and signs the payment automatically once the wallet is funded. See the [Payment guide](/reference/payment-guide.md).

{% hint style="warning" %}
The v1 skill covers the scanners. The two-phase BYOW [trade](/reference/api-reference/trade.md) flow isn't in the skill yet — use [x402](/access-paths/x402.md) or [Virtuals ACP](/access-paths/virtuals-acp.md) for swaps.
{% endhint %}

## Source

The skill is open source in [**github.com/solprobe/solprobe-skills**](https://github.com/solprobe/solprobe-skills) (MIT), alongside an install README and an x402 payment guide.


---

# 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.solprobe.xyz/access-paths/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.
