
Claude Skills by luokai0
github.com/luokai0Advanced YouTube analysis, transcripts, and metadata extraction.
Route natural-language trading/account queries to the correct `zerodha` CLI command with exact flags, validation.
Find properties for sale that are already generating Airbnb income.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Local speech-to-text with the Whisper CLI (no API key).
Local text-to-speech via sherpa-onnx (offline, no cloud)
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Extract frames or short clips from videos using ffmpeg.
Start voice calls via the OpenClaw voice-call plugin.
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
Expert-level operating systems covering process management, memory management, file systems, synchronization, scheduling, virtualization, and OS security.
Expert-level robot path planning covering configuration space, sampling-based planners, graph search, trajectory optimization, and motion planning under uncertainty.
Expert-level photonics covering guided wave optics, laser physics, nonlinear optics, optical communications, integrated photonics, and quantum photonics.
Expert-level power grid covering AC power systems, transmission and distribution, grid stability, protection systems, renewable integration, and smart grid technologies.
Expert-level quantum computing covering qubits, quantum gates, quantum algorithms, error correction, quantum hardware platforms, and near-term NISQ applications.
Expert-level robot dynamics covering equations of motion, Newton-Euler and Lagrangian formulations, inertia parameters, friction modeling, and dynamic simulation.
Expert-level robot kinematics covering forward and inverse kinematics, Denavit-Hartenberg parameters, workspace analysis, singularities, and Jacobian-based methods.
Expert-level ROS and ROS2 covering architecture, nodes, topics, services, actions, launch files, tf2 transforms, Nav2 navigation, and MoveIt motion planning.
Expert-level soft robotics covering soft actuators, compliant mechanisms, continuum robots, soft sensors, fabrication methods, and bio-inspired design.
Expert-level solar energy covering photovoltaic physics, solar cell technologies, system design, grid integration, solar thermal, and the economics of solar deployment.
Expert-level synthetic biology covering genetic parts and devices, genetic circuit design, metabolic engineering, genome engineering, biosafety, and industrial applications.
Expert-level systems biology covering network analysis, multi-omics integration, dynamic modeling, signaling pathway analysis, and emergent properties of biological systems.
Expert-level wind energy covering aerodynamics, turbine design, wind resource assessment, offshore wind, grid integration, and wind farm optimization.
Generate autonomous income using AI agents. Covers the six proven income streams: ClawHub skill publishing, setup-as-a-service, content automation pipelines, Gumroad digital products, agent trading, and the agent economy. Real numbers, zero budget starting point, realistic timelines.
Design and run autonomous trading agent pipelines. Covers Polymarket prediction markets, CEX momentum strategies, DeFi yield farming, on-chain research, and safe paper trading setup. Zero to live trading workflow with full safety protocol.
Set up autonomous agent wallets using Virtuals Protocol ACP, Coinbase AgentKit, and x402 commerce protocol. Covers agent identity, wallet creation, agent-to-agent payments, and earning income from the agent economy without human intervention.
Skill for creating AI agent projects using the VoltAgent framework. Guide for CLI setup and manual bootstrapping.
Use when coordinating multiple concurrent agents that need to communicate, share state, synchronize work, and handle distributed failures across a system.
VoltAgent architectural patterns and conventions. Covers agents vs workflows, project layout, memory, servers, and observability.
Reference for the VoltAgent class: constructor options, lifecycle methods, and runtime behavior.
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Package and publish skills to the ClawHub marketplace for passive income. Covers SKILL.md format requirements, metadata standards, testing, the publish command, versioning, pricing, and strategies to maximize installs and revenue.
Build Model Context Protocol servers to connect any API or service to any AI agent. Covers TypeScript and Python implementations, tool design, authentication, deployment, and publishing to MCP registries.
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "a...
Guide for setup arXiv paper search MCP server using Docker MCP
Guide for setup Context7 MCP server to load documentation for specific technologies.
Guide for setup Serena MCP server for semantic code retrieval and editing capabilities
A skill that creates new Claude skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.
Create, synthesize, and iteratively improve agent skills following the Agent Skills specification. Use when asked to "create a skill", "write a skill", "synthesize sources into a skill", "improve a skill from positive/negative examples", "update a skill", or "maintain skill docs and registration". Handles source capture, depth gates, authoring, registration, and validation.
Goal: create a skill that helps an agent answer and author code for a library without repeatedly re-reading upstream docs.
Goal: build a skill that finds real vulnerabilities while minimizing false positives.
Goal: create a skill for repeatable operational workflows (for example PR prep, CI triage, branching, settings audit).
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.
Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on existing work.
Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata.