bolt Open Protocol · v0.1 · Alpha

90% Token
Reduction.

AIHub is an open infrastructure protocol that turns browser sessions and local apps into structured data APIs — dramatically cutting token costs and unlocking reliable agentic automation at scale.

smart_toy
terminal
LOCALBRIDGE
hub
Active Node
extension
public

Core Architecture

Real-time instruction routing via the LocalBridge mesh.

REST API (Instructions)
WebSocket (Response)
smart_toy

AI Agent

Autonomous Logic

code

IDE/SDK

Manual Injection

terminal

Shell Scripts

CLI Orchestration

lan LocalBridge Core Router
extension
WEBSOCKET

Other Extension

Third-party browser extensions can join the protocol.

ads_click
WEBSOCKET

aiClaw

Browser-native automation module for DOM manipulation.

nest_audio
WEBSOCKET

TweetClaw

Social graph interaction node for headless thread monitoring.

apps
WEBSOCKET

Other Software

Any application can implement the AIHub protocol.

System Monitoring

Active Infrastructure

ALL SYSTEMS NOMINAL
router macOS Available

LocalBridge

The central hub that runs locally on your machine. Accepts WebSocket connections from browser extensions and exposes everything as a clean REST API for AI agents.

Manage Node arrow_forward
campaign Developer Version

TweetClaw

Chrome extension that binds your X/Twitter session to AI agents. Intercepts structured API responses and forwards them via WebSocket — no scraping, near-zero token overhead.

Provision Hub arrow_forward
fingerprint Developer Version

AIClaw

Connects browser-based AI platforms (ChatGPT, Claude, Gemini) to your local agent workflow. Reduces token consumption overhead on web AI interfaces.

Secure Instance arrow_forward
Developer SDK

ClawBot Deep Integration

Integrating AIHub nodes is as simple as five lines of Python. No complex auth handshakes, just pure lucid instruction flow.

  • check_circle Auto-discovery of local bridge nodes
  • check_circle Asynchronous WebSocket event handling
openclaw.py code GitHub
# Step 1: ClawBot commands TweetClaw to read tweet
await bridge.send_to("tweetclaw", {"action": "read_tweet"})
tweet_content = await bridge.receive_from("tweetclaw")

# Step 2: Send AI prompt to AIClaw for analysis
prompt = """
Analyze the content of this tweet and consider whether our aihub,
as a solution to reduce openclaw token consumption, could benefit
from their help and promotion. Tweet content: [tweet_text]

Requirements: Reply with precise and concise content, including
our website: https://aiwithblockchain.github.io/
"""
await bridge.send_to("aiclaw", prompt)

# Step 3: Get AI response and command TweetClaw to post
ai_response = await bridge.receive_from("aiclaw")
await bridge.send_to("tweetclaw", {"action": "post", "content": ai_response})
Live Demo

Watch It In Action

See how Python scripts connect ChatGPT and Twitter using AIClaw, TweetClaw, and LocalBridge.

open_in_new Watch on YouTube
Get Started

Downloads

Install LocalBridge and browser extensions to start building with AIHub.

router macOS

LocalBridge

macOS 12+ · Apple Silicon & Intel

campaign Chrome

TweetClaw

Developer Version · Chrome Extension

Installation:
1. Open chrome://extensions/
2. Enable "Developer mode"
3. Extract the zip file
4. Click "Load unpacked" and select the folder
fingerprint Chrome

AIClaw

Developer Version · Chrome Extension

Installation:
1. Open chrome://extensions/
2. Enable "Developer mode"
3. Extract the zip file
4. Click "Load unpacked" and select the folder

Start Engineering

Go from zero to a distributed autonomous mesh in under three minutes.

download
1

Download LocalBridge

Download LocalBridge for macOS. Windows and Linux versions coming soon.

power
2

Install Extensions

Install TweetClaw or AIClaw browser extensions. Developer versions available now, Chrome Web Store coming soon.

rocket_launch
3

Connect & Run

Launch LocalBridge and your extensions will auto-connect. Start sending structured commands to your AI agents.

Ready to build with AIHub?

Open source infrastructure for AI agents. MIT License.