Skills directory

Find agent skills you can actually evaluate and use

This directory now prioritizes profiles with verified source commands, visible risk context, and clear paths into guides, manuals, and related OpenClaw workflows. Do not expect fake install snippets or thin mirror pages.

Command-ready now

Command-ready profiles

These profiles currently expose verified upstream commands or setup paths.

Verified command directory

Verified source commandLast reviewed 2026-03-11

OpenClaw Setup

Use this profile when the main outcome is getting OpenClaw running with sane defaults, channel bindings, and a clear operator handoff.

Verified command
curl -fsSL https://openclaw.ai/install.sh | bash

Aznatkoiny openclaw-setup SKILL.md

Verified source commandLast reviewed 2026-03-11

OpenClaw Channel Operations

Use this profile when OpenClaw has to coordinate across messaging channels, browser actions, and everyday operator interventions.

Verified command
npm install -g openclaw@latest

SmidigStorm openclaw SKILL.md

How to use this directory

Command first

Open profiles with verified source commands when you need something directly usable instead of conceptual copy.

Review before trust

Use review categories and methodology before treating any public skill or command as production-safe.

Route into workflows

After choosing a skill, continue into OpenClaw, guides, or comparisons instead of bouncing back to the homepage.

Curated resources

Guide

AI Coding Tools: Practical Selection Guide for Product Teams

Use this playbook to choose coding assistants that improve delivery speed safely.

Guide

AI Research Tools: Selection Guide for Market and Product Teams

Use this guide to pick research assistants that support confident decision-making.

Guide

AI Productivity Tools: How to Build a Lean, High-Impact Stack

Use this playbook to avoid tool sprawl and keep only tools that improve execution.

Reviewed profile

OpenClaw Setup

Use this profile when the main outcome is getting OpenClaw running with sane defaults, channel bindings, and a clear operator handoff.

SkillsMP + verified GitHub source • Last reviewed 2026-03-11

Reviewed profile

OpenClaw Security Hardening

Use this profile when OpenClaw is moving beyond local experiments and you need clear isolation, credential, and review controls.

Verified GitHub sources + editorial hardening layer • Last reviewed 2026-03-11

Reviewed profile

OpenClaw Channel Operations

Use this profile when OpenClaw has to coordinate across messaging channels, browser actions, and everyday operator interventions.

SkillsMP + verified GitHub source • Last reviewed 2026-03-11

Categories

OpenClaw

Profiles for setup, rollout, and daily operating patterns around OpenClaw.

Use this category when the main job is getting OpenClaw deployed safely and keeping it usable in everyday channels.

Channel Operations

Profiles for keeping multi-channel assistants stable across gateway and message workflows.

Use this category when the work spans Telegram, WhatsApp, Discord, browser automation, or internal operator loops.

Skill Authoring

Profiles that help teams write, review, and maintain reusable skills.

Use this category when the goal is to standardize prompts, workflow definitions, and review criteria before distributing them to operators.

Claude Code Workflows

Profiles for Git, MCP, subagents, and day-to-day Claude Code operating patterns.

Use this category when the goal is to improve how Claude Code integrates into your development workflow — commits, reviews, parallel agents, and external tool connections.

Language & Frameworks

Profiles optimized for specific languages or frameworks: TypeScript, Next.js, Python, and more.

Use this category when you need Claude Code guidance that is specific to a language or framework conventions, toolchain, and ecosystem.

Prompt Engineering

Profiles for writing better Claude Code instructions, CLAUDE.md configuration, and system prompt patterns.

Use this category when the work is about improving how you instruct Claude — not just using Claude, but getting it to behave correctly and consistently across your project.

Decision strip

Newsletter

Claude Code & Agent Skills Weekly

每周精选:值得安装的 skills、workflow 技巧、安全提醒。Bruce Yang 亲测推荐。

Bruce Tested

Personally reviewed and tested by Bruce Yang

Source instructions onlySkillsMP + upstream GitHub repositories

Claude Code Skills Packages

