Docker Skills for OpenClaw Agents
31 skills in the OpenClaw catalogue are tagged Docker, ranked here by downloads over the last 30 days so the list reflects what people are installing now rather than what accumulated the most downloads years ago.
stealthy-auto-browse
@psyb0tHeadless-detection-resistant browser automation in Docker for authorized QA, compatibility testing, and defensive security research. Camoufox + OS-level input + persistent fingerprints. Use only with sites you own or have written authorization to test.
25.0k659/30dAmazon Scraper
@jiafarHigh-performance containerized Amazon scraper (Docker + playwright-extra + Stealth plugin). Bypasses Amazon headless detection. Supports Amazon BSR, search r...
64.0k418/30ddocker-mailbox
@psyb0tMulti-mailbox IMAP/SMTP control plane exposed as a REST API + MCP server (streamable HTTP) on a single port. Read, search, send, mark-seen, and delete mail across multiple inboxes in one call — `GET /inbox` fans out across every IMAP account in parallel and returns a merged, newest-first feed. Use when you need an agent (or a script, or a curl one-liner) to drive one or more real mail accounts without standing up a webmail UI, a message store, or any per-provider client library. Stdlib `imaplib`/`smtplib` under the hood, FastAPI on top, bearer-token auth optional.
01.0k361/30dDocker
@ivangdavilaBuilds, debugs, hardens, and ships Docker containers, images, and Compose stacks. Use when writing or reviewing a Dockerfile, a compose file, or a CI build step; when a container exits instantly, restart-loops, is OOM-killed, hangs on stop, or exits 137/139/127; when a published port is unreachable, containers cannot resolve each other, or requests hang behind a VPN; when the disk fills and `/var/lib/docker` will not prune; when a build is slow, the cache never hits, or fails only in CI; when `exec format error` or a musl-versus-glibc break is the problem; when choosing a base image or a multi-stage layout; when a registry login or pull rate limit fails; when a secret must stay out of image history; and when volumes need backup, restore or a permission fix. Covers Compose traps and Desktop/colima/OrbStack/Podman differences. Not for Kubernetes manifests or cluster scheduling (`k8s`).
2516k321/30dDocker Essentials
@arnarssonEssential Docker commands and workflows for container management, image operations, and debugging.
4134k300/30dlinux-firewall-hardening
@discovery219Safe Linux firewall hardening with backend detection, idempotent atomic rules, rollback protection, and AI-executable state-machine workflows. Covers ufw, firewalld, nftables, iptables, Docker, Kubernetes CNI awareness, and fail2ban with compliance mapping to CIS/PCI-DSS/SOC2.
01.0k293/30d容器检查入门工具
@thcjpPodman/Docker容器检查工具,支持容器状态查询与日志分析。Use when 需要数据分析、报表生成、统计洞察、数据可视化时使用。不适用于实时流数据处理。适用于独立开发者、企业团队和自动化工作流场景。支持中文交互,无需复杂配置即开即用。输出结果可直接使用,减少二次加工成本。提供结构化输出和错误处理机制。
0481289/30dAtlassian MCP (Jira, Confluence)
@atakanermisRun the Model Context Protocol (MCP) Atlassian server in Docker, enabling integration with Jira, Confluence, and other Atlassian products. Use when you need to query Jira issues, search Confluence, or interact with Atlassian services programmatically. Requires Docker and valid Jira API credentials.
105.4k283/30dDocker沙箱入门工具
@thcjpDocker安全沙箱环境,支持隔离运行与基础资源限制,适合代码测试。Use when 需要代码生成、编程辅助、调试测试、开发部署时使用。不适用于无明确技术栈的模糊需求。适用于独立开发者、企业团队和自动化工作流场景。支持中文交互,无需复杂配置即开即用。输出结果可直接使用,减少二次加工成本。提供结构化输出和错误处理机制。
0457272/30dDocker V1基础工具免费版
@thcjp提供Docker V1经典命令集与基础容器管理,适合维护旧版Docker环境的开发者。Use when 需要代码生成、编程辅助、调试测试、开发部署时使用。不适用于无明确技术栈的模糊需求。适用于独立开发者、企业团队和自动化工作流场景。支持中文交互,无需复杂配置即开即用。输出结果可直接使用,减少二次加工成本。
0439263/30ddocker-image-puller
@zhaohaixin使用 Python 脚本下载 Docker 镜像并打包为 tar 文件。当用户说"下载镜像"、"拉取镜像"、"pull xxx"、"帮我下载 nginx 镜像"等触发此技能。支持 SOCKS5 代理直连下载(推荐)和国内镜像站加速两种模式。
0867254/30dvolcengine-deploy
@volc-sdk-teamDeploy a local project directory or Git repository to Volcengine as a running, reachable cloud service. USE WHEN: deploy to Volcengine, deploy to 火山引擎/火山, deploy this repo/project, publish current code, launch the app, run it in the cloud, expose it as a service, deploy to ECS/VKE/veFaaS, run on ECS, push to VKE, deploy as serverless/FaaS, or the user wants the agent to choose a Volcengine hosting target. If the user only asks which Volcengine deployment target to choose, use `volcengine-prepare` skill first. Not for creating a single standalone resource — use `volcengine-cli` skill for that.
0685240/30dDocker基础工具免费版
@thcjp提供Docker容器生命周期、镜像管理、Compose编排与网络卷管理,适合开发者日常使用。Use when 需要代码生成、编程辅助、调试测试、开发部署时使用。不适用于无明确技术栈的模糊需求。适用于独立开发者、企业团队和自动化工作流场景。支持中文交互,无需复杂配置即开即用。输出结果可直接使用,减少二次加工成本。
0412237/30dfn-fpk
@dalingo81飞牛NAS (fnOS) FPK 应用打包开发技能。使用此技能开发和打包飞牛NAS第三方应用(.fpk),包括:Native 应用(Node.js/Python/Java/Go/Shell 等)和 Docker 应用。涵盖整个开发周期:开发环境准备、fnpack 创建项目、manifest 配置、权限/资源配置、用户入口配置(应用入口 app/ui/config + 桌面图标 + 文件右键菜单)、生命周期脚本编写(cmd/main)、向导配置(wizard)、图标规范、CGI 反向代理、统一网关注册/认证、运行时环境(Python/Node.js/Java)、中间件服务(Redis/MinIO/RabbitMQ/MariaDB)、依赖管理、fnpack CLI 打包、appcenter-cli 测试安装、到上架发布;以及飞牛开放平台 Open API 接入(文件授权、页面路由、界面语言/主题、后端平台配置查询、前端 JS SDK @trimjs/web-app)。用户提到"飞牛"、"fnOS"、"FPK"、"飞牛应用"、"开放 API"、"Open API"、"@trimjs/web-app"、"文件授权"、"授权路径"、"trim.file"时触发。
1890222/30dDocker核心操作免费版
@thcjp提供Docker容器管理、镜像操作与基础调试命令,支持容器生命周期和常用工作流的免费核心操作指南。
0294151/30dCharon
@mentholmikeReview and merge Charon Memory Git proposals as an independent reviewer principal: inspect exact changesets, record digest-bound verdicts, apply protected merges, and verify landed state. connect your charon instance to a mcp with chatgpt. the charon reviewer decides if memory hits merged into lethe
0258147/30dMatapan
@mentholmikeWork inside a Matapan workspace: scoped file edits, hardened container runs, commits. Allows a user to extend their dev usage by using 5.6 sol high in Chatgpt Chat.(also works with Claude and any other frontier model that allows MCP) allows additional usage for projects securely.
0261145/30dstructs-guild-stack
@abstrctDeploys the Guild Stack (Docker Compose) for local PostgreSQL access to game state. Use when you need faster queries for combat automation, real-time threat detection, raid target scouting, fleet composition analysis, or galaxy-wide intelligence. Advanced/optional -- CLI works for basic gameplay, but PG access transforms what is possible.
01.4k134/30dDocker Ctl
@xejraxInspect containers, logs, and images via podman
14.5k115/30dDockerfile Optimizer
@sunny0826Review and optimize Dockerfiles to reduce layer count, minimize image size, and improve build times. Trigger when the user asks to review a Dockerfile, make...
0691115/30dOpenCLI Tool Integration
@wike-chi使用 OpenCLI 工具从各种网站和桌面应用获取数据、下载媒体内容、控制外部 CLI 工具。支持 Bilibili、知乎、小红书、Twitter/X、Reddit、YouTube、Boss直聘、即刻、微博等 30+ 平台,以及 Cursor、Codex、ChatGPT、Notion 等桌面应用。当用户需要:从社...
52.5k107/30dDcc Docker Container Control
@drodeckerFast manual CI for Docker Compose apps. Use "dcc deploy APP" to fetch the app's latest Git commit, build it, deploy it, restart containers, and verify status on a known Docker server.
091101/30dDocker Sandbox
@gitgoodordietryingCreate and manage Docker sandboxed VM environments for safe agent execution. Use when running untrusted code, exploring packages, or isolating agent workloads. Supports Claude, Codex, Copilot, Gemini, and Kiro agents with network proxy controls.
66.2k86/30dLocal YDB Toolkit
@astandrikOperate local-ydb schemas and deployments
07172/30dArchitecture Diagram
@smseow001AI architecture diagram generator supporting Mermaid charts. Generate system architecture, cloud architecture, neural network, graph theory, flowchart, ER di...
11.7k45/30d容器检查专业版
@thcjp企业级容器诊断工具,支持Podman和Docker批量检查、智能诊断、历史趋势分析、合规审计及远程管理。
03440/30dDocker基础工具专业版
@thcjp企业级Docker管理工具,支持镜像深度优化、安全扫描、Swarm编排、批量运维及CI/CD流水线集成。
03339/30dDocker容器专业版
@thcjp企业级Docker管理平台,支持多节点集群、私有镜像仓库、安全扫描、容器监控、运维告警及CI/CD流水线集成。
03238/30dDocker沙箱专业版
@thcjp企业级Docker安全沙箱平台,支持多实例管理、状态快照、自定义安全策略、完整审计追踪及自动恶意行为检测。
02937/30dDocker V1迁移专业版
@thcjp企业级Docker V1到V2迁移工具,支持自动兼容性扫描、批量配置转换、Dockerfile现代化、渐进迁移与回滚保障。
02834/30dDocker控制管理工具
@thcjp通过Podman检查和管理容器、日志及镜像,实现轻量级运维、监控告警及资源管理支持。
01212/30d
Related topics
- Marketing255
- Xiaohongshu186
- Api Integration185
- Aigc184
- Ai-hive181
- Crawler172
- Competitive-analysis170
- Content-acquisition167
- Mcp162
- Json161
- Agent-skills150
- Pdf132
- Image-generation129
- Email125
- Audio122
- Ecommerce111
- Health110
- Github105
- News105
- Remote-sensing89
- Geo81
- Toolkit80
- Web Search79
- Browser76
- Calendar76
- Git74
- Video-generation74
- Crypto72
- Stock72
- Twitter72
- Documentation70
- Douyin69
- Ocr67
- Competitor-analysis66
- Content-analysis65
- Trading65
- Mental-models63
- Trend-tracking63
- Prompt62
- Home61