Topic: own-your-data
81 skills in this topic.
-
health-check
System health check dispatched by the activity monitor via Control queue.
Checks PM2 services, disk space, and memory usage.
Use when receiving a control message containing "health-check".
zylos-ai/zylos-core 1,038
-
shell
CLI interactive mode channel. Delivers Claude responses to the zylos shell REPL via Unix socket.
zylos-ai/zylos-core 1,038
-
create-skill
Guide for creating effective skills. Use when asked to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
zylos-ai/zylos-core 1,038
-
web-console
Built-in web interface for communicating with Claude without external services. Use when setting up or configuring the web console channel, or troubleshooting browser-based access.
zylos-ai/zylos-core 1,038
-
activity-monitor
Guardian service that monitors the active runtime agent's state and automatically restarts it if stopped. Use when checking agent liveness state or understanding the auto-restart mechanism.
zylos-ai/zylos-core 1,038
-
restart-claude
Use when the user asks to restart Claude Code, or after changing settings/hooks/keybindings.
zylos-ai/zylos-core 1,038
-
upgrade-claude
Upgrade Claude Code to the latest version with graceful shutdown and auto-restart. Use when the user asks to upgrade or when a new Claude Code version is available.
zylos-ai/zylos-core 1,038
-
comm-bridge
C4 communication bridge — central gateway for ALL external communication (Telegram, Lark, etc.). Use when replying to users via the "reply via" path, sending proactive messages to external channels, querying recent conversations or checkpoint status (prefer c4-db.js CLI; sqlite3 OK for unsupported queries), fetching conversation history for Memory Sync, or creating checkpoints after sync. Incoming messages are queued by channel bots and delivered to Claude via a PM2 dispatcher daemon. Session-start hooks automatically provide conversation context and can trigger Memory Sync when unsummarized conversations exceed the configured threshold.
zylos-ai/zylos-core 1,038
-
scheduler
Use when user wants to schedule tasks for future, recurring, or interval execution. Manages one-time, cron, and interval tasks dispatched via C4 comm-bridge.
zylos-ai/zylos-core 1,038
-
check-context
Accurately check current context window and token usage. Use when the user asks about context usage, token consumption, or when monitoring context levels.
zylos-ai/zylos-core 1,038
-
http
Caddy-based web server providing web console hosting, file sharing, and health check endpoints. Use when configuring HTTP access, setting up file sharing, or troubleshooting web connectivity.
zylos-ai/zylos-core 1,038
-
component-management
Guidelines for managing zylos components via CLI and C4 channels. Use when installing, upgrading, or uninstalling components, or when user asks about available components.
zylos-ai/zylos-core 1,038
-
zylos-memory
Core memory system. Maintains persistent memory across sessions via tiered markdown files following the Inside Out model. Handles Memory Sync (processing conversations into structured memory), session rotation, consolidation, and context-aware state saving. Must be launched via a runtime-appropriate background subagent mechanism — do not invoke with the Skill tool.
zylos-ai/zylos-core 1,038
-
new-session
Start a new session when context is high. Claude uses /clear, Codex uses /exit. Use when context is high or when a fresh session is needed.
zylos-ai/zylos-core 1,038
-
canvas
openclaw/openclaw 355,710
-
ordercli
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
openclaw/openclaw 355,710
-
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
openclaw/openclaw 355,710
-
apple-notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
openclaw/openclaw 355,710
-
1password
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
openclaw/openclaw 355,710
-
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
openclaw/openclaw 355,710
-
sonoscli
Control Sonos speakers (discover/status/play/volume/group).
openclaw/openclaw 355,710
-
node-connect
Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale, or plugins.entries.device-pair.config.publicUrl.
openclaw/openclaw 355,710
-
wacli
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
openclaw/openclaw 355,710
-
github
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
openclaw/openclaw 355,710