nexu

作者 nexu-io

The simplest desktop client for OpenClaw 🦞 — bridge your Agent to WeChat, Feishu, Slack & Discord in one click. Works with Claude Code, Codex & any LLM. BYOK, Oauth, local-first, chat from your phone 24/7.

3,259
Stars
264
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/nexu-io/nexu

快速入门

使用 nexu 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🦞 The smoothest way to connect OpenClaw to WeChat: Scan, connect, and go.

🖥 Supported platforms: macOS (Apple Silicon) · macOS (Intel) · Windows — Download

📋 What is nexu?

nexu (next to you) is an open-source desktop client that runs your OpenClaw 🦞 Agent directly inside WeChat, Feishu, Slack, Discord, and other IM channels.

WeChat + OpenClaw supported — works with WeChat 8.0.7 OpenClaw plugin. Click connect, scan with WeChat, and start chatting with your AI Agent.

Download and go — graphical setup, built-in Feishu Skills, multi-model support (Gemini and more), and bring your own API Key.

Once connected to IM, your Agent is online 24/7 — chat from your phone anytime, anywhere.

All data stays on your machine. Your privacy, fully in your control.

📊 Difference from other solutions

OpenClaw (official) Typical hosted Feishu + agent stacks nexu

🧠 Models BYO, but manual config required ⚠️ Platform-locked, no switching ❌ Pick Gemini, etc. — one-click switch in GUI; MiniMax / Codex / GLM support OAuth

📡 Data path Local Routed through vendor servers, data out of your control ❌ Local-first; we don't host your business data

💰 Cost Free, but self-deploy required ⚠️ Subscription / per-seat pricing ❌ Client is free; pay providers via your own API keys

📜 Source Open source Closed source, no audit possible ❌ MIT — fork and audit

🔗 Channels DIY integration required ⚠️ Varies by vendor, often limited ❌ Built-in WeChat, Feishu, Slack, Discord — works out of the box

🖥 Interface CLI, requires technical skills ❌ Varies by vendor Pure GUI, no CLI needed, double-click to start

Features

🖱 Double-click install

Download, double-click, start using. No environment variables, no dependency wrestling, no long install docs. nexu's first run is as capable as it gets—ready out of the box.

🔗 Built-in OpenClaw 🦞 Skills + full Feishu Skills

Native OpenClaw 🦞 Skills and full Feishu Skills ship together. Agents move beyond demos and into the real workflows your team already uses—without extra integration work.

🧠 Top-tier models, out of the box

Use Gemini and more directly via your nexu account. No extra config. Switch to your own API Key anytime.

🔐 OAuth login, no key needed

MiniMax, OpenAI Codex, and GLM (Z.AI Coding Plan) support OAuth login — authorize with one click, no need to copy-paste API keys.

🔑 Bring your own API Key, no login

Prefer your own model providers? Add your API Key and use the client without creating an account or logging in.

📱 IM-connected, mobile-ready

Connect to WeChat, Feishu, Slack, or Discord and your AI agent is instantly available on your phone. No extra app — just open WeChat or your team chat and start talking to your agent on the go.

👥 Built for teams

Open-source at the core, with a desktop experience that actually runs. Compatible with the tools and model stack your team already trusts.

Use cases

nexu is built for One Person Company and small teams — one person, one AI team.

🛒 Solo e-commerce / cross-border trade

"I used to spend the whole weekend writing listings in 3 languages. Now I tell my Agent the product specs in Feishu, and by the time I finish my coffee, the listings are ready for Amazon, Shopee, and TikTok Shop."

Product research, competitor pricing, listing optimization, multilingual marketing assets — compress a week's work into one afternoon.

✍️ Content creators / knowledge bloggers

"Monday morning: I ask my Agent in Slack for this week's trending topics. By lunch, I have 5 draft posts across Xiaohongshu, WeChat, and Twitter — each in the right tone for the platform."

Trend tracking, topic generation, multi-platform content production, comment engagement — run a content matrix solo.

💻 Indie developers

"3 AM bug hunt? I paste the stack trace into Discord, my Agent traces it to a race condition, suggests a fix, and even drafts the PR description. Pair programming that never sleeps."

Code review, doc generation, bug analysis, repetitive task automation — your Agent is your pair-programming partner.

⚖️ Legal / finance / consulting

"A client sends a 40-page contract on Feishu. I forward it to my Agent — 10 minutes later I get a risk summary, flagged clauses, and suggested revisions. What used to take half a day now takes a coffee break."

Contract review, regulation lookup, report generation, client Q&A — turn domain expertise into Agent skills.

🏪 Local business / retail

"Customers message me at midnight asking 'is this in stock?' My Agent in Feishu auto-replies with real-time inventory, handles returns, and even sends a promo coupon. I actually sleep now."

Inventory management, order follow-up, auto-reply to customer messages, marketing copy — let AI help run the shop.

🎨 Design / creative

"I drop a rough brief in Slack: 'landing page for a pet food brand, playful vibe.' My Agent comes back with copy options, color palette suggestions, and reference images — all before the kickoff meeting."

Requirement breakdown, asset search, copywriting, design annotation — free up creative time, cut repetitive work.

🚀 Getting started

System requirements

  • 🍎 macOS: macOS 12+ (Apple Silicon & Intel)

  • 🪟 Windows: Windows 10+

  • 💾 Storage: ~500 MB

Installation

Platform Download

🍎 macOS (Apple Silicon) nexu.io · Releases

🍎 macOS (Intel) nexu.io · Releases

🪟 Windows nexu.io · Releases

First launch

Sign in with your nexu account for instant access to supported models, or add your own API Key and use the client without an account 🔑.

🛠 Development

Prerequisites

  • Node.js 22+ (LTS recommended)

  • pnpm 10+

Repository layout (excerpt)

nexu/
├── apps/
│   ├── web/              # Web frontend
│   ├── desktop/          # Desktop client (Electron)
│   └── controller/       # Controller service
├── packages/shared/      # Shared libraries
├── docs/
├── tests/
└── specs/

Commands

pnpm dev start           # Start full local stack with hot reload
pnpm dev stop            # Stop local stack
pnpm build               # Production build
pnpm lint
pnpm test

🤝 Contributing

Contributions are welcome! The full guide is in CONTRIBUTING.md at the repo root, and published at docs.nexu.io — Contributing. Chinese: docs.nexu.io (zh).

For Chinese-speaking contributors, we recommend starting from these entry points:

Guidelines

  • Follow the existing code style (Biome; run pnpm lint)

  • Write tests for new functionality

  • Update documentation as needed

  • Keep commits atomic and descriptive

❓ FAQ

Q: Is nexu free? A: The client is completely free and open-source (MIT). Multiple top-tier models are built in, and you can also bring your own API Key.

Q: Which operating systems are supported? A: macOS 12+ (Apple Silicon & Intel) and Windows 10+.

**Q: Whi

常见问题

What is nexu?

nexu is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by nexu-io. The simplest desktop client for OpenClaw 🦞 — bridge your Agent to WeChat, Feishu, Slack & Discord in one click. Works with Claude Code, Codex & any LLM. BYOK, Oauth, local-first, chat from your phone 24/7. It has 3,259 GitHub stars.

Is nexu safe to use?

nexu failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.

How do I install nexu?

Clone the repository with "git clone https://github.com/nexu-io/nexu" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is nexu written in?

nexu is primarily written in TypeScript. It is open-source under nexu-io on GitHub, so you can review or fork the full source.

Are there alternatives to nexu?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh nexu against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情