Use Case
Camera API isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. Camera device and cloud event API skills. Used to query the device list, parse the device_id based on the device name, query the latest cover image of the device, query the online status of the device, query or summarize cloud events by day, query the details of a single event, and send screenshot instructions to the device and poll the results when the latest picture is needed. When a user requests to view the current picture of a certain camera, the latest cover, online status, what happened today/yesterday/a certain day/the last few days, something... This guide covers how to deploy Camera API for your team, standardize prompts, and create shared workflows that everyone can use.
Install Camera API in your project directory: .claude/skills/camera-api/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use Camera API in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing Camera API
How can my team use Camera API together?
Set up Camera API for our project so everyone can use it
Create a shared workflow using Camera API for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install camera-apiOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install camera-apiβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/camera-api/π‘Extract and place the folder at the path above, then restart your agent.