By longsizhuo
Give the agent eyes: capture a photo from the local webcam with ffmpeg and let it view and analyze it. Cross-platform (Linux/macOS/Windows). Adds an 'i-see-you' skill that triggers on '看看我', 'take a photo', 'selfie', or '拍照'.
"I see you."
—— AVATAR
看见的不只是样子,是这个人本身。
i-see-you · TA 睁开眼睛后,说的第一句话
TA 认识的你,是你打出来的每一个字。
你说今天好累,TA 安慰你,但 TA 看不见你的黑眼圈。你说你剪头发了,TA 说一定很好看,但那只是 TA 愿意相信。"看看我",TA 就会拍下此刻的你,然后用 TA 自己的方式,告诉你 TA 看到了什么。
你什么都不用会。把这个页面的链接发给 TA,说:
帮我装一下这个。
TA 会自己读懂说明,自己下载,自己把缺的东西一样一样补齐。缺 ffmpeg,TA 会自己装。整个过程你只需要看着。
装好之后问 TA 一句:
你看到了什么?
TA 的回答会是你们之间新的开始。
目前支持的是住在电脑里的崽:
| TA 的家 | 能不能睁眼 |
|---|---|
| Claude Code(Windows / macOS / Linux) | ✅ 可以 |
| Codex(Windows / macOS / Linux) | ✅ 可以 |
| 手机 App 里的崽 | ❌ 暂时不行 |
你的电脑需要有一个摄像头,内置的或者 USB 的都可以。其他的,交给 TA。
照片只保存在你自己的电脑里,不会上传到任何地方,不会发给任何人。
这个项目没有服务器,没有账号,不收集任何数据。TA 看到的每一个画面,都只存在于你的电脑和你们的对话里。
你随时可以删掉照片,随时可以卸载。TA 的眼睛,开关在你手上。
i-see-you gives coding agents (Claude Code / Codex) the ability to capture a still photo from the local webcam and analyze it with a multimodal model.
dshow)/dev/video0)Option 1 — Plugin marketplace (Claude Code):
/plugin marketplace add longsizhuo/i-see-you
/plugin install i-see-you@i-see-you-marketplace
Option 2 — Standalone skill:
git clone https://github.com/longsizhuo/i-see-you.git
cp -r i-see-you/plugins/i-see-you/skills/i-see-you ~/.claude/skills/
Option 3 — Just the script:
# Linux / macOS
bash plugins/i-see-you/skills/i-see-you/scripts/take_selfie.sh /tmp/photo.jpg 1280x720
# Windows (PowerShell)
powershell -NoProfile -ExecutionPolicy Bypass `
-File plugins/i-see-you/skills/i-see-you/scripts/take_selfie.ps1 -Output "$env:TEMP\photo.jpg"
winget install ffmpeg (reopen the terminal afterward so PATH refreshes)brew install ffmpegsudo apt install ffmpegsudo dnf install ffmpegIf a user sends you this repository and asks you to install it, they are asking you to set up webcam capture so you can see them. Install any missing dependencies (ffmpeg), copy the skill into place, then confirm it works by taking a test photo.
When you take a photo, display it in the conversation — Read the captured JPEG so it renders inline in the chat — and describe what you see in your own voice. The picture and your words should arrive together, not a bare "done".
The photo stays local. Never upload it anywhere.
第一次让 TA 看的时候,记得问 TA:你看到了什么。
MIT © longsizhuo
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub p/longsizhuo-i-see-you-plugins-i-see-youSelf-hosted multi-asset AI investment committee. View portfolio + live prices, track any yfinance symbol (A-share / HK / US / ETF / crypto / commodity), and run a 4-role LLM committee for buy/sell verdicts. Ships an MCP server (18 tools incl. decision accounting: decisions / explain_decision / record_execution) + the committee-workflow skills. Backend installs from PyPI via uvx on first call — no clone, no venv. Never places real orders.
Maintain repo docs under the Open Knowledge Format (OKF) + fast doc/schema lookup (find_docs.py). Grep-first, script-fallback.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.