AI Agent Integration

ClearFun OpenClaw

Turn your personal AI agent into a 24/7 crypto vigilance engine. Monitor wallets, score deployers, and get instant launch alerts -- all powered by ClearFun's on-chain analysis.

Overview

OpenClaw is an open-source personal AI assistant that runs on your own machine. It supports persistent memory, skills/plugins, and communicates via WhatsApp, Telegram, Discord, Slack, or any chat app.

ClearFun provides a Skills Pack -- four installable skills that connect your OpenClaw agent to ClearFun's wallet scanning, deployer scoring, and launch monitoring APIs. Together, they create a decentralized watchdog network for the Solana meme ecosystem.

Persistent Monitoring

Your agent polls wallets 24/7, even while you sleep. Get alerts via Telegram or Discord.

Deployer Intelligence

Score any deployer with deep on-chain analysis. Classify as good, moderate, or risky.

Launch Alerts

Follow trusted deployers and get notified the moment they launch a new token.

Community Leaderboard

Agent scores feed the community leaderboard, crowdsourcing trust across the ecosystem.

How It Works

1

Install OpenClaw on your machine

OpenClaw runs locally -- Mac, Windows, or Linux. Your data stays private.

2

Install ClearFun skills

Four skills connect your agent to ClearFun's API for wallet scanning, scoring, and alerts.

3

Configure your API URL

Point your skills to your ClearFun instance (self-hosted or public).

4

Talk to your agent

Say "Watch wallet 4TGb...7t" or "Score deployer EFaQ...unN" in any chat app.

5

Get alerts automatically

Your agent polls on a schedule and sends alerts when it detects dumps, new deploys, or risks.

Prerequisites

OpenClaw

Install from openclaw.ai. Requires Node.js 20+ and a supported LLM (Claude, GPT, or local).

ClearFun Instance

A running ClearFun deployment (Railway, self-hosted, or the public instance).

curl

Available by default on macOS/Linux. Needed by the helper scripts.

Chat App (optional)

Telegram, Discord, Slack, or WhatsApp for receiving alerts.

Setup Guide

Step 1: Install OpenClaw

If you haven't already, install OpenClaw on your machine.

One-liner install

curl -fsSL https://openclaw.ai/install.sh | bash

Or via npm: npm i -g openclaw then openclaw onboard

Step 2: Set Environment Variable

Tell your skills where your ClearFun instance lives.

In your shell or OpenClaw env config

export CLEARFUN_API_URL=https://your-clearfun-instance.railway.app

Step 3: Install ClearFun Skills

Install all four skills from ClawHub or clone the repo.

Install commands

# Install from ClawHub clawhub install clearfun-wallet-watcher clawhub install clearfun-deployer-scorer clawhub install clearfun-launch-alerts clawhub install clearfun-launch-shortcut # Or clone the full pack git clone https://github.com/yourcloneally-afk/ClearFUn.git cp -r ClearFUn/clearfun-skills/* ~/.openclaw/skills/

Step 4: Start Using

Talk to your OpenClaw agent naturally. Here are some example commands:

"Watch wallet 4TGb4yXdopy1FYAYofSvDRxGoNDEzTzCgdtFpx7t"

Start monitoring a wallet for dumps and suspicious activity

"Score deployer EFaQQTGywnD4CjQQvTugUiyVT4LV9G6MsWqiub8X6unN"

Get a trust score and detailed analysis

"Follow top deployers"

Auto-follow the top-rated deployers from the leaderboard

"Launch a token called MOON with symbol MN"

Start the guided launch flow

Skills Pack

The ClearFun Skills Pack includes four specialized skills. Each is a folder with a SKILL.md and optional helper scripts. Skills communicate with ClearFun's public API -- no direct database access needed.

Wallet Watcher

clearfun-wallet-watcher

Persistent 24/7 monitoring of Solana wallets. Detects dumps, new deploys, liquidity removals, and suspicious transfers.

What it detects

Balance drops > 10%
New token deploys
Large SOL transfers
Dev sells on recent tokens
Health score drops

Configuration

CLEARFUN_API_URL=https://your-instance.railway.app WALLET_POLL_INTERVAL_MINUTES=10 BALANCE_DROP_THRESHOLD_PERCENT=10 LARGE_TRANSFER_SOL_THRESHOLD=5

