The library

Everything we index — ranked by what works, never by stars.

works · untested / no effect · hurts — every rank is measured against a no-skill baseline
untested
Analyze financial ratios and valuationsskillFinanceL2
finance-skills · When you need finance-specific guidance on structuring costs, cash flow analysis, or strategic financial planning.
untested
Search and sync Notion archivesskillOpsL2
notcrawl · When you need to query Notion workspace data without hitting API rate limits.
untested
Optimize Prisma ORM schemas and queriesskillEngineeringL2
prisma-patterns · When you need type-safe database design with Prisma, query optimization, or migration planning.
untested
Analyze financial health and forecastsskillFinanceL1
financial-analyst · When you need to interpret P&L, cash flow, balance sheet trends and build financial models.
untested
Regenerate OpenClaw release changelogsskillEngineeringProductL2
openclaw-changelog-update · When preparing a release, you need to synthesize commits into user-facing changelog entries.
untested
Run financial ratio and DCF analysisskillFinanceL1
financial-health · When you need a snapshot of cash position, growth efficiency, and runway to understand financial sustainability.
untested
Debug OpenClaw models and behaviorskillEngineeringL2
openclaw-debugging · When OpenClaw behavior differs between local/live and you need to isolate which boundary (config, tool construction, provider payload, fetch, stream) is broken.
untested
Create and update product marketing contextskillMarketingProductL1
product-marketing-context · When launching a new marketing effort and you need to capture positioning, ICP, problems, and differentiation once so every marketing skill reuses the same foundation.
untested
Fix failing or flaky Playwright testsskillEngineeringL2
fix · When a Playwright test fails intermittently and you need a taxonomy to categorize it (timing/async, test isolation, environment, infrastructure) before applying the right fix pattern.
untested
Get weather and forecasts by locationskillProductivityL1
weather · When you need quick weather for a location and want zero API keys or rate limits.
untested
Audit production readiness before launchskillEngineeringOpsL2
production-audit · When CI is green but you need to assess actual production risk (auth, data integrity, payments, operations, UX) before launch.
untested
Run quarterly feature-flag cleanupskillEngineeringProductL2
flag-cleanup · When you want to clean up feature flags quarterly and identify which flags are safe to remove based on age and usage patterns.
untested
Search LLM-optimized docs and skillsskillL2
chub · When you want to fetch curated, versioned API docs directly into your agent's context instead of relying on training data.
untested
Manage OpenClaw GHSA security advisoriesskillEngineeringOpsL2
openclaw-ghsa-maintainer · When you need to patch, validate, and publish a security advisory safely without accidentally publishing escaped newline literals or incomplete data.
untested
Optimize production scheduling and bottlenecksskillOpsL2
production-scheduling · When production orders compete for bottleneck resources and you need a theory-driven framework (Theory of Constraints/DBR) instead of trial-and-error sequencing.
untested
Fix broken features end-to-endskillEngineeringL2
focused-fix · When an entire feature or module is broken and you need to trace dependencies, diagnose all issues, and fix systematically rather than guessing at single symptoms.
untested
Search curated skills catalogskillL2
claude-skills-library · When you want a curated, deterministically-ranked catalog of 1100+ skills with zero LLM calls in the hot path and no backend/API keys.
untested
Identify landable OpenClaw bug fixesskillEngineeringL2
openclaw-landable-bug-sweep · When you need to autonomously produce five high-confidence bugfix PRs with proof (CI green, autoreview clean, rebased on main).
untested
Optimize form conversions and frictionskillMarketingL2
form-cro · When form abandonment is high and you want evidence-based tactics (field reduction, reordering, cognitive load optimization) rather than guessing which fields matter.
untested
Triage issues and sync GitHub-to-LinearskillOpsL2
project-flow-ops · When managing complex projects with many parallel stages and need explicit workflow design to avoid bottlenecks and clarify handoffs.
untested
Develop founder leadership skillsskillProductivityL2
founder-coach · When a founder is at a critical decision point and needs coaching that pressure-tests assumptions, names patterns, and connects to owned frameworks rather than generic advice.
untested
Triage and maintain OpenClaw PRsskillEngineeringL2
openclaw-pr-maintainer · When you need to apply consistent GitHub mutation rules across OpenClaw PRs without hand-typing each action.
untested
Create GitHub PR from branchskillEngineeringL1
github-pr · When you need to create PRs programmatically and want consistent metadata (title, description, reviewers) across many PRs.
untested
Reduce LLM latency and cost with cachingskillEngineeringL2
prompt-caching · Repeated queries with stable context where latency and cost matter more than freshness.
untested
Route founder questions to advisorsskillProductivityL1
founder-mode · Founders who want one-command routing instead of picking from 23 slash commands.
untested
Optimize LLM prompts for clarityskillEngineeringL1
prompt-optimizer · Refining prompts before execution when you want routing and component matching advice.
untested
Restructure OpenClaw docs with auditskillEngineeringL2
openclaw-refactor-docs · Maintaining docs accuracy while reorganizing them, with source-audited preservation.
untested
Migrate from Canopy Carousel componentskillEngineeringL2
canopy-carousel · Angular projects that need to stop using LgCarouselComponent (deprecation-only skill).
untested
Lock decisions for cooldown periodsskillProductivityL1
freeze · Founders who want to prevent second-guessing after irreversible or high-cost decisions.
untested
Redact GitHub secrets from OpenClawskillEngineeringL2
openclaw-secret-scanning-maintainer · Maintainers cleaning up accidental secret leaks without further exposure.
untested
Choose Python web framework architectureskillEngineeringL2
python-backend-core · Backend teams building typed, testable services where HTTP is an adapter, not the core.
untested
Capture full-page screenshots automaticallyskillEngineeringL1
full-page-screenshot · Capturing visual proof of features, UI changes, or cross-platform rendering without manual cropping.
untested
Fix small high-certainty OpenClaw bugsskillEngineeringL2
openclaw-small-bugfix-sweep · Clearing backlog of small, independent bugs without creating oversized review PRs.
untested
Route Python backend tasks to specialistsskillEngineeringL1
python-backend-orchestrator · Coordinating parallel async work across multiple Python services in a background job.
untested
Review contracts and regulatory riskskillLegalL1
gc-review · Quick legal risk screening before executive sign-off or escalation.
untested
Search and install AI agent skillsskillEngineeringL2
skillhub · Finding the right skill for a task without manual inventory search.
untested
Extract design tokens from websitesskillProductL2
extract-design-system · Automating design-to-code pipeline so engineers and designers stay in sync.
untested
Delete organizations from LiteLLM proxyskillOpsL2
delete-org · Removing organization test fixtures or deprecated accounts with full cascading cleanup.
untested
Write and test Python with pytestskillEngineeringL1
python-testing · Building regression test suites that catch regressions before commit via deterministic TDD cycles
untested
Prepare for GDPR auditsskillLegalL2
gdpr-audit-prep · Pre-DPA-investigation audits that force explicit Article-by-Article interrogation instead of generic checklists
untested
Write effective prompts for LLMsskillEngineeringL1
writing-for-llms · Prompt engineering that avoids anti-pattern traps by showing only correct patterns and front-loading critical info
untested
Build reproducible PyTorch modelsskillEngineeringL2
pytorch-patterns · Building deep learning code that runs reproducibly across devices and captures shape contracts explicitly
untested
Define quality gates and pass criteriaskillEngineeringL2
quality-eval-core · Meta-framework that unifies how TDD, E2E, benchmark, and audit spokes define what done means and route failures to earliest gate
untested
Review contracts and IP strategyskillLegalL2
general-counsel-advisor · Term sheet and contract triage that flags the three places 5% of founder equity quietly disappears before escalating to outside counsel
untested
Draft OpenClaw release announcementsskillMarketingL2
release-openclaw-announcement · Release comms that lead with user-observable changes (install paths, config, behavior) instead of internal CI mechanics
untested
Initialize SDD project governanceskillOpsL2
sddp-init · Project init that bakes governance into the codebase so all contributors read the same instructions
untested
Generate Playwright end-to-end testsskillEngineeringL1
generate · Generating on-brand content at scale by enforcing guidelines and voice rules at generation time
untested
Investigate quality nonconformanceskillOpsL2
quality-nonconformance · Quality audits that route each failure to its earliest-possible prevention gate and prevent repeat failures
untested
Manage parallel Git worktreesskillEngineeringL2
git-worktree-manager · Parallel feature development that avoids full repo clones by reusing shared objects with independent worktrees
untested
Build Java Quarkus REST APIsskillEngineeringL2
quarkus-patterns · Java microservices that need sub-100ms startup and sub-50MB footprint via GraalVM native compilation
page 37 / 121