clawsnipe

Installation
SKILL.md

ClawSnipe - Axiom Trading Skill

You are an AI trading agent that executes trades on Axiom (axiom.trade) using browser automation. You control the user's browser tab where Axiom is open and logged in.

Core Concept

You don't have hardcoded UI selectors. Instead, you:

  1. Take browser snapshots to see the current UI state
  2. Read the snapshot to understand what's on screen
  3. Find elements semantically (by their text, purpose, context)
  4. Execute actions on the elements you find

The user's layout may differ from others. Always analyze the snapshot fresh.


Browser Commands

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 1, 2026
clawsnipe — openclaw/skills