EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,645+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. OpenClaw Agent Skills
    OpenClaw Agent Skills icon

    OpenClaw Agent Skills

    Agent Skill Registries
    Featured

    A shared library of reusable workflow skills for coding agents, enabling common tasks like code review closeout, remote validation, and prompt handoff across multiple repositories.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Clone, use, modify, and distribute without restriction.

    Engagement

    Available On

    CLI
    API

    Resources

    WebsiteGitHubllms.txt

    Topics

    Agent Skill RegistriesOpenClaw EcosystemAI Coding Assistants

    Alternatives

    Skill OptimizerCAS.devAgent Skills Guide
    Developer
    Peter SteinbergerVienna, AustriaEst. 2025$116M raised

    Listed Jun 2026

    About OpenClaw Agent Skills

    OpenClaw Agent Skills is an open-source repository published by the openclaw organization on GitHub under the MIT license. It provides a canonical set of reusable workflow skills for coding agents—such as Codex and Claude Code—so that common workflows like review closeout and remote validation can be written once and reused across every project without hand-copying long SKILL.md files.

    What It Is

    OpenClaw Agent Skills is a skill registry for AI coding agents. Each skill is a self-contained directory containing a SKILL.md file with YAML frontmatter and optional helper scripts. The repository ships an installer script (install-skills) that can symlink or copy skills into the agent's skill directory, making them immediately available to any agent that reads from that path. The project targets developers who run multiple agent-assisted repositories and want a single source of truth for shared operational workflows.

    Included Skills

    The repository currently ships five skills:

    • agent-transcript — local-only, redacted PR/issue transcript provenance tracking
    • autoreview — structured code-review closeout workflow with a helper test harness script
    • crabbox — Crabbox/Testbox remote validation workflow for broad or CI-parity proof
    • handoff — path-free prompt handoff workflow for delegating a task to another agent
    • session-viewer — local searchable HTML viewer for agent session JSONL exports

    How the Installer Works

    The install-skills script supports several modes and targets. Developers can list available skills with --list, preview changes with --dry-run, install all skills or a named subset, specify a custom --target directory, and choose between symlink mode (default, best for local development) or copy mode (better for portable or locked-down setups). A --force flag replaces existing installed skills. For Codex, skills are symlinked into ~/.codex/skills; for Claude Code, into ~/.claude/skills.

    Zero-Setup and Vendoring Model

    The project distinguishes between live symlinks and vendored snapshots. Repos that need skills available without any setup can vendor a generated snapshot under .agents/skills/<name>. The README explicitly notes that vendored snapshots are distribution artifacts, not the source of truth: edits should happen in this repo first, then synced downstream. The autoreview skill is called out as a good candidate for zero-setup vendoring in flagship repos because review closeout is part of the standard contribution workflow.

    Repository Layout and Validation

    Each skill lives under skills/<name>/ and must contain a SKILL.md file; helper scripts belong inside that skill's own scripts/ subdirectory. A validate-skills script checks every skill for valid YAML frontmatter and required name and description fields. The validator also runs syntax checks on Ruby, Bash, Python, and Node scripts. The README notes that session exports can contain sensitive conversation data and that session-viewer HTML output should be treated as local/private unless separately redacted.

    Current Status

    The repository was created in May 2026 and last pushed in early June 2026, with 440 stars and 23 forks recorded on GitHub. It is actively maintained under the MIT license and is part of the broader openclaw ecosystem.

    Community Discussions

    Be the first to start a conversation about OpenClaw Agent Skills

    Share your experience with OpenClaw Agent Skills, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Clone, use, modify, and distribute without restriction.

    • All included skills (autoreview, crabbox, handoff, agent-transcript, session-viewer)
    • install-skills installer script
    • validate-skills validation script
    • Symlink and copy install modes
    • MIT license

    Capabilities

    Key Features

    • Reusable SKILL.md-based workflow skills for coding agents
    • install-skills script with symlink and copy modes
    • Dry-run and list modes for safe previewing
    • Custom target directory support
    • autoreview: structured code-review closeout workflow
    • crabbox: remote validation workflow for CI-parity proof
    • handoff: path-free prompt handoff between agents
    • agent-transcript: redacted PR/issue transcript provenance
    • session-viewer: local searchable HTML viewer for agent session JSONL
    • YAML frontmatter validation via validate-skills script
    • Zero-setup vendoring model for downstream repos
    • Compatible with Codex (~/.codex/skills) and Claude Code (~/.claude/skills)

    Integrations

    OpenAI Codex
    Claude Code
    Crabbox
    Testbox
    API Available

    Reviews & Ratings

    No ratings yet

    Be the first to rate OpenClaw Agent Skills and help others make informed decisions.

    Developer

    Peter Steinberger

    AI-powered tools from Swift roots to web frontiers. Every commit lands on GitHub for you to fork & remix.

    Founded 2025
    Vienna, Austria
    $116M raised
    1 employees

    Used by

    Dropbox
    Salesforce
    SAP
    Lufthansa
    +4 more
    Read more about Peter Steinberger
    WebsiteGitHubX / Twitter
    8 tools in directory

    Similar Tools

    Skill Optimizer icon

    Skill Optimizer

    An open-source Agent Skills lifecycle toolkit for mining, personalizing, and generalizing SKILL.md files for coding agents like Claude Code, Codex, Cursor, and Gemini CLI.

    CAS.dev icon

    CAS.dev

    CAS.dev is a directory and registry for coding agent skills, tools, and capabilities to help developers discover and share AI agent components.

    Agent Skills Guide icon

    Agent Skills Guide

    A human-curated directory for discovering and downloading agent skills for Claude Code and other AI agents.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    64 tools

    OpenClaw Ecosystem

    Tools, registries, skills, and community resources built around the OpenClaw ecosystem, including discovery hubs for extensions, integrations, and agent workflows.

    37 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    510 tools
    Browse all topics
    Back to all tools
    Discussions