Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

OpenClaw plugin exposing 1 skill.

Install to Claude Code

openclaw plugin add phj128/JadeClaw

Run in Claude Code. Add the marketplace first with /plugin marketplace add phj128/JadeClaw if you haven't already.

README.md

JadeClaw 🦞 — 我的 AI 小助手

基于开源框架 OpenClaw 搓的个人 AI 助手,全程靠指挥 Claude Code 完成,自己一行代码没动手写。通过飞书和它对话,管理日程、购物、远程写代码、调研文献。

声明

  • 基于 OpenClaw(MIT License)二次开发
  • 仅供个人学习和使用,不提供任何担保
  • 上游项目的所有权利归原作者所有
  • 本 fork 中的自定义扩展代码同样采用 MIT License

---

功能展示

📅 日程管理(Planner)

自然语言管理日程、任务、提醒,自动同步飞书日历。

"明天下午三点开组会,提前15分钟提醒我" → 自动创建 + 同步日历 + 到点提醒。改主意了?"取消明天的组会" 一句话搞定。

<p align="center"> <img src="docs/images/planner-schedule.jpg" width="300" alt="日程管理对话"> <img src="docs/images/planner-calendar.jpg" width="300" alt="飞书日历同步通知"> </p>

📱 远程操控 Claude Code(CC-Bridge)

手机飞书上发 /cc openclaw 就能连上服务器的 Claude Code,随时随地指挥 AI 改代码、查问题。

  • 飞书消息 → tmux send-keys → Claude Code 执行
  • Claude Code 输出 → JSONL 流式监听 → 飞书卡片实时更新
  • 支持 AskUserQuestion 交互(单选/多选/自定义输入)

<p align="center"> <img src="docs/images/cc-bridge-control.jpg" width="300" alt="手机远程操控 Claude Code"> </p>

🛒 淘宝购物助手(Taobao)

Playwright 浏览器自动化,飞书对话完成淘宝搜索、详情查看、加购物车。会根据口味偏好推荐商品。

<p align="center"> <img src="docs/images/taobao-search.jpg" width="300" alt="淘宝搜索夜宵"> <img src="docs/images/taobao-results.jpg" width="300" alt="搜索结果汇总推荐"> </p>

小红书发帖助手(Xiaohongshu)

Playwright 浏览器自动化,飞书对话完成小红书图文帖子发布 + 笔记管理。

  • QR 扫码 + SMS 验证码登录(主站 + 创作者平台双域名)
  • 图文帖子发布(标题、正文、标签、可见范围)
  • 笔记管理(列表、删除)
  • Cookie 持久化(登录一次,长期有效)

📚 文献调研系统(Survey)

一句话发起调研,后台自动跑完搜索 → 筛选 → 精读 → 分类 → 报告全流程,最终推送到 Notion 方便查阅。

<p align="center"> <img src="docs/images/survey-report.jpg" width="300" alt="文献调研完成反馈"> </p>

记忆增强(Memory Enhance)

自动捕获对话中的重要信息,按主题分类存储,相关话题时自动召回。

远程机器管理(Claude Remote)

通过 Tailscale SSH 在远程机器上执行 Claude Code CLI,支持多机器管理、会话保持、后台研究任务。

---

其他改进

  • LLM 流式请求修复:自动检测并修复 gzip 压缩损坏的流式响应
  • 飞书通知 Hook:Claude Code 完成任务后自动通过飞书通知(延迟去重)
  • 一键部署脚本scripts/setup.sh 交互式引导完成全部配置

安装

详见 INSTALL.md

git clone https://github.com/phj128/JadeClaw.git ~/code/JadeClaw
cd ~/code/JadeClaw
./scripts/setup.sh

需要:

  • Node.js >= 22
  • 飞书企业自建应用(App ID + Secret)
  • Anthropic API Key

技术栈

  • 框架:OpenClaw(Node.js + TypeScript)
  • 前端渠道:飞书(WebSocket 长连接)
  • LLM:Claude Opus 4.6(通过 Anthropic API)
  • 自动化:Playwright(淘宝、小红书)、tmux(CC-Bridge)、Tailscale SSH(远程)
  • 存储:飞书多维表格(Planner)、本地 JSONL(会话)、Cookie 持久化(淘宝、小红书)

License

本项目中的自定义扩展代码采用 MIT License。上游 OpenClaw 框架同样采用 MIT License,详见 LICENSE

Related plugins

Browse all →