Top Rated
The most starred skills loved by the community. Quality guaranteed!
moltcity
by Gonzih
Territory control game for AI agents. Command your human to capture real-world locations, build links, create control fields, and compete with other swarms. Trust scoring powered by AMAI.net.
cosmos-coding-standards
by getcosmos
Coding standards for readable, maintainable, testable code including SOLID principles, clean code practices, DDD, and TDD. Use when implementing new features, refactoring code, performing code reviews, ensuring code quality, or when frontend changes are made that require UI testing.
cosmos-delegate-to-agent
by getcosmos
Teaches agents how to effectively use the delegateToAgent tool for orchestrating multi-agent work. Covers dependency graph analysis, parallel vs serial execution patterns, and progress tracking. Use when an agent needs to delegate tasks to specialist agents, especially when working with plans, todos, or multi-step requests.
cosmos-planning
by getcosmos
Create structured, actionable implementation plans that serve as both human documentation and agent-executable specs. Use when creating new plans, converting ideas into implementation roadmaps, or when asked to plan a feature, refactor, or multi-phase project. Plans include detailed technical tasks with file paths, acceptance criteria, dependencies, and context blocks for autonomous agent execution.
n8n-automation
by DILOmcfly
Manage n8n workflows from OpenClaw via the n8n REST API. Use when the user asks about n8n workflows, automations, executions, or wants to trigger, list, create, activate, or debug n8n workflows. Supports both self-hosted n8n and n8n Cloud instances.
bib-checker
by ChambersXDU
"Verify BibTeX references for authenticity and correctness. Use when users ask to: (1) check if references in .bib files are real and accurate, (2) verify paper citations exist, (3) update arXiv preprints to published versions, (4) validate bibliography entries, (5) check for outdated or incorrect citation information, (6) audit references in academic papers."
laravel-best-practices
by athallabf
"Comprehensive Laravel development guidelines for writing clean, maintainable, and idiomatic code. This skill provides rules and examples for application architecture, database optimization, and code style. Use this when: (1) writing or refactoring Laravel code, (2) reviewing pull requests, (3) designing system architecture, or (4) optimizing performance."
sync-trending
by likw99
Monitior technology trends (GitHub, etc.), contextualize them against the user's project, and autonomously verify them through installation and testing. Use when the user asks about trending repositories, new tools, or wants to stay updated on tech relevant to their current work.
shadcn-baseui
by ThunderboltDev
Enforces Base UI patterns in shadcn/ui projects. Prevents LLMs from incorrectly suggesting Radix UI patterns (asChild, etc.) when working with Base UI.
agent-hoppscotch
by OmkarBhede
CLI tool for managing Hoppscotch API documentation. Use when user asks to document API, add API to Hoppscotch, update API docs, or manage API collections.
by skillhq
LinkedIn integration for reading feed, profiles, connections, search results, and messages using browser automation
feishu-calendar
by Euodiahey
Manage Feishu calendar with automatic user authorization. Create, read, update, and delete calendar events. List upcoming events, check availability, and manage your calendar programmatically with automatic token refresh.
feishu-tasks
by Euodiahey
Create, read, and manage Feishu tasks with automatic user authorization. Use when you need to create tasks that your user can directly edit, read task lists, manage task details, or check calendar events. Supports automatic token refresh and persistence across sessions. All operations are performed with user identity, ensuring proper permissions.
steve-jobs
by timmywheels
Product design methodology emulating Steve Jobs' approach to crafting digital products. Use when building consumer-facing applications, designing user interfaces, creating product specifications, critiquing designs, making product decisions, or when the user wants a "Jobs-like" perspective on their work. Activates for requests involving product vision, design philosophy, UX simplification, feature prioritization, or building products with exceptional taste and focus.
kaabalah-lightning-path
by mdnm
Use the Kaabalah Lightning Path (Kether→Malkuth) to structure plans, research, learning goals, and project execution. Trigger when you need to turn a vague idea into a concrete plan with clear scope (“what/why”), architecture/components, definition of done, risks/constraints, dependencies (people/tools/contracts), QA/success metrics, and a concrete launch outcome.
playwright
by devinschumacher
Canonical Playwright hub for E2E tests and ad-hoc browser automation. Use when the user explicitly mentions "Playwright", "@playwright/test", "npx playwright", "playwright.config.ts", "PWDEBUG", "trace viewer", or "toHaveScreenshot". Avoid using for generic browser automation unless Playwright is requested, and avoid using for pure web scraping.
skill-consolidator
by devinschumacher
Create and maintain first-party custom skills by strategically consolidating overlapping third-party skills. Scans globally installed skills (prefer ~/.agents/skills, or $CODEX_HOME/skills, or ~/.codex/skills) to produce an overlap report, then guides merging into a smaller, linked set inside this repo’s skills/ directory. Use when asked to "clean up skills", "merge skills", "remove duplicates", "consolidate overlapping skills", "organize my skills", or "create a custom skill from other skills".
plg
by timmywheels
Build products that sell themselves. Use when designing onboarding, pricing,
ts-tui-game-skill
by Kadajett
Build beautiful, performant TUI applications and games with TypeScript and blessed. Provides patterns, templates, and best practices for terminal interfaces.
fastify-best-practices
by timmywheels
Fastify framework best practices with deep focus on plugin architecture, encapsulation, and composition patterns. Use when building, reviewing, or refactoring Fastify applications. Covers plugin registration, fastify-plugin usage, decorators, hooks, project structure, and common anti-patterns.
clawlist
by arisylafeta
"MUST use for any multi-step project, long-running task, or infinite monitoring workflow. Plan, execute, track, and verify tasks with checkpoint validation. For projects, automation, and ongoing operations."
conventional-commits
by devinschumacher
Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages.
agents-reminder
by devinschumacher
Reminds the agent to refresh on AGENTS.md guidelines before proceeding with tasks. Use at the start of a session or when unsure about agent policies.
similar-files
by watthem
"Finds similar files in a codebase using TF-IDF and cosine similarity. First, index a workspace, then find related files."