id stringlengths 25 136 | name stringlengths 2 64 | author stringclasses 596 values | description stringlengths 10 1.02k | githubUrl stringlengths 36 156 | skillUrl stringlengths 53 164 | stars int64 501 243k | updatedAt int64 1.76B 1.77B | description_hash stringlengths 64 64 |
|---|---|---|---|---|---|---|---|---|
blader-claudeception-examples-prisma-connection-pool-exhaustion-skill-md | prisma-connection-pool-exhaustion | blader | Fix Prisma "Too many connections" and connection pool exhaustion errors in
serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error
"P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL
"too many connections for role", (3) Database works locally but fails in
production serverless, (4) Intermittent database timeouts under load. | https://github.com/blader/Claudeception/tree/main/examples/prisma-connection-pool-exhaustion | https://skillsmp.com/skills/blader-claudeception-examples-prisma-connection-pool-exhaustion-skill-md | 1,549 | 1,768,778,445 | 3799a920017aa0c8608914531c021e44fb1befe97ee97e4a13eda4b5a7812ae6 |
grafana-loki-cursor-skills-go-skill-md | go | grafana | Best practices for working with Go codebases. Use when writing, debugging, or exploring Go code, including reading dependency sources and documentation. | https://github.com/grafana/loki/tree/main/.cursor/skills/go | https://skillsmp.com/skills/grafana-loki-cursor-skills-go-skill-md | 27,552 | 1,769,811,704 | b1d3f79be5f6bdf20942ea9fcbe596901f328054023f5dadaaeccbd625fd978b |
openclaw-skills-skills-nguyenphutrong-agentlens-skill-md | agentlens | openclaw | Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure. | https://github.com/openclaw/skills/tree/main/skills/nguyenphutrong/agentlens | https://skillsmp.com/skills/openclaw-skills-skills-nguyenphutrong-agentlens-skill-md | 652 | 1,767,882,733 | b20e34d76aed317e705d66613a89a77c948445ee7fb049575edd452131f737a6 |
openclaw-skills-skills-mejango-juicy-jb-fund-access-limits-skill-md | jb-fund-access-limits | openclaw | Query and display Juicebox V5 fund access limits (payout limits, surplus allowances).
Use when: (1) surplusAllowancesOf or payoutLimitsOf returns empty but values exist,
(2) need to detect "unlimited" values which can be various max integers not just uint256,
(3) fund access limits show as zero for USDC-based projects when querying with ETH token,
(4) REVDeployer stageOf or configurationOf reverts, (5) CONFIGURING project deployment
and need unlimited payouts - CRITICAL: empty fundAccessLimitGroups means ZERO payouts
not unlimited, must use uint224.max for unlimited. Covers JBFundAccessLimits querying,
multi-token support (ETH/USDC), ruleset chain walking, unlimited value detection, and
proper configuration for project deployment. | https://github.com/openclaw/skills/tree/main/skills/mejango/juicy/jb-fund-access-limits | https://skillsmp.com/skills/openclaw-skills-skills-mejango-juicy-jb-fund-access-limits-skill-md | 652 | 1,769,882,785 | 801e4d0c10b57efab7af82ebff65da78fbb3b5ca1cced6bf9a3b34e83a67d77c |
openclaw-skills-skills-mejango-juicy-jb-multi-currency-skill-md | jb-multi-currency | openclaw | Handle Juicebox V5 multi-currency projects (ETH vs USDC accounting).
Use when: (1) building UI that displays currency labels (ETH vs USDC),
(2) sending transactions that require currency parameter,
(3) configuring fund access limits or accounting contexts for new rulesets,
(4) querying project balance/surplus with correct token,
(5) debugging "wrong currency" issues in payout or allowance transactions,
(6) need currency code constants (NATIVE_CURRENCY=61166, USDC varies by chain),
(7) cash out modal shows wrong return currency (ETH instead of USDC),
(8) need shared chain constants (names, explorers) across multiple modals.
Currency in JBAccountingContext is uint32(uint160(tokenAddress)), NOT 1 or 2.
Covers baseCurrency detection, decimal handling, terminal accounting, currency codes,
dynamic labels, cash out return display, and shared chain constants patterns. | https://github.com/openclaw/skills/tree/main/skills/mejango/juicy/jb-multi-currency | https://skillsmp.com/skills/openclaw-skills-skills-mejango-juicy-jb-multi-currency-skill-md | 652 | 1,769,882,785 | 88541871a71e0a52251436e41506e6cb5a19ad3f3114b979e4cba70d21e34206 |
vercel-next-js-claude-plugin-plugins-cache-components-skills-cache-components-skill-md | cache-components | vercel | Expert guidance for Next.js Cache Components and Partial Prerendering (PPR).
**PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations.
**DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions.
**USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations. | https://github.com/vercel/next.js/tree/canary/.claude-plugin/plugins/cache-components/skills/cache-components | https://skillsmp.com/skills/vercel-next-js-claude-plugin-plugins-cache-components-skills-cache-components-skill-md | 137,547 | 1,767,911,848 | 42c1d914bc75f4a9680b2bdcf11e15a5901c9bdfc6b65e18e53091a81797f968 |
vitorpamplona-amethyst-claude-skills-kotlin-multiplatform-skill-md | kotlin-multiplatform | vitorpamplona | Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific,
source set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets
(Android, JVM/Desktop, iOS) with web/wasm future considerations. Integrates with gradle-expert for dependency issues.
Triggers on: abstraction decisions ("should I share this?"), source set placement questions, expect/actual creation,
build.gradle.kts work, incorrect placement detection, KMP dependency suggestions. | https://github.com/vitorpamplona/amethyst/tree/main/.claude/skills/kotlin-multiplatform | https://skillsmp.com/skills/vitorpamplona-amethyst-claude-skills-kotlin-multiplatform-skill-md | 1,333 | 1,767,178,825 | 6288e5ba271b128e7730685350a31d9a6aa4531295935e0be92362fbb3c1a1b1 |
veraticus-nix-config-home-manager-claude-code-skills-n8n-skill-md | managing-n8n | Veraticus | Manages n8n workflow automation on ultraviolet. Use when creating workflows, managing backups, configuring credentials, or service operations. | https://github.com/Veraticus/nix-config/tree/main/home-manager/claude-code/skills/n8n | https://skillsmp.com/skills/veraticus-nix-config-home-manager-claude-code-skills-n8n-skill-md | 825 | 1,770,229,132 | 59b5daf80aa6dd9aff8e8f4d9a7ee2c72c9d200b28f10321ffd098b3de51bd61 |
max-sixty-worktrunk-claude-plugin-skills-worktrunk-skill-md | worktrunk | max-sixty | Guidance for Worktrunk, a CLI tool for managing git worktrees. Covers configuration (user config at ~/.config/worktrunk/config.toml and project hooks at .config/wt.toml), usage, and troubleshooting. Use for "setting up commit message generation", "configuring hooks", "automating tasks", or general worktrunk questions. | https://github.com/max-sixty/worktrunk/tree/main/.claude-plugin/skills/worktrunk | https://skillsmp.com/skills/max-sixty-worktrunk-claude-plugin-skills-worktrunk-skill-md | 1,821 | 1,770,256,807 | 46bc7c4c25443513382da3a229ded46c282fb94c3743dda69008d4f0fc612e53 |
openclaw-skills-skills-0xm1kr-doppel-block-builder-skill-md | doppel-block-builder | openclaw | Place MML blocks in Doppel worlds. Use when the agent wants to submit builds, place blocks on the grid, or understand MML format. Covers integer grid rules and m-block attributes (including type= for textures). | https://github.com/openclaw/skills/tree/main/skills/0xm1kr/doppel-block-builder | https://skillsmp.com/skills/openclaw-skills-skills-0xm1kr-doppel-block-builder-skill-md | 652 | 1,770,226,718 | 33ced0ccce49cfbed140c2761834bfc5c25da8292c06ae178a00d63769044d38 |
davila7-claude-code-templates-cli-tool-components-skills-ai-research-agent-tool-builder-skill-md | agent-tool-builder | davila7 | Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/ai-research/agent-tool-builder | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-ai-research-agent-tool-builder-skill-md | 19,575 | 1,769,353,274 | 135512a22520097dae2da8dbe21c90aa94cd83d8a19ee8c9465356837ddfb169 |
openclaw-skills-skills-hhhh124hhhh-ai-image-generation-prompts-9142af54-skill-md | ai-image-generation-prompts-9142af54 | openclaw | Generate an image of a whimsical, fairytale-inspired floral · arch with pastel-colored flowers and delicate ivy. | https://github.com/openclaw/skills/tree/main/skills/hhhh124hhhh/ai-image-generation-prompts-9142af54 | https://skillsmp.com/skills/openclaw-skills-skills-hhhh124hhhh-ai-image-generation-prompts-9142af54-skill-md | 652 | 1,769,880,843 | e06d7db04797617845146a846d9a27df909c4705a61277ab8b470b9f43527704 |
openclaw-skills-skills-hhhh124hhhh-ai-image-generation-prompts-0d857478-skill-md | ai-image-generation-prompts-0d857478 | openclaw | Generate an image of a whimsical, fairytale-inspired floral · arch with pastel-colored flowers and delicate ivy | https://github.com/openclaw/skills/tree/main/skills/hhhh124hhhh/ai-image-generation-prompts-0d857478 | https://skillsmp.com/skills/openclaw-skills-skills-hhhh124hhhh-ai-image-generation-prompts-0d857478-skill-md | 652 | 1,769,867,973 | bd9044ac9b657ffee504018cdb09fd3b22c894c4a4a9df3ac2480a061078582d |
davila7-claude-code-templates-cli-tool-components-skills-business-marketing-product-manager-toolkit-skill-md | product-manager-toolkit | davila7 | Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/business-marketing/product-manager-toolkit | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-business-marketing-product-manager-toolkit-skill-md | 19,575 | 1,766,196,856 | 2b17407cb3987ab86b78b8953c07223fafbc2916c8da4e2ce8e26bd0483b390d |
gittools-gitversion-github-skills-dotnet-dev-skill-md | dotnet-dev | GitTools | Expert guidance for .NET development in this repository. Use this skill for building, testing, debugging, and understanding project structure, coding conventions, dependency injection patterns, and testing practices. | https://github.com/GitTools/GitVersion/tree/main/.github/skills/dotnet-dev | https://skillsmp.com/skills/gittools-gitversion-github-skills-dotnet-dev-skill-md | 3,088 | 1,769,952,659 | 0ae74e0c2d1f39d870318d66bf2057e698a444c3cc26d339ce470279a52d1858 |
yamadashy-repomix-claude-skills-repomix-explorer-skill-md | repomix-explorer | yamadashy | Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. Triggers on: 'analyze this repo', 'explore codebase', 'what's the structure', 'find patterns in repo', 'how many files/tokens'. Runs repomix CLI to pack repositories, then analyzes the output. | https://github.com/yamadashy/repomix/tree/main/.claude/skills/repomix-explorer | https://skillsmp.com/skills/yamadashy-repomix-claude-skills-repomix-explorer-skill-md | 21,729 | 1,768,646,714 | be5ecac5be37491d932b0591c7556e8aeb053b287301304cc00c1ccaa5d0bea8 |
sickn33-antigravity-awesome-skills-skills-flutter-expert-skill-md | flutter-expert | sickn33 | Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or cross-platform features. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/flutter-expert | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-flutter-expert-skill-md | 7,497 | 1,769,616,926 | 3e87280d3e8315e656b26f5f139fa170e0f795035f73922da364c2d4d818ba56 |
sickn33-antigravity-awesome-skills-skills-mobile-developer-skill-md | mobile-developer | sickn33 | Develop React Native, Flutter, or native mobile apps with modern architecture patterns. Masters cross-platform development, native integrations, offline sync, and app store optimization. Use PROACTIVELY for mobile features, cross-platform code, or app optimization. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/mobile-developer | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-mobile-developer-skill-md | 7,497 | 1,769,616,926 | 985d5062e5363e1d016bf2a583169318b916540a1e045e23efcc7566298cd3c3 |
sickn33-antigravity-awesome-skills-skills-frontend-mobile-development-component-scaffold-skill-md | frontend-mobile-development-component-scaffold | sickn33 | You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/frontend-mobile-development-component-scaffold | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-frontend-mobile-development-component-scaffold-skill-md | 7,497 | 1,769,616,926 | 1dc2064bc66658f67dce352ce80af7c8c6e08ae19b9ac7b21a50a76a2718ca59 |
sickn33-antigravity-awesome-skills-skills-multi-platform-apps-multi-platform-skill-md | multi-platform-apps-multi-platform | sickn33 | Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/multi-platform-apps-multi-platform | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-multi-platform-apps-multi-platform-skill-md | 7,497 | 1,769,616,926 | f1325102ec8ac7b8b557bca8763798770af9fe8804e4fbe449a29ca93e24d566 |
wshobson-agents-plugins-frontend-mobile-development-skills-react-native-architecture-skill-md | react-native-architecture | wshobson | Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects. | https://github.com/wshobson/agents/tree/main/plugins/frontend-mobile-development/skills/react-native-architecture | https://skillsmp.com/skills/wshobson-agents-plugins-frontend-mobile-development-skills-react-native-architecture-skill-md | 27,924 | 1,768,860,423 | 3d3a24f3f2a1394745e618dcf60c0f311804a6802d369ee8126fc497ee6dbfd1 |
microsoft-skills-github-skills-m365-agents-py-skill-md | m365-agents-py | microsoft | Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "microsoft_agents", "AgentApplication", "start_agent_process", "TurnContext", "Copilot Studio client", "CloudAdapter". | https://github.com/microsoft/skills/tree/main/.github/skills/m365-agents-py | https://skillsmp.com/skills/microsoft-skills-github-skills-m365-agents-py-skill-md | 825 | 1,770,125,054 | 86ea1abea2256fbe44f9d731353510ec2fa486425eaf552c9e0a097665b926c1 |
davila7-claude-code-templates-cli-tool-components-skills-business-marketing-competitor-alternatives-skill-md | competitor-alternatives | davila7 | When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/business-marketing/competitor-alternatives | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-business-marketing-competitor-alternatives-skill-md | 19,575 | 1,769,353,274 | 1220439227768f626870af57f75d5fe63d9c03215b0451a59c1ce8a3f5b39cc4 |
openclaw-skills-skills-therohitdas-transcript-skill-md | transcript | openclaw | Get transcripts from any YouTube video — for summarization, research, translation, quoting, or content analysis. Use when the user shares a video link or asks "what did they say", "get the transcript", "transcribe this video", "summarize this video", or wants to analyze spoken content. | https://github.com/openclaw/skills/tree/main/skills/therohitdas/transcript | https://skillsmp.com/skills/openclaw-skills-skills-therohitdas-transcript-skill-md | 652 | 1,769,934,850 | 54ad64a86d813ec716d70b0018b4e126c44dbbae52ac94f62dc8db3dcfcce347 |
openclaw-skills-skills-therohitdas-transcriptapi-skill-md | transcriptapi | openclaw | Full TranscriptAPI toolkit — fetch YouTube transcripts, search videos and channels, browse channel uploads, get latest videos, and explore playlists. Use when the user wants to work with YouTube content programmatically, get transcripts for summarization or analysis, find videos, or monitor channels. Triggers on YouTube URLs, "transcript", "transcriptapi", "video summary", "what did they say", "find videos about", "search youtube". | https://github.com/openclaw/skills/tree/main/skills/therohitdas/transcriptapi | https://skillsmp.com/skills/openclaw-skills-skills-therohitdas-transcriptapi-skill-md | 652 | 1,769,934,845 | cb963f7dffc4c5db5a8706f3f15b0c7e18272151670e1c815f4fe7d6e87fa2a9 |
openclaw-skills-skills-spamtylor-hydra-evolver-skill-md | hydra-evolver | openclaw | A Proxmox-native orchestration skill that turns any home lab into a Self-Healing AI Swarm. | https://github.com/openclaw/skills/tree/main/skills/spamtylor/hydra-evolver | https://skillsmp.com/skills/openclaw-skills-skills-spamtylor-hydra-evolver-skill-md | 652 | 1,770,329,222 | 5d18043b69929f8d7fb21b39570008aa903e2f9f587d47e0edb3c7f77e9ccc25 |
openclaw-skills-skills-oliveskin-agent-tinman-skill-md | tinman | openclaw | AI security scanner with active prevention - 168 detection patterns, 288 attack probes, safer/risky/yolo modes, agent self-protection via /tinman check | https://github.com/openclaw/skills/tree/main/skills/oliveskin/agent-tinman | https://skillsmp.com/skills/openclaw-skills-skills-oliveskin-agent-tinman-skill-md | 652 | 1,769,994,153 | c58279371f3cccaa88b1ca4f351c3e2dcce20c2a3a1a9720d3d54b48afda0a89 |
openclaw-skills-skills-digitaladaption-openclaw-skills-security-checker-skill-md | security-skill-scanner | openclaw | Security scanner for ClawdHub skills - detects suspicious patterns, manages whitelists, and monitors Moltbook for security threats. | https://github.com/openclaw/skills/tree/main/skills/digitaladaption/openclaw-skills-security-checker | https://skillsmp.com/skills/openclaw-skills-skills-digitaladaption-openclaw-skills-security-checker-skill-md | 652 | 1,769,866,346 | 2675d5417335acf46f06f20ee74756be4c3092f5823d9cce56002e83a34f829b |
openclaw-skills-skills-killerapp-agentskills-io-skill-md | agentskills-io | openclaw | Create, validate, and publish Agent Skills following the official open standard from agentskills.io. Use when (1) creating new skills for AI agents, (2) validating skill structure and metadata, (3) understanding the Agent Skills specification, (4) converting existing documentation into portable skills, or (5) ensuring cross-platform compatibility with Claude Code, Cursor, GitHub Copilot, and other tools. | https://github.com/openclaw/skills/tree/main/skills/killerapp/agentskills-io | https://skillsmp.com/skills/openclaw-skills-skills-killerapp-agentskills-io-skill-md | 652 | 1,770,374,272 | ed8dffd93da6a7e00df86cfdbcbdc84cebf2b0f13d75701f7d65d585b4a1562e |
catlog22-claude-code-workflow-claude-skills-skill-generator-skill-md | skill-generator | catlog22 | Meta-skill for creating new Claude Code skills with configurable execution modes. Supports sequential (fixed order) and autonomous (stateless) phase patterns. Use for skill scaffolding, skill creation, or building new workflows. Triggers on "create skill", "new skill", "skill generator". | https://github.com/catlog22/Claude-Code-Workflow/tree/main/.claude/skills/skill-generator | https://skillsmp.com/skills/catlog22-claude-code-workflow-claude-skills-skill-generator-skill-md | 1,259 | 1,769,672,566 | b100b4a451ab934211af133ec821d04cd4253d92520dfb1ef4f8abe364a69585 |
trailofbits-skills-plugins-testing-handbook-skills-skills-testing-handbook-generator-skill-md | testing-handbook-generator | trailofbits | Meta-skill that analyzes the Trail of Bits Testing Handbook (appsec.guide) and generates Claude Code skills for security testing tools and techniques. Use when creating new skills based on handbook content. | https://github.com/trailofbits/skills/tree/main/plugins/testing-handbook-skills/skills/testing-handbook-generator | https://skillsmp.com/skills/trailofbits-skills-plugins-testing-handbook-skills-skills-testing-handbook-generator-skill-md | 2,412 | 1,768,998,620 | 116475f533b3a75821eeebb0ee939d7e080ca0db3e16ef7e17f2eae27eb09c39 |
2025emma-vibe-coding-cn-i18n-zh-skills-claude-skills-skill-md | claude-skills | 2025Emma | Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity, activation reliability, and quality gates. | https://github.com/2025Emma/vibe-coding-cn/tree/main/i18n/zh/skills/claude-skills | https://skillsmp.com/skills/2025emma-vibe-coding-cn-i18n-zh-skills-claude-skills-skill-md | 11,248 | 1,765,930,278 | 1636c0c27b189c314c05ca87589a15560a12b7596675957391f58141841e3892 |
openclaw-skills-skills-richginsberg-ralph-mode-skill-md | ralph-mode | openclaw | Autonomous development loops with iteration, backpressure gates, and completion criteria. Use for sustained coding sessions that require multiple iterations, test validation, and structured progress tracking. Supports Next.js, Python, FastAPI, and GPU workloads with Ralph Wiggum methodology adapted for OpenClaw. | https://github.com/openclaw/skills/tree/main/skills/richginsberg/ralph-mode | https://skillsmp.com/skills/openclaw-skills-skills-richginsberg-ralph-mode-skill-md | 652 | 1,770,361,321 | 1564137ea34de94324ea81c370fcdaa2ea04cd023bd7ebdd96f3c85b4b5d6249 |
upstash-ratelimit-js-skills-skill-md | ratelimit-ts | upstash | Lightweight guidance for using the Redis Rate Limit TypeScript SDK, including setup steps, basic usage, and pointers to advanced algorithm, features, pricing, and traffic‑protection docs. | https://github.com/upstash/ratelimit-js/tree/main/skills | https://skillsmp.com/skills/upstash-ratelimit-js-skills-skill-md | 2,012 | 1,770,018,659 | cffcdd24da0f15cef44ce0124722961c46211f2cecf223c233d650350ec94484 |
tldraw-tldraw-claude-skills-write-docs-skill-md | write-docs | tldraw | Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/. | https://github.com/tldraw/tldraw/tree/main/.claude/skills/write-docs | https://skillsmp.com/skills/tldraw-tldraw-claude-skills-write-docs-skill-md | 45,079 | 1,769,884,930 | 0ec81a381162590ac2a403f4173c790f5df0173532628d498e64bbde34417653 |
tldraw-tldraw-claude-skills-write-release-notes-skill-md | write-release-notes | tldraw | Writing release notes articles for tldraw SDK releases. Use when creating new release documentation, drafting release notes from scratch, or reviewing release note quality. Provides guidance on structure, voice, and content for release files in `apps/docs/content/releases/`. | https://github.com/tldraw/tldraw/tree/main/.claude/skills/write-release-notes | https://skillsmp.com/skills/tldraw-tldraw-claude-skills-write-release-notes-skill-md | 45,079 | 1,769,884,930 | f50c31209d199083d3e5a8da006ceb9ae56eaeaee586abf058f7f554ea102f44 |
openclaw-skills-skills-am-will-openai-docs-skill-md | openai-docs-skill | openclaw | Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl/jq). Use whenever a task involves the OpenAI API (Responses, Chat Completions, Realtime, etc.), OpenAI SDKs, ChatGPT Apps SDK, Codex, MCP integrations, endpoint schemas, parameters, limits, or migrations and you need up-to-date official guidance. | https://github.com/openclaw/skills/tree/main/skills/am-will/openai-docs | https://skillsmp.com/skills/openclaw-skills-skills-am-will-openai-docs-skill-md | 652 | 1,768,678,324 | 78619869d05dedcce2250d27a303e6f27607bd42f7696b3e78cd553454d01089 |
github-awesome-copilot-skills-microsoft-code-reference-skill-md | microsoft-code-reference | github | Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs. | https://github.com/github/awesome-copilot/tree/main/skills/microsoft-code-reference | https://skillsmp.com/skills/github-awesome-copilot-skills-microsoft-code-reference-skill-md | 20,331 | 1,768,378,051 | 1c6d9e87aa566142964eac599b397c8a934c9f8543c136787abb6b9ad6f6eda2 |
openclaw-skills-skills-bertxtrella-aluvia-brave-search-skill-md | aluvia-brave-search | openclaw | Web search and content extraction via Brave Search API, with unblockable access using Aluvia mobile proxy. Use for searching documentation, facts, or any web content. No browser required; bypasses blocks and CAPTCHAs. | https://github.com/openclaw/skills/tree/main/skills/bertxtrella/aluvia-brave-search | https://skillsmp.com/skills/openclaw-skills-skills-bertxtrella-aluvia-brave-search-skill-md | 652 | 1,769,569,455 | a578156eb932fec73727cad1a72526afc18abb55d3d617fec75bccba5e0a9fc7 |
daymade-claude-code-skills-statusline-generator-skill-md | statusline-generator | daymade | Configures and customizes Claude Code statuslines with multi-line layouts, cost tracking via ccusage, git status indicators, and customizable colors. Activates for statusline setup, installation, configuration, customization, color changes, cost display, git status integration, or troubleshooting statusline issues. | https://github.com/daymade/claude-code-skills/tree/main/statusline-generator | https://skillsmp.com/skills/daymade-claude-code-skills-statusline-generator-skill-md | 554 | 1,768,491,378 | a71f7f63f5968eccf8722b776f5344816e2de68579536a4b796682104e5babf0 |
studyzy-imewlconverter-claude-skills-openspec-bulk-archive-change-skill-md | openspec-bulk-archive-change | studyzy | 一次归档多个已完成的变更。用于归档多个并行变更。 | https://github.com/studyzy/imewlconverter/tree/master/.claude/skills/openspec-bulk-archive-change | https://skillsmp.com/skills/studyzy-imewlconverter-claude-skills-openspec-bulk-archive-change-skill-md | 9,651 | 1,769,881,051 | ff350d31c1b66281501d53377d6bb0f0739fe4399536d0d3fb90ae1331be756b |
inkeep-agents-agents-skills-pr-review-check-suggestion-skill-md | pr-review-check-suggestion | inkeep | Pre-output validation for PR review subagents. When web search is available, verifies findings against
current best practices. Otherwise, calibrates confidence based on knowledge dependencies. | https://github.com/inkeep/agents/tree/main/.agents/skills/pr-review-check-suggestion | https://skillsmp.com/skills/inkeep-agents-agents-skills-pr-review-check-suggestion-skill-md | 905 | 1,770,366,021 | 3a641d7a6837d4f4d67da5898861be20a8a0de36e30b08a38717acef0b2618b8 |
meta-pytorch-openenv-claude-skills-pre-submit-pr-skill-md | pre-submit-pr | meta-pytorch | Validate changes before submitting a pull request. Run comprehensive checks including lint, tests, alignment review, and RFC analysis. Use before creating a PR, when asked if code is ready for review, or before pushing for PR. | https://github.com/meta-pytorch/OpenEnv/tree/main/.claude/skills/pre-submit-pr | https://skillsmp.com/skills/meta-pytorch-openenv-claude-skills-pre-submit-pr-skill-md | 1,118 | 1,770,327,842 | 1129557591deb3d6cbd70000cb64b8dfedfb452659f03bd6fa40fef1a31b1a77 |
openclaw-skills-skills-xthezealot-youtube-transcript-skill-md | youtube-transcript | openclaw | Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks. | https://github.com/openclaw/skills/tree/main/skills/xthezealot/youtube-transcript | https://skillsmp.com/skills/openclaw-skills-skills-xthezealot-youtube-transcript-skill-md | 652 | 1,769,549,596 | e5f848e851cae1d170cf3296bfa061647363bef455e80e6381e6af81272fe850 |
openclaw-skills-skills-snail3d-clawd-skills-skill-maker-skill-md | skill-maker | openclaw | Create, package, and publish Clawdbot skills. Generates SKILL.md, boilerplate code, README, and prepares publishable zip files for GitHub and Skill Hub. | https://github.com/openclaw/skills/tree/main/skills/snail3d/clawd/skills/skill-maker | https://skillsmp.com/skills/openclaw-skills-skills-snail3d-clawd-skills-skill-maker-skill-md | 652 | 1,770,291,586 | aeeb3ccee5811351d4169f3aa5f9f3761883a74db844aeb6adefff83517a0896 |
openclaw-skills-skills-zfanmy-skill-from-memory-skill-md | skill-from-memory | openclaw | Convert memory, conversation history, or completed tasks into publishable OpenClaw skills. Use when (1) A task or workflow should be reusable, (2) Extracting lessons from memory to create tools, (3) Packaging solved problems as skills for future use, (4) Publishing skills to GitHub and ClawHub registry. | https://github.com/openclaw/skills/tree/main/skills/zfanmy/skill-from-memory | https://skillsmp.com/skills/openclaw-skills-skills-zfanmy-skill-from-memory-skill-md | 652 | 1,770,197,771 | b0615ab7104761c666d336fba70ca044377cb1a34aac1fd0ee7dc92222d5fdad |
openclaw-skills-skills-irook661-github-actions-troubleshooting-skill-md | github-actions-troubleshooting | openclaw | Troubleshoot GitHub Actions workflows, particularly for Go projects. Diagnose failing workflows, distinguish between code and environment issues, interpret logs, and apply fixes for common CI/CD problems. | https://github.com/openclaw/skills/tree/main/skills/irook661/github-actions-troubleshooting | https://skillsmp.com/skills/openclaw-skills-skills-irook661-github-actions-troubleshooting-skill-md | 652 | 1,770,028,366 | ebb46cc91aaada27dcfcee9e1a15e6a1e1438680f4fc39919d57e6e779403557 |
dotnet-maui-github-skills-issue-triage-skill-md | issue-triage | dotnet | Queries and triages open GitHub issues that need attention. Helps identify issues needing milestones, labels, or investigation. | https://github.com/dotnet/maui/tree/main/.github/skills/issue-triage | https://skillsmp.com/skills/dotnet-maui-github-skills-issue-triage-skill-md | 23,161 | 1,769,723,182 | 55dce0568996c6542926f2d154c684b8df1eebb06ae952c452b770b783c13e0f |
davila7-claude-code-templates-cli-tool-components-skills-enterprise-communication-daily-meeting-update-skill-md | daily-meeting-update | davila7 | Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/enterprise-communication/daily-meeting-update | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-enterprise-communication-daily-meeting-update-skill-md | 19,575 | 1,769,302,602 | 21961a916f1c007d613174851f3b95bd03e9a8c72a76e08978a05e477058a46a |
openclaw-skills-skills-robnew-duplicati-skill-skill-md | duplicati | openclaw | Manage Duplicati backups on the server using secure Bearer tokens. | https://github.com/openclaw/skills/tree/main/skills/robnew/duplicati-skill | https://skillsmp.com/skills/openclaw-skills-skills-robnew-duplicati-skill-skill-md | 652 | 1,770,084,335 | aa94f757eff021c1e2b2fc01cfb0192c500f83df39d65543440234ad5bd46fad |
dadbodgeoff-drift-skills-idempotency-skill-md | idempotency | dadbodgeoff | Implement idempotent API operations to safely handle retries and prevent duplicate processing. Use when building payment APIs, order systems, or any operation that must not be executed twice. | https://github.com/dadbodgeoff/drift/tree/main/skills/idempotency | https://skillsmp.com/skills/dadbodgeoff-drift-skills-idempotency-skill-md | 670 | 1,769,121,448 | 112ed151035a4097cae7127027adcaa3403df827d5ba45ef06e6eb23031bab2c |
davila7-claude-code-templates-cli-tool-components-skills-web-development-shopify-apps-skill-md | shopify-apps | davila7 | Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. Use when: shopify app, shopify, embedded app, polaris, app bridge. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/web-development/shopify-apps | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-web-development-shopify-apps-skill-md | 19,575 | 1,769,353,274 | 3116706680b11e99a2af60de1c4b83d63e94732c5f460ea8cc79d39e22ff030c |
davila7-claude-code-templates-cli-tool-components-skills-web-development-shopify-development-skill-md | shopify-development | davila7 | Build Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid.
TRIGGER: "shopify", "shopify app", "checkout extension", "admin extension", "POS extension",
"shopify theme", "liquid template", "polaris", "shopify graphql", "shopify webhook",
"shopify billing", "app subscription", "metafields", "shopify functions" | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/web-development/shopify-development | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-web-development-shopify-development-skill-md | 19,575 | 1,769,353,274 | 53a9d4e03db1c7a90101966cbdd226bf0c17b175385708df63a8e79919e86413 |
mrgoonie-claudekit-skills-claude-skills-shopify-skill-md | shopify | mrgoonie | Build Shopify applications, extensions, and themes using GraphQL/REST APIs, Shopify CLI, Polaris UI components, and Liquid templating. Capabilities include app development with OAuth authentication, checkout UI extensions for customizing checkout flow, admin UI extensions for dashboard integration, POS extensions for retail, theme development with Liquid, webhook management, billing API integration, product/order/customer management. Use when building Shopify apps, implementing checkout customizations, creating admin interfaces, developing themes, integrating payment processing, managing store data via APIs, or extending Shopify functionality. | https://github.com/mrgoonie/claudekit-skills/tree/main/.claude/skills/shopify | https://skillsmp.com/skills/mrgoonie-claudekit-skills-claude-skills-shopify-skill-md | 1,666 | 1,762,426,148 | f13200a210518f262c738f8591b6f1c52e4879ef53075169127454fba40b4141 |
sickn33-antigravity-awesome-skills-skills-reference-builder-skill-md | reference-builder | sickn33 | Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. Use PROACTIVELY for API docs, configuration references, or complete technical specifications. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/reference-builder | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-reference-builder-skill-md | 7,497 | 1,769,616,926 | 9054a111726cd55fc907394d48184af88fbdf71799ced66360a1542d5528ac99 |
rohitg00-kubectl-mcp-server-kubernetes-skills-claude-k8s-deploy-skill-md | k8s-deploy | rohitg00 | Deploy and manage Kubernetes workloads with progressive delivery. Use for deployments, rollouts, blue-green, canary releases, scaling, and release management. | https://github.com/rohitg00/kubectl-mcp-server/tree/main/kubernetes-skills/claude/k8s-deploy | https://skillsmp.com/skills/rohitg00-kubectl-mcp-server-kubernetes-skills-claude-k8s-deploy-skill-md | 784 | 1,769,774,248 | c96e5ee12d91fce42859e8bfdbe43cc0c703d00f91d2f84b3cfdd99dffbec309 |
openclaw-skills-skills-ddevaal-kubectl-skill-md | kubectl-skill | openclaw | Execute and manage Kubernetes clusters via kubectl commands. Query resources, deploy applications, debug containers, manage configurations, and monitor cluster health. Use when working with Kubernetes clusters, containers, deployments, or pod diagnostics. | https://github.com/openclaw/skills/tree/main/skills/ddevaal/kubectl | https://skillsmp.com/skills/openclaw-skills-skills-ddevaal-kubectl-skill-md | 652 | 1,769,252,524 | 26f50222c48f6c42b1766b019961663a1adce0b052f6dc6561d9287661be9849 |
mrgoonie-claudekit-skills-claude-skills-devops-skill-md | devops | mrgoonie | Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit. | https://github.com/mrgoonie/claudekit-skills/tree/main/.claude/skills/devops | https://skillsmp.com/skills/mrgoonie-claudekit-skills-claude-skills-devops-skill-md | 1,666 | 1,768,639,514 | d97b724216d6259d3a59b66bc2ed0bb4bf5ffe59435061b2c7520c881f93e133 |
openclaw-openclaw-skills-weather-skill-md | weather | openclaw | Get current weather and forecasts (no API key required). | https://github.com/openclaw/openclaw/tree/main/skills/weather | https://skillsmp.com/skills/openclaw-openclaw-skills-weather-skill-md | 169,850 | 1,769,862,085 | 763788bb2d92f6b2e2c5ed0e3aa1e6627085b3b055331452d0a282f50dbacb31 |
davila7-claude-code-templates-cli-tool-components-skills-business-marketing-micro-saas-launcher-skill-md | micro-saas-launcher | davila7 | Expert in launching small, focused SaaS products fast - the indie hacker approach to building profitable software. Covers idea validation, MVP development, pricing, launch strategies, and growing to sustainable revenue. Ship in weeks, not months. Use when: micro saas, indie hacker, small saas, side project, saas mvp. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/business-marketing/micro-saas-launcher | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-business-marketing-micro-saas-launcher-skill-md | 19,575 | 1,769,353,274 | db8ba560511c789d96ecb53ff8be76d375297edbcfd5122abe286d2f5b729791 |
dicklesworthstone-beads-viewer-skill-md | bv | Dicklesworthstone | Beads Viewer - Graph-aware triage engine for Beads projects. Computes PageRank, betweenness, critical path, and cycles. Use --robot-* flags for AI agents. | https://github.com/Dicklesworthstone/beads_viewer | https://skillsmp.com/skills/dicklesworthstone-beads-viewer-skill-md | 1,199 | 1,770,262,169 | 564a2a83843b0dc0d456e197fc3a3c9b8437d14e5e6ddf9ab75b939ecf93d904 |
openclaw-skills-skills-clawdnw-agent-swarm-workflow-skill-md | agent-swarm-workflow | openclaw | Jeffrey Emanuel's multi-agent implementation workflow using NTM, Agent Mail, Beads, and BV. The execution phase that follows planning and bead creation. Includes exact prompts used. | https://github.com/openclaw/skills/tree/main/skills/clawdnw/agent-swarm-workflow | https://skillsmp.com/skills/openclaw-skills-skills-clawdnw-agent-swarm-workflow-skill-md | 652 | 1,769,979,863 | e72037c59817f2fe6a67a37b68592d7ac0551ddce5cf89f421913a17624265e5 |
openclaw-skills-skills-jaysonsantos-bvg-route-skill-md | bvg-route | openclaw | Route planning for Berlin public transport (BVG) using the v6.bvg.transport.rest API. Use when the user asks for: (1) route suggestions between two addresses or stops, (2) live next-departure info for a stop, (3) arrival-time–based journey planning (arrive-by or depart-at). Supports outputting 2–3 options ranked by travel time, transfers, and walking, and returning step-by-step directions and refresh tokens for live updates. | https://github.com/openclaw/skills/tree/main/skills/jaysonsantos/bvg-route | https://skillsmp.com/skills/openclaw-skills-skills-jaysonsantos-bvg-route-skill-md | 652 | 1,769,697,337 | b2739c48abe5d9016a8fa7cc939a3e89336ba30edeed98950ceaf7ba9f387a65 |
sickn33-antigravity-awesome-skills-skills-database-optimizer-skill-md | database-optimizer | sickn33 | Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning strategies, and cloud database optimization. Handles complex query analysis, migration strategies, and performance monitoring. Use PROACTIVELY for database optimization, performance issues, or scalability challenges. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/database-optimizer | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-database-optimizer-skill-md | 7,497 | 1,769,616,926 | ee1e5bfb2d02d2c935997e1acfe7b0f412b6d44bd40d2a9e55eb86ebdbb2c358 |
letta-ai-letta-skills-db-migrations-schema-changes-skill-md | db-migrations-and-schema-changes | letta-ai | Workflows and commands for managing Alembic database migrations and schema changes in the letta-cloud core app, including using uv, just, LETTA_PG_URI, and switching between SQLite and Postgres. | https://github.com/letta-ai/letta/tree/main/.skills/db-migrations-schema-changes | https://skillsmp.com/skills/letta-ai-letta-skills-db-migrations-schema-changes-skill-md | 21,000 | 1,768,787,515 | 01faff8fe127e0a19ca33d6ab03c1fb94c4d0e08fa0b18981a03db87fe5512ca |
prowler-cloud-prowler-skills-ai-sdk-5-skill-md | ai-sdk-5 | prowler-cloud | Vercel AI SDK 5 patterns. Trigger: When building AI features with AI SDK v5 (chat, streaming, tools/function calling, UIMessage parts), including migration from v4. | https://github.com/prowler-cloud/prowler/tree/master/skills/ai-sdk-5 | https://skillsmp.com/skills/prowler-cloud-prowler-skills-ai-sdk-5-skill-md | 12,930 | 1,768,301,084 | c89c5bebb3cc876b0c7e13105e9957171cac49b835cb0d1e855387eff7d9f2b9 |
prowler-cloud-prowler-skills-zod-4-skill-md | zod-4 | prowler-cloud | Zod 4 schema validation patterns. Trigger: When creating or updating Zod v4 schemas for validation/parsing (forms, request payloads, adapters), including v3 -> v4 migration patterns. | https://github.com/prowler-cloud/prowler/tree/master/skills/zod-4 | https://skillsmp.com/skills/prowler-cloud-prowler-skills-zod-4-skill-md | 12,930 | 1,768,301,084 | 76e7188315f316266580b8c6b55c3436e6d8e31105b9aef5cdcfd1cb2760b4d6 |
mrgoonie-claudekit-skills-claude-skills-databases-skill-md | databases | mrgoonie | Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases. | https://github.com/mrgoonie/claudekit-skills/tree/main/.claude/skills/databases | https://skillsmp.com/skills/mrgoonie-claudekit-skills-claude-skills-databases-skill-md | 1,666 | 1,762,426,148 | e0c691363267713dd5d7beed72d489b99e31a25437b7779fc841c95d39243c2d |
wshobson-agents-plugins-conductor-skills-workflow-patterns-skill-md | workflow-patterns | wshobson | Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol. | https://github.com/wshobson/agents/tree/main/plugins/conductor/skills/workflow-patterns | https://skillsmp.com/skills/wshobson-agents-plugins-conductor-skills-workflow-patterns-skill-md | 27,924 | 1,768,527,297 | 5fee373b1ed447341337780a13fad3db470dee37f7540367dc77b3d944025f2c |
sickn33-antigravity-awesome-skills-skills-frontend-developer-skill-md | frontend-developer | sickn33 | Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/frontend-developer | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-frontend-developer-skill-md | 7,497 | 1,769,616,926 | d2297909dfeed3e266a9dd937cc707d2e45791fa3ff400d34ab6e2fa4a4b5aab |
davila7-claude-code-templates-cli-tool-components-skills-utilities-browser-extension-builder-skill-md | browser-extension-builder | davila7 | Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/utilities/browser-extension-builder | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-utilities-browser-extension-builder-skill-md | 19,575 | 1,769,353,274 | c23324a779fa7d0515bf103a80bf1327c2ae19861ecf371acb2677152e328032 |
openclaw-skills-skills-nitishgargiitd-research-cog-skill-md | research-cog | openclaw | Deep research agent powered by CellCog. Market research, competitive analysis, stock analysis, investment research, academic research with citations. Your AI research analyst. | https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/research-cog | https://skillsmp.com/skills/openclaw-skills-skills-nitishgargiitd-research-cog-skill-md | 652 | 1,770,287,515 | f4c1008d0f6e783e5e7cbc228abbdbcaf63c6398a38ec327137decdbf17dede6 |
sickn33-antigravity-awesome-skills-skills-startup-analyst-skill-md | startup-analyst | sickn33 | Expert startup business analyst specializing in market sizing, financial modeling, competitive analysis, and strategic planning for early-stage companies. Use PROACTIVELY when the user asks about market opportunity, TAM/SAM/SOM, financial projections, unit economics, competitive landscape, team planning, startup metrics, or business strategy for pre-seed through Series A startups. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/startup-analyst | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-startup-analyst-skill-md | 7,497 | 1,769,616,926 | 793618105441ce57809d6c4bf7445498460e56dc17968d586a32b290eaa1e1c6 |
onekeyhq-app-monorepo-claude-skills-1k-error-handling-skill-md | 1k-error-handling | OneKeyHQ | Error handling patterns — try/catch, async errors, error boundaries, useAsyncCall, and toast messages. | https://github.com/OneKeyHQ/app-monorepo/tree/x/.claude/skills/1k-error-handling | https://skillsmp.com/skills/onekeyhq-app-monorepo-claude-skills-1k-error-handling-skill-md | 2,285 | 1,770,263,661 | cdf47adcf43fefd6377788281227bff183b293d507e52b93efefe4487fa80ffd |
amanvarshney01-create-better-t-stack-opencode-skill-better-result-adopt-skill-md | better-result-adopt | AmanVarshney01 | Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming. | https://github.com/AmanVarshney01/create-better-t-stack/tree/main/.opencode/skill/better-result-adopt | https://skillsmp.com/skills/amanvarshney01-create-better-t-stack-opencode-skill-better-result-adopt-skill-md | 4,850 | 1,768,749,150 | 98ad98a7a9d6b1c9f6fe9634ab5edd518d40a47df698456e4e1fbc6198d2150a |
bgauryy-octocode-mcp-packages-octocode-cli-skills-octocode-implement-skill-md | octocode-implement | bgauryy | Implement features from spec documents (context/doc required) | https://github.com/bgauryy/octocode-mcp/tree/main/packages/octocode-cli/skills/octocode-implement | https://skillsmp.com/skills/bgauryy-octocode-mcp-packages-octocode-cli-skills-octocode-implement-skill-md | 712 | 1,768,608,081 | 34926da3d96b1efd4956881d4837d6b9e254c527a981405a7f28186c1307d761 |
composiohq-awesome-claude-skills-telegram-automation-skill-md | telegram-automation | ComposioHQ | Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/documents, and handle bot commands. Always search tools first for current schemas. | https://github.com/ComposioHQ/awesome-claude-skills/tree/master/telegram-automation | https://skillsmp.com/skills/composiohq-awesome-claude-skills-telegram-automation-skill-md | 31,075 | 1,770,347,051 | 76595d5c8d78f819a41e8729bec4bec76137f994bb8f2614efbd5537ea5c2459 |
openclaw-skills-skills-nextfrontierbuilds-prism-alerts-skill-md | prism-alerts | openclaw | Real-time Pump.fun token alerts for Solana traders. New launches, graduations, volume spikes. For trading bots, Discord, Telegram, AI agents. | https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/prism-alerts | https://skillsmp.com/skills/openclaw-skills-skills-nextfrontierbuilds-prism-alerts-skill-md | 652 | 1,770,269,541 | 7d0f0f9d4df11349b609cb9dedaf6a959ffd93c67466a1ea8669d44995c72148 |
openclaw-skills-skills-362224222-telegram-bot-manager-skill-md | telegram-bot-manager | openclaw | Manage and configure Telegram bots for OpenClaw. Use when setting up Telegram integrations, troubleshooting bot connectivity, configuring bot tokens, or managing Telegram channel/webhook settings. Handles bot registration, token validation, and network connectivity checks for api.telegram.org. | https://github.com/openclaw/skills/tree/main/skills/362224222/telegram-bot-manager | https://skillsmp.com/skills/openclaw-skills-skills-362224222-telegram-bot-manager-skill-md | 652 | 1,770,257,298 | c7546acbe7d2ed01353e902576e6ac1d5df28cac62630b311cb0a75dcd0169dd |
openclaw-skills-skills-arekqq-tg-groupchat-setup-skill-md | telegram-groupchat-setup | openclaw | Configure a MoltBot agent to participate in a Telegram group chat. Automates adding the group to the allowlist, setting mention patterns, and configuring sender permissions — all via a single gateway config patch. Use when the user wants to set up their bot in a Telegram group, enable cross-bot communication, or configure group mention gating. | https://github.com/openclaw/skills/tree/main/skills/arekqq/tg-groupchat-setup | https://skillsmp.com/skills/openclaw-skills-skills-arekqq-tg-groupchat-setup-skill-md | 652 | 1,770,167,294 | a0f193b1f686bdbb646587f2dacb2894657c317fafc7ac7d4252bde9879536af |
openclaw-skills-skills-brennerspear-telegram-ops-skill-md | telegram-ops | openclaw | Telegram Bot API operations for forum management. Use for creating/editing/archiving forum topics, setting topic icons, managing Telegram groups via Bot API. Use when archiving channels/topics. Requires bot token from OpenClaw config. | https://github.com/openclaw/skills/tree/main/skills/brennerspear/telegram-ops | https://skillsmp.com/skills/openclaw-skills-skills-brennerspear-telegram-ops-skill-md | 652 | 1,770,138,310 | 67a667ff382e4919e4c7b23dd620d4c1462b5108f36f7d66b69d9342e4c628c0 |
openclaw-skills-skills-thegdsks-openclaw-profanity-skill-md | openclaw-profanity | openclaw | Content moderation plugin for OpenClaw/Moltbot AI agents. Use when building chatbots that need profanity filtering, moderating user messages in Discord/Slack/Telegram bots, or adding content moderation to OpenClaw agents. | https://github.com/openclaw/skills/tree/main/skills/thegdsks/openclaw-profanity | https://skillsmp.com/skills/openclaw-skills-skills-thegdsks-openclaw-profanity-skill-md | 652 | 1,769,935,004 | 74793c93fa14f9aa5465cc3e99f36c4013cba09f763c99f460e03cf02cb8a862 |
openclaw-skills-skills-j540-openclaw-setup-skill-md | openclaw-setup | openclaw | Set up a complete OpenClaw personal AI assistant from scratch using Claude Code. Walks through AWS provisioning, OpenClaw installation, Telegram bot creation, API configuration, Google Workspace integration, security hardening, and all power features. Give this to Claude Code and it handles the rest. | https://github.com/openclaw/skills/tree/main/skills/j540/openclaw-setup | https://skillsmp.com/skills/openclaw-skills-skills-j540-openclaw-setup-skill-md | 652 | 1,769,934,897 | f66edd4abe7b510cbc576f114db393e0b82dde50b69c63d05cc36aa485c37d17 |
openclaw-skills-skills-jordanprater-telegram-create-bot-skill-md | telegram-create-bot | openclaw | Build and manage Telegram bots via the Telegram Bot API. Create bots, send messages, handle webhooks, manage groups and channels. | https://github.com/openclaw/skills/tree/main/skills/jordanprater/telegram-create-bot | https://skillsmp.com/skills/openclaw-skills-skills-jordanprater-telegram-create-bot-skill-md | 652 | 1,769,812,550 | 440f370213b4b11d26c87af80f5e094bb0f479397b32a6f84c851de405693dc9 |
davila7-claude-code-templates-cli-tool-components-skills-enterprise-communication-telegram-bot-builder-skill-md | telegram-bot-builder | davila7 | Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/enterprise-communication/telegram-bot-builder | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-enterprise-communication-telegram-bot-builder-skill-md | 19,575 | 1,769,353,274 | 24254954d0d35f633fe8f90d58b6b5147c5cbcf52b7bd762ba632280bfcfcb97 |
2025emma-vibe-coding-cn-i18n-zh-skills-telegram-dev-skill-md | telegram-dev | 2025Emma | Telegram 生态开发全栈指南 - 涵盖 Bot API、Mini Apps (Web Apps)、MTProto 客户端开发。包括消息处理、支付、内联模式、Webhook、认证、存储、传感器 API 等完整开发资源。 | https://github.com/2025Emma/vibe-coding-cn/tree/main/i18n/zh/skills/telegram-dev | https://skillsmp.com/skills/2025emma-vibe-coding-cn-i18n-zh-skills-telegram-dev-skill-md | 11,248 | 1,765,930,278 | 4cf319582f8374b47f745c1a3323bcd2fca4478b4bfa67decb77400b3d068285 |
openclaw-skills-skills-aricus-nzbget-skill-md | nzbget | openclaw | Check NZBGet download status and queue information. Use when the user asks about NZBGet downloads, wants to know how many things are downloading, check download speed, view the queue, or get a full status report of their Usenet downloads. | https://github.com/openclaw/skills/tree/main/skills/aricus/nzbget | https://skillsmp.com/skills/openclaw-skills-skills-aricus-nzbget-skill-md | 652 | 1,770,080,691 | e45b5635f2743b229fb78526c7715169a32970e9fd2638d87c4dfcd64b28567e |
openclaw-skills-skills-jmagar-sabnzbd-skill-md | sabnzbd | openclaw | Manage Usenet downloads with SABnzbd. Use when the user asks to "check SABnzbd", "list NZB queue", "add NZB", "pause downloads", "resume downloads", "SABnzbd status", "Usenet queue", "NZB history", or mentions SABnzbd/sab download management. | https://github.com/openclaw/skills/tree/main/skills/jmagar/sabnzbd | https://skillsmp.com/skills/openclaw-skills-skills-jmagar-sabnzbd-skill-md | 652 | 1,769,203,918 | 29b800af56b6af73403ee3d0fd411478833b4f84896ebfdbe27a01753d6344fa |
zhayujie-chatgpt-on-wechat-skills-linkai-agent-skill-md | linkai-agent | zhayujie | Call LinkAI applications and workflows. Use bash command to execute like 'bash <base_dir>/scripts/call.sh <app_code> <question>'. | https://github.com/zhayujie/chatgpt-on-wechat/tree/master/skills/linkai-agent | https://skillsmp.com/skills/zhayujie-chatgpt-on-wechat-skills-linkai-agent-skill-md | 41,110 | 1,770,004,133 | a10d1d16c75d2d627c7a50235ff697536f0a12c6fdd6b5ee0fc79d863030e486 |
langwatch-langwatch-claude-skills-review-skill-md | review | langwatch | Run parallel code reviews: uncle-bob-reviewer (SOLID/TDD), cupid-reviewer (CUPID properties), and test-reviewer (pyramid placement). Surfaces conflicts for orchestrator resolution. | https://github.com/langwatch/langwatch/tree/main/.claude/skills/review | https://skillsmp.com/skills/langwatch-langwatch-claude-skills-review-skill-md | 2,807 | 1,770,119,090 | 26dc156ae45e7b8754a5d2068a7fcae14c1c321053e642ba4361d506f8581752 |
sickn33-antigravity-awesome-skills-skills-tdd-orchestrator-skill-md | tdd-orchestrator | sickn33 | Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. Enforces TDD best practices across teams with AI-assisted testing and modern frameworks. Use PROACTIVELY for TDD implementation and governance. | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/tdd-orchestrator | https://skillsmp.com/skills/sickn33-antigravity-awesome-skills-skills-tdd-orchestrator-skill-md | 7,497 | 1,769,616,926 | 08a41d6be8ff49e9034417c6d4fc8fb181a48179ea2a46fc9cd10c36031f1d14 |
mitsuhiko-agent-stuff-skills-uv-skill-md | uv | mitsuhiko | Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts. | https://github.com/mitsuhiko/agent-stuff/tree/main/skills/uv | https://skillsmp.com/skills/mitsuhiko-agent-stuff-skills-uv-skill-md | 936 | 1,769,815,043 | 60e7b3109837decf32acb1043615bddc4b0d14aa953f2d656dfcbc6bd4ff2592 |
4thfever-cultivation-world-simulator-claude-skills-test-validate-skill-md | test-validate | 4thfever | Run Python tests using the project venv | https://github.com/4thfever/cultivation-world-simulator/tree/main/.claude/skills/test-validate | https://skillsmp.com/skills/4thfever-cultivation-world-simulator-claude-skills-test-validate-skill-md | 741 | 1,769,326,180 | 122f64bd9b13ade7f133364a9b3b19c3593b1393cb8f68ac11224c1aaffe57f2 |
actionbook-rust-skills-skills-m14-mental-model-skill-md | m14-mental-model | actionbook | Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker, visualizing memory layout, analogy, misconception, explaining ownership, why does Rust, help me understand, confused about, learning Rust, explain like I'm, ELI5, intuition for, coming from Java, coming from Python, 心智模型, 如何理解所有权, 学习 Rust, Rust 入门, 为什么 Rust | https://github.com/actionbook/rust-skills/tree/main/skills/m14-mental-model | https://skillsmp.com/skills/actionbook-rust-skills-skills-m14-mental-model-skill-md | 667 | 1,769,053,528 | be3c9a381ad5238fd223073c908aa9217037acd628e54a6824c2333a8fec0cfd |
davila7-claude-code-templates-cli-tool-components-skills-scientific-scikit-survival-skill-md | scikit-survival | davila7 | Comprehensive toolkit for survival analysis and time-to-event modeling in Python using scikit-survival. Use this skill when working with censored survival data, performing time-to-event analysis, fitting Cox models, Random Survival Forests, Gradient Boosting models, or Survival SVMs, evaluating survival predictions with concordance index or Brier score, handling competing risks, or implementing any survival analysis workflow with the scikit-survival library. | https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/scientific/scikit-survival | https://skillsmp.com/skills/davila7-claude-code-templates-cli-tool-components-skills-scientific-scikit-survival-skill-md | 19,575 | 1,766,265,230 | 45c42a93e4beeee679961bfc4de22eeb46e0187865024e189f6be6c2c4dd8933 |
openclaw-skills-skills-therohitdas-captions-skill-md | captions | openclaw | Extract closed captions and subtitles from YouTube videos. Use when the user asks for captions, closed captions, CC, accessibility text, or wants to read what was said in a video. Supports timestamps and multiple languages. Great for deaf/HoH accessibility, content review, quoting, and translation. | https://github.com/openclaw/skills/tree/main/skills/therohitdas/captions | https://skillsmp.com/skills/openclaw-skills-skills-therohitdas-captions-skill-md | 652 | 1,769,930,215 | 53b807ecc222a244eec7d68d5a23443e3111d36f28dbafbb399b3cb553f1b14c |
openclaw-skills-skills-dillera-tube-summary-skill-md | tube-summary | openclaw | Search YouTube for videos on any topic and get intelligent summaries from video subtitles. Use when you need to: (1) Find and preview YouTube videos on a subject, (2) Get a detailed description of what a video covers based on its actual content, (3) Quickly understand video topics without watching. Workflow: search YouTube → pick a video → extract and summarize subtitles. | https://github.com/openclaw/skills/tree/main/skills/dillera/tube-summary | https://skillsmp.com/skills/openclaw-skills-skills-dillera-tube-summary-skill-md | 652 | 1,769,653,412 | ff11af49bd025d1b2d18be065c34c0ba2b37af0124b5cf3c8a90e2e356da3e82 |
openclaw-skills-skills-coyote-git-gifhorse-skill-md | gifhorse | openclaw | Search video dialogue and create reaction GIFs with timed subtitles. Perfect for creating meme-worthy clips from movies and TV shows. | https://github.com/openclaw/skills/tree/main/skills/coyote-git/gifhorse | https://skillsmp.com/skills/openclaw-skills-skills-coyote-git-gifhorse-skill-md | 652 | 1,769,632,881 | c065f00c84b36671043fe7a710b66292a9709f5e861d361781ba3a9f20f8354b |
openclaw-skills-skills-ascendswang-ffmpeg-cli-skill-md | ffmpeg-cli | openclaw | Comprehensive video/audio processing with FFmpeg. Use for: (1) Video transcoding and format conversion, (2) Cutting and merging clips, (3) Audio extraction and manipulation, (4) Thumbnail and GIF generation, (5) Resolution scaling and quality adjustment, (6) Adding subtitles or watermarks, (7) Speed adjustment (slow/fast motion), (8) Color correction and filters. | https://github.com/openclaw/skills/tree/main/skills/ascendswang/ffmpeg-cli | https://skillsmp.com/skills/openclaw-skills-skills-ascendswang-ffmpeg-cli-skill-md | 652 | 1,769,589,182 | 42b9f08ced6296f054aa432b5b67b48106ac1507dc4e661794cd6a2bdf944eae |
openclaw-skills-skills-jb-fliz-fliz-ai-video-generator-skill-md | fliz-ai-video-generator | openclaw | Complete integration guide for the Fliz REST API - an AI-powered video generation platform that transforms text content into professional videos with voiceovers, AI-generated images, and subtitles.
Use this skill when:
- Creating integrations with Fliz API (WordPress, Zapier, Make, n8n, custom apps)
- Building video generation workflows via API
- Implementing webhook handlers for video completion notifications
- Developing automation tools that create, manage, or translate videos
- Troubleshooting Fliz API errors or authentication issues
- Understanding video processing steps and status polling
Key capabilities: video creation from text/Brief, video status monitoring, translation, duplication, voice/music listing, webhook notifications. | https://github.com/openclaw/skills/tree/main/skills/jb-fliz/fliz-ai-video-generator | https://skillsmp.com/skills/openclaw-skills-skills-jb-fliz-fliz-ai-video-generator-skill-md | 652 | 1,769,549,627 | 32173a747e2e413bd0248e3889f1f1b02ab87f9b6ea61b239a7fe04448913f8f |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.