diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..5cea5d7
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2026 VoltAgent
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index 51e0d24..b400026 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,754 @@
-# awesome-clawdbot-skills
\ No newline at end of file
+
+
+# Awesome Clawdbot Skills
+
+**A collection of 565+ community-built skills for Clawdbot, categorized for easy discovery.**
+
+[](https://awesome.re)
+
+
+
+
+## About
+
+Skills in this list are sourced from [ClawdHub](https://clawdhub.com) (Clawdbot's public skills registry) and categorized for easier discovery.
+
+These skills follow the Agent Skill convention develop by Anthropic - an open standard for AI coding assistants. You can submit your new skills to this repo or directly to ClawdHub.
+
+## Installation
+
+### ClawdHub CLI
+
+```bash
+npx clawdhub@latest install
+```
+
+Or install the CLI globally:
+
+```bash
+npm i -g clawdhub
+clawdhub install
+```
+
+### Manual Installation
+
+Copy the skill folder to one of these locations:
+
+| Location | Path |
+|----------|------|
+| Global | `~/.clawdbot/skills/` |
+| Workspace | `/skills/` |
+
+Priority: Workspace > Local > Bundled
+
+
+## Table of Contents
+
+- [iOS & macOS Development](#ios--macos-development) (13)
+- [Web & Frontend Development](#web--frontend-development) (17)
+- [Coding Agents & IDEs](#coding-agents--ides) (16)
+- [Git & GitHub](#git--github) (9)
+- [DevOps & Cloud](#devops--cloud) (35)
+- [Browser & Automation](#browser--automation) (7)
+- [Image & Video Generation](#image--video-generation) (9)
+- [Apple Apps & Services](#apple-apps--services) (11)
+- [Search & Research](#search--research) (12)
+- [Clawdbot Tools](#clawdbot-tools) (13)
+- [CLI Utilities](#cli-utilities) (37)
+- [Marketing & Sales](#marketing--sales) (36)
+- [Productivity & Tasks](#productivity--tasks) (33)
+- [AI & LLMs](#ai--llms) (31)
+- [Finance & Crypto](#finance--crypto) (30)
+- [Media & Streaming](#media--streaming) (27)
+- [Notes & PKM](#notes--pkm) (26)
+- [Transportation](#transportation) (25)
+- [Personal Development](#personal-development) (22)
+- [Health & Fitness](#health--fitness) (21)
+- [Communication](#communication) (19)
+- [Speech & Transcription](#speech--transcription) (17)
+- [Smart Home & IoT](#smart-home--iot) (16)
+- [Shopping & E-commerce](#shopping--e-commerce) (16)
+- [Calendar & Scheduling](#calendar--scheduling) (14)
+- [PDF & Documents](#pdf--documents) (12)
+- [Self-Hosted & Automation](#self-hosted--automation) (9)
+- [News & RSS](#news--rss) (8)
+- [Bookmarks & Reading](#bookmarks--reading) (7)
+- [Weather](#weather) (5)
+- [Security & Passwords](#security--passwords) (3)
+- [Other](#other) (9)
+
+---
+
+## iOS & macOS Development
+
+- [apple-docs](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/apple-docs/SKILL.md) - Query Apple Developer Documentation, APIs, and WWDC videos (2014-2025). Search SwiftUI, UIKit, Objec...
+- [apple-docs-mcp](https://github.com/clawdbot/skills/tree/main/skills/janhcla/apple-docs-mcp/SKILL.md) - apple-docs-mcp
+- [instruments-profiling](https://github.com/clawdbot/skills/tree/main/skills/steipete/instruments-profiling/SKILL.md) - Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selectio...
+- [ios-simulator](https://github.com/clawdbot/skills/tree/main/skills/tristanmanchester/ios-simulator/SKILL.md) - Automate iOS Simulator workflows (simctl + idb): create/boot/erase devices, install/launch apps, pus...
+- [macos-spm-app-packaging](https://github.com/clawdbot/skills/tree/main/skills/dimillian/macos-spm-app-packaging/SKILL.md) - Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a ...
+- [PagerKit](https://github.com/clawdbot/skills/tree/main/skills/szpakkamil/pagerkit/SKILL.md) - 'Expert guidance on PagerKit, a SwiftUI library for advanced, customizable page-based navigation. Us...
+- [sfsymbol-generator](https://github.com/clawdbot/skills/tree/main/skills/svkozak/sfsymbol-generator/SKILL.md) - Generate an Xcode SF Symbol asset catalog .symbolset from an SVG. Use when you need to add a custom ...
+- [swift-concurrency-expert](https://github.com/clawdbot/skills/tree/main/skills/steipete/swift-concurrency-expert/SKILL.md) - Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency ...
+- [swiftui-empty-app-init](https://github.com/clawdbot/skills/tree/main/skills/ignaciocervino/swiftui-empty-app-init/SKILL.md) - Initialize a minimal SwiftUI iOS app in the current directory by generating a single `.xcodeproj` wi...
+- [swiftui-liquid-glass](https://github.com/clawdbot/skills/tree/main/skills/steipete/swiftui-liquid-glass/SKILL.md) - Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to...
+- [swiftui-performance-audit](https://github.com/clawdbot/skills/tree/main/skills/steipete/swiftui-performance-audit/SKILL.md) - Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to...
+- [swiftui-ui-patterns](https://github.com/clawdbot/skills/tree/main/skills/dimillian/swiftui-ui-patterns/SKILL.md) - Best practices and example-driven guidance for building SwiftUI views and components. Use when creat...
+- [swiftui-view-refactor](https://github.com/clawdbot/skills/tree/main/skills/steipete/swiftui-view-refactor/SKILL.md) - Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observati...
+
+## Web & Frontend Development
+
+- [discord](https://github.com/clawdbot/skills/tree/main/skills/steipete/discord/SKILL.md) - Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post ...
+- [frontend-design](https://github.com/clawdbot/skills/tree/main/skills/dc-acronym/frontend-design-1-0-0/SKILL.md) - Create distinctive, production-grade frontend interfaces with high design quality. Use this skill wh...
+- [frontend-design](https://github.com/clawdbot/skills/tree/main/skills/mpociot/superdesign/SKILL.md) - Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing page...
+- [frontend-design](https://github.com/clawdbot/skills/tree/main/skills/steipete/frontend-design/SKILL.md) - Create distinctive, production-grade frontend interfaces with high design quality. Use this skill wh...
+- [linux-service-triage](https://github.com/clawdbot/skills/tree/main/skills/kowl64/linux-service-triage/SKILL.md) - Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy...
+- [miniflux-news](https://github.com/clawdbot/skills/tree/main/skills/hartlco/miniflux-news/SKILL.md) - Fetch and triage the latest unread RSS/news entries from a Miniflux instance via its REST API using ...
+- [pinak-frontend-guru](https://github.com/clawdbot/skills/tree/main/skills/sharanga10/pinak-frontend-guru/SKILL.md) - Expert UI/UX and React performance auditor (PinakBot persona). Use when a user needs a "deep audit" ...
+- [remotion-best-practices](https://github.com/clawdbot/skills/tree/main/skills/am-will/remotion-best-practices/SKILL.md) - Best practices for Remotion - Video creation in React
+- [remotion-best-practices](https://github.com/clawdbot/skills/tree/main/skills/am-will/remotion/SKILL.md) - Best practices for Remotion - Video creation in React
+- [remotion-server](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/remotion-server/SKILL.md) - Headless video rendering with Remotion. Works on any Linux server - no Mac or GUI needed. Templates ...
+- [slack](https://github.com/clawdbot/skills/tree/main/skills/steipete/slack/SKILL.md) - Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages ...
+- [ui-audit](https://github.com/clawdbot/skills/tree/main/skills/tommygeoco/ui-audit/SKILL.md) - "AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hiera...
+- [ui-skills](https://github.com/clawdbot/skills/tree/main/skills/correctroadh/ui-skills/SKILL.md) - Opinionated constraints for building better interfaces with agents.
+- [ux-audit](https://github.com/clawdbot/skills/tree/main/skills/tommygeoco/ux-audit/SKILL.md) - "AI skill for automated design audits. Evaluate interfaces against proven UX principles for visual h...
+- [ux-decisions](https://github.com/clawdbot/skills/tree/main/skills/tommygeoco/ux-decisions/SKILL.md) - "AI skill for the Making UX Decisions framework (uxdecisions.com) by Tommy Geoco. Use for UI/UX desi...
+- [vercel-react-best-practices](https://github.com/clawdbot/skills/tree/main/skills/sharanga10/vercel-react-best-practices/SKILL.md) - React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be ...
+- [web-design-guidelines](https://github.com/clawdbot/skills/tree/main/skills/sharanga10/web-design-guidelines/SKILL.md) - Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check acc...
+
+## Coding Agents & IDEs
+
+- [agentlens](https://github.com/clawdbot/skills/tree/main/skills/nguyenphutrong/agentlens/SKILL.md) - Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new...
+- [claude-team](https://github.com/clawdbot/skills/tree/main/skills/jalehman/claude-team/SKILL.md) - Orchestrate multiple Claude Code workers via iTerm2 using the claude-team MCP server. Spawn workers ...
+- [codex-account-switcher](https://github.com/clawdbot/skills/tree/main/skills/odrobnik/codex-account-switcher/SKILL.md) - Manage multiple OpenAI Codex accounts. Capture current login tokens and switch between them instantl...
+- [codex-monitor](https://github.com/clawdbot/skills/tree/main/skills/odrobnik/codex-monitor/SKILL.md) - Browse OpenAI Codex session logs stored in ~/.codex/sessions. Provides list/show/watch helpers via t...
+- [codex-orchestration](https://github.com/clawdbot/skills/tree/main/skills/shanelindsay/codex-orchestration/SKILL.md) - General-purpose orchestration for Codex. Uses update_plan plus background PTY terminals to run paral...
+- [codex-quota](https://github.com/clawdbot/skills/tree/main/skills/odrobnik/codex-quota/SKILL.md) - Check OpenAI Codex CLI rate limit status (daily/weekly quotas) using local session logs. Portable Py...
+- [codexmonitor](https://github.com/clawdbot/skills/tree/main/skills/odrobnik/codexmonitor/SKILL.md) - List/inspect/watch local OpenAI Codex sessions (CLI + VS Code) using the CodexMonitor Homebrew formu...
+- [coding-agent](https://github.com/clawdbot/skills/tree/main/skills/steipete/coding-agent/SKILL.md) - Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic con...
+- [cursor-agent](https://github.com/clawdbot/skills/tree/main/skills/swiftlysingh/cursor-agent/SKILL.md) - A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated...
+- [factory-ai](https://github.com/clawdbot/skills/tree/main/skills/mitchellbernstein/factory-ai/SKILL.md) - Use Factory AI's droid CLI for software engineering tasks. Supports interactive mode, exec mode, MCP...
+- [model-usage](https://github.com/clawdbot/skills/tree/main/skills/steipete/model-usage/SKILL.md) - Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the cu...
+- [opencode-acp-control](https://github.com/clawdbot/skills/tree/main/skills/bjesuiter/opencode-acp-control/SKILL.md) - Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume ...
+- [perry-coding-agents](https://github.com/clawdbot/skills/tree/main/skills/gricha/perry-coding-agents/SKILL.md) - Dispatch coding tasks to OpenCode or Claude Code on Perry workspaces. Use for development work, PR r...
+- [perry-workspaces](https://github.com/clawdbot/skills/tree/main/skills/gricha/perry-workspaces/SKILL.md) - Create and manage isolated Docker workspaces on your tailnet with Claude Code and OpenCode pre-insta...
+- [prompt-log](https://github.com/clawdbot/skills/tree/main/skills/thesash/prompt-log/SKILL.md) - Extract conversation transcripts from AI coding session logs (Clawdbot, Claude Code, Codex). Use whe...
+
+## Git & GitHub
+
+- [conventional-commits](https://github.com/clawdbot/skills/tree/main/skills/bastos/conventional-commits/SKILL.md) - Format commit messages using the Conventional Commits specification. Use when creating commits, writ...
+- [deepwiki](https://github.com/clawdbot/skills/tree/main/skills/arun-8687/deepwiki/SKILL.md) - Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered qu...
+- [deepwork-tracker](https://github.com/clawdbot/skills/tree/main/skills/adunne09/deepwork-tracker/SKILL.md) - Track deep work sessions locally (start/stop/status) and generate a GitHub-contribution-graph style ...
+- [deploy-agent](https://github.com/clawdbot/skills/tree/main/skills/sherajdev/deploy-agent/SKILL.md) - Multi-step deployment agent for full-stack apps. Build → Test → GitHub → Cloudflare Pages with human...
+- [github](https://github.com/clawdbot/skills/tree/main/skills/steipete/github/SKILL.md) - "Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues...
+- [github-pr](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/github-pr/SKILL.md) - Fetch, preview, merge, and test GitHub PRs locally. Great for trying upstream PRs before they're mer...
+- [gitload](https://github.com/clawdbot/skills/tree/main/skills/waldekmastykarz/gitload/SKILL.md) - gitload
+- [pr-commit-workflow](https://github.com/clawdbot/skills/tree/main/skills/joshp123/pr-commit-workflow/SKILL.md) - This skill should be used when creating commits or pull requests, enforcing a human-written PR struc...
+- [read-github](https://github.com/clawdbot/skills/tree/main/skills/am-will/read-github/SKILL.md) - read-github
+
+## DevOps & Cloud
+
+- [Azure CLI](https://github.com/clawdbot/skills/tree/main/skills/ddevaal/azure-cli/SKILL.md) - Comprehensive Azure Cloud Platform management via command-line interface
+- [cloudflare](https://github.com/clawdbot/skills/tree/main/skills/asleep123/wrangler/SKILL.md) - Manage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying worker...
+- [cloudflare](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/cloudflare/SKILL.md) - Cloudflare CLI - manage DNS records, purge cache, and control Workers routes.
+- [cloudflare](https://github.com/clawdbot/skills/tree/main/skills/stopmoclay/cloudflare-api/SKILL.md) - Connect to Cloudflare API for DNS management, tunnels, and zone administration. Use when user needs ...
+- [coolify](https://github.com/clawdbot/skills/tree/main/skills/visiongeist/coolify/SKILL.md) - Manage Coolify deployments, applications, databases, and services via the Coolify API. Use when the ...
+- [digital-ocean](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/digital-ocean/SKILL.md) - Manage Digital Ocean droplets, domains, and infrastructure via DO API.
+- [dokploy](https://github.com/clawdbot/skills/tree/main/skills/joshuarileydev/dokploy/SKILL.md) - "Manage Dokploy deployments, projects, applications, and domains via the Dokploy API."
+- [domain-dns-ops](https://github.com/clawdbot/skills/tree/main/skills/steipete/domain-dns-ops/SKILL.md) - domain-dns-ops
+- [domaindetails](https://github.com/clawdbot/skills/tree/main/skills/julianengel/domaindetails/SKILL.md) - Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
+- [exa-plus](https://github.com/clawdbot/skills/tree/main/skills/jordyvandomselaar/exa-plus/SKILL.md) - Neural web search via Exa AI. Search people, companies, news, research, code. Supports deep search, ...
+- [exe-dev](https://github.com/clawdbot/skills/tree/main/skills/bjesuiter/exe-dev/SKILL.md) - Manage persistent VMs on exe.dev. Create VMs, configure HTTP proxies, share access, and set up custo...
+- [hetzner](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/hetzner/SKILL.md) - Hetzner Cloud server management using the hcloud CLI. Manage servers, networks, volumes, firewalls, ...
+- [hetzner-cloud](https://github.com/clawdbot/skills/tree/main/skills/pasogott/hetzner-cloud/SKILL.md) - Hetzner Cloud CLI for managing servers, volumes, firewalls, networks, DNS, and snapshots.
+- [Joan Workflow](https://github.com/clawdbot/skills/tree/main/skills/donny-son/joan-workflow/SKILL.md) - This skill should be used when the user asks about "joan", "pods", "workspace", "domain knowledge", ...
+- [komodo](https://github.com/clawdbot/skills/tree/main/skills/weird-aftertaste/komodo/SKILL.md) - Manage Komodo infrastructure - servers, Docker deployments, stacks, builds, and procedures. Use when...
+- [kubectl-skill](https://github.com/clawdbot/skills/tree/main/skills/ddevaal/kubectl/SKILL.md) - Execute and manage Kubernetes clusters via kubectl commands. Query resources, deploy applications, d...
+- [linearis](https://github.com/clawdbot/skills/tree/main/skills/whoisnnamdi/linearis/SKILL.md) - Linear.app CLI for issue tracking. Use for listing, creating, updating, and searching Linear issues,...
+- [npm-proxy](https://github.com/clawdbot/skills/tree/main/skills/weird-aftertaste/npm-proxy/SKILL.md) - Manage Nginx Proxy Manager (NPM) hosts, certificates, and access lists. Use when the user wants to a...
+- [portainer](https://github.com/clawdbot/skills/tree/main/skills/asteinberger/portainer/SKILL.md) - Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view lo...
+- [premium-domains](https://github.com/clawdbot/skills/tree/main/skills/julianengel/premium-domains/SKILL.md) - Search for premium domains for sale across Afternic, Sedo, Atom, Dynadot, Namecheap, NameSilo, and U...
+- [private-connect](https://github.com/clawdbot/skills/tree/main/skills/dantelex/private-connect/SKILL.md) - Access private services by name, from anywhere. No VPN or SSH tunnels.
+- [proxmox](https://github.com/clawdbot/skills/tree/main/skills/weird-aftertaste/proxmox/SKILL.md) - Manage Proxmox VE clusters via REST API. Use when user asks to list, start, stop, restart VMs or LXC...
+- [proxmox-full](https://github.com/clawdbot/skills/tree/main/skills/msarheed/proxmox-full/SKILL.md) - Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, b...
+- [Send Me My Files - R2 upload with short lived signed urls](https://github.com/clawdbot/skills/tree/main/skills/julianengel/r2-upload/SKILL.md) - Upload files to Cloudflare R2, AWS S3, or any S3-compatible storage and generate secure presigned do...
+- [servicenow-agent](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/servicenow-agent/SKILL.md) - Read-only CLI access to ServiceNow Table, Attachment, Aggregate, and Service Catalog APIs; includes ...
+- [servicenow-docs](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/servicenow-docs/SKILL.md) - Search and retrieve ServiceNow documentation, release notes, and developer docs (APIs, references, g...
+- [supabase](https://github.com/clawdbot/skills/tree/main/skills/stopmoclay/supabase/SKILL.md) - Connect to Supabase for database operations, vector search, and storage. Use for storing data, runni...
+- [sysadmin-toolbox](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/sysadmin-toolbox/SKILL.md) - "Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT...
+- [tailscale](https://github.com/clawdbot/skills/tree/main/skills/jmagar/tailscale/SKILL.md) - Manage Tailscale tailnet via CLI and API. Use when the user asks to "check tailscale status", "list ...
+- [tailscale-serve](https://github.com/clawdbot/skills/tree/main/skills/snopoke/tailscale-serve/SKILL.md) - tailscale-serve
+- [tavily](https://github.com/clawdbot/skills/tree/main/skills/bert-builder/tavily/SKILL.md) - AI-optimized web search using Tavily Search API. Use when you need comprehensive web research, curre...
+- [unraid](https://github.com/clawdbot/skills/tree/main/skills/jmagar/unraid/SKILL.md) - "Query and monitor Unraid servers via the GraphQL API. Use when the user asks to 'check Unraid', 'mo...
+- [uptime-kuma](https://github.com/clawdbot/skills/tree/main/skills/msarheed/uptime-kuma/SKILL.md) - Interact with Uptime Kuma monitoring server. Use for checking monitor status, adding/removing monito...
+- [vercel](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/vercel/SKILL.md) - Deploy applications and manage projects with complete CLI reference. Commands for deployments, proje...
+- [vercel-deploy](https://github.com/clawdbot/skills/tree/main/skills/sharanga10/vercel-deploy-claimable/SKILL.md) - Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions...
+
+## Browser & Automation
+
+- [Agent Browser](https://github.com/clawdbot/skills/tree/main/skills/gwqwghksvq-sketch/tekin/SKILL.md) - A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to na...
+- [Agent Browser](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/agent-browser/SKILL.md) - A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to na...
+- [browsh](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/browsh/SKILL.md) - A modern text-based browser. Renders web pages in the terminal using headless Firefox.
+- [context7](https://github.com/clawdbot/skills/tree/main/skills/am-will/context7-api/SKILL.md) - context7
+- [guru-mcp](https://github.com/clawdbot/skills/tree/main/skills/pvoo/guru-mcp/SKILL.md) - Access Guru knowledge base via MCP - ask AI questions, search documents, create drafts, and update c...
+- [mcporter](https://github.com/clawdbot/skills/tree/main/skills/steipete/mcporter/SKILL.md) - Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), ...
+- [verify-on-browser](https://github.com/clawdbot/skills/tree/main/skills/myestery/verify-on-browser/SKILL.md) - Control browser via Chrome DevTools Protocol - full CDP access
+
+## Image & Video Generation
+
+- [clinkding](https://github.com/clawdbot/skills/tree/main/skills/daveonkels/clinkding/SKILL.md) - Manage linkding bookmarks - save URLs, search, tag, organize, and retrieve your personal bookmark co...
+- [coloring-page](https://github.com/clawdbot/skills/tree/main/skills/borahm/coloring-page/SKILL.md) - Turn an uploaded photo into a printable black-and-white coloring page.
+- [comfy-cli](https://github.com/clawdbot/skills/tree/main/skills/johntheyoung/comfy-cli/SKILL.md) - Install, manage, and run ComfyUI instances. Use when setting up ComfyUI, launching servers, installi...
+- [Excalidraw Flowchart](https://github.com/clawdbot/skills/tree/main/skills/swiftlysingh/excalidraw-flowchart/SKILL.md) - Create Excalidraw flowcharts from descriptions. Use when user asks to "create a flowchart", "draw a ...
+- [gamma](https://github.com/clawdbot/skills/tree/main/skills/stopmoclay/gamma/SKILL.md) - Generate AI-powered presentations, documents, and social posts using Gamma.app API. Use when user as...
+- [krea-api](https://github.com/clawdbot/skills/tree/main/skills/fossilizedcarlos/krea-api/SKILL.md) - Generate images via Krea.ai API (Flux, Imagen, Ideogram, Seedream, etc.)
+- [meshy-ai](https://github.com/clawdbot/skills/tree/main/skills/sabatesduran/clawdbot-meshyai-skill/SKILL.md) - "Use the Meshy.ai REST API to generate assets: (1) text-to-2d (Meshy Text to Image) and (2) image-to...
+- [veo](https://github.com/clawdbot/skills/tree/main/skills/buddyh/veo/SKILL.md) - Generate video using Google Veo (Veo 3.1 / Veo 3.0).
+- [video-frames](https://github.com/clawdbot/skills/tree/main/skills/steipete/video-frames/SKILL.md) - Extract frames or short clips from videos using ffmpeg.
+
+## Apple Apps & Services
+
+- [apple-contacts](https://github.com/clawdbot/skills/tree/main/skills/tyler6204/apple-contacts/SKILL.md) - Look up contacts from macOS Contacts.app. Use when resolving phone numbers to names, finding contact...
+- [apple-music](https://github.com/clawdbot/skills/tree/main/skills/epheterson/mcp-applemusic/SKILL.md) - Apple Music integration via AppleScript (macOS) or MusicKit API
+- [apple-music](https://github.com/clawdbot/skills/tree/main/skills/tyler6204/apple-music/SKILL.md) - Search Apple Music, add songs to library, manage playlists, control playback and AirPlay.
+- [apple-photos](https://github.com/clawdbot/skills/tree/main/skills/tyler6204/apple-photos/SKILL.md) - Apple Photos.app integration for macOS. List albums, browse photos, search by date/person/content, e...
+- [get-focus-mode](https://github.com/clawdbot/skills/tree/main/skills/nickchristensen/get-focus-mode/SKILL.md) - Get the current macOS Focus mode
+- [healthkit-sync](https://github.com/clawdbot/skills/tree/main/skills/mneves75/healthkit-sync/SKILL.md) - iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Ap...
+- [homebrew](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/homebrew/SKILL.md) - Homebrew package manager for macOS. Search, install, manage, and troubleshoot packages and casks.
+- [icloud-findmy](https://github.com/clawdbot/skills/tree/main/skills/liamnichols/icloud-findmy/SKILL.md) - Query Find My locations and battery status for family devices via iCloud.
+- [media-backup](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/media-backup/SKILL.md) - Archive Clawdbot conversation media (photos, videos) to a local folder. Works with any sync service ...
+- [mole-mac-cleanup](https://github.com/clawdbot/skills/tree/main/skills/bjesuiter/mole-mac-cleanup/SKILL.md) - Mac cleanup & optimization tool combining CleanMyMac, AppCleaner, DaisyDisk features. Deep cleaning,...
+- [shortcuts-generator](https://github.com/clawdbot/skills/tree/main/skills/erik-agens/shortcuts-skill/SKILL.md) - Generate macOS/iOS Shortcuts by creating plist files. Use when asked to create shortcuts, automate w...
+
+## Search & Research
+
+- [brave-search](https://github.com/clawdbot/skills/tree/main/skills/steipete/brave-search/SKILL.md) - Web search and content extraction via Brave Search API. Use for searching documentation, facts, or a...
+- [brightdata](https://github.com/clawdbot/skills/tree/main/skills/meirkad/bright-data/SKILL.md) - Web scraping and search via Bright Data API. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZON...
+- [clawdbot-logs](https://github.com/clawdbot/skills/tree/main/skills/satriapamudji/clawdbot-logs/SKILL.md) - Analyze Clawdbot logs and diagnostics. Use when the user asks about bot performance, response times,...
+- [exa](https://github.com/clawdbot/skills/tree/main/skills/fardeenxyz/exa/SKILL.md) - Neural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentati...
+- [kagi-search](https://github.com/clawdbot/skills/tree/main/skills/silversteez/kagi-search/SKILL.md) - Web search using Kagi Search API. Use when you need to search the web for current information, facts...
+- [literature-review](https://github.com/clawdbot/skills/tree/main/skills/weird-aftertaste/literature-review/SKILL.md) - Assistance with writing literature reviews by searching for academic sources via Semantic Scholar, O...
+- [parallel](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/parallel/SKILL.md) - High-accuracy web search and research via Parallel.ai API. Better than Brave for deep research tasks...
+- [seo-audit](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/seo-audit/SKILL.md) - When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user m...
+- [spots](https://github.com/clawdbot/skills/tree/main/skills/foeken/spots/SKILL.md) - Exhaustive Google Places search using grid-based scanning. Finds ALL places, not just what Google su...
+- [tavily](https://github.com/clawdbot/skills/tree/main/skills/arun-8687/tavily-search/SKILL.md) - AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
+- [tweet-writer](https://github.com/clawdbot/skills/tree/main/skills/sanky369/tweet-writer/SKILL.md) - Write viral, persuasive, engaging tweets and threads. Uses web research to find viral examples in yo...
+- [web-search-plus](https://github.com/clawdbot/skills/tree/main/skills/robbyczgw-cla/web-search-plus/SKILL.md) - Unified search skill with Intelligent Auto-Routing. Uses multi-signal analysis to automatically sele...
+
+## Clawdbot Tools
+
+- [agent-browser](https://github.com/clawdbot/skills/tree/main/skills/matrixy/agent-browser-clawdbot/SKILL.md) - Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-ba...
+- [auto-updater](https://github.com/clawdbot/skills/tree/main/skills/maximeprades/auto-updater/SKILL.md) - "Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for update...
+- [claude-code-usage](https://github.com/clawdbot/skills/tree/main/skills/azaidi94/claude-code-usage/SKILL.md) - Check Claude Code OAuth usage limits (session & weekly quotas). Use when user asks about Claude Code...
+- [claude-connect](https://github.com/clawdbot/skills/tree/main/skills/tunaissacoding/claude-connect/SKILL.md) - Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscr...
+- [clawd-modifier](https://github.com/clawdbot/skills/tree/main/skills/masonc15/clawd-modifier/SKILL.md) - Modify Clawd, the Claude Code mascot. Use this skill when users want to customize Clawd's appearance...
+- [clawdbot-documentation-expert](https://github.com/clawdbot/skills/tree/main/skills/janhcla/clawdbot-documentation-expert/SKILL.md) - clawdbot-documentation-expert
+- [clawdbot-skill-update](https://github.com/clawdbot/skills/tree/main/skills/pasogott/clawdbot-skill-update/SKILL.md) - Comprehensive backup, update, and restore workflow with dynamic workspace detection
+- [clawdbot-workspace-template-review](https://github.com/clawdbot/skills/tree/main/skills/xadenryan/clawdbot-skill-clawdbot-workspace-template-review/SKILL.md) - Compare a Clawdbot workspace against the official templates installed with Clawdbot (npm or source) ...
+- [clawddocs](https://github.com/clawdbot/skills/tree/main/skills/nicholasspisak/clawddocs/SKILL.md) - Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version t...
+- [clawdhub](https://github.com/clawdbot/skills/tree/main/skills/steipete/clawdhub/SKILL.md) - Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use whe...
+- [clawdlink](https://github.com/clawdbot/skills/tree/main/skills/davemorin/clawdlink/SKILL.md) - Encrypted Clawdbot-to-Clawdbot messaging. Send messages to friends' Clawdbots with end-to-end encryp...
+- [skills-audit](https://github.com/clawdbot/skills/tree/main/skills/morozred/skill-audit/SKILL.md) - Audit locally installed agent skills for security/policy issues using the SkillLens CLI (`skilllens ...
+- [skills-search](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/skills-search/SKILL.md) - Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem.
+
+## CLI Utilities
+
+- [bible](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/bible-votd/SKILL.md) - Get the Bible.com Verse of the Day with shareable image.
+- [camsnap](https://github.com/clawdbot/skills/tree/main/skills/steipete/camsnap/SKILL.md) - Capture frames or clips from RTSP/ONVIF cameras.
+- [canvas-lms](https://github.com/clawdbot/skills/tree/main/skills/pranavkarthik10/canvas-lms/SKILL.md) - Access Canvas LMS (Instructure) for course data, assignments, grades, and submissions. Use when chec...
+- [Cat Fact](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/catfact/SKILL.md) - Random cat facts and breed information from catfact.ninja (free, no API key)
+- [content-advisory](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/content-advisory/SKILL.md) - Lookup detailed content ratings for movies and TV shows (sex/nudity, violence/gore, language) from K...
+- [create-cli](https://github.com/clawdbot/skills/tree/main/skills/steipete/create-cli/SKILL.md) - create-cli
+- [data-reconciliation-exceptions](https://github.com/clawdbot/skills/tree/main/skills/kowl64/data-reconciliation-exceptions/SKILL.md) - Reconciles data sources using stable identifiers (Pay Number, driving licence, driver card, and driv...
+- [dilbert](https://github.com/clawdbot/skills/tree/main/skills/hjanuschka/dilbert/SKILL.md) - dilbert
+- [dropbox](https://github.com/clawdbot/skills/tree/main/skills/ryanlisse/dropbox/SKILL.md) - dropbox
+- [duckdb-en](https://github.com/clawdbot/skills/tree/main/skills/camelsprout/duckdb-cli-ai-skills/SKILL.md) - DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CS...
+- [entr](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/entr/SKILL.md) - Run arbitrary commands when files change. Useful for watching files and triggering builds or tests.
+- [gifgrep](https://github.com/clawdbot/skills/tree/main/skills/steipete/gifgrep/SKILL.md) - Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
+- [goplaces](https://github.com/clawdbot/skills/tree/main/skills/steipete/goplaces/SKILL.md) - Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and revi...
+- [journal-to-post](https://github.com/clawdbot/skills/tree/main/skills/itsflow/journal-to-post/SKILL.md) - Convert personal journal entries into shareable social media posts
+- [jq](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/jq/SKILL.md) - Command-line JSON processor. Extract, filter, transform JSON.
+- [local-places](https://github.com/clawdbot/skills/tree/main/skills/steipete/local-places/SKILL.md) - Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
+- [native-app-performance](https://github.com/clawdbot/skills/tree/main/skills/steipete/native-app-performance/SKILL.md) - Native macOS/iOS app performance profiling via xctrace/Time Profiler and CLI-only analysis of Instru...
+- [office-quotes](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/office-quotes/SKILL.md) - Generate random quotes from The Office (US). Provides access to 326 offline quotes plus online mode ...
+- [parcel-package-tracking](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/parcel-package-tracking/SKILL.md) - Track and add deliveries via Parcel API.
+- [peekaboo](https://github.com/clawdbot/skills/tree/main/skills/steipete/peekaboo/SKILL.md) - Capture and automate macOS UI with the Peekaboo CLI.
+- [portable-tools](https://github.com/clawdbot/skills/tree/main/skills/tunaissacoding/portable-tools/SKILL.md) - Build cross-device tools without hardcoding paths or account names
+- [post-at](https://github.com/clawdbot/skills/tree/main/skills/krausefx/post-at/SKILL.md) - Manage Austrian Post (post.at) deliveries - list packages, check delivery status, set delivery place...
+- [process-watch](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/process-watch/SKILL.md) - Monitor system processes - CPU, memory, disk I/O, network, open files, ports. Find resource hogs, ki...
+- [sag](https://github.com/clawdbot/skills/tree/main/skills/steipete/sag/SKILL.md) - ElevenLabs text-to-speech with mac-style say UX.
+- [shorten](https://github.com/clawdbot/skills/tree/main/skills/kesslerio/shorten/SKILL.md) - Shorten URLs using is.gd (no auth required). Returns a permanent short link.
+- [simple-backup](https://github.com/clawdbot/skills/tree/main/skills/vacinc/simple-backup/SKILL.md) - Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rcl...
+- [smalltalk](https://github.com/clawdbot/skills/tree/main/skills/johnmci/smalltalk/SKILL.md) - Interact with live Smalltalk image (Cuis or Squeak). Use for evaluating Smalltalk code, browsing cla...
+- [songsee](https://github.com/clawdbot/skills/tree/main/skills/steipete/songsee/SKILL.md) - Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
+- [steam](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/steam/SKILL.md) - Browse, filter, and discover games in a Steam library. Filter by playtime, reviews, Steam Deck compa...
+- [sudoku](https://github.com/clawdbot/skills/tree/main/skills/odrobnik/sudoku/SKILL.md) - Fetch Sudoku puzzles and store them as JSON in the workspace; render images on demand; reveal soluti...
+- [tldr](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/tldr/SKILL.md) - Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.
+- [tmdb](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/tmdb/SKILL.md) - Search movies/TV, get cast, ratings, streaming info, and personalized recommendations via TMDb API.
+- [tmux](https://github.com/clawdbot/skills/tree/main/skills/steipete/tmux/SKILL.md) - Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
+- [track17](https://github.com/clawdbot/skills/tree/main/skills/tristanmanchester/track17/SKILL.md) - Track parcels via the 17TRACK API (local SQLite DB, polling + optional webhook ingestion)
+- [units](https://github.com/clawdbot/skills/tree/main/skills/asleep123/units/SKILL.md) - Perform unit conversions and calculations using GNU Units.
+- [voicenotes](https://github.com/clawdbot/skills/tree/main/skills/shawnhansen/voicenotes/SKILL.md) - Sync and access voice notes from Voicenotes.com. Use when the user wants to retrieve their voice rec...
+- [xkcd](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/xkcd/SKILL.md) - Fetch xkcd comics - latest, random, by number, or search by keyword. Display comics with title, imag...
+
+## Marketing & Sales
+
+- [ab-test-setup](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/ab-test-setup/SKILL.md) - When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user ...
+- [apollo](https://github.com/clawdbot/skills/tree/main/skills/jhumanj/apollo/SKILL.md) - Interact with Apollo.io REST API (people/org enrichment, search, lists).
+- [basecamp-cli](https://github.com/clawdbot/skills/tree/main/skills/emredoganer/basecamp-cli/SKILL.md) - Manage Basecamp (via bc3 API / 37signals Launchpad) projects, to-dos, messages, and campfires via a ...
+- [bearblog](https://github.com/clawdbot/skills/tree/main/skills/azade-c/bearblog/SKILL.md) - Create and manage blog posts on Bear Blog (bearblog.dev). Supports extended Markdown, custom attribu...
+- [bird](https://github.com/clawdbot/skills/tree/main/skills/steipete/bird/SKILL.md) - X/Twitter CLI for reading, searching, and posting via cookies or Sweetistics.
+- [bluesky](https://github.com/clawdbot/skills/tree/main/skills/jeffaf/bluesky/SKILL.md) - Read, post, and interact with Bluesky (AT Protocol) via CLI. Use when user asks to check Bluesky, po...
+- [competitor-alternatives](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/competitor-alternatives/SKILL.md) - "When the user wants to create competitor comparison or alternative pages for SEO and sales enableme...
+- [copy-editing](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/copy-editing/SKILL.md) - "When the user wants to edit, review, or improve existing marketing copy. Also use when the user men...
+- [copywriting](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/copywriting/SKILL.md) - When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, ...
+- [email-sequence](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/email-sequence/SKILL.md) - When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or...
+- [form-cro](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/form-cro/SKILL.md) - When the user wants to optimize any form that is NOT signup/registration — including lead capture fo...
+- [free-tool-strategy](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/free-tool-strategy/SKILL.md) - When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation...
+- [ga4](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/ga4/SKILL.md) - Query Google Analytics 4 (GA4) data via the Analytics Data API. Use when you need to pull website an...
+- [gong](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/gong/SKILL.md) - Gong API for searching calls, transcripts, and conversation intelligence. Use when working with Gong...
+- [google-ads](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/google-ads/SKILL.md) - "Query, audit, and optimize Google Ads campaigns. Supports two modes: (1) API mode for bulk operatio...
+- [gsc](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/gsc/SKILL.md) - Query Google Search Console for SEO data - search queries, top pages, CTR opportunities, URL inspect...
+- [hubspot](https://github.com/clawdbot/skills/tree/main/skills/kwall1/hubspot/SKILL.md) - HubSpot CRM and CMS API integration for contacts, companies, deals, owners, and content management.
+- [humanizer](https://github.com/clawdbot/skills/tree/main/skills/biostartechnology/humanizer/SKILL.md) - humanizer
+- [marketing-mode](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/marketing-mode/SKILL.md) - "Marketing Mode combines 23 comprehensive marketing skills covering strategy, psychology, content, S...
+- [marketing-psychology](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/marketing-psychology/SKILL.md) - "When the user wants to apply psychological principles, mental models, or behavioral science to mark...
+- [marketing-skills](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/SKILL.md) - TL;DR: 23 marketing playbooks (CRO, SEO, copy, analytics, experiments, pricing, launches, ads, socia...
+- [otter](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/otter/SKILL.md) - Otter.ai transcription CLI - list, search, download, and sync meeting transcripts to CRM.
+- [paywall-upgrade-cro](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/paywall-upgrade-cro/SKILL.md) - When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or featur...
+- [pinch-to-post](https://github.com/clawdbot/skills/tree/main/skills/nickhamze/pinch-to-post/SKILL.md) - WordPress automation for Clawdbot. Manage posts, pages, WooCommerce products, orders, inventory, com...
+- [popup-cro](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/popup-cro/SKILL.md) - When the user wants to create or optimize popups, modals, overlays, slide-ins, or banners for conver...
+- [pricing-strategy](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/pricing-strategy/SKILL.md) - "When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when...
+- [programmatic-seo](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/programmatic-seo/SKILL.md) - When the user wants to create SEO-driven pages at scale using templates and data. Also use when the ...
+- [reddit](https://github.com/clawdbot/skills/tree/main/skills/theglove44/reddit/SKILL.md) - Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires...
+- [reddit-search](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/reddit-search/SKILL.md) - Search Reddit for subreddits and get information about them.
+- [referral-program](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/referral-program/SKILL.md) - "When the user wants to create, optimize, or analyze a referral program, affiliate program, or word-...
+- [schema-markup](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/schema-markup/SKILL.md) - When the user wants to add, fix, or optimize schema markup and structured data on their site. Also u...
+- [signup-flow-cro](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/signup-flow-cro/SKILL.md) - When the user wants to optimize signup, registration, account creation, or trial activation flows. A...
+- [solobuddy](https://github.com/clawdbot/skills/tree/main/skills/humanji7/solobuddy/SKILL.md) - Build-in-public companion for indie hackers — content workflow, Twitter engagement, project soul cre...
+- [twenty-crm](https://github.com/clawdbot/skills/tree/main/skills/jhumanj/twenty-crm/SKILL.md) - Interact with Twenty CRM (self-hosted) via REST/GraphQL.
+- [typefully](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/typefully/SKILL.md) - typefully
+- [x-article-editor](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/x-article-editor/SKILL.md) - TL;DR: Turn a topic or draft into a high-engagement X Article. STEP 1 final copy/paste article. STEP...
+
+## Productivity & Tasks
+
+- [clawd-docs-v2](https://github.com/clawdbot/skills/tree/main/skills/aranej/clawd-docs-v2/SKILL.md) - Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. T...
+- [clickup-mcp](https://github.com/clawdbot/skills/tree/main/skills/pvoo/clickup-mcp/SKILL.md) - Manage ClickUp tasks, docs, time tracking, comments, chat, and search via official MCP. OAuth authen...
+- [dex](https://github.com/clawdbot/skills/tree/main/skills/gricha/dex/SKILL.md) - Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span mult...
+- [dexcom](https://github.com/clawdbot/skills/tree/main/skills/chris-clem/dexcom/SKILL.md) - Monitor blood glucose via Dexcom G7/G6 CGM
+- [dexter](https://github.com/clawdbot/skills/tree/main/skills/igorhvr/dexter/SKILL.md) - Autonomous financial research agent for stock analysis, financial statements, metrics, prices, SEC f...
+- [dvsa-tc-audit-readiness-operator-licence-uk](https://github.com/clawdbot/skills/tree/main/skills/kowl64/dvsa-tc-audit-readiness-operator-licence-uk/SKILL.md) - Builds DVSA/Traffic Commissioner “show me” audit readiness checklists and evidence indexes. USE WHEN...
+- [gno](https://github.com/clawdbot/skills/tree/main/skills/gmickel/gno/SKILL.md) - Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vecto...
+- [jira](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/jira/SKILL.md) - Manage Jira issues, boards, sprints, and projects via the jira-cli. Search, create, update, and tran...
+- [jira](https://github.com/clawdbot/skills/tree/main/skills/kyjus25/clawdbot-jira-skill/SKILL.md) - Manage Jira issues, transitions, and worklogs via the Jira Cloud REST API.
+- [linear](https://github.com/clawdbot/skills/tree/main/skills/manuelhettich/linear/SKILL.md) - Query and manage Linear issues, projects, and team workflows.
+- [linear](https://github.com/clawdbot/skills/tree/main/skills/matrixy/linear-skill/SKILL.md) - Manage Linear projects, issues, and tasks via the Linear API. Use when you need to create, update, s...
+- [morning-manifesto](https://github.com/clawdbot/skills/tree/main/skills/marcbickel/morning-manifesto/SKILL.md) - Daily morning reflection workflow with task sync to Obsidian, Apple Reminders, and Linear
+- [plan-my-day](https://github.com/clawdbot/skills/tree/main/skills/itsflow/plan-my-day/SKILL.md) - Generate an energy-optimized, time-blocked daily plan
+- [prd](https://github.com/clawdbot/skills/tree/main/skills/bjesuiter/prd/SKILL.md) - Create and manage Product Requirements Documents (PRDs). Use when: (1) Creating structured task list...
+- [prowlarr](https://github.com/clawdbot/skills/tree/main/skills/jmagar/prowlarr/SKILL.md) - Search indexers and manage Prowlarr. Use when the user asks to "search for a torrent", "search index...
+- [qmd](https://github.com/clawdbot/skills/tree/main/skills/steipete/qmd/SKILL.md) - Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
+- [samsung-smart-tv](https://github.com/clawdbot/skills/tree/main/skills/regenrek/samsung-smartthings/SKILL.md) - Control Samsung TVs via SmartThings (OAuth app + device control).
+- [task](https://github.com/clawdbot/skills/tree/main/skills/amirbrooks/task/SKILL.md) - Tasker docstore task management via tool-dispatch. Use for task lists, due today/overdue, week plann...
+- [task-tracker](https://github.com/clawdbot/skills/tree/main/skills/kesslerio/task-tracker/SKILL.md) - "Personal task management with daily standups and weekly reviews. Use when: (1) User says 'daily sta...
+- [things-mac](https://github.com/clawdbot/skills/tree/main/skills/steipete/things-mac/SKILL.md) - Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search...
+- [ticktick](https://github.com/clawdbot/skills/tree/main/skills/manuelhettich/ticktick/SKILL.md) - Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rat...
+- [timesheet](https://github.com/clawdbot/skills/tree/main/skills/florianrauscha/timesheet/SKILL.md) - Track time, manage projects and tasks using timesheet.io CLI
+- [todo-tracker](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/todo-tracker/SKILL.md) - Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "w...
+- [todoist](https://github.com/clawdbot/skills/tree/main/skills/2mawi2/todoist-task-manager/SKILL.md) - Manage Todoist tasks via the `todoist` CLI (list, add, modify, complete, delete). Supports filters, ...
+- [todoist](https://github.com/clawdbot/skills/tree/main/skills/andreisuslov/todoist-manager/SKILL.md) - Manage Todoist tasks, projects, labels, and comments via the todoist CLI wrapper. Use when a user as...
+- [todoist](https://github.com/clawdbot/skills/tree/main/skills/mattjefferson/todoist-td/SKILL.md) - Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger wh...
+- [todoist](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/todoist/SKILL.md) - Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or producti...
+- [topydo](https://github.com/clawdbot/skills/tree/main/skills/bastos/topydo/SKILL.md) - Manage todo.txt tasks using topydo CLI. Add, list, complete, prioritize, tag, and organize tasks wit...
+- [trello](https://github.com/clawdbot/skills/tree/main/skills/steipete/trello/SKILL.md) - Manage Trello boards, lists, and cards via the Trello REST API.
+- [vikunja](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/vikunja/SKILL.md) - Manage projects and tasks in Vikunja, an open-source project management tool. Create projects, tasks...
+- [vikunja-fast](https://github.com/clawdbot/skills/tree/main/skills/tmigone/vikunja-fast/SKILL.md) - Manage Vikunja projects and tasks (overdue/due/today), mark done, and get quick summaries via the Vi...
+- [web-perf](https://github.com/clawdbot/skills/tree/main/skills/elithrar/web-perf/SKILL.md) - Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Sp...
+- [withings-health](https://github.com/clawdbot/skills/tree/main/skills/hisxo/withings-health/SKILL.md) - Fetches health data from the Withings API including weight, body composition (fat, muscle, bone, wat...
+
+## AI & LLMs
+
+- [antigravity-quota](https://github.com/clawdbot/skills/tree/main/skills/mukhtharcm/antigravity-quota/SKILL.md) - Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times...
+- [ask-questions-if-underspecified](https://github.com/clawdbot/skills/tree/main/skills/lc0rp/ask-questions-if-underspecified/SKILL.md) - Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
+- [claude-oauth-refresher](https://github.com/clawdbot/skills/tree/main/skills/tunaissacoding/claude-oauth-refresher/SKILL.md) - Keep your Claude access token fresh 24/7. Automatically refreshes OAuth tokens before expiry so you ...
+- [council](https://github.com/clawdbot/skills/tree/main/skills/emasoudy/council/SKILL.md) - Council Chamber orchestration with Memory Bridge. Single session, multiple personas, structured deli...
+- [de-ai-ify](https://github.com/clawdbot/skills/tree/main/skills/itsflow/de-ai-ify/SKILL.md) - Remove AI-generated jargon and restore human voice to text
+- [gemini](https://github.com/clawdbot/skills/tree/main/skills/steipete/gemini/SKILL.md) - Gemini CLI for one-shot Q&A, summaries, and generation.
+- [gemini-computer-use](https://github.com/clawdbot/skills/tree/main/skills/am-will/gemini-computer-use/SKILL.md) - Build and run Gemini 2.5 Computer Use browser-control agents with Playwright. Use when a user wants ...
+- [gemini-deep-research](https://github.com/clawdbot/skills/tree/main/skills/arun-8687/gemini-deep-research/SKILL.md) - Perform complex, long-running research tasks using Gemini Deep Research Agent. Use when asked to res...
+- [gemini-stt](https://github.com/clawdbot/skills/tree/main/skills/araa47/gemini-stt/SKILL.md) - Transcribe audio files using Google's Gemini API or Vertex AI
+- [llm-council](https://github.com/clawdbot/skills/tree/main/skills/am-will/llm-council/SKILL.md) - llm-council
+- [lmstudio-subagents](https://github.com/clawdbot/skills/tree/main/skills/t-sinclair2500/lm-studio-subagents/SKILL.md) - "Equips agents to search for and offload tasks to local models in LM Studio. Use when: (1) Offloadin...
+- [minimax-usage](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/minimax-usage/SKILL.md) - Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provide...
+- [model-router](https://github.com/clawdbot/skills/tree/main/skills/digitaladaption/model-router/SKILL.md) - A comprehensive AI model routing system that automatically selects the optimal model for any task. S...
+- [nano-banana-pro](https://github.com/clawdbot/skills/tree/main/skills/steipete/nano-banana-pro/SKILL.md) - Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests...
+- [openai-docs-skill](https://github.com/clawdbot/skills/tree/main/skills/am-will/openai-docs/SKILL.md) - Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl/jq). Use whe...
+- [openai-image-gen](https://github.com/clawdbot/skills/tree/main/skills/steipete/openai-image-gen/SKILL.md) - Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
+- [openai-tts](https://github.com/clawdbot/skills/tree/main/skills/pors/openai-tts/SKILL.md) - Text-to-speech via OpenAI Audio Speech API.
+- [openrouter-transcribe](https://github.com/clawdbot/skills/tree/main/skills/obviyus/openrouter-transcribe/SKILL.md) - Transcribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc).
+- [oracle](https://github.com/clawdbot/skills/tree/main/skills/steipete/oracle/SKILL.md) - Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (...
+- [perplexity](https://github.com/clawdbot/skills/tree/main/skills/dronnick/perplexity-sonar/SKILL.md) - Use Perplexity API for web-grounded AI search and research. Use when user needs up-to-date informati...
+- [perplexity](https://github.com/clawdbot/skills/tree/main/skills/zats/perplexity/SKILL.md) - Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations...
+- [personas](https://github.com/clawdbot/skills/tree/main/skills/robbyczgw-cla/personas/SKILL.md) - Transform into 31 specialized AI personalities on demand - from Dev (coding) to Chef Marco (cooking)...
+- [pi-orchestration](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/pi-orchestration/SKILL.md) - Orchestrate multiple AI models (GLM, MiniMax, etc.) as workers using Pi Coding Agent with Claude as ...
+- [recipe-to-list](https://github.com/clawdbot/skills/tree/main/skills/borahm/recipe-to-list/SKILL.md) - Turn recipes into a Todoist Shopping list. Extract ingredients from recipe photos (Gemini Flash visi...
+- [research](https://github.com/clawdbot/skills/tree/main/skills/pors/research/SKILL.md) - Deep research via Gemini CLI — runs in background sub-agent so you don't burn your Claude tokens.
+- [screen-monitor](https://github.com/clawdbot/skills/tree/main/skills/emasoudy/screen-monitor/SKILL.md) - Dual-mode screen sharing and analysis. Model-agnostic (Gemini/Claude/Qwen3-VL).
+- [search-x](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/search-x/SKILL.md) - Search X/Twitter in real-time using Grok. Find tweets, trends, and discussions with citations.
+- [self-improvement](https://github.com/clawdbot/skills/tree/main/skills/dc-acronym/self-improving-agent-1-0-0/SKILL.md) - "Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A comma...
+- [self-improvement](https://github.com/clawdbot/skills/tree/main/skills/pskoett/self-improving-agent/SKILL.md) - "Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A comma...
+- [smart-followups](https://github.com/clawdbot/skills/tree/main/skills/robbyczgw-cla/smart-followups/SKILL.md) - Generate contextual follow-up suggestions after AI responses. Shows 3 clickable buttons (Quick, Deep...
+- [xai](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/xai/SKILL.md) - Chat with Grok models via xAI API. Supports Grok-3, Grok-3-mini, vision, and more.
+
+## Finance & Crypto
+
+- [analytics-tracking](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/analytics-tracking/SKILL.md) - When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when t...
+- [api-credentials-hygiene](https://github.com/clawdbot/skills/tree/main/skills/kowl64/api-credentials-hygiene/SKILL.md) - Audits and hardens API credential handling (env vars, separation, rotation plan, least privilege, au...
+- [app-store-changelog](https://github.com/clawdbot/skills/tree/main/skills/dimillian/app-store-changelog/SKILL.md) - Create user-facing App Store release notes by collecting and summarizing all user-impacting changes ...
+- [blockchain_attestation](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/blockchain-attestation/SKILL.md) - Create verifiable attestations of agent work using Ethereum Attestation Service (EAS), with Base as ...
+- [clawdbot-release-check](https://github.com/clawdbot/skills/tree/main/skills/pors/clawdbot-release-check/SKILL.md) - Check for new clawdbot releases and notify once per new version.
+- [copilot-money](https://github.com/clawdbot/skills/tree/main/skills/jayhickey/copilot-money/SKILL.md) - Query Copilot Money personal finance data (accounts, transactions, net worth, holdings, asset alloca...
+- [create-content](https://github.com/clawdbot/skills/tree/main/skills/itsflow/create-content/SKILL.md) - Thinking partner that transforms ideas into platform-optimized content
+- [crypto-price](https://github.com/clawdbot/skills/tree/main/skills/evgyur/crypto-price/SKILL.md) - Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API....
+- [crypto-tracker](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/crypto-tracker/SKILL.md) - Track crypto prices, set alerts, and search coins via CoinGecko API.
+- [harvey](https://github.com/clawdbot/skills/tree/main/skills/udiedrichsen/harvey/SKILL.md) - Harvey is an imaginary friend and conversation companion - a large white rabbit who helps bridge lon...
+- [ibkr-trading](https://github.com/clawdbot/skills/tree/main/skills/flokiew/ibkr-trader/SKILL.md) - Interactive Brokers (IBKR) trading automation via Client Portal API. Use when setting up IBKR accoun...
+- [idea](https://github.com/clawdbot/skills/tree/main/skills/andrewjiang/idea/SKILL.md) - "Launch background Claude sessions to explore and analyze business ideas. Say 'Idea: [description]' ...
+- [just-fucking-cancel](https://github.com/clawdbot/skills/tree/main/skills/chipagosfinest/just-fucking-cancel/SKILL.md) - Analyze bank transaction CSVs to find recurring charges, categorize subscriptions, and cancel what y...
+- [kraken](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/kraken/SKILL.md) - kraken
+- [launch-strategy](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/launch-strategy/SKILL.md) - "When the user wants to plan a product launch, feature announcement, or release strategy. Also use w...
+- [marketing-ideas](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/marketing-ideas/SKILL.md) - "When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product....
+- [nordpool-fi](https://github.com/clawdbot/skills/tree/main/skills/ovaris/nordpool-fi/SKILL.md) - Hourly electricity prices for Finland with optimal EV charging window calculation (3h, 4h, 5h).
+- [openssl](https://github.com/clawdbot/skills/tree/main/skills/asleep123/openssl/SKILL.md) - Generate secure random strings, passwords, and cryptographic tokens using OpenSSL. Use when creating...
+- [page-cro](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/page-cro/SKILL.md) - When the user wants to optimize, improve, or increase conversions on any marketing page — including ...
+- [plaid](https://github.com/clawdbot/skills/tree/main/skills/jverdi/plaid/SKILL.md) - plaid-cli a cli for interacting with the plaid finance platform. link accounts from various institut...
+- [polymarket](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/polymarket/SKILL.md) - Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
+- [portfolio-watcher](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/portfolio-watcher/SKILL.md) - Monitor stock/crypto holdings, get price alerts, track portfolio performance
+- [publisher](https://github.com/clawdbot/skills/tree/main/skills/tunaissacoding/publisher/SKILL.md) - Make your skills easy to understand and impossible to ignore
+- [relationship-skills](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/relationship-skills/SKILL.md) - Improve relationships with communication tools, conflict resolution, and connection ideas
+- [solana-swaps](https://github.com/clawdbot/skills/tree/main/skills/imthatcarlos/solana-swaps/SKILL.md) - Swap tokens on Solana via Jupiter aggregator and check wallet balances. Use when user wants to swap ...
+- [solo-cli](https://github.com/clawdbot/skills/tree/main/skills/rursache/solo-cli/SKILL.md) - Monitor and interact with SOLO.ro accounting platform via CLI or TUI (summary, revenues, expenses, q...
+- [stock-analysis](https://github.com/clawdbot/skills/tree/main/skills/udiedrichsen/stock-analysis/SKILL.md) - Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create,...
+- [swissweather](https://github.com/clawdbot/skills/tree/main/skills/xenofex7/swissweather/SKILL.md) - Get current weather and forecasts from MeteoSwiss (official Swiss weather service). Use when queryin...
+- [yahoo-finance](https://github.com/clawdbot/skills/tree/main/skills/ajanraj/yahoo-finance/SKILL.md) - Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yaho...
+- [ynab](https://github.com/clawdbot/skills/tree/main/skills/obviyus/ynab/SKILL.md) - Manage YNAB budgets, accounts, categories, and transactions via CLI.
+
+## Media & Streaming
+
+- [apple-media](https://github.com/clawdbot/skills/tree/main/skills/aaronn/apple-media/SKILL.md) - Control Apple TV, HomePod, and AirPlay devices via pyatv (scan, stream, playback, volume, navigation...
+- [blucli](https://github.com/clawdbot/skills/tree/main/skills/steipete/blucli/SKILL.md) - BluOS CLI (blu) for discovery, playback, grouping, and volume.
+- [chill-institute](https://github.com/clawdbot/skills/tree/main/skills/baanish/chill-institute/SKILL.md) - Use chill.institute (web UI) to search for content and click “send to put.io” (best paired with the ...
+- [chromecast](https://github.com/clawdbot/skills/tree/main/skills/morozred/chromecast-control/SKILL.md) - Control Chromecast devices on your local network - discover, cast media, control playback, manage qu...
+- [lastfm](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/lastfm/SKILL.md) - Access Last.fm listening history, music stats, and discovery. Query recent tracks, top artists/album...
+- [overseerr](https://github.com/clawdbot/skills/tree/main/skills/j1philli/overseerr/SKILL.md) - Request movies/TV and monitor request status via the Overseerr API (stable Overseerr, not the beta S...
+- [pet](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/pet/SKILL.md) - Simple command-line snippet manager. Use it to save and reuse complex commands.
+- [plex](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/plex/SKILL.md) - Control Plex Media Server - browse libraries, search, play media, manage playback.
+- [pocket-casts](https://github.com/clawdbot/skills/tree/main/skills/manuelhettich/pocket-casts-yt/SKILL.md) - Download YouTube videos and upload them to Pocket Casts Files for offline viewing. For personal use ...
+- [putio](https://github.com/clawdbot/skills/tree/main/skills/baanish/putio/SKILL.md) - Manage a put.io account via the kaput CLI (transfers, files, search) — hoist the mainsail, add magne...
+- [qbittorrent](https://github.com/clawdbot/skills/tree/main/skills/jmagar/qbittorrent/SKILL.md) - Manage torrents with qBittorrent. Use when the user asks to "list torrents", "add torrent", "pause t...
+- [radarr](https://github.com/clawdbot/skills/tree/main/skills/jordyvandomselaar/radarr/SKILL.md) - Search and add movies to Radarr. Supports collections, search-on-add option.
+- [roku](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/roku/SKILL.md) - CLI interface to control Roku devices via python-roku.
+- [sabnzbd](https://github.com/clawdbot/skills/tree/main/skills/jmagar/sabnzbd/SKILL.md) - Manage Usenet downloads with SABnzbd. Use when the user asks to "check SABnzbd", "list NZB queue", "...
+- [sonarr](https://github.com/clawdbot/skills/tree/main/skills/jordyvandomselaar/sonarr/SKILL.md) - Search and add TV shows to Sonarr. Supports monitor options, search-on-add.
+- [sonoscli](https://github.com/clawdbot/skills/tree/main/skills/steipete/sonoscli/SKILL.md) - Control Sonos speakers (discover/status/play/volume/group).
+- [spotify](https://github.com/clawdbot/skills/tree/main/skills/2mawi2/spotify/SKILL.md) - Control Spotify playback on macOS. Play/pause, skip tracks, control volume, play artists/albums/play...
+- [spotify-applescript](https://github.com/clawdbot/skills/tree/main/skills/andrewjiang/spotify-applescript/SKILL.md) - Control Spotify desktop app via AppleScript. Play playlists, tracks, albums, episodes, and manage pl...
+- [spotify-history](https://github.com/clawdbot/skills/tree/main/skills/braydoncoyer/spotify-history/SKILL.md) - Access Spotify listening history, top artists/tracks, and get personalized recommendations via the S...
+- [spotify-player](https://github.com/clawdbot/skills/tree/main/skills/steipete/spotify-player/SKILL.md) - Terminal Spotify playback/search via spogo (preferred) or spotify_player.
+- [spotify-web-api](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/spotify-web-api/SKILL.md) - Spotify control via Web API - playback, history, top tracks, search. Cross-platform (no Mac required...
+- [summarize](https://github.com/clawdbot/skills/tree/main/skills/steipete/summarize/SKILL.md) - Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
+- [thinking-partner](https://github.com/clawdbot/skills/tree/main/skills/itsflow/thinking-partner/SKILL.md) - Collaborative thinking partner for exploring complex problems through questioning
+- [trakt](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/trakt/SKILL.md) - Track and view your watched movies and TV shows via trakt.tv. Use when user asks about their watch h...
+- [video-transcript-downloader](https://github.com/clawdbot/skills/tree/main/skills/steipete/video-transcript-downloader/SKILL.md) - Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other ...
+- [youtube-instant-article](https://github.com/clawdbot/skills/tree/main/skills/viticci/youtube-instant-article/SKILL.md) - Transform YouTube videos into Telegraph Instant View articles with visual slides and timestamped sum...
+- [youtube-watcher](https://github.com/clawdbot/skills/tree/main/skills/michaelgathara/youtube-watcher/SKILL.md) - Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer quest...
+
+## Notes & PKM
+
+- [apple-mail](https://github.com/clawdbot/skills/tree/main/skills/tyler6204/apple-mail/SKILL.md) - Apple Mail.app integration for macOS. Read inbox, search emails, send emails, reply, and manage mess...
+- [apple-notes](https://github.com/clawdbot/skills/tree/main/skills/steipete/apple-notes/SKILL.md) - Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export...
+- [bear-notes](https://github.com/clawdbot/skills/tree/main/skills/steipete/bear-notes/SKILL.md) - Create, search, and manage Bear notes via grizzly CLI.
+- [better-notion](https://github.com/clawdbot/skills/tree/main/skills/tyler6204/better-notion/SKILL.md) - Full CRUD for Notion pages, databases, and blocks. Create, read, update, delete, search, and query.
+- [bookstack](https://github.com/clawdbot/skills/tree/main/skills/xenofex7/bookstack/SKILL.md) - "BookStack Wiki & Documentation API integration. Manage your knowledge base programmatically: create...
+- [calctl](https://github.com/clawdbot/skills/tree/main/skills/rainbat/calctl/SKILL.md) - Manage Apple Calendar events via icalBuddy + AppleScript CLI
+- [craft](https://github.com/clawdbot/skills/tree/main/skills/noah-ribaudo/craft/SKILL.md) - Manage Craft notes, documents, and tasks via CLI. Use when the user asks to add notes, create docume...
+- [fizzy-cli](https://github.com/clawdbot/skills/tree/main/skills/emredoganer/emredoganer-fizzy-cli/SKILL.md) - Manage Fizzy Kanban boards, cards, comments, tags, and steps via a TypeScript CLI using a Personal A...
+- [fizzy-cli](https://github.com/clawdbot/skills/tree/main/skills/tobiasbischoff/fizzy-cli/SKILL.md) - Use the fizzy-cli tool to authenticate and manage Fizzy kanban boards, cards, comments, tags, column...
+- [gkeep](https://github.com/clawdbot/skills/tree/main/skills/vacinc/gkeep/SKILL.md) - Google Keep notes via gkeepapi. List, search, create, and manage notes.
+- [granola](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/granola-notes/SKILL.md) - Access Granola AI meeting notes - CSV import, shared note fetching, and MCP-ready for upcoming API s...
+- [granola](https://github.com/clawdbot/skills/tree/main/skills/scald/granola/SKILL.md) - Access Granola meeting transcripts and notes.
+- [nb](https://github.com/clawdbot/skills/tree/main/skills/bjesuiter/nb/SKILL.md) - Manage notes, bookmarks, and notebooks using the nb CLI. Create, list, search, and organize notes ac...
+- [Notebook](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/notebook/SKILL.md) - Local-first personal knowledge base for tracking ideas, projects, tasks, habits, and any object type...
+- [notectl](https://github.com/clawdbot/skills/tree/main/skills/rainbat/notectl/SKILL.md) - Manage Apple Notes via AppleScript CLI
+- [notion](https://github.com/clawdbot/skills/tree/main/skills/steipete/notion/SKILL.md) - Notion API for creating and managing pages, databases, and blocks.
+- [obsidian](https://github.com/clawdbot/skills/tree/main/skills/steipete/obsidian/SKILL.md) - Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
+- [obsidian-conversation-backup](https://github.com/clawdbot/skills/tree/main/skills/laserducktales/obsidian-conversation-backup/SKILL.md) - Automatic conversation backup system for Obsidian with incremental snapshots, hourly breakdowns, and...
+- [obsidian-daily](https://github.com/clawdbot/skills/tree/main/skills/bastos/obsidian-daily/SKILL.md) - Manage Obsidian Daily Notes via obsidian-cli. Create and open daily notes, append entries (journals,...
+- [onboarding-cro](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/onboarding-cro/SKILL.md) - When the user wants to optimize post-signup onboarding, user activation, first-run experience, or ti...
+- [purelymail](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/purelymail/SKILL.md) - Set up and test PurelyMail email for Clawdbot agents. Generate configs, test IMAP/SMTP, verify inbox...
+- [resend](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/resend/SKILL.md) - Manage received (inbound) emails and attachments via Resend API. Use when user asks about their emai...
+- [second-brain](https://github.com/clawdbot/skills/tree/main/skills/christinetyip/second-brain/SKILL.md) - Personal knowledge base powered by Ensue for capturing and retrieving understanding. Use when user w...
+- [shared-memory](https://github.com/clawdbot/skills/tree/main/skills/christinetyip/shared-memory/SKILL.md) - Share memories and state with other users. Use when user wants to share knowledge, create users/grou...
+- [skillcraft](https://github.com/clawdbot/skills/tree/main/skills/jmz1/skillcraft/SKILL.md) - Create, design, and package Clawdbot skills. Use when asked to "make/build/craft a skill for X", or ...
+- [sports-ticker](https://github.com/clawdbot/skills/tree/main/skills/robbyczgw-cla/sports-ticker/SKILL.md) - Live sports alerts for Soccer, NFL, NBA, NHL, MLB, F1 and more. Real-time scoring with FREE ESPN API...
+
+## Transportation
+
+- [anachb](https://github.com/clawdbot/skills/tree/main/skills/manmal/a-nach-b/SKILL.md) - Austrian public transport (VOR AnachB) for all of Austria. Query real-time departures, search statio...
+- [charger](https://github.com/clawdbot/skills/tree/main/skills/borahm/charger/SKILL.md) - Check EV charger availability (favorites, nearby search) via Google Places.
+- [flight-tracker](https://github.com/clawdbot/skills/tree/main/skills/xenofex7/flight-tracker/SKILL.md) - Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport usin...
+- [flights](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/flights/SKILL.md) - Track flight status, delays, and search routes. Uses FlightAware data.
+- [gotrain](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/gotrain/SKILL.md) - MTA system train departures (NYC Subway, LIRR, Metro-North). Use when the user wants train times, sc...
+- [incident-pcn-evidence-appeal-corrective-actions-uk](https://github.com/clawdbot/skills/tree/main/skills/kowl64/incident-pcn-evidence-appeal-corrective-actions-uk/SKILL.md) - Builds incident/PCN evidence packs with timelines, appeal drafts, corrective actions, and follow-up ...
+- [mbta](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/mbta/SKILL.md) - Real-time MBTA transit predictions for Boston-area subway, bus, commuter rail, and ferry. Query depa...
+- [oebb-scotty](https://github.com/clawdbot/skills/tree/main/skills/manmal/oebb-scotty/SKILL.md) - Austrian rail travel planner (ÖBB Scotty). Use when planning train journeys in Austria, checking dep...
+- [openerz](https://github.com/clawdbot/skills/tree/main/skills/mbjoern/erz-entsorgung-recycling-zurich/SKILL.md) - Abfuhrkalender für Zürich via OpenERZ API. Nutze bei Fragen zu Kehricht, Karton, Papier, Grüngut, So...
+- [railil](https://github.com/clawdbot/skills/tree/main/skills/lirantal/railil/SKILL.md) - Search for Israel Rail train schedules using the railil CLI. Find routes between stations with fuzzy...
+- [railil](https://github.com/clawdbot/skills/tree/main/skills/lirantal/skill-railil/SKILL.md) - Search for Israel Rail train schedules using the railil CLI. Find routes between stations with fuzzy...
+- [rejseplanen](https://github.com/clawdbot/skills/tree/main/skills/bjarkehs/rejseplanen/SKILL.md) - Query Danish public transport departures, arrivals, and journey planning via Rejseplanen API
+- [skanetrafiken](https://github.com/clawdbot/skills/tree/main/skills/rezkam/skanetrafiken/SKILL.md) - Skåne public transport trip planner (Skånetrafiken). Plans bus/train journeys with real-time delays....
+- [swiss-geo](https://github.com/clawdbot/skills/tree/main/skills/mbjoern/swiss-geo-and-tourism-assistant/SKILL.md) - Schweizer Geodaten, POIs und Tourismus. Orte/Adressen suchen, Höhen abfragen, städtische POIs finden...
+- [swiss-phone-directory](https://github.com/clawdbot/skills/tree/main/skills/xenofex7/swiss-phone-directory/SKILL.md) - "Swiss phone directory lookup via search.ch API. Search for businesses, people, or reverse-lookup ph...
+- [swiss-transport](https://github.com/clawdbot/skills/tree/main/skills/xenofex7/swiss-transport/SKILL.md) - Swiss Public Transport real-time information. Use when querying train, bus, tram, or boat schedules ...
+- [tachograph-infringement-triage-root-cause-uk](https://github.com/clawdbot/skills/tree/main/skills/kowl64/tachograph-infringement-triage-root-cause-uk/SKILL.md) - Triages tachograph infringements, identifies common patterns, and outputs “what to check next” promp...
+- [tesla](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/tesla/SKILL.md) - Control your Tesla vehicles - lock/unlock, climate, location, charge status, and more. Supports mult...
+- [tesla-commands](https://github.com/clawdbot/skills/tree/main/skills/ovaris/tesla-commands/SKILL.md) - Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and chargi...
+- [tessie](https://github.com/clawdbot/skills/tree/main/skills/baanish/tessie/SKILL.md) - tessie
+- [tfl-journey-disruption](https://github.com/clawdbot/skills/tree/main/skills/diegopetrucci/transport-for-london-journey-disruption/SKILL.md) - Plan TfL journeys from start/end/time, resolve locations (prefer postcodes), and warn about disrupti...
+- [transport-investigation-acas-aligned-pack](https://github.com/clawdbot/skills/tree/main/skills/kowl64/transport-investigation-acas-aligned-pack/SKILL.md) - Generates ACAS-aligned investigation invite wording, neutral question sets, and evidence logs. USE W...
+- [trimet](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/trimet/SKILL.md) - Get Portland transit information including arrivals, trip planning, and alerts. Use when user asks a...
+- [virus-monitor](https://github.com/clawdbot/skills/tree/main/skills/pasogott/virus-monitor/SKILL.md) - Virus-Monitoring für Wien (Abwasser + Sentinel)
+- [wienerlinien](https://github.com/clawdbot/skills/tree/main/skills/hjanuschka/wienerlinien/SKILL.md) - Vienna public transport (Wiener Linien) real-time data. Use when asking about departures, schedules,...
+
+## Personal Development
+
+- [daily-review](https://github.com/clawdbot/skills/tree/main/skills/henrino3/daily-review/SKILL.md) - Comprehensive daily performance review with communication tracking, meeting analysis, output metrics...
+- [daily-review](https://github.com/clawdbot/skills/tree/main/skills/itsflow/daily-review-ritual/SKILL.md) - End-of-day review to capture progress, insights, and plan tomorrow
+- [drivers-hours-wtd-infringement-coach-uk](https://github.com/clawdbot/skills/tree/main/skills/kowl64/drivers-hours-wtd-infringement-coach-uk/SKILL.md) - Creates a 1-page driver-facing tacho/WTD infringement note plus corrective actions and review date. ...
+- [graphiti](https://github.com/clawdbot/skills/tree/main/skills/emasoudy/graphiti/SKILL.md) - Knowledge graph operations via Graphiti API. Search facts, add episodes, and extract entities/relati...
+- [morning-routine](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/morning-routine/SKILL.md) - Build a powerful morning routine with habit checklists, timing, and streak tracking
+- [munger-observer](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/munger-observer/SKILL.md) - Daily wisdom review applying Charlie Munger's mental models to your work and thinking. Use when aske...
+- [night-routine](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/night-routine/SKILL.md) - Build a restful night routine with wind-down habits, sleep prep, and next-day planning
+- [overcome-problem](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/overcome-problem/SKILL.md) - Break down any problem with structured thinking, action plans, and progress tracking
+- [procrastination-buster](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/procrastination-buster/SKILL.md) - Beat procrastination with task breakdown, 2-minute starts, and accountability tracking
+- [quit-alcohol](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/quit-alcohol/SKILL.md) - Track sobriety with alcohol-free streaks, craving management, and recovery milestones
+- [quit-caffeine](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/quit-caffeine/SKILL.md) - Reduce or quit caffeine with withdrawal tracking, tapering plans, and energy milestones
+- [quit-overspending](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/quit-overspending/SKILL.md) - Break impulse buying habits with spending streaks, urge tracking, and savings milestones
+- [quit-porn](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/quit-porn/SKILL.md) - Break free from porn addiction with streak tracking, urge management, and recovery milestones
+- [quit-smoking](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/quit-smoking/SKILL.md) - Quit cigarettes with smoke-free tracking, craving support, and health recovery timeline
+- [quit-vaping](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/quit-vaping/SKILL.md) - Quit vaping with nicotine-free streak tracking, craving tools, and health milestones
+- [quit-weed](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/quit-weed/SKILL.md) - Take a tolerance break or quit cannabis with streak tracking and craving support
+- [self-love-confidence](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/self-love-confidence/SKILL.md) - Build self-love and confidence with affirmations, wins logging, and inner critic management
+- [social-media-detox](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/social-media-detox/SKILL.md) - Break social media addiction with screen-free streaks, urge tracking, and digital wellness
+- [stress-relief](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/stress-relief/SKILL.md) - Manage stress with quick techniques, stress logging, and recovery tools
+- [study-habits](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/study-habits/SKILL.md) - Build effective study habits with spaced repetition, active recall, and session tracking
+- [therapy-mode](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/therapy-mode/SKILL.md) - Comprehensive AI-assisted therapeutic support framework with CBT, ACT, DBT, MI, session notes CLI, a...
+- [weekly-synthesis](https://github.com/clawdbot/skills/tree/main/skills/itsflow/weekly-synthesis/SKILL.md) - Create a comprehensive synthesis of the week's work and thinking
+
+## Health & Fitness
+
+- [coach](https://github.com/clawdbot/skills/tree/main/skills/shiv19/clawd-coach/SKILL.md) - Create personalized triathlon, marathon, and ultra-endurance training plans. Use when athletes ask f...
+- [endurance-coach](https://github.com/clawdbot/skills/tree/main/skills/shiv19/endurance-coach/SKILL.md) - Create personalized triathlon, marathon, and ultra-endurance training plans. Use when athletes ask f...
+- [fitbit](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/fitbit/SKILL.md) - Query Fitbit health data including sleep, heart rate, activity, SpO2, and breathing rate. Use when u...
+- [fitbit-analytics](https://github.com/clawdbot/skills/tree/main/skills/kesslerio/fitbit-analytics/SKILL.md) - Fitbit health and fitness data integration. Fetch steps, heart rate, sleep, activity, calories, and ...
+- [hevy](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/hevy/SKILL.md) - Query workout data from Hevy including workouts, routines, exercises, and history. Use when user ask...
+- [huckleberry](https://github.com/clawdbot/skills/tree/main/skills/jayhickey/huckleberry/SKILL.md) - Track baby sleep, feeding, diapers, and growth via the Huckleberry CLI. Use when the user asks about...
+- [muscle-gain](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/muscle-gain/SKILL.md) - Track muscle building with weight progression, protein tracking, and strength milestones
+- [oura](https://github.com/clawdbot/skills/tree/main/skills/ruhrpotter/oura/SKILL.md) - oura
+- [oura-analytics](https://github.com/clawdbot/skills/tree/main/skills/kesslerio/oura-analytics/SKILL.md) - Oura Ring data integration and analytics. Fetch sleep scores, readiness, activity, HRV, and trends f...
+- [pregnancy-tracker](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/pregnancy-tracker/SKILL.md) - Track pregnancy journey with weekly updates, symptom logging, and milestone countdowns
+- [ranked-gym](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/ranked-gym/SKILL.md) - Gamify your gym sessions with XP, levels, achievements, and workout streaks
+- [strava](https://github.com/clawdbot/skills/tree/main/skills/bohdanpodvirnyi/strava/SKILL.md) - Load and analyze Strava activities, stats, and workouts using the Strava API
+- [testosterone-optimization](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/testosterone-optimization/SKILL.md) - Optimize natural testosterone with sleep, exercise, nutrition, and lifestyle tracking
+- [the-sports-db](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/the-sports-db/SKILL.md) - Access sports data via TheSportsDB (teams, events, scores).
+- [weight-loss](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/weight-loss/SKILL.md) - Track weight loss journey with weigh-ins, trend analysis, and goal milestones
+- [whoop](https://github.com/clawdbot/skills/tree/main/skills/borahm/whoop/SKILL.md) - WHOOP morning check-in (recovery/sleep/strain) with suggestions.
+- [whoop](https://github.com/clawdbot/skills/tree/main/skills/rodrigouroz/whoop-health-analysis/SKILL.md) - Access Whoop wearable health data (sleep, recovery, strain, HRV, workouts) and generate interactive ...
+- [whoop-morning](https://github.com/clawdbot/skills/tree/main/skills/borahm/whoop-morning/SKILL.md) - Check WHOOP recovery/sleep/strain each morning and send suggestions.
+- [whoopskill](https://github.com/clawdbot/skills/tree/main/skills/koala73/whoopskill/SKILL.md) - WHOOP CLI with health insights, trends analysis, and data fetching (sleep, recovery, HRV, strain).
+- [workout](https://github.com/clawdbot/skills/tree/main/skills/gricha/workout/SKILL.md) - Track workouts, log sets, manage exercises and templates with workout-cli. Supports multi-user profi...
+- [workout-logger](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/workout-logger/SKILL.md) - Log workouts, track progress, get exercise suggestions and PR tracking
+
+## Communication
+
+- [apple-mail-search](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/apple-mail-search-safe/SKILL.md) - Fast & safe Apple Mail search with body content support.
+- [apple-mail-search](https://github.com/clawdbot/skills/tree/main/skills/mneves75/apple-mail-search/SKILL.md) - Fast Apple Mail search via SQLite on macOS. Search emails by subject, sender, date, attachments - re...
+- [beeper](https://github.com/clawdbot/skills/tree/main/skills/krausefx/beeper/SKILL.md) - Search and browse local Beeper chat history (threads, messages, full-text search).
+- [camelcamelcamel-alerts](https://github.com/clawdbot/skills/tree/main/skills/jgramajo4/camelcamelcamel-alerts/SKILL.md) - Monitor CamelCamelCamel price drop alerts via RSS and send Telegram notifications when items go on s...
+- [discord-doctor](https://github.com/clawdbot/skills/tree/main/skills/jhillock/discord-doctor/SKILL.md) - Quick diagnosis and repair for Discord bot, Gateway, OAuth token, and legacy config issues. Checks c...
+- [discord-doctor](https://github.com/clawdbot/skills/tree/main/skills/kn71gxkg16twyqz5wzkvt61sh17yjnpd/discord-doctor/SKILL.md) - Quick diagnosis and repair for Discord bot, Gateway, OAuth token, and legacy config issues. Checks c...
+- [google-chat](https://github.com/clawdbot/skills/tree/main/skills/darconada/google-chat/SKILL.md) - Send messages to Google Chat spaces and users via webhooks or OAuth. Use when you need to send notif...
+- [himalaya](https://github.com/clawdbot/skills/tree/main/skills/lamelas/himalaya/SKILL.md) - "CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, an...
+- [imsg](https://github.com/clawdbot/skills/tree/main/skills/steipete/imsg/SKILL.md) - iMessage/SMS CLI for listing chats, history, watch, and sending.
+- [linkedin](https://github.com/clawdbot/skills/tree/main/skills/biostartechnology/linkedin/SKILL.md) - LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions...
+- [linkedin-cli](https://github.com/clawdbot/skills/tree/main/skills/arun-8687/linkedin-cli/SKILL.md) - A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using ...
+- [ms365](https://github.com/clawdbot/skills/tree/main/skills/cvsloane/ms365/SKILL.md) - ms365
+- [paid-ads](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/paid-ads/SKILL.md) - "When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), ...
+- [protonmail](https://github.com/clawdbot/skills/tree/main/skills/durchblick-nl/protonmail/SKILL.md) - Read, search, and scan ProtonMail via IMAP bridge (Proton Bridge or hydroxide). Includes daily diges...
+- [social-content](https://github.com/clawdbot/skills/tree/main/skills/jchopard69/marketing-skills/references/social-content/SKILL.md) - "When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twi...
+- [table-image](https://github.com/clawdbot/skills/tree/main/skills/joargp/table-image/SKILL.md) - Generate images from tables for better readability in messaging apps like Telegram. Use when display...
+- [telegram-usage](https://github.com/clawdbot/skills/tree/main/skills/c-drew/telegram-usage/SKILL.md) - Display session usage statistics (quota, session time, tokens, context)
+- [wacli](https://github.com/clawdbot/skills/tree/main/skills/steipete/wacli/SKILL.md) - Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for no...
+- [whatsapp-video-mockup](https://github.com/clawdbot/skills/tree/main/skills/danpeg/whatsapp-video-mockup/SKILL.md) - whatsapp-video-mockup
+
+## Speech & Transcription
+
+- [assemblyai-transcribe](https://github.com/clawdbot/skills/tree/main/skills/tristanmanchester/assemblyai-transcribe/SKILL.md) - Transcribe audio/video with AssemblyAI (local upload or URL), plus subtitles + paragraph/sentence ex...
+- [audio-gen](https://github.com/clawdbot/skills/tree/main/skills/udiedrichsen/audio-gen/SKILL.md) - Generate audiobooks, podcasts, or educational audio content on demand. User provides an idea or topi...
+- [audio-reply](https://github.com/clawdbot/skills/tree/main/skills/matrixy/audio-reply-skill/SKILL.md) - 'Generate audio replies using TTS. Trigger with "read it to me [URL]" to fetch and read content alou...
+- [edge-tts](https://github.com/clawdbot/skills/tree/main/skills/i3130002/edge-tts/SKILL.md) - edge-tts
+- [gettr-transcribe-summarize](https://github.com/clawdbot/skills/tree/main/skills/kevin37li/gettr-transcribe-summarize/SKILL.md) - Download audio from a GETTR post (via HTML og:video), transcribe it locally with MLX Whisper on Appl...
+- [llmwhisperer](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/llmwhisperer/SKILL.md) - Extract text and layout from images and PDFs using LLMWhisperer API. Good for handwriting and comple...
+- [local-whisper](https://github.com/clawdbot/skills/tree/main/skills/araa47/local-whisper/SKILL.md) - Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality tra...
+- [mlx-whisper](https://github.com/clawdbot/skills/tree/main/skills/kevin37li/mlx-whisper/SKILL.md) - Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).
+- [openai-whisper](https://github.com/clawdbot/skills/tree/main/skills/steipete/openai-whisper/SKILL.md) - Local speech-to-text with the Whisper CLI (no API key).
+- [openai-whisper-api](https://github.com/clawdbot/skills/tree/main/skills/steipete/openai-whisper-api/SKILL.md) - Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
+- [parakeet-mlx](https://github.com/clawdbot/skills/tree/main/skills/kylehowells/parakeet-mlx/SKILL.md) - Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
+- [parakeet-stt](https://github.com/clawdbot/skills/tree/main/skills/carlulsoe/parakeet-stt/SKILL.md) - parakeet-stt
+- [pocket-transcripts](https://github.com/clawdbot/skills/tree/main/skills/tmustier/heypocket-reader/SKILL.md) - Read transcripts and summaries from Pocket AI (heypocket.com) recording devices. Use when users want...
+- [pocket-tts](https://github.com/clawdbot/skills/tree/main/skills/sherajdev/pocket-tts/SKILL.md) - pocket-tts
+- [tts-whatsapp](https://github.com/clawdbot/skills/tree/main/skills/hopyky/tts-whatsapp/SKILL.md) - Send high-quality text-to-speech voice messages on WhatsApp in 40+ languages with automatic delivery
+- [video-subtitles](https://github.com/clawdbot/skills/tree/main/skills/ngutman/video-subtitles/SKILL.md) - Generate SRT subtitles from video/audio with translation support. Transcribes Hebrew (ivrit.ai) and ...
+- [voice-transcribe](https://github.com/clawdbot/skills/tree/main/skills/darinkishore/voice-transcribe/SKILL.md) - Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text re...
+
+## Smart Home & IoT
+
+- [anova-oven](https://github.com/clawdbot/skills/tree/main/skills/dodeja/anova-skill/SKILL.md) - Control Anova Precision Ovens and Precision Cookers (sous vide) via WiFi WebSocket API. Start cookin...
+- [bambu-cli](https://github.com/clawdbot/skills/tree/main/skills/tobiasbischoff/bambu-cli/SKILL.md) - Operate and troubleshoot BambuLab printers with the bambu-cli (status/watch, print start/pause/resum...
+- [beestat](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/beestat/SKILL.md) - Query ecobee thermostat data via Beestat API including temperature, humidity, air quality (CO2, VOC)...
+- [dyson-cli](https://github.com/clawdbot/skills/tree/main/skills/tmustier/dyson-cli/SKILL.md) - Control Dyson air purifiers, fans, and heaters via local MQTT. Use when asked to control Dyson devic...
+- [eightctl](https://github.com/clawdbot/skills/tree/main/skills/steipete/eightctl/SKILL.md) - Control Eight Sleep pods (status, temperature, alarms, schedules).
+- [google-home](https://github.com/clawdbot/skills/tree/main/skills/mitchellbernstein/google-home/SKILL.md) - Control Google Nest devices (thermostats, cameras, doorbells) via the Google Smart Device Management...
+- [govee-lights](https://github.com/clawdbot/skills/tree/main/skills/joeynyc/govee-lights/SKILL.md) - Control Govee smart lights via the Govee API. Supports turning lights on/off, adjusting brightness, ...
+- [homeassistant](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/homeassistant/SKILL.md) - Control Home Assistant - smart plugs, lights, scenes, automations.
+- [homey](https://github.com/clawdbot/skills/tree/main/skills/maxsumrall/homey/SKILL.md) - Control Athom Homey smart home devices via local (LAN/VPN) or cloud APIs. List/control devices, trig...
+- [homey-cli](https://github.com/clawdbot/skills/tree/main/skills/krausefx/homey-cli/SKILL.md) - Control Homey home automation hub via CLI. Use when you need to control smart home devices (lights, ...
+- [nanoleaf](https://github.com/clawdbot/skills/tree/main/skills/rstierli/nanoleaf/SKILL.md) - Control Nanoleaf light panels via the Picoleaf CLI. Use for turning Nanoleaf on/off, adjusting brigh...
+- [nest-devices](https://github.com/clawdbot/skills/tree/main/skills/amogower/nest-devices/SKILL.md) - Control Nest smart home devices (thermostat, cameras, doorbell) via the Device Access API. Use when ...
+- [openhue](https://github.com/clawdbot/skills/tree/main/skills/steipete/openhue/SKILL.md) - Control Philips Hue lights/scenes via the OpenHue CLI.
+- [pihole](https://github.com/clawdbot/skills/tree/main/skills/baanish/pihole/SKILL.md) - pihole
+- [printer](https://github.com/clawdbot/skills/tree/main/skills/dhvanilpatel/printer/SKILL.md) - Manage printers via CUPS on macOS (discover, add, print, queue, status, wake).
+- [voicemonkey](https://github.com/clawdbot/skills/tree/main/skills/jayakumark/voicemonkey/SKILL.md) - Control Alexa devices via VoiceMonkey API v2 - make announcements, trigger routines, start flows, an...
+
+## Shopping & E-commerce
+
+- [anylist](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/anylist/SKILL.md) - Manage grocery and shopping lists via AnyList. Use when user asks about shopping lists, groceries, o...
+- [bring-shopping](https://github.com/clawdbot/skills/tree/main/skills/cutzenfriend/bring-shopping/SKILL.md) - Manage Bring! shopping lists via the unofficial bring-shopping Node.js library using email/password ...
+- [checkers-sixty60](https://github.com/clawdbot/skills/tree/main/skills/snopoke/checkers-sixty60/SKILL.md) - Shop on Checkers.co.za Sixty60 delivery service via browser automation. Use when the user asks to sh...
+- [event-planner](https://github.com/clawdbot/skills/tree/main/skills/udiedrichsen/event-planner/SKILL.md) - Plan events (night out, weekend, date night, team outing, meals, trips) by searching venues via Goog...
+- [food-order](https://github.com/clawdbot/skills/tree/main/skills/steipete/food-order/SKILL.md) - Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approva...
+- [grocery-list](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/grocery-list/SKILL.md) - Standalone grocery lists, recipes, and meal planning with local storage. No external service require...
+- [gurkerlcli](https://github.com/clawdbot/skills/tree/main/skills/pasogott/gurkerlcli/SKILL.md) - Austrian online grocery shopping via gurkerl.at. Use when user asks about "groceries", "Einkauf", "L...
+- [idealista](https://github.com/clawdbot/skills/tree/main/skills/quifago/idealista/SKILL.md) - Query Idealista API via idealista-cli (OAuth2 client credentials).
+- [irish-takeaway](https://github.com/clawdbot/skills/tree/main/skills/cotyledonlab/irish-takeaway/SKILL.md) - Find nearby takeaways in Ireland and browse menus via Deliveroo/Just Eat. Uses Google Places API for...
+- [marktplaats](https://github.com/clawdbot/skills/tree/main/skills/pvoo/marktplaats/SKILL.md) - Search Marktplaats.nl classifieds across all categories with filtering support.
+- [ordercli](https://github.com/clawdbot/skills/tree/main/skills/steipete/ordercli/SKILL.md) - Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
+- [paprika](https://github.com/clawdbot/skills/tree/main/skills/mjrussell/paprika/SKILL.md) - Access recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about ...
+- [picnic](https://github.com/clawdbot/skills/tree/main/skills/mpociot/picnic/SKILL.md) - Order groceries from Picnic supermarket - search products, manage cart, schedule delivery.
+- [plan2meal](https://github.com/clawdbot/skills/tree/main/skills/okikesolutions/plan2meal/SKILL.md) - plan2meal
+- [shopping-expert](https://github.com/clawdbot/skills/tree/main/skills/udiedrichsen/shopping-expert/SKILL.md) - Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best ...
+- [whcli](https://github.com/clawdbot/skills/tree/main/skills/pasogott/whcli/SKILL.md) - Willhaben CLI for searching Austria's largest classifieds marketplace. Search listings, view details...
+
+## Calendar & Scheduling
+
+- [accli](https://github.com/clawdbot/skills/tree/main/skills/joargp/accli/SKILL.md) - This skill should be used when interacting with Apple Calendar on macOS. Use it for listing calendar...
+- [apple-calendar](https://github.com/clawdbot/skills/tree/main/skills/tyler6204/apple-calendar/SKILL.md) - Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar sup...
+- [apple-reminders](https://github.com/clawdbot/skills/tree/main/skills/steipete/apple-reminders/SKILL.md) - Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Support...
+- [calcurse](https://github.com/clawdbot/skills/tree/main/skills/gumadeiras/calcurse/SKILL.md) - A text-based calendar and scheduling application. Use strictly for CLI-based calendar management.
+- [caldav-calendar](https://github.com/clawdbot/skills/tree/main/skills/asleep123/caldav-calendar/SKILL.md) - Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal....
+- [clippy](https://github.com/clawdbot/skills/tree/main/skills/foeken/clippy/SKILL.md) - Microsoft 365 / Outlook CLI for calendar and email. Use when managing Outlook calendar (view, create...
+- [cpc-mpqc-competence-tracker-compliance-uk](https://github.com/clawdbot/skills/tree/main/skills/kowl64/cpc-mpqc-competence-tracker-compliance-uk/SKILL.md) - Plans CPC/MPQC competence tracking with reminders, evidence lists, and compliance reporting. USE WHE...
+- [gog](https://github.com/clawdbot/skills/tree/main/skills/steipete/gog/SKILL.md) - Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
+- [holocube](https://github.com/clawdbot/skills/tree/main/skills/andrewjiang/holocube/SKILL.md) - Control GeekMagic HelloCubic-Lite holographic cube display with HoloClawd firmware. Supports drawing...
+- [mcd-cn](https://github.com/clawdbot/skills/tree/main/skills/ryanchen01/mcd-cn/SKILL.md) - Query McDonald's China MCP server via the mcd-cn CLI for campaign calendars, coupons, and auto-claim...
+- [morning-email-rollup](https://github.com/clawdbot/skills/tree/main/skills/am-will/morning-email-rollup/SKILL.md) - Daily morning rollup of important emails and calendar events at 8am with AI-generated summaries
+- [remind-me](https://github.com/clawdbot/skills/tree/main/skills/julianengel/remind-me/SKILL.md) - Set reminders using natural language. Automatically creates one-time cron jobs and logs to markdown.
+- [roadrunner](https://github.com/clawdbot/skills/tree/main/skills/johntheyoung/roadrunner/SKILL.md) - Beeper Desktop CLI for chats, messages, search, and reminders.
+- [timer](https://github.com/clawdbot/skills/tree/main/skills/hisxo/timer/SKILL.md) - Set timers and alarms. When a background timer completes, you receive a System notification - respon...
+
+## PDF & Documents
+
+- [confluence](https://github.com/clawdbot/skills/tree/main/skills/francisbrero/confluence/SKILL.md) - Search and manage Confluence pages and spaces using confluence-cli. Read documentation, create pages...
+- [excel](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/excel/SKILL.md) - Read, write, edit, and format Excel files (.xlsx). Create spreadsheets, manipulate data, apply forma...
+- [excel-weekly-dashboard](https://github.com/clawdbot/skills/tree/main/skills/kowl64/excel-weekly-dashboard/SKILL.md) - Designs refreshable Excel dashboards (Power Query + structured tables + validation + pivot reporting...
+- [intomd](https://github.com/clawdbot/skills/tree/main/skills/rezhajulio/intomd/SKILL.md) - Fetch and convert any documentation URL to Markdown using into.md service.
+- [invoice-generator](https://github.com/clawdbot/skills/tree/main/skills/tmigone/invoice-generator/SKILL.md) - Generate professional PDF invoices from JSON data. Use when the user needs to create an invoice, bil...
+- [markdown-converter](https://github.com/clawdbot/skills/tree/main/skills/steipete/markdown-converter/SKILL.md) - Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), Pow...
+- [mineru-pdf](https://github.com/clawdbot/skills/tree/main/skills/kesslerio/mineru-pdf-parser-clawdbot-skill/SKILL.md) - Parse PDFs locally (CPU) into Markdown/JSON using MinerU. Assumes MinerU creates per‑doc output fold...
+- [nano-pdf](https://github.com/clawdbot/skills/tree/main/skills/steipete/nano-pdf/SKILL.md) - Edit PDFs with natural-language instructions using the nano-pdf CLI.
+- [nudocs](https://github.com/clawdbot/skills/tree/main/skills/jdrhyne/nudocs/SKILL.md) - Upload, edit, and export documents via Nudocs.ai. Use when creating shareable document links for col...
+- [pdf-form-filler](https://github.com/clawdbot/skills/tree/main/skills/raulsimpetru/pdf-form-filler/SKILL.md) - Fill PDF forms programmatically with text values and checkboxes. Use when you need to populate filla...
+- [pptx-creator](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/pptx-creator/SKILL.md) - Create professional PowerPoint presentations from outlines, data sources, or AI-generated content. S...
+- [pymupdf-pdf](https://github.com/clawdbot/skills/tree/main/skills/kesslerio/pymupdf-pdf-parser-clawdbot-skill/SKILL.md) - Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use...
+
+## Self-Hosted & Automation
+
+- [bridle](https://github.com/clawdbot/skills/tree/main/skills/bjesuiter/bridle/SKILL.md) - Unified configuration manager for AI coding assistants. Manage profiles, install skills/agents/comma...
+- [fathom](https://github.com/clawdbot/skills/tree/main/skills/stopmoclay/fathom/SKILL.md) - Connect to Fathom AI to fetch call recordings, transcripts, and summaries. Use when user asks about ...
+- [frappecli](https://github.com/clawdbot/skills/tree/main/skills/pasogott/frappecli/SKILL.md) - CLI for Frappe Framework / ERPNext instances. Use when user asks about "Frappe", "ERPNext", "doctype...
+- [gotify](https://github.com/clawdbot/skills/tree/main/skills/jmagar/gotify/SKILL.md) - Send push notifications via Gotify when long-running tasks complete or important events occur. Use w...
+- [meetgeek](https://github.com/clawdbot/skills/tree/main/skills/nexty5870/meetgeek/SKILL.md) - Query MeetGeek meeting intelligence from CLI - list meetings, get AI summaries, transcripts, action ...
+- [n8n](https://github.com/clawdbot/skills/tree/main/skills/thomasansems/n8n/SKILL.md) - Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or au...
+- [n8n-workflow-automation](https://github.com/clawdbot/skills/tree/main/skills/kowl64/n8n-workflow-automation/SKILL.md) - Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, re...
+- [paperless](https://github.com/clawdbot/skills/tree/main/skills/nickchristensen/paperless/SKILL.md) - Interact with Paperless-NGX document management system via ppls CLI. Search, retrieve, upload, and o...
+- [unifi](https://github.com/clawdbot/skills/tree/main/skills/jmagar/unifi/SKILL.md) - Query and monitor UniFi network via local gateway API (Cloud Gateway Max / UniFi OS). Use when the u...
+
+## News & RSS
+
+- [bbc-news](https://github.com/clawdbot/skills/tree/main/skills/ddrayne/bbc-news/SKILL.md) - Fetch and display BBC News stories from various sections and regions via RSS feeds. Use when the use...
+- [blogwatcher](https://github.com/clawdbot/skills/tree/main/skills/steipete/blogwatcher/SKILL.md) - Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
+- [hn](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/hn/SKILL.md) - Browse Hacker News - top stories, new, best, ask, show, jobs, and story details with comments.
+- [hn-digest](https://github.com/clawdbot/skills/tree/main/skills/cpojer/hn-digest/SKILL.md) - "Fetch and send Hacker News front-page posts on demand. Use when the user asks for HN, says 'hn', 'p...
+- [miniflux](https://github.com/clawdbot/skills/tree/main/skills/shekohex/miniflux/SKILL.md) - "Browse, read, and manage Miniflux feed articles. Use when Claude needs to work with RSS/atom feeds ...
+- [news-summary](https://github.com/clawdbot/skills/tree/main/skills/joargp/news-summary/SKILL.md) - This skill should be used when the user asks for news updates, daily briefings, or what's happening ...
+- [newsletter-digest](https://github.com/clawdbot/skills/tree/main/skills/jhillin8/newsletter-digest/SKILL.md) - Summarize newsletters and articles, extract key insights, create reading lists
+- [orf-digest](https://github.com/clawdbot/skills/tree/main/skills/cpojer/orf/SKILL.md) - "On-demand ORF news digest in German. Use when the user says 'orf', 'pull orf', or 'orf 10'. Focus o...
+
+## Bookmarks & Reading
+
+- [fabric-api](https://github.com/clawdbot/skills/tree/main/skills/tristanmanchester/fabric-api/SKILL.md) - Create/search Fabric resources via HTTP API (notepads, folders, bookmarks, files).
+- [instapaper](https://github.com/clawdbot/skills/tree/main/skills/vburojevic/instapaper/SKILL.md) - "Use when operating the instapaper-cli (ip) tool or troubleshooting it: authenticating, listing/expo...
+- [karakeep](https://github.com/clawdbot/skills/tree/main/skills/jayphen/karakeep/SKILL.md) - Manage bookmarks and links in a Karakeep instance. Use when the user wants to save links, list recen...
+- [linkding](https://github.com/clawdbot/skills/tree/main/skills/jmagar/linkding/SKILL.md) - Manage bookmarks with Linkding. Use when the user asks to "save a bookmark", "add link", "search boo...
+- [readeck](https://github.com/clawdbot/skills/tree/main/skills/jayphen/readeck/SKILL.md) - Readeck integration for saving and managing articles. Supports adding URLs, listing entries, and man...
+- [readwise](https://github.com/clawdbot/skills/tree/main/skills/refrigerator/readwise/SKILL.md) - Access Readwise highlights and Reader saved articles
+- [twitter-bookmark-sync](https://github.com/clawdbot/skills/tree/main/skills/tunaissacoding/twitter-bookmark-sync/SKILL.md) - Automatically ranks your Twitter bookmarks daily and delivers a curated reading list
+
+## Weather
+
+- [daily-recap](https://github.com/clawdbot/skills/tree/main/skills/dbhurley/daily-recap/SKILL.md) - Generate a daily recap image with your agent holding a posterboard of accomplishments. Cron-driven, ...
+- [snow-report](https://github.com/clawdbot/skills/tree/main/skills/davemorin/snow-report/SKILL.md) - Get snow conditions, forecasts, and ski reports for any mountain resort worldwide. Use when asked ab...
+- [weather](https://github.com/clawdbot/skills/tree/main/skills/steipete/weather/SKILL.md) - Get current weather and forecasts (no API key required).
+- [weather-pollen](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/weather-pollen/SKILL.md) - Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and ...
+- [weathercli](https://github.com/clawdbot/skills/tree/main/skills/pjtf93/weathercli/SKILL.md) - Get current weather conditions and forecasts for any location worldwide. Returns structured data wit...
+
+## Security & Passwords
+
+- [1password](https://github.com/clawdbot/skills/tree/main/skills/steipete/1password/SKILL.md) - Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, si...
+- [bitwarden](https://github.com/clawdbot/skills/tree/main/skills/asleep123/bitwarden/SKILL.md) - Access and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI.
+- [dashlane](https://github.com/clawdbot/skills/tree/main/skills/gnarco/dashlane/SKILL.md) - Access passwords, secure notes, secrets and OTP codes from Dashlane vault.
+
+## Other
+
+- [agent-registry](https://github.com/clawdbot/skills/tree/main/skills/matrixy/agent-registry/SKILL.md) - agent-registry
+- [base-skill](https://github.com/clawdbot/skills/tree/main/skills/dc-acronym/base-skill/SKILL.md) - base-skill
+- [beanstalk-gateway](https://github.com/clawdbot/skills/tree/main/skills/tommygeoco/beanstalk-gateway/SKILL.md) - beanstalk-gateway
+- [bots](https://github.com/clawdbot/skills/tree/main/skills/andreyz/towns-protocol/SKILL.md) - bots
+- [get-you-some-britches](https://github.com/clawdbot/skills/tree/main/skills/am-will/get-you-some-britches/SKILL.md) - Use this skill any time I start complaining about my love life, or, if I indicate I need to find som...
+- [manus](https://github.com/clawdbot/skills/tree/main/skills/mvanhorn/manus/SKILL.md) - Create and manage AI agent tasks via Manus API. Manus is an autonomous AI agent that can browse the ...
+- [milkee](https://github.com/clawdbot/skills/tree/main/skills/xenofex7/milkee/SKILL.md) - milkee
+- [pco](https://github.com/clawdbot/skills/tree/main/skills/rubyrunsstuff/pco/SKILL.md) - pco
+- [pi-admin](https://github.com/clawdbot/skills/tree/main/skills/thesethrose/pi-admin/SKILL.md) - Raspberry Pi system administration. Monitor resources, manage services, perform updates and maintena...
+
+
+---
+
+## Contributing
+
+We welcome contributions!
+
+- Submit new skills via PR
+- Improve existing definitions
+
+**Note:** Please don't submit skills you created 3 hours ago. We're now focusing on community-adopted skills, especially those published by development teams and proven in real-world usage. Quality over quantity.
+
+*This is a curated list. We do not audit, endorse, or guarantee the security or correctness of listed projects.*