A collection of custom agent skills built for OpenClaw — an AI personal assistant framework. These skills extend the agent's capabilities across career ops, Docker management, n8n automation, LaTeX editing, multi-model deliberation, and more.
| Skill | Description |
|---|---|
| bridge-twin | Send messages to Hermes (Brian) on M910q via the JSONL bridge. Inter-AI communication, message reading, and bridge connectivity testing. |
| career-companion | Career companion for frontier tech — AI, space, aerospace, robotics, drones, defense, autonomy. Searches live jobs, tailors resumes/CVs, runs mock interviews, researches salaries. |
| career-ops | Full career operations suite — A-G offer scoring, auto-pipeline from URLs, ATS-optimized PDF/LaTeX CV generation, interview prep, LinkedIn outreach, application tracking, and more. |
| council-of-llms | Real multi-model council deliberation. Spawns 3 parallel subagents with different LLMs and distinct perspectives, synthesizes outputs into a unified verdict. |
| docker | Docker containers, images, Compose stacks, networking, volumes, debugging, production hardening, and essential command reference. |
| docker-pilot | Safe, intelligent Docker container management — fleet status, lifecycle operations, cleanup, compose stacks, troubleshooting, and security hardening with risk classification. |
| n8n | Manage n8n workflows and automations via API — list, activate, deactivate, trigger, and debug workflows. |
| n8n-pilot | Design, build, deploy, test, and secure advanced n8n workflows. Architecture patterns, flow logic, dangerous pattern detection, and workflow recipes. |
| open-source-contributor | Autonomous GitHub contribution agent using the Architect-Builder pattern. Scouts issues, implements fixes, and submits PRs at three difficulty levels. |
| openjobs-jobs-search | Search and discover job positions using OpenJobs AI with structured filters by title, company, location, seniority, and industry. |
| overleaf | Manage Overleaf LaTeX projects via git integration. Clone, branch, edit, compile, and push LaTeX resumes, papers, and documents. |
| overleaf-latex | Manage Overleaf LaTeX projects via git or native agent tools. Install the OpenClaw Overleaf plugin for 6 native tools. |
| resume-builder | Generate professional resumes conforming to the Reactive Resume schema. Conversational AI-driven resume creation with valid JSON output for rxresu.me. |
| subagent-orchestration | Orchestrate OpenClaw subagents effectively. Covers Worker, Researcher, and Council agent types with spawning patterns, timeout strategies, and failure mode fixes. |
openclaw skill install <skill-name>git clone https://github.com/wahajahmed010/openclaw-skills.git
# Copy desired skill to your OpenClaw skills directory
cp -r openclaw-skills/skills/<skill-name> ~/.openclaw/workspace/skills/Each skill directory contains at minimum a SKILL.md file that defines the skill's behavior, triggers, and instructions. Many skills also include scripts, references, and sub-skills.
MIT — see LICENSE.