OPENCLAW NATIVE SKILL

BLOCK INTELLIGENCE FOR SOLANA AGENTS

Your agent fires transactions blindly. TICK reads the leader schedule, scores every validator, and tells your agent exactly when to send.

UPCOMING SLOTS
LOADING
SLOTVALIDATORCLIENTRISKETA
SEND ON THE RIGHT TICKAGENT NATIVE400MS PRECISIONSLOT INTELLIGENCEMEV SHIELDEDFIREDANCER AWAREOPENCLAWSEND ON THE RIGHT TICKAGENT NATIVE400MS PRECISIONSLOT INTELLIGENCEMEV SHIELDEDFIREDANCER AWAREOPENCLAWSEND ON THE RIGHT TICKAGENT NATIVE400MS PRECISIONSLOT INTELLIGENCEMEV SHIELDEDFIREDANCER AWAREOPENCLAW
0ms
slot resolution
<0
MEV threshold
0%
inclusion rate
0
tools. that's it.
THE PROBLEM

AGENTS ARE BLIND.

Every Solana agent submits transactions and hopes. They don't know who's producing the next block, whether it's a sandwich factory, or if their tx will even land.

OpenClaw changes that โ€” it's an open skill ecosystem that gives agents real senses. TICK is the timing sense.

WITHOUT TICK
1
Agent fires tx
2
Enters mempool
3
Validator: Jito Labs (risk: 87)
4
MEV'd โ€” tx fails
TOOL 01

score_current_leader()

Scores the live leader on MEV aggression, inclusion history, and client type. Returns a 0โ€“100 risk score so your agent knows whether to send now or wait.

TERMINALSCANNING
$ wait_for_clean_window(5000)
scanning leader schedule
elapsed: 0ms
TOOL 02

wait_for_clean_window()

Blocks execution until the MEV score drops below 30 and inclusion rate clears 99%. Your transaction fires the instant conditions are right โ€” no polling, no guesswork.

TOOL 03

get_best_leader()

Scans the upcoming leader schedule and returns the single best slot to target. Includes validator, client, risk score, and ETA in milliseconds.

Client Intelligence

Not all validators
are equal.

TICK scores each client type differently so your agent knows what it's sending into.

LOW RISK

Firedancer

Best inclusion rate, lowest MEV. Ideal for most transactions.

99.6% inclusionMinimal MEVFast packing
HIGH RISK

Jito

High MEV capture. Use for bundles, avoid for naked swaps.

Bundle supportSandwich riskPriority auctions
MEDIUM RISK

Agave

Baseline validator client. Predictable but slower block packing.

Stable baselineSlower packingPredictable
HIGH RISK

Rakurai

Aggressive scheduling. High throughput, high MEV risk.

High throughputAggressive MEVFast scheduling
GET STARTED

DROP IN. DONE.

One command. Your agent gains timing intelligence across every tx it sends. Works with any OpenClaw agent out of the box.

No API key required
Open source
MIT license
AGENT QUICKSTART
1Install the skill
clawpkg install tick-skill
2Add to your agent config
agent.use("tick")
3Start sending on clean windows
tick.wait_for_clean_window()

TIMING IS EVERYTHING.

Send on the right tick.

GET THE SKILL โ†’