cc-eye

Convert camera input into concise environmental scene descriptions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alexaundre/mycc --skill cc-eye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-eye
Source: https://github.com/alexaundre/mycc/tree/main/.claude/skills/cc-eye
Command: npx skills add https://github.com/alexaundre/mycc --skill cc-eye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

cc-eye helps Claude Code quickly interpret current physical surroundings by processing camera data and producing concise scene descriptions, enabling situational awareness without manual input.

Core Features & Use Cases

  • Live scene awareness: Describe what the camera sees to keep the AI informed about the environment.
  • Daemon-based persistence: Maintain a background perception daemon that caches scene snapshots for fast lookups.
  • Trigger-driven insights: Use natural language triggers like /look or 看一眼 to fetch latest scene details.
  • Safe local processing: All processing happens locally to preserve privacy and minimize latency.

Quick Start

启动 cc-eye 守护进程后,使用触发词获取当前场景描述。

Frequently Asked Questions about cc-eye

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time scene awareness from a camera for my Claude Code agent?

You can achieve real-time scene awareness by running a local perception daemon that processes camera input into concise environmental descriptions. This setup allows your Claude Code agent to monitor nearby objects, people, and activities without manual input.

What do I need to set up local camera scene description processing?

To set up local camera scene description processing, you need a local camera setup, a moondream-capable model backend, and a running daemon. This configuration ensures safe local processing to preserve privacy and minimize latency.

How does a vision daemon handle live scene descriptions for AI agents?

A vision daemon handles live scene descriptions by continuously processing camera data in the background and caching scene snapshots. This allows AI agents to fetch the latest scene details quickly using natural language triggers.

Can I use natural language triggers to fetch current camera scene descriptions?

Yes, you can use natural language triggers like /look or 看一眼 to fetch current camera scene descriptions. The daemon processes these triggers to return the latest cached environmental details to your agent.

Does local multimodal scene processing require an internet connection?

Local multimodal scene processing does not require an internet connection because all camera data and model inference happen locally. This approach preserves privacy and minimizes latency for environmental awareness tasks.