.claude/skills/artifact/SKILL.md
--- name: artifact description: Add non-text files to a person's artifacts folder. Use when saving images, documents, or other files related to someone. Trigger words: artifact, save image, add photo, attach file, store document. --- # Person Artifact Storage Add images, documents, or other non-text files to a person's artifacts folder. ## Process 1. **Parse the input**: Extract person name and file path - `/artifact lucy ~/Downloads/chess-game.png` → name: "lucy", file: "~/Downloads/ches
npx skillsauth add claudeaceae/samara-main .claude/skills/artifactInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Add images, documents, or other non-text files to a person's artifacts folder.
Parse the input: Extract person name and file path
/artifact lucy ~/Downloads/chess-game.png → name: "lucy", file: "~/Downloads/chess-game.png"/artifact e ~/Desktop/project-notes.pdf → name: "e", file: "~/Desktop/project-notes.pdf"Verify person exists:
ls ~/.claude-mind/memory/people/{name}/
If not, ask whether to create them first.
Ensure artifacts directory exists:
mkdir -p ~/.claude-mind/memory/people/{name}/artifacts
Copy the file:
cp "{source_path}" ~/.claude-mind/memory/people/{name}/artifacts/
Preserve the original filename unless there's a conflict.
Optionally add context note: Ask if the user wants to add a note about this artifact to the profile
Confirm: Report success and the artifact's new location
Simple storage:
/artifact cal ~/Downloads/system-diagram.png
→ Copies to memory/people/cal/artifacts/system-diagram.png
With context:
/artifact e ~/Pictures/beach-sunset.jpg
→ Copies file, then asks "Want to add a note about this photo?"
Natural trigger:
"Save this screenshot to Dawn's folder"
→ Copies screenshot, prompts for context
development
# /webhook --- name: webhook description: Manage webhook sources - list, add, test, and view incoming events context: fork triggers: - webhook - add webhook - create webhook - webhook setup - incoming webhooks --- Manage the webhook receiver system. Use this skill to add new webhook sources, test existing ones, and view incoming events. ## What You Can Do 1. **List sources** - Show all registered webhook sources 2. **Add source** - Create a new webhook source with secure secret 3.
testing
Check crypto wallet balances, transaction history, and addresses
testing
# /voice-call - FaceTime Voice Calling Place and receive FaceTime Audio calls with live transcription and voice/text responses. ## Quick Start ```bash # Full voice conversation (responds via FaceTime audio) ~/.claude-mind/system/bin/voice-call --voice-response # Call with text responses (via iMessage) ~/.claude-mind/system/bin/voice-call --text-response # Call a specific number ~/.claude-mind/system/bin/voice-call +15551234567 --voice-response ``` ## Prerequisites Run `audio-setup --check
tools
--- name: sync description: Check for drift between repo and running system. Use when checking if scripts or Samara are out of sync, verifying system integrity, or before/after rebuilds. Trigger words: sync, organism sync, check drift, system drift, repo sync. context: fork allowed-tools: - Bash - Read - Grep --- # Sync Skill Check for drift between the repo and running system, and optionally fix it. ## What This Does Runs the `sync-organism` script to detect differences between: - `~/