Top Rated

The most starred skills loved by the community. Quality guaranteed!

Showing 97-120 of 52067 skills
openclaw

Lobster

by openclaw

One-off tasks that won't be repeated

Processing 383.7K 5mo ago
openclaw

gifgrep

by openclaw

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

Processing 383.7K 5mo ago
openclaw

tmux

by openclaw

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

Auth 383.7K 5mo ago
NousResearch

research-paper-writing

by NousResearch

End-to-end pipeline for writing ML/AI research papers — from experiment design through analysis, drafting, revision, and submission. Covers NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Integrates automated experiment monitoring, statistical analysis, iterative writing, and citation verification.

Academic 218.1K 3mo ago
NousResearch

optimizing-attention-flash

by NousResearch

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.

Automation 218.1K 4mo ago
NousResearch

ocr-and-documents

by NousResearch

Extract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

Academic 218.1K 4mo ago
obra

requesting-code-review

by obra

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Automation 258.1K 7mo ago
NousResearch

kanban-video-orchestrator

by NousResearch

Plan, set up, and monitor a multi-agent video production pipeline backed by Hermes Kanban. Use when the user wants to make ANY video — narrative film, product/marketing, music video, explainer, ASCII/terminal art, abstract/generative loop, comic, 3D, real-time/installation — and the work warrants decomposition into specialized profiles (writer, designer, animator, renderer, voice, editor, etc.) coordinated through a kanban board. Performs adaptive discovery to scope the brief, designs an appropriate team for the requested style, generates the setup script that creates Hermes profiles + initial kanban task, then helps monitor execution and intervene when tasks stall or fail. Routes scenes to whichever Hermes rendering / audio / design skill fits each beat (ascii-video, manim-video, p5js, comfyui, touchdesigner-mcp, blender-mcp, pixel-art, baoyu-comic, claude-design, excalidraw, songsee, heartmula, …) plus external APIs for TTS, image-gen, and image-to-video as needed.

Agents 218.1K 29d ago
NousResearch

fitness-nutrition

by NousResearch

Gym workout planner and nutrition tracker. Search 690+ exercises by muscle, equipment, or category via wger. Look up macros and calories for 380,000+ foods via USDA FoodData Central. Compute BMI, TDEE, one-rep max, macro splits, and body fat — pure Python, no pip installs. Built for anyone chasing gains, cutting weight, or just trying to eat better.

Processing 218.1K 2mo ago
NousResearch

p5js

by NousResearch

"Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics — exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems, flow fields, shaders (GLSL), pixel manipulation, kinetic typography, WebGL scenes, audio analysis, mouse/keyboard interaction, and headless high-res export. Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project."

Animation 218.1K 3mo ago
NousResearch

llava

by NousResearch

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.

CLI Tools 218.1K 4mo ago
NousResearch

codebase-inspection

by NousResearch

Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.

Processing 218.1K 4mo ago
NousResearch

codex

by NousResearch

Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.

CLI Tools 218.1K 4mo ago
NousResearch

github-code-review

by NousResearch

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

Code Review 218.1K 5mo ago
NousResearch

songsee

by NousResearch

Generate spectrograms and audio feature visualizations (mel, chroma, MFCC, tempogram, etc.) from audio files via CLI. Useful for audio analysis, music production debugging, and visual documentation.

Analytics 218.1K 4mo ago
NousResearch

domain-intel

by NousResearch

Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required.

CLI Tools 218.1K 4mo ago
NousResearch

dogfood

by NousResearch

"Exploratory QA of web apps: find bugs, evidence, reports."

Testing 218.1K 2mo ago
NousResearch

popular-web-designs

by NousResearch

54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.

Design 218.1K 3mo ago
NousResearch

polymarket

by NousResearch

Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.

API Dev 218.1K 4mo ago
NousResearch

pinecone

by NousResearch

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

Embeddings 218.1K 2mo ago
NousResearch

imessage

by NousResearch

Send and receive iMessages/SMS via the imsg CLI on macOS.

CLI Tools 218.1K 4mo ago
NousResearch

audiocraft-audio-generation

by NousResearch

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

Code Gen 218.1K 4mo ago
NousResearch

faiss

by NousResearch

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.

Embeddings 218.1K 4mo ago
NousResearch

ascii-art

by NousResearch

Generate ASCII art using pyfiglet (571 fonts), cowsay, boxes, toilet, image-to-ascii conversion, and search curated art from emojicombos.com and asciiart.eu (11,000+ artworks). Falls back to LLM-generated art.

CLI Tools 218.1K 4mo ago