.claude/skills/status/SKILL.md
--- name: status description: System health check for Samara organism. Use when checking if Samara is running, if messages are being detected, if wake cycles are scheduled, or diagnosing permission issues. Trigger words: status, health, check, running, working, broken. context: fork allowed-tools: - Bash - Read - Grep --- # System Status Check Perform a comprehensive health check of the Samara organism infrastructure. ## Checks to Perform ### 1. Samara.app Status ```bash launchctl list
npx skillsauth add claudeaceae/samara-main .claude/skills/statusInstall 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.
Perform a comprehensive health check of the Samara organism infrastructure.
launchctl list co.organelle.Samara 2>/dev/null | grep -E "PID|Label|LastExitStatus"
# Check if Samara has logged recent message detection
tail -20 ~/.claude-mind/system/logs/samara.log 2>/dev/null || echo "No Samara log found"
launchctl list | grep claude
Check that these are loaded:
tail -10 ~/.claude-mind/system/logs/wake-adaptive.log 2>/dev/null
tail -10 ~/.claude-mind/system/logs/wake.log 2>/dev/null
tail -10 ~/.claude-mind/system/logs/dream.log 2>/dev/null
cat ~/.claude-mind/state/scheduler-state.json 2>/dev/null || echo "No scheduler state"
~/.claude-mind/system/bin/wake-scheduler status 2>/dev/null || echo "Scheduler not available"
ls -la ~/.claude-mind/state/locks/system-cli.lock 2>/dev/null || echo "No lock file (good)"
A stale lock file can block operations.
# Try to read chat.db - will fail without FDA
ls -la ~/Library/Messages/chat.db 2>/dev/null && echo "FDA appears intact"
df -h ~ | tail -1
Summarize findings as:
Flag any issues that need attention.
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: - `~/