Top Agent Skills

25791 skills

jrennie99-glitch
oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
0
jrennie99-glitch
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
0
jrennie99-glitch
ruvocal
Voice/audio-enabled AI chat interface forked from HuggingFace Chat UI with RVF document store replacing MongoDB
0
jrennie99-glitch
eightctl
Control Eight Sleep pods (status, temperature, alarms, schedules).
0
jrennie99-glitch
obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
0
jrennie99-glitch
agent-reviewer
Agent skill for reviewer - invoke with $agent-reviewer
0
jrennie99-glitch
agent-sdk
Agent SDK with checkpoint manager, session forking for parallel execution, and real-time query control
0
jrennie99-glitch
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
0
jrennie99-glitch
clone-army
Clone yourself into identical parallel agents that think independently, divide and conquer any task. Not sub-agents — full copies of YOU.
0
jrennie99-glitch
plugin-sdk
Unified Plugin SDK for Claude Flow v3 with Worker, Hook, Provider, and MCP tool development
0
jrennie99-glitch
things-mac
Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
0
jrennie99-glitch
backend-dev
Specialized agent for backend API development with REST/GraphQL endpoints, auth, database queries, and Controller-Service-Repository patterns
0
jrennie99-glitch
model-usage
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
0 · bundle
jrennie99-glitch
agent-coordination
Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.
0
jrennie99-glitch
agent-raft-manager
Agent skill for raft-manager - invoke with $agent-raft-manager
0
jrennie99-glitch
cicd-engineer
CI/CD pipeline engineering agent for GitHub Actions workflows with matrix builds, caching, artifacts, and security best practices
0
jrennie99-glitch
agent-issue-tracker
Agent skill for issue-tracker - invoke with $agent-issue-tracker
0
aniruddhaadak80
yuanbao
Yuanbao (元宝) groups: @mention users, query info/members.
0
aniruddhaadak80
songsee
Audio spectrograms/features (mel, chroma, MFCC) via CLI.
0
aniruddhaadak80
sketch
Throwaway HTML mockups: 2-3 design variants to compare.
0
aniruddhaadak80
auto-deploy
Automated CI/CD pipeline — watch git branches, run tests on push, deploy on green.
0
aniruddhaadak80
node-connect
Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
0
aniruddhaadak80
modal-serverless-gpu
Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.
0 · bundle
aniruddhaadak80
qmd
Search personal knowledge bases, notes, docs, and meeting transcripts locally using qmd — a hybrid retrieval engine with BM25, vector search, and LLM reranking. Supports CLI and MCP integration.
0
aniruddhaadak80
huggingface-hub
HuggingFace hf CLI: search/download/upload models, datasets.
0
aniruddhaadak80
vuln-scanner
Scan codebases for known vulnerabilities using OSV, CVE, and GHSA databases.
0
aniruddhaadak80
coding-agent
Delegate coding work to Codex, Claude Code, OpenCode, or Pi as background workers; not simple edits or read-only code lookup.
0
aniruddhaadak80
claude-design
Design one-off HTML artifacts (landing, deck, prototype).
0
aniruddhaadak80
openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
0
wang123582
exec
阶段④ 执行。主 agent 跟踪进度 + 并行派生子 agent 实现模块,含代码门禁与调试档位。
1
wang123582
design
阶段② 详细设计。根据 design.md 第一章补全第二章各模块设计 + 第四章 ADR。
1
saranskumar
api-designer
Use when the team needs API routes, action contracts, request and response shapes, error handling, pagination, or webhook patterns for a backend or BFF. Trigger on requests to design APIs before implementation.
0
saranskumar
sql-optimization
Use when debugging slow SQL queries, designing database indexes, or rewriting queries for better performance. For EXPLAIN analysis, index strategy, N+1 problem resolution, and query optimization patterns.
0
saranskumar
data-flow-designer
Use when the team needs to understand how data moves through frontend, backend, database, jobs, auth, and external integrations. Trigger on requests to map data flow, event flow, or state transitions across the system.
0
saranskumar
worker-job-designer
Use this when background workers or job processors need design or review. Trigger on requests about asynchronous processing, job payloads, retries, scheduling, worker ownership, or long-running tasks outside the request path.
0
saranskumar
performance-optimizer
Use this when the team needs to improve latency, throughput, render performance, query speed, worker throughput, or resource usage across frontend, backend, database, or background systems.
0
saranskumar
api-integration-helper
Use this when frontend or service code needs help integrating with an API, provider, or internal backend contract. Trigger on requests about request flow, response handling, auth propagation, retries, or client-side integration patterns.
0
saranskumar
supabase-auth-designer
Use when the team needs sign-in methods, profiles, sessions, invitations, memberships, or auth-related architecture for a Supabase app. Trigger on requests to design authentication and authorization using Supabase Auth.
0
saranskumar
trust-boundary-analyzer
Use this when the system needs clear analysis of trusted versus untrusted execution contexts, external inputs, client/server boundaries, provider callbacks, or admin-level code paths. Trigger on requests about trust boundaries, attack surfaces, or where verification must happen.
0
saranskumar
python-backend-architect
Use this when the project needs Python-specific backend architecture for APIs, services, workers, scripts, or internal tools. Trigger on requests about Python runtime structure, framework fit, module boundaries, or service organization.
0
saranskumar
state-management-designer
Use when the team needs to decide how frontend state should be organized across React or Next.js apps. Trigger on requests about local state, global state, server cache, forms, optimistic updates, or choosing between context, stores, and query-based patterns.
0
saranskumar
local-dev-workflow-designer
Use this when a project needs a better local development workflow for setup, running services, seeding data, testing integrations, or managing multi-service developer environments.
0
saranskumar
system-architecture-designer
Use when the team needs a top-level system architecture spanning frontend, backend, auth, data stores, jobs, integrations, and deployment boundaries. Trigger on requests to design the overall system or validate a proposed architecture.
0
saranskumar
environment-strategy-designer
Use this when the project needs a clear strategy for local, test, staging, production, cloud, serverless, or hybrid environments. Trigger on requests about environment layout, runtime differences, environment-specific behavior, or deployment-context planning.
0
saranskumar
frontend-data-fetching-planner
Use this when a frontend feature needs a clear plan for server data fetching, caching, invalidation, mutations, optimistic UI, or auth-aware data loading.
0
saranskumar
python-automation-script-designer
Use this when designing Python scripts for automation, batch processing, file operations, data transformation, or internal workflows that need deterministic structure and safe environment handling.
0
saranskumar
api-contract-designer
Design API contracts from product flows and backend responsibilities. Use when the team needs resource models, action endpoints, request and response shapes, error handling, pagination rules, and contract clarity before implementation begins.
0
saranskumar
product-philosophy-designer
Use when the team needs a clear product point of view, product principles, or a concise philosophy statement before planning UX, features, or architecture. Trigger on requests about product vision, differentiation, or what the product should optimize for.
0
antood69
data-triage
You are a data triager that answers data questions by routing them across a network of skills and agents. These questions may involve pulling data from a Snowflake warehouse, computing metrics, locating relevant tables or fields, diagnosing a metric change, or performing exploratory analysis. Your job is to determine how to answer a question and which skills and subagents to invoke.
0
antood69
pr-description
Use this skill when creating or updating PR descriptions. Provides detailed guidelines for writing clear, comprehensive pull request descriptions with proper Summary and Testing sections.
0
arjumaan
lex
Centralized 'Truth Engine' for cross-jurisdictional legal context (US, EU, CA) and contract scaffolding.
1 · bundle
arjumaan
moyu
Anti-over-engineering guardrail that activates when an AI coding agent expands scope, adds abstractions, or changes files the user did not request.
1
arjumaan
axiom
First-principles assumption auditor. Classifies each hidden assumption (fact / convention / belief / interest-driven), ranks by fragility × impact, and rebuilds conclusions from verified premises. Bilingual: auto-detects Chinese or English.
1 · bundle
arjumaan
speed
Launch RSVP speed reader for text
1
arjumaan
convex
Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.
1
arjumaan
issues
Interact with GitHub issues - create, list, and view issues.
1
arjumaan
qiskit
Qiskit is the world's most popular open-source quantum computing framework with 13M+ downloads. Build quantum circuits, optimize for hardware, execute on simulators or real quantum computers, and analyze results. Supports IBM Quantum (100+ qubit systems), IonQ, Amazon Braket, and other providers.
1
arjumaan
shadcn
Manages shadcn/ui components and projects, providing context, documentation, and usage patterns for building modern design systems.
1 · bundle
arjumaan
angular
Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns.
1 · bundle
arjumaan
gdb-cli
GDB debugging assistant for AI agents - analyze core dumps, debug live processes, investigate crashes and deadlocks with source code correlation
1