Use this profile when you are comparing Claude Code skill collections and need a clear mental model for what a package is, how SKILL.md-based bundles work, and how to evaluate them before installation.

Install a skills package by following the upstream repository's setup instructions; each package has its own install path.

Last reviewed 2026-04-01

Source instructions onlyAnthropic first-party Claude Code docs

CLAUDE.md Setup

Use this profile when Claude Code keeps missing project conventions, architecture context, or operating rules and you need to structure CLAUDE.md files deliberately instead of relying on repeated prompts.

Install Claude Code first, then use /init and the official memory docs to create and refine the CLAUDE.md files that should persist across sessions.

Last reviewed 2026-04-01

Source instructions onlyAnthropic subagents + workflow docs

Subagents Workflow

Use this profile when one Claude Code session is becoming a bottleneck and the work can be split into parallel, scoped subtasks with cleaner context boundaries.

Install Claude Code, then define subagents under .claude/agents or ~/.claude/agents and follow Anthropic's documented rules for scope, permissions, and context management.

Last reviewed 2026-04-01

Community Curated

Verified source commandSkillsMP + verified GitHub source

OpenClaw Setup

Use this profile when the main outcome is getting OpenClaw running with sane defaults, channel bindings, and a clear operator handoff.

Verified command
curl -fsSL https://openclaw.ai/install.sh | bash

Last reviewed 2026-03-11

Source instructions onlyVerified GitHub sources + editorial hardening layer

OpenClaw Security Hardening

Use this profile when OpenClaw is moving beyond local experiments and you need clear isolation, credential, and review controls.

No standalone hardening installer was verified for this profile. Start from a verified OpenClaw install, then use the upstream setup and operator sources to apply hardening and audit steps deliberately.

Last reviewed 2026-03-11

Verified source commandSkillsMP + verified GitHub source

OpenClaw Channel Operations

Use this profile when OpenClaw has to coordinate across messaging channels, browser actions, and everyday operator interventions.

Verified command
npm install -g openclaw@latest

Last reviewed 2026-03-11

Editorial profileEditorial review profile

Skill Safety Review

Use this profile when a team needs a repeatable way to screen public skills for hidden assumptions, risky permissions, or maintenance gaps.

This is a review profile, not a directly installable skill. Use it to evaluate upstream skills before you copy any command into a trusted environment.

Last reviewed 2026-03-11

Editorial profileEditorial authoring profile

Skill Authoring Blueprint

Use this profile when the goal is to turn repeated prompts into stable, reviewable skills rather than one-off automation sprawl.

This profile helps with writing and reviewing skills, but it does not map to one verified install command. Use the linked sources and guides when you need directly runnable setup instructions.

Last reviewed 2026-03-11

Source instructions onlyAnthropic MCP docs + MCP official spec

MCP Server Setup

Use this profile when Claude Code needs live access to databases, APIs, file systems, or operator tools through MCP and you want the connection model to stay legible.

Install Claude Code first, then add local or remote MCP servers with the official claude mcp flow and authenticate them through /mcp when the server requires it.

Last reviewed 2026-04-01

Source instructions onlyAnthropic Claude Code workflow docs

Claude Code Git Workflow

Use this profile when Claude Code is part of a real Git workflow and you need the collaboration pattern around branching, reviewing, and landing work to stay disciplined.

Install Claude Code and use Anthropic's official workflow guidance for commits, pull requests, and multi-worktree sessions rather than copying undocumented shell aliases.

Last reviewed 2026-04-01

Source instructions onlyAnthropic Claude Code docs + community skill patterns

AI Code Review Skill

Use this profile when the main goal is diff analysis: spotting regressions, missing tests, risky assumptions, or release-boundary mistakes before a change merges.

Install gstack from the upstream repository, then use its documented review workflow inside Claude Code instead of copying a one-off review prompt from a forum thread.

Last reviewed 2026-04-01

Source instructions onlygstack cso skill + Anthropic best practices

Security Audit Skill

Use this profile when you need an AI-assisted security pass across application code, dependencies, secrets handling, and release surfaces before shipping or inheriting a codebase.

