AxonQwen is a fully managed AI automation platform. Browser automation, visual analysis, smart scraping — powered by Qwen3.5 on dedicated infrastructure at axonqwen.xyz.
What AxonQwen Does
Describe automation in natural language. Qwen3.5 vision reads the page and generates a complete Playwright script.
Playwright · VisionOpen any URL with real Chromium, extract structured JSON data from JS-rendered dynamic pages.
JSON · SPA · PaginationUpload invoices, contracts, or any image. Qwen3.5 extracts all text, tables, and field values.
Multimodal · OCRSet up smart URL watchers with natural language conditions. Alerts sent via WebSocket instantly.
Cron · AlertsStreaming chat with Qwen3.5. Full history, custom prompts, and markdown rendering.
SSE · MarkdownCompile and summarize scraped data into professional reports in JSON or markdown.
Summarize · FormatBuilt-in Agents
Understands natural language and generates Playwright scripts. Combines vision and reasoning to navigate complex UIs.
Loads any URL with real Chromium (handles JS-rendered SPAs), then uses Qwen3.5 to parse into clean JSON.
Send any image as base64. Qwen3.5 multimodal extracts all text, tables, and form fields — no external OCR needed.
Schedule periodic URL checks with natural language trigger conditions. Alerts sent via WebSocket instantly.
Full streaming chat via API route → Ollama. Persistent memory through OpenClaw. Optional Telegram/Slack.
How to Use
Learn how to use each agent to automate your workflows. Every agent is accessible from the dashboard at axonqwen.xyz/app.
Conversational AI with streaming responses
Open Chat Agent from the sidebar or go to /app/chat
Type your message in the input box. Press Enter to send, Shift+Enter for new line
AI will stream the response in real-time with thinking process visible
Adjust model, temperature, and system prompt from the Settings sidebar
Quick Actions
> List the steps to scrape a product page
> Write a Playwright script to fill a login form
> Extract all tables from a URL as JSON
> Write automation to monitor price changes
Automate any website with natural language
Open Browser RPA from the sidebar
Enter the target URL (e.g. https://example.com)
Describe the instruction in natural language (e.g. "Click the login button and fill in email")
Click Run — Chromium will launch on the server, capture a screenshot, and AI will generate a Playwright script
Process Flow
→ Chromium launches (headless)
→ Navigates to target URL
→ Takes screenshot + extracts page text
→ AI analyzes screenshot + instruction
✓ Generates Playwright automation script
Extract structured JSON from any website
Open Scraper from the sidebar
Enter the URL to scrape
Optionally specify fields to extract (e.g. "title, price, rating") — leave blank for all data
Click Run Scraper — Chromium opens the page, AI extracts clean JSON
Example Output
{
"source": "books.toscrape.com",
"title": "Books to Scrape",
"count": 20,
"data": [
{ "title": "A Light in the Attic",
"price": "51.77",
"rating": "Three" }
]
} Extract text and data from any image
Open Vision from the sidebar
Drag & drop an image or click to upload (JPEG, PNG, WebP)
Optionally add instructions (e.g. "Get all invoice items as JSON")
Click Analyze Image — AI extracts all text, tables, and structured data
Supported Inputs
• Invoices & receipts
• Contracts & documents
• Screenshots & UI captures
• Forms & labels
• Tables & spreadsheets
• Any image with text content
Watch URLs for changes with smart alerts
Open Monitor from the sidebar
Enter the URL to monitor
Define a trigger condition in natural language (e.g. "Price drops below $50")
Set the check interval and click Start Monitor — alerts arrive via WebSocket
Example Conditions
> Price drops below $100
> Stock status changes to "In Stock"
> New blog post is published
> Page content contains "sale"
API Reference
All endpoints are Express route handlers — pure TypeScript, running on a separate Node.js server. Frontend is served as static files.
WebSocket — wss://axonqwen.xyz/_ws
const ws = new WebSocket('wss://axonqwen.xyz/_ws');
ws.onmessage = ({ data }) => {
const msg = JSON.parse(data);
// msg.type: 'task_created' | 'task_updated' | 'task_result'
// 'monitor_alert' | 'log' | 'connected'
}; Getting Started
No installation needed. Just open axonqwen.xyz and start automating.
Visit axonqwen.xyz and connect your crypto wallet. We support MetaMask (EVM), Phantom (Solana), and Tonkeeper (TON).
# Supported wallets 🦊 MetaMask — Ethereum, BSC, Polygon, Arbitrum, Base 👻 Phantom — Solana 💎 Tonkeeper — TON Network # Go to login https://axonqwen.xyz/login
After wallet authentication, you're redirected to the dashboard with full access to all five AI agents.
# Dashboard — overview of all agents & tasks https://axonqwen.xyz/app # Your wallet is shown in the sidebar # Disconnect anytime via the ✕ button
Choose an agent — Chat, Browser RPA, Scraper, Vision, or Monitor — and start your first task. Qwen3.5 is ready to go.
# Available agents ◈ Chat — conversational AI assistant ⬟ Browser RPA — Playwright-powered automation ◉ Scraper — structured data extraction ◑ Vision — image analysis & OCR ⊕ Monitor — scheduled URL monitoring
Chat shows "fetch failed" error
Check your internet connection and try refreshing the page. If the issue persists, the AI service may be temporarily restarting.
Model not found error
The model may still be loading on the server. Wait a moment and try again. If the issue persists, contact the administrator.
Dashboard is empty / "Server offline"
The server may be restarting. Wait a moment and refresh the page. Access the dashboard at https://axonqwen.xyz/app.
Browser RPA / Scraper error
Chromium is managed server-side. If you encounter errors, try again or report the issue to the administrator.
Model Selection
| Model | ID | RAM | Context | |
|---|---|---|---|---|
| Qwen 3.5 7B | qwen3.5:7b | 8 GB | 131K | |
| Qwen 3.5 | qwen3.5 | 10 GB | 256K | Recommended |
| Qwen 3.5 14B | qwen3.5:14b | 12 GB | 256K | |
| Qwen 3.5 27B | qwen3.5:27b | 20 GB | 256K | |
| Qwen 3.5 35B | qwen3.5:35b | 24 GB | 256K |
Roadmap
AxonQwen is under active development. Here's what's planned for upcoming releases.
$AXQWEN Token
$AXQWEN is the utility token that powers the AxonQwen ecosystem. Use it to access premium features, stake for priority access, and participate in governance.
Contract Address (CA)
Coming Soon Multi-Chain
TBA
0%
Locked
Start Automating
Connect your wallet and start automating. Powered by $AXQWEN.