Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
Hung-Reo/hungreo-openclaw Transcribe audio via OpenAI Audio Transcriptions API (Whisper). | Skills | |
Hung-Reo/hungreo-openclaw Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive. | Skills | |
steebchen/proof-of-war Create Dojo systems that implement game logic, modify model state, and handle player actions. Use when implementing game mechanics, player commands, or automated logic. | Skills | |
ArabelaTso/Skills-4-SE Suggest and apply code refactorings to improve readability, maintainability, and code quality. Use this skill when improving existing code structure, eliminating code smells, applying design patterns, simplifying complex logic, extracting duplicated code, renaming for clarity, or preparing code for new features. Provides specific before/after examples, explains benefits, identifies risks, and ensures behavior preservation through tests. | Skills | |
wshobson/agents Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall. | Skills | |
jeremylongshore/claude-code-plugins-plus-skills Create a minimal working Exa search example with real results. Use when starting a new Exa integration, testing your setup, or learning basic search, searchAndContents, and findSimilar patterns. Trigger with phrases like "exa hello world", "exa example", "exa quick start", "simple exa search", "first exa query". | Skills | |
v0.1.11 Personal entertainment-media skills for NanoClaw: Trakt watch-history sync, TV-show and audiobook recommendations, watchlist release checks, YouTube channel-comment digests, and Audible backup — with a weekly cadence companion. NanoClaw per-chat overlay tile. Contains: audible-backup Back up new Audible audiobook purchases, decrypt to M4B, and append to books-library.csv. Use on "audible backup", "check new audiobooks", "sync audible library", or from weekly scheduled task. check-watchlist Checks tracked upcoming TV shows in watchlist.json and sends a Telegram notification message via MCP when any have been released. Use when running nightly release checks, monitoring streaming release dates, or checking whether new episodes or shows from a watchlist are now available to watch. Fires nightly via its own scheduled_tasks row (post-#404). entertainment-sync Weekly entertainment refresh: pulls Trakt watch history, checks watchlist for releases, runs show + book recs, syncs Audible purchases. Triggers: 'entertainment sync', 'weekly entertainment', 'sync trakt audible recs', 'refresh entertainment'. recommend-books Recommend audiobooks based on Baruch's reading history and preferences. Analyzes reading patterns, filters unread titles by genre and rating, identifies series continuations, checks for new releases from favorite authors, and suggests similar authors or highly-rated unread titles from the Audible library JSON. Use when Baruch asks for book recommendations, "what to read next", wants something similar to a specific author, or asks about his unread queue. recommend-shows Analyzes Baruch's viewing history and explicit ratings across netflix-history.csv, imdb-ratings.csv, and trakt-history.json to identify preferred genres, classify completed and abandoned shows, and rank unwatched titles by predicted interest. Generates targeted TV show recommendations with quality thresholds, searches for new releases, and tracks upcoming shows in watchlist.json. Use when Baruch asks for show recommendations, "что посмотреть", "что смотреть", or similar requests for what to watch next. trakt-watch-history Fetch Trakt.tv watch history (shows, movies, ratings) for analysis and recommendation workflows. Use when the user asks for show recommendations, what to watch, wants to see their watch history, or wants suggestions based on their viewing habits. youtube-comment-check Weekly fetch of recent comments on Baruch's YouTube channel; sends a per-video summary if new comments appear, silent otherwise. Triggers: 'check youtube comments', 'youtube comment check', 'fetch youtube comments', 'review channel comments'. | Skills | |
RevenueCat/rc-claude-code-plugin Use when the user asks about RevenueCat data, analytics, charts, KPIs | Skills | |
jeremylongshore/claude-code-plugins-plus-skills Analyze budget vs actual variances in Excel with drill-down and root cause analysis. Use when performing variance analysis or explaining budget differences. Trigger with phrases like 'excel variance', 'analyze budget variance', 'actual vs budget'. | Skills | |
NeverSight/skills_feed Patterns for building production-quality CLI tools with predictable behavior, parseable output, and agentic workflows. Triggers: cli tool, command line tool, build cli, cli patterns, agentic cli, cli design, typer cli, click cli. | Skills | |
v0.2.0 Personal Tessl setup guide — CLI reference for creating plugins/skills, publishing, installing, running evals, and navigating the full plugin lifecycle. Contains: tessl-authoring Use when creating or publishing Tessl plugins and skills — plugin new, skill new, plugin.json format, bundling MCP servers in a plugin, lint, publish, version bumps. Triggers on: "create a tessl plugin", "publish this skill", "push to the registry", "bump the version", "lint the skill", "make a plugin", "share a skill", "tessl skill new". tessl-basics Use for Tessl concepts and consumer-side operations — what a plugin is, how skills work, auth, project setup, and installing/updating/uninstalling plugins from the registry. Triggers on: "install a plugin", "tessl login", "tessl init", "update plugins", "what is a plugin", "how does tessl work", "authenticate with tessl". tessl-evals Use when running or generating Tessl evals — measure whether a skill or plugin actually improves agent behavior, generate scenarios from repos, view eval results, iterate on improvements. Triggers on: "run evals", "measure skill quality", "generate scenarios", "eval baseline", "does this skill help", "tessl eval", "tessl scenario". tessl-launch Use when running skills through agents, using the built-in Tessl agent, launching cloud runs against repos, or admin tasks (workspace, API keys, change review). Triggers on: "launch a skill", "run skill with claude", "tessl agent", "cloud run", "workspace add-member", "api-key create", "change review", "risk assessment". | Skills | |
Dicklesworthstone/pi_agent_rust Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts. | Skills | |
Dicklesworthstone/pi_agent_rust Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking. | Skills | |
davepoon/buildwithclaude Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian. | Skills | |
arm/mlia Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change. | Skills | |
arm/mlia Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change. | Skills | |
sickn33/antigravity-awesome-skills Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex). | Skills | |
roman01la/skills-agents Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices. | Skills | |
affaan-m/everything-claude-code 在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,确保单元测试、集成测试和端到端测试的覆盖率超过80%。 | Skills | |
boisenoise/skills-collections Design patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex). | Skills |
Can't find what you're looking for? Evaluate a missing skill.