camsnap

Take camera snapshots and save them to disk. Use when the user asks to take a photo, capture an image from webcam, or take a snapshot.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "camsnap" with this command: npx skills add terrycarter1985/camsnap-terry

Take a snapshot from the default webcam using the camsnap utility.

Usage

python {{SKILL_DIR}}/camsnap.py [output_path] [--preview] [--output-dir DIR]
  • output_path — optional path to save the snapshot (must be within cwd; extensions: .jpg/.jpeg/.png/.bmp/.webp)
  • --preview — show a preview window (GUI environments only)
  • --output-dir — directory for auto-generated filenames (default: snapshots)

If no output path is provided, the snapshot will be saved to ./snapshots/ with a timestamp filename.

Steps

  1. Run the snapshot script:
python {{SKILL_DIR}}/camsnap.py {{ $ARGUMENTS }}
  1. Confirm the snapshot was saved successfully and return the file path.

Security

  • Output paths are validated to stay within the working directory (no path traversal).
  • Only safe image extensions are accepted.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Home Music

Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.

Registry SourceRecently Updated
General

Voice Note Transcriber

Fetch voice note emails via IMAP, transcribe attachments with OpenAI Whisper, and save transcripts to an Obsidian vault's fleeting notes folder.

Registry SourceRecently Updated
General

GOG Sales Analytics

Game and content integration skill for GOG (Good Old Games) platform. Browse, search, and manage game library and content.

Registry SourceRecently Updated
General

Session Log Analyzer

View and analyze session logs, generate PDF reports, and sync to Notion. Supports daily automated reporting via cron.

Registry SourceRecently Updated