All authors
crypdick avatar

Claude Skills by crypdick

github.com/crypdick
18 skillsA× 11B× 1C× 1D× 2F× 30 installs2 views
Docs ManagerA

Use when writing or reviewing pynchy documentation, deciding where to document things, updating the docs, checking doc consistency, or fixing broken links. Covers information architecture, writing philosophy, tree-shaped navigation, doc-code coupling, no hard-coded usernames, extensibility framing for pluggable subsystems, and when to add code comments.

documentationgobash
0
10
Pynchy DevA

Use when running pynchy locally — running the app, tests, linting, formatting, pre-commit hooks, or rebuilding the agent container. Also use when determining whether you're on pynchy-server or a local machine, and for debugging agent behavior-- session transcript branching, inspecting message history and agent traces in SQLite, pytest hangs, or diagnosing known codebase issues.

developmentgoshell
0
10
Pynchy OpsD

Use when managing the pynchy service on the server — deploying changes, observing logs, checking service status, restarting the service, setting up GitHub auth, rebuilding the agent container, or running any commands on pynchy-server via SSH. Also use when interacting with the LiteLLM proxy — investigating failed requests, model routing errors, spend tracking, health checks, API gateway diagnostics, or modifying the LiteLLM configuration. Also use when the user mentions the LiteLLM UI, dashbo...

devopspythongo
0
10
Pynchy Plugin AuthoringA

Use when creating, scaffolding, or updating a pynchy plugin, including channels, MCP servers, skills, agent cores, workspace specs, and container runtime plugins. Also use when users ask how to register plugins via config.toml, add entry points, or validate plugin hook wiring.

developmentpythonrust
0
10
WorktreesA

Use when working with non-admin groups that have pynchy_repo_access, understanding git worktree isolation, diagnosing uncommitted work left in a worktree after a service restart, or understanding post-run merge behavior.

developmentgit
0
10
Add GmailA

Add Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.

ai-agentstypescriptgo
0
10
Add ParallelA

Adds Parallel AI MCP integration to NanoClaw for advanced web research capabilities.

ai-agentstypescriptgo
0
10
Add Telegram SwarmF

Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on "agent swarm", "agent teams telegram", "telegram swarm", "bot pool".

ai-agentstypescriptgo
0
10
Add TelegramC

Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).

ai-agentstypescriptgo
0
10
Add Voice TranscriptionA

Add voice message transcription to NanoClaw using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.

ai-agentstypescriptpython
0
10
Convert To DockerF

Convert NanoClaw from Apple Container to Docker for cross-platform support. Use when user wants to run on Linux, switch to Docker, enable cross-platform deployment, or migrate away from Apple Container. Triggers on "docker", "linux support", "convert to docker", "cross-platform", or "replace apple container".

devopstypescriptbash
0
10
CustomizeB

Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.

ai-agentstypescriptgo
0
10
DebugD

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

code-qualitytypescriptgo
0
10
SetupF

Run initial NanoClaw setup. Use when user wants to install dependencies, authenticate WhatsApp, register their god channel, or start the background services. Triggers on "setup", "install", "configure nanoclaw", or first-time setup requests.

devopsgoshell
0
10
Browser ControlA

How to use browser tools for web navigation and interaction

ai-agentsrustgo
0
10
Python HeredocA

When running multi-line Python code or code with quotes, apostrophes, or f-strings via Bash, always use heredoc syntax instead of python -c to avoid shell quoting issues.

developmentpythonshell
0
10
Slack Token ExtractorA

Refresh expired Slack browser tokens (xoxc/xoxd) using persistent browser sessions. Use when Slack MCP tools fail with authentication errors.

securitygobash
0
10
X IntegrationA

Post tweets, like, reply, retweet, and quote on X (Twitter) using browser automation. Use when the user asks you to interact with X/Twitter.

ai-agentsgobash
0
10