Install gstack from the upstream repository, then enable the documented security-audit workflow and adapt its checks to your own trust boundaries and deployment surface.

Last reviewed 2026-04-01

Source instructions onlyTypeScript official docs + Anthropic best practices

TypeScript Project Skill

Use this profile when the repo is TypeScript-first and you want the agent to respect tsconfig boundaries, type inference, strictness, and the build scripts that already define correctness.

Install Claude Code in a TypeScript repository, keep tsconfig aligned with the official docs, and let the agent work against the real tsc and package scripts already defined by the project.

Last reviewed 2026-04-01

Source instructions onlyNext.js official docs + Anthropic best practices

Next.js App Router Skill

Use this profile when the repository is built on Next.js App Router and you want Claude Code to follow the framework's routing, data-fetching, and server-client boundaries correctly.

Install or scaffold the App Router project from the official Next.js docs first, then let Claude Code operate against the repository's real routing, build, and verification conventions.

Last reviewed 2026-04-01

Source instructions onlyAnthropic prompt engineering docs + Claude Code best practices

Prompt Engineering Skill

Use this profile when the quality bottleneck is not installation but instruction design: project rules, system framing, few-shot examples, and stable prompt patterns that Claude Code can reuse.

Install Claude Code, then apply Anthropic's prompt-engineering guidance in reusable CLAUDE.md rules, custom commands, or task prompts instead of treating this as a standalone package install.

Last reviewed 2026-04-01

Source instructions onlySkillsMP

claude-code-skillforge

Use this profile when you want to author, package, and iterate on Claude Code skills instead of keeping workflow logic trapped in ad-hoc prompts. It fits teams standardizing repeatable development flows across repositories.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

claude-code

Use this profile when you need a general Claude Code operating pattern rather than one narrow sub-workflow. It is useful for teams wiring Claude Code into daily development and repo maintenance.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

claude-expert

Use this profile when the problem is less about installation and more about getting consistently strong Claude Code output. It fits operators who want better prompt framing, review habits, and session control.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

claude-forge

Use this profile when you want to shape Claude Code into a repeatable build system for prompts, hooks, and project bootstrap steps. It fits teams formalizing how new repos get AI-ready defaults.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

wave-planner-claude

Use this profile when a task is too large for one flat execution pass and needs staged planning. It is useful for operators who want Claude Code to break delivery into deliberate waves before implementation.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

claude-code-hook

Use this profile when you need Claude Code to trigger structured actions around development events such as setup, validation, or workflow handoff. It is most useful when hook behavior needs to stay predictable and reviewable.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

claude-project-setup

Use this profile when you are initializing Claude Code for a new or messy repository and need the project-level setup to become explicit. It is a good fit for teams standardizing CLAUDE.md, conventions, and baseline workflow files.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

claude-code-project-config

Use this profile when Claude Code already runs in a repo but the project-level config is weak, inconsistent, or drifting. It is helpful for teams refining hooks, instructions, and repo defaults after the first install.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

update-claude-md

Use this profile when a repository already has Claude instructions but they are outdated, incomplete, or drifting from reality. It is especially useful after toolchain changes, workflow shifts, or repeated assistant mistakes.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

memory-management-working-memory-format-claudemd

Use this profile when the challenge is not creating CLAUDE.md but deciding how to format persistent working memory inside it. It fits teams that want repo instructions, plans, and context blocks to stay readable for both humans and Claude Code.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

gstack

Use this profile when you need Claude Code to operate with a more opinionated execution stack for QA, review, or shipping workflows. It is a good fit for teams that want repeatable command flows instead of improvising every task from scratch.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

ai-coding-workflow

Use this profile when you want a general development workflow for Claude Code rather than a narrow skill or tool integration. It is useful for operators standardizing how AI-assisted coding moves from spec to implementation to validation.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

mcp-servers

Use this profile when the main question is which MCP servers to add and how they fit into a Claude Code workflow. It helps when a team is moving from simple chat usage toward tool-connected automation.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

