Releases: tongshu2023/looki-claude
Release list
v0.1.0 · 首个公开的 Looki × Claude 接入 skill 包
中文版在下方 / Chinese below.
🎯 What this is
looki-claude is the first publicly available Claude skill pack that connects Looki L1 (the 30g multimodal AI wearable launched at CES 2026) directly to Claude. Your AI can now read every frame, every second of your real life — no intermediate summarization.
Zero-dependency Python client, automatic video frame extraction, and 10 field-tested pitfall notes.
✨ Why
Looki's native AI narratives come with a "everything is meaningful" filter. When you want Claude to be a real mirror / editor / second brain — you need raw pixels and timestamps, not pre-digested captions.
🚀 5-minute setup
git clone https://github.com/tongshu2023/looki-claude.git ~/.claude/skills/looki-claude
cd ~/.claude/skills/looki-claude
# Windows
powershell ./setup/setup.ps1
# Mac/Linux
bash ./setup/setup.sh📦 Included
- All 7 API endpoints wrapped (
/me,/moments,/moments/search,/moments/calendar,/moments/{id},/moments/{id}/files,/for_you/items) - ffmpeg frame extraction (Looki serves 10-sec mp4s with
thumbnail: null) - One-click setup for Windows/Mac/Linux
- 3 prompt templates: daily mirror / pet highlights / teacher golden quotes
- 10 gotchas I hit so you don't have to
🛣️ Roadmap
v0.2audio extraction + whisper transcriptionv0.3Claude Skill native triggers in Chinesev1.0MCP server (one-click in Claude Desktop)
PRs and issues very welcome.
🎯 中文版
looki-claude 是首个公开的 Claude skill 包,把 Looki L1(CES 2026 上发布的 30g 多模态 AI 穿戴设备)直接接进 Claude —— 你的 AI 可以读你真实生活的每一帧、每一秒,不经过任何二手叙事。
零依赖 Python 客户端 + ffmpeg 自动抽帧 + 10 条从零摸出来的踩坑录。
为什么做
Looki 自带的 AI 叙事有一层"生活处处有意义"的滤镜。当你想让 Claude 当真正的镜子/剪辑助理/第二大脑,你要的是原始数据,不是被包装过的"今日 vlog"。
5 分钟跑通
同上英文代码块。
包含
- 7 个 API 端点全封装
- ffmpeg 视频抽帧(Looki 默认 10 秒 mp4 无缩略图,必需)
- Windows/Mac/Linux 一键 setup
- 3 个现成 prompt 模板:每日镜像简报 / 薄荷短视频精选 / 教学金句库
- 10 条作者亲测踩坑录
路线图
- v0.2 音频抽取 + whisper 转录
- v0.3 中文 Skill 触发词
- v1.0 MCP server(Claude Desktop 一键装)
欢迎 Issue / PR / Star。