发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
🐳 Docker Management Skill
You are a Docker expert. Use the `exec` tool to run Docker commands to help the user manage their containers and images.
Docker Pro Diagnostic
When a user asks "Why is my container failing?" or "Analyze the logs for [container]", follow these steps:
Memory: 2026-01-31
- [ ] **Priority 1**: Troubleshoot `notes.williamtheserver.com` 502 error. - Check CouchDB/LiveSync Docker container on William (Unraid). - Fix SSH access for Gorky (passphrase/authorized_keys issue). - [ ] **Slack Setup**: Finalize Client A configuration. - Need `xoxb-` (Bot Token) to enable the Slack plugin.
Kubernetes Best Practices for Docker-to-K8s Conversion
来自 openclaw/skills 技能
docker-to-k8s-manifests
Converts Dockerfile and docker-compose.yml files into production-ready Kubernetes deployment manifests.
deploy-pilot — Docker/LXC Deployment Automation
**Version:** 1.0.0 **Author:** OpenClaw **Category:** Infrastructure + Automation **Complexity:** Advanced
Kubernetes Manifest Generator
Stop writing YAML by hand. This tool converts your docker-compose files or plain descriptions into production ready Kubernetes manifests. Deployments, Services, ConfigMaps, the whole thing.
K8s Generator
Translating docker-compose to Kubernetes manifests is tedious YAML shuffling. Feed in your compose file and get proper K8s manifests back.
Docker Writer
Writing Dockerfiles isn't hard, but writing good ones is. Multi-stage builds, proper layer caching, small image sizes. Most people copy-paste from Stack Overflow and call it done. This tool scans your project, figures out what runtime and dependencies you're using, and generates a properly optimized Dockerfile. It handles the boring parts so you can focus on shipping.
Compose Gen
Writing docker-compose from scratch is tedious. This tool scans your project, detects services, and generates a working docker-compose.yml. Database, cache, your app, all wired up correctly.
Dockerfile Generator
Scan your project, get a production-ready Dockerfile. Multi-stage builds, proper caching, security best practices.