发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Docker — Install and Use Containers
Enables OpenClaw (and Cursor) to install Docker and use it reliably. Base all guidance on **official Docker docs**; when in doubt, fetch from canonical URLs below.
Learnings — Docker Skill
Notes from using and integrating the Docker skill with OpenClaw, nanobot, and Docker Test.
stealthy-auto-browse
A stealth browser running in Docker. It uses Camoufox (a custom Firefox fork) instead of Chromium, so there are zero Chrome DevTools Protocol (CDP) signals for bot detectors to find. Mouse and keyboard input happens at the OS level via PyAutoGUI — the browser itself doesn't know it's being automated, which means behavioral analysis can't detect it either.
mediaproc
Locked-down media processing over SSH. Built on [lockbox](https://github.com/psyb0t/docker-lockbox) — no shell access, no injection, no bullshit.
Docker Manager Skill
Manage Docker containers, images, and system resources.
Sandbox Errors
Guide to diagnosing and fixing Docker sandbox and code execution issues.
Sandbox Errors
Guide to diagnosing and fixing Docker sandbox and code execution issues.
Docker Essentials
Essential Docker commands for container and image management.
Docker MCP Toolkit interface (notes)
Docker MCP Toolkit is integrated into **Docker Desktop**.
Security notes (Docker MCP Toolkit)
- Bind ports to **127.0.0.1** by default. - Do **not** expose the MCP endpoint publicly. - If remote access is required, prefer **SSH tunnel** or **WireGuard** over opening ports. - Use a dedicated database user with least privilege. - Rotate credentials immediately if pasted into chat.
Docker MCP Toolkit
Run, manage, and invoke Docker Desktop’s **MCP Toolkit** using the `docker mcp` CLI.
Skill: deep-scraper
A high-performance engineering tool for deep web scraping. It uses a containerized Docker + Crawlee (Playwright) environment to penetrate protections on complex websites like YouTube and X/Twitter, providing "interception-level" raw data.