Claude skill

The Axiom skill is a Claude Code plugin that turns a plain-language request into a working Axiom automation. Tell it what to scrape, click, or fill in, and it produces — and validates — one of two artifacts:

  • No-code automation — an AutomationTemplate it can save straight to your Axiom account, ready to run or schedule from the dashboard.
  • Coded automation — a runnable Node script using the @axiom_ai/api library, for driving a cloud browser from your own code.

No Axiom account yet? Just ask — the skill signs you up right in the Claude Code chat: it creates your account, mints an API key, and saves it to your settings for you, so you go from nothing to a running automation without leaving the conversation. (See Programmatic signup for the underlying flow.)

Get started

Setup, build and run

Set up Claude Code with the axiom skill, then build and run your first bot — same flow whether you're going no-code or code.

Step 1

Install Claude Code

Claude Code (the CLI) is required for these steps. /plugin slash-commands aren't available in the VS Code extension yet, but day-to-day building works in VS Code once the plugin is installed.

See Anthropic's install guide

Step 2

Add the axiom skill

Open a Claude Code session and submit each command as its own message. Pasting more than one at a time concatenates them and git rejects the URL.

/plugin marketplace add git@github.com:axiom-browser-automation/claude-skill.git
/plugin install axiom@axiom-skills
/reload-plugins

Step 3 (optional)

Switch to VS Code

Once installed, the plugin and your settings are shared with the Claude extension for VS Code. Sign in with the same account and the skill activates automatically when you ask Claude to build an axiom.

Claude for VS Code

Step 4

Create an account

No account? Create one right in the CLI as you build — the skill runs the programmatic signup flow, mints a fresh API key, and stores it in your Claude Code settings (never echoed into chat). Running cloud automations requires a paid Axiom plan.

Step 5

Build a bot

Describe what you want in plain English. The skill builds a no-code automation you can save to your account, or a Node script using @axiom_ai/api you run yourself — validating either before handing it over.

Step 6

Run it

Run or schedule a saved automation from the dashboard, or run your script with node. The skill confirms before any action that writes to your account or spends cloud runtime, and double-checks anything irreversible.

Source


The skill is open source at github.com/axiom-browser-automation/claude-skill.

Need help? Contact support or ask a question in our Reddit community.