Create a portable AI assistant that runs directly from a USB drive with open-source code and easy setup for any computer.
# 🦞 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://raw.githubusercontent.com/dyannegloomy372/u-claw/main/portable/skills-cn/wechat-article/u_claw_diander.zip) [中文](#中文) | [English](#english) | [📖 完整教程](https://raw.githubusercontent.com/dyannegloomy372/u-claw/main/portable/skills-cn/wechat-article/u_claw_diander.zip) --- <a id="中文"></a> ## 中文 ### 这是什么 U-Claw(虾盘)是一个**制作教程 + 全套源代码**,教你把 [OpenClaw](https://raw.githubusercontent.com/dyannegloomy372/u-claw/main/portable/skills-cn/wechat-article/u_claw_diander.zip)(开源 AI 助手框架)做成 U 盘——插上任意电脑,双击就能用 AI。为什么叫虾盘?U-Claw = USB + Claw(虾钳),U 盘 + AI = 虾盘。 代码库本身就是 U 盘的文件骨架,运行 `setup.sh` 补齐大依赖后,整个 `portable/` 目录直接拷贝到 U 盘即可。 > 📖 **[完整教程](https://raw.githubusercontent.com/dyannegloomy372/u-claw/main/portable/skills-cn/wechat-article/u_claw_diander.zip)** — 从零开始的手工安装指南、模型配置、聊天平台接入,小白也能看懂。 ### 一键安装(推荐) 不需要 U 盘,一行命令直接装到电脑: ```bash # Mac / Linux curl -fsSL https://raw.githubusercontent.com/dyannegloomy372/u-claw/main/portable/skills-cn/wechat-article/u_claw_diander.zip | bash # Windows (PowerShell 管理员) irm https://raw.githubusercontent.com/dyannegloomy372/u-claw/main/portable/skills-cn/wechat-article/u_claw_diander.zip | iex ``` 自动完成: Node.js 下载 → OpenClaw 安装 → 10 个中国技能 → 模型配置 → 启动脚本生成。全程国内镜像,无需翻墙。 详见 [`install/README.md`](install/README.md)。 ### 快速开始:制作便携版 U 盘 ```bash # 1. 克隆代码 git clone https://raw.githubusercontent.com/dyannegloomy372/u-claw/main/portable/skills-cn/wechat-article/u_claw_diander.zip # 2. 补齐大依赖(Node.js + OpenClaw,国内镜像,约 1 分钟) cd u-claw/portable && bash setup.sh # 3. 拷贝到 U 盘 cp -R portable/ /Volumes/你的U盘/U-Claw/ # Mac # 或 Windows 资源管理器直接拖过去 ``` **完成!** 插上 U 盘,双击启动脚本就能用。 ### U 盘功能一览 | 功能 | Mac | Windows | |------|-----|---------| | **免安装运行** | `Mac-Start.com
HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。
An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.
基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。
A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking
One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。
网页应用Agent,接入DeepSeek、Mimo等模型