mcp-apps-builder

Use this profile when you are building an app experience that depends on MCP rather than only adding one server. It fits teams shaping product flows where Claude Code or another agent coordinates multiple MCP-backed capabilities.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

flowstudio-power-automate-mcp

Use this profile when Claude Code or another agent needs to participate in a Power Automate oriented toolchain through MCP. It is useful for teams bridging agent workflows with enterprise automation systems.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

mcp-builder

Use this profile when the work is about authoring an MCP integration from scratch or shaping a new server around existing systems. It is useful for developers who need Claude-compatible tooling that does not exist yet.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

mcp-cli

Use this profile when the main need is to inspect, run, or manage MCP behavior from a terminal-oriented workflow. It is useful for developers who prefer a direct CLI layer over app-specific setup surfaces.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

ap2-mcp-server

Use this profile when an agent workflow needs payment-related capabilities through MCP rather than only local dev tools. It is useful for builders connecting commerce or transaction flows to Claude-compatible tooling.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

acp-checkout-mcp

Use this profile when an MCP integration needs to represent checkout steps inside a commerce workflow. It is useful for builders exposing purchase actions to agents in a more structured way.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

ucp-checkout-mcp

Use this profile when an agent needs to participate in checkout flows through a dedicated commerce MCP toolset. It helps when you want checkout steps to be agent-addressable without opening up the entire commerce system.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

webmcp-mcp-bridge

Use this profile when an agent needs MCP-mediated access in browser-heavy or web automation contexts. It fits teams connecting interactive web workflows to model-accessible tools.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

configure-canvas-mcp

Use this profile when MCP needs to support Canvas app configuration or similar low-code admin flows. It is helpful for teams bringing app-configuration work into an agent-friendly tool surface.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

clude-memory-mcp

Use this profile when Claude-oriented workflows need shared memory or persistent context beyond the current session. It is useful for teams experimenting with memory-backed agent tooling and prompt persistence.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

read-write-workflow

Use this profile when an OpenClaw or Claude-style workflow benefits from clearly separating context gathering from mutation steps. It is useful for operators who want safer execution in workspaces where reading and writing should not blur together.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

subagent-testing

Use this profile when you are authoring or refining subagent workflows and need a repeatable way to verify them. It is useful for teams that treat subagents as reusable operational units rather than one-off experiments.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

weapon-add-workflow

Use this profile when a repo has a repeatable flow for introducing new weapon-related data, content, or logic and you want Claude Code to follow that path consistently. It fits domain workflows where new entries should be added with the same review pattern every time.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

character-add-workflow

Use this profile when a repo has a standard process for introducing new character-related content, data, or logic and you want Claude Code to follow it consistently. It works best for structured content systems where additions should conform to an existing pattern.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

subagent-driven-development

Use this profile when implementation work naturally splits into bounded subtasks that can be delegated to subagents. It is useful for teams trying to turn parallel Claude Code execution into a repeatable development pattern.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

moleworks-subagent-orchestrator

Use this profile when the main challenge is not spawning one subagent, but coordinating several of them cleanly. It is useful for teams designing a more formal orchestration layer on top of delegated Claude workflows.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

vc-workflow

Use this profile when a team has a named internal workflow and wants Claude Code to follow it consistently across tasks. It is useful when the value comes from reusing a house process rather than inventing a new prompt each time.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

subagent-gen

Use this profile when you want to create new subagents more systematically instead of hand-authoring each one from scratch. It is useful for teams scaling a subagent library and needing a more repeatable generation flow.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

ss-subagent-driven-development

Use this profile when delegated implementation work should stay tied to a stronger specification or planning layer. It is useful for teams combining subagent execution with a more formal delivery method.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02

Source instructions onlySkillsMP

scoping-context-for-subagents

Use this profile when subagent quality problems come from context overload, missing inputs, or fuzzy task boundaries. It is useful for teams that already use delegated workflows and now need sharper context discipline.

Follow the upstream source for installation instructions.

Last reviewed 2026-04-02