Skip to main content
Run any Skill in Manus
with one click
GitHub repository

cookiedclaw-claude-code

cookiedclaw-claude-code contains 7 collected skills from cookiedclaw, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
4
updated
2026-05-11
Forks
1
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

setup
network-and-computer-systems-administrators

Configures the current working directory as a self-contained cookiedclaw agent workspace โ€” Telegram bot token, identity files, GATEWAY_TOKEN, systemd unit, and child-process supervision. Assumes the `cookiedclaw-gateway` binary is already installed (via `curl -fsSL https://cookiedclaw.com/install.sh | bash`); if it isn't, the skill points the user at the one-liner and exits. Idempotent on re-run.

2026-05-11
daemon-restart
network-and-computer-systems-administrators

Restart the cookiedclaw Claude Code session via the gateway's `restart_runtime` MCP tool. Use after installing a new skill / plugin / MCP server (anything that's only discovered at startup), or when the agent itself asks to be reborn. Requires `/cookiedclaw:setup` to have been run first.

2026-04-28
daemon-status
network-and-computer-systems-administrators

Show the cookiedclaw daemon's current state โ€” running/stopped, last restart, workspace path, supervised CC child status (pid, uptime, restart count, live MCP sessions), recent journalctl tail. Use when the user asks "is cookiedclaw running?", "what's the daemon doing?", or wants a quick health check before debugging.

2026-04-28
debug
network-and-computer-systems-administrators

One-shot diagnostic for cookiedclaw โ€” checks every common pitfall (gateway/CC daemon state, linger, /health, tokens in keys.env, binary presence, plugin install, .mcp.json URL, double-claude-polling, identity files, recent journalctl, tmux session, Telegram bot reachability) and prints a โœ“/โœ— summary with one-liner fixes for each โœ—. Use when the bot doesn't answer, MCP fails, "something's off", or before opening a real bug report. Read-only โ€” never mutates state.

2026-04-27
install-skill
software-developers

Install an agent skill from skills.sh (or any GitHub repo) into the user-global skills directory and restart the cookiedclaw daemon so the new skill becomes discoverable. Use when the user says "install skill X", "add the foo skill", or "ะฟะพัั‚ะฐะฒัŒ ัะบะธะปะป ะฝะฐ bar". Requires daemon mode enabled (`/cookiedclaw:setup`).

2026-04-27
fal-setup
software-developers

Wires up fal.ai for image / video generation in cookiedclaw. Saves FAL_KEY to ./.cookiedclaw/keys.env and registers fal's hosted HTTP MCP server in Claude Code's user-scope config. Invoke when the user explicitly asks to set up / install / enable fal.ai in their cookiedclaw workspace.

2026-04-26
supermemory-setup
software-developers

Wires up Supermemory for cross-session semantic memory in cookiedclaw. Saves SUPERMEMORY_CC_API_KEY to ./.cookiedclaw/keys.env, installs the official Supermemory plugin, and helps export the key into the user's shell so CC picks it up at startup. Requires a Supermemory Pro plan. Invoke when the user explicitly asks to set up / install / enable Supermemory in their cookiedclaw workspace.

2026-04-26