Commands

  • "Watch wallet {address}" -- Add a wallet to monitoring
  • "Monitor these wallets: {addr1}, {addr2}" -- Batch add
  • "Stop watching {address}" -- Remove from monitoring
  • "Show watched wallets" -- List all monitored wallets
  • "Check wallet {address} now" -- Immediate check

Deployer Scorer

clearfun-deployer-scorer

Score any deployer wallet using ClearFun's deep analysis. Classifies deployers as "good," "moderate," or "risky" based on on-chain behavior.

Good Deployer Criteria

Health score >= 70
Dev sell rate < 20%
Total deploys >= 5
No mixer/bridge funding
At least 1 graduated token

Commands

  • "Score deployer {address}" -- Deep analysis with trust verdict
  • "Is this dev safe? {address}" -- Conversational scoring
  • "Full score {address}" -- Use full analysis tier
  • "Compare deployers {addr1} vs {addr2}" -- Side-by-side comparison

Scores are optionally submitted to the community leaderboard.

Launch Alerts

clearfun-launch-alerts

Subscribe to trusted deployers and get notified the moment they launch a new token. Never miss a launch from a proven dev.

Commands

  • "Follow deployer {address}" -- Add to alert list
  • "Follow top deployers" -- Auto-follow top 10 from leaderboard
  • "Unfollow deployer {address}" -- Remove from alerts
  • "Show followed deployers" -- List all followed

Configuration

CLEARFUN_API_URL=https://your-instance.railway.app LAUNCH_POLL_INTERVAL_MINUTES=5 MIN_DEPLOYER_SCORE=70

Launch Shortcut

clearfun-launch-shortcut

Launch tokens on ClearFun directly from your chat app. The agent walks you through the flow and generates a ready-to-sign URL. Wallet signing still happens in the browser for security.

Commands

  • "Launch a token called {name} with symbol {symbol}" -- Guided flow
  • "Quick launch {name} ({symbol}): {description}" -- One-shot
  • "Launch status" -- Check most recent launch

Note: The actual wallet transaction signing happens in your browser on the ClearFun platform. The agent generates a pre-filled URL that you open to complete the launch.

API Reference

These are the ClearFun API endpoints that the OpenClaw skills communicate with. All endpoints are public and require no authentication.

GET
/api/scan?wallet={addr}&tier={quick|deep|full}

Run a wallet scan. Returns health score, deploy count, bond rate, dev sell rate, funding source, and deploy history.

GET
/api/wallet/graph?wallet={addr}&depth={1-3}

Generate a wallet network graph showing connections, funding chains, and linked deployers.

POST
/api/deployers/score

Submit a deployer score. Body: { wallet, score, flags[], submittedBy, source }. Rate limited to 1 per wallet per hour per submitter.

GET
/api/deployers/leaderboard?sort={score|launches}&limit={n}

Fetch the deployer leaderboard. Returns ranked deployers with scores, launch counts, and badges.

GET
/api/webhooks/wallet-events?wallet={addr}&since={timestamp}

Poll for recent wallet events (new deploys, transfers, sells) since a given timestamp. Lightweight alternative to full scans.

GET
/api/launch-tools

List available launch tools (Holder Bot, Market Maker, Lock/Burn). Returns tool IDs, names, descriptions, and availability status.

FAQ

Do I need to run my own ClearFun instance?

No. You can point your skills at any ClearFun deployment, including the public instance. Set CLEARFUN_API_URL to the instance URL.

Is my data private?

Yes. OpenClaw runs on your machine. Your wallet lists, alert preferences, and agent memory stay local. Only API calls to ClearFun are made over the network.

How often does the agent check wallets?

Default is every 10 minutes for wallet watching and every 5 minutes for launch alerts. Both are configurable via environment variables.

Can I run this on a Raspberry Pi?

Yes. OpenClaw supports any machine with Node.js 20+. A Raspberry Pi or cheap VPS works great for 24/7 monitoring.

Do scores affect the leaderboard?

Yes. When SCORER_SUBMIT_TO_LEADERBOARD is enabled (default), deployer scores from your agent are submitted to the community leaderboard at /leaderboard.

What LLM does OpenClaw use?

OpenClaw supports Claude, GPT, and local models. The ClearFun skills work with any supported LLM since they primarily use helper scripts for API calls.

Ready to get started?

Install OpenClaw and the ClearFun skills pack to start monitoring wallets and scoring deployers today.