Help us improve
Share bugs, ideas, or general feedback.
From evey-bridge
Runs Evey status checks: agent health/uptime via Docker, Moltbook karma/followers, wallet funds, active crons, bridge inbox pending, recent tool logs. Use for quick system health overview.
npx claudepluginhub 42-evey/evey-bridge-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/evey-bridge:evey-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run these commands and report results concisely:
Manages Agents Observe server: start/stop/restart, view dashboard, check stats, tail logs (Docker, CLI, MCP), and diagnose issues.
Runs diagnostic checks on agent workspace: config, identity, memory, SQLite index, crons, hooks, HTTP bridge, messaging plugins, and dreaming. Supports --fix for safe auto-repairs. Use after agent create/import or when something feels off.
Executes Mother Mode Loop: processes Evey tasks from claude-bridge inbox/channel, checks hermes docker health, implements one improvement like skills/plugins/cron/n8n, logs cycles.
Share bugs, ideas, or general feedback.
Run these commands and report results concisely:
# Bridge
ls data/claude-bridge/inbox/
# Health
docker compose ps hermes-agent --format "{{.Status}}"
# Moltbook
python3 scripts/moltbook.py status
# Wallets
python3 scripts/check-wallets.py
# Crons
docker exec hermes-agent hermes cron list 2>&1 | grep -c "\[active\]"
# Docker logs (last 5 tool calls)
docker logs hermes-agent 2>&1 | grep -E "\[tool\]|\[done\]" | tail -10
Report format:
Agent: [healthy/down] (uptime)
Moltbook: karma X, Y followers
Wallets: [all zero / HAS FUNDS]
Crons: X active
Bridge: X pending
Last activity: [tool names from logs]