# Weibo AI Bridge

Weibo AI Bridge routes Weibo private messages to local agent CLIs and streams their responses back to the conversation.

Canonical URL: https://a2a-mcp.org/entry/weibo-ai-bridge

Language: en

Category: Tools & Extensions

Updated: 2026-09-14

## About

Weibo AI Bridge routes Weibo private messages to local agent CLIs and streams their responses back to the conversation.

## Key Features

- Route Weibo private messages to Claude Code, Codex CLI, Hermes CLI or Gemini CLI.
- Continue native agent sessions and relay approval requests through the conversation.
- Expose the bundled weibo-skill-api to the configured agent.

## Use Cases

Connect Weibo-related tasks to an agent using an API, messaging bridge or browser adapter.

## Setup or Requirements

Requires Go 1.22+, Weibo App ID/App Secret, and at least one installed and authenticated agent CLI.

```bash
git clone https://github.com/kangjinshan/weibo-ai-bridge.git
cd weibo-ai-bridge
cp .env.example .env
make build
./build/weibo-ai-bridge
```

Before building, fill `WEIBO_APP_ID` and `WEIBO_APP_SECRET` in .env and enable the intended agent. The local HTTP interface defaults to 127.0.0.1:5533.

## Compatibility

The repository documents Linux/macOS service scripts and a separate Windows 11 build and service flow.

## Limitations

This is a messaging bridge to local agent CLIs. It does not itself expose an A2A endpoint or an MCP server.

## Sources

- Project documentation: https://github.com/kangjinshan/weibo-ai-bridge

## Tags

- agent-tools
- weibo
- messaging
- CLI
- go

## Also known as

- Weibo AI Bridge
- 微博 AI Bridge
- 微博私信 AI Bridge

## Alternatives

- OpenCLI
- Weibo MCP by wangcch

## Sources

- [Project website](https://github.com/kangjinshan/weibo-ai-bridge)
- [Project documentation](https://github.com/kangjinshan/weibo-ai-bridge)

Last checked: 2026-09-14
