Your AI agents deserve better than unverified skills!
Built on trust, grown by the community.
Trust Layer for AI Agent Skills
Scanned & Verified by
For Product Managers — Skills that make AI actually useful for your daily work. No code required.
development
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
tools
tools
development
tools
data-ai
From frontend to embedded systems — skills for every engineering specialisation.
Data pipelines, ML models, BI dashboards, and analytics workflows.
PRDs, roadmaps, OKRs, user stories, and stakeholder communication.
SEO, content strategy, growth, brand, analytics, and campaign automation.
Process automation, supply chain, IT ops, and business process analysis.
Agile, Scrum, program delivery, stakeholder management, and reporting.
UI/UX, graphic design, motion, design systems, and user research.
Outreach, deal qualification, CRM automation, and revenue operations.
Job descriptions, HR policies, onboarding, people analytics, and compliance.
Contract drafting, GDPR, IP, legal operations, and regulatory analysis.
Ticket automation, knowledge base, escalation workflows, and CX management.
Copywriting, technical writing, video scripting, journalism, and translation.
Financial modelling, FP&A, accounting automation, audit, and treasury.
Academic writing, curriculum design, research synthesis, and instructional content.
Medical writing, health informatics, clinical research, and regulatory submissions.
Property listings, market analysis, lease documents, and client communication.
Agent Skills are modular capabilities that extend AI coding assistants. Each skill consists of a SKILL.md file with instructions, plus optional scripts and templates. They work with Claude Code, OpenAI Codex CLI, and ChatGPT.
Download the SKILL.md file and place it in your skills directory. For Claude Code: ~/.claude/skills/ (personal) or .claude/skills/ (project). For OpenAI Codex CLI: ~/.codex/skills/. The AI automatically discovers and loads skills from these locations.
The gold shield badge indicates that the skill comes from a verified publisher — a trusted, public GitHub repository. We vet sources and display repository metadata so you can make informed decisions.
All skills are sourced from public GitHub repositories with verified publishers. We display star counts, repository info, and publisher details. As with any open-source software, we recommend reviewing the content before installing.
Yes! Skills are modular and designed to work together. You can combine skills for different tasks — for example, a code reviewer skill with a git automation skill.
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.
当用户希望通过并行工作、并发 agents、批量工具调用、隔离 worktree 或多条独立验证通道来大幅加速任务、同时不损失正确性时使用。