Claude Skill
dongsheng123132/u-claw
U-Claw is a portable USB offline AI assistant installer with OpenClaw AI. Supports plug-and-play, remote maintenance, custom AI development, and enterprise private deployment. Integrates DeepSeek,...
Overview
Repository
Install this Skill
git clone https://github.com/dongsheng123132/u-claw.gitRegistry
git clone https://github.com/dongsheng123132/u-claw.gitnpm install && npm run build
Summary
U-Claw (Shrimp Disk) is a portable USB-based offline AI assistant installer that bundles OpenClaw AI for plug-and-play deployment. It supports remote maintenance, custom AI development, and enterprise private deployment, with integrations for DeepSeek, Kimi, Feishu, QQ Bot, and international use cases.
🦞 U-Claw 虾盘 - OpenClaw AI 助手离线安装U盘 | 提供远程维护·定制开发·企业私有化部署服务 | Remote support & custom AI development
Key features
- Portable USB offline AI assistant installer
- Plug-and-play deployment without internet dependency
- Supports DeepSeek, Kimi, Feishu, and QQ Bot integrations
- Remote maintenance and custom AI development services
- Enterprise private deployment with localization support
Use cases
- Deploying AI assistants in air-gapped or low-connectivity environments
- Providing portable AI solutions for field technicians and remote support
- Integrating AI into enterprise communication tools like Feishu and QQ
- Custom AI development for business-specific workflows
- Offline AI deployment for international teams in China and Vietnam
README excerpt
# 🦞 U-Claw(虾盘) > **虾盘 — 全球首个 U 盘里运行的 AI 助手 | The world's first AI assistant that runs from a USB drive** > **制作「插上就能用」的 AI 助手 U 盘 — 教程与源代码** > **Build a plug-and-play AI assistant USB drive — Tutorial & Source Code** [](https://opensource.org/licenses/MIT) [中文](#中文) | [English](#english) | [📖 完整教程](https://u-claw.org/tutorial.html) --- <a id="中文"></a> ## 中文 ### 这是什么 U-Claw(虾盘)是一个**制作教程 + 全套源代码**,教你把 [OpenClaw](https://github.com/openclaw/openclaw)(开源 AI 助手框架)做成 U 盘——插上任意电脑,双击就能用 AI。为什么叫虾盘?U-Claw = USB + Claw(虾钳),U 盘 + AI = 虾盘。 代码库本身就是 U 盘的文件骨架,运行 `setup.sh` 补齐大依赖后,整个 `portable/` 目录直接拷贝到 U 盘即可。 > 📖 **[完整教程](https://u-claw.org/tutorial.html)** — 从零开始的手工安装指南、模型配置、聊天平台接入,小白也能看懂。 ### 🔗 内置虾盘云:开箱即用 每个 U-Claw 实例首次启动会**自动**根据当前 U 盘 / 硬盘的指纹生成一个 `sk-...` 形式的虾盘云 apiKey,并写入 `data/.openclaw/openclaw.json`。打开 Config.html 就能看到这张「已绑定虾盘云」横幅(指纹来源、Key、余额)。 - **不送 token**:余额初始为 0,需自行充值([u-claw.org/cloud.html](https://u-claw.org/cloud.html)) - **指纹规则**: - 从 U 盘根目录启动 → 绑定该 U 盘的硬件指纹(USB Serial + PNPDeviceID) - 从硬盘启动(电脑安装版 / Electron App)→ 绑定主板 + 系统盘指纹 - Mac/Linux 走 Hardware UUID / `/etc/machine-id` + 启动盘 UUID - **换机 / 换盘**:换 U 盘或换电脑后,新的指纹会生成新的 Key;旧 Key 的余额仍归属原指纹(在 Config.html 点「解绑」可触发重新绑定) - **隐私**:指纹只用于本地生成 Key,不上传,无登录 ### 一键安装(推荐) 不需要 U 盘,一行命令直接装到电脑: ```bash # Mac / Linux curl -fsSL https://u-claw.org/install.sh | bash # Windows (PowerShell 管理员) irm https://u-claw.org/install.ps1 | iex ``` 自动完成: Node.js 下载 → OpenClaw 安装 → 10 个中国技能 → 模型配置 → 启动脚本生成。全程国内镜像,无需翻墙。 详见 [`install/README.md`](install/README.md)。 ### 快速开始:制作便携版 U 盘 ```bash # 1. 克隆代码 git clone https://github.com/dongsheng123132/u-claw.git # 2. 补齐大依赖(Node.js + OpenClaw,国内镜像,约 1 分钟) cd u-claw/portable && bash setup.sh # 3. 拷贝到 U 盘 cp -R port