CodeSkills

发现 Skills

共找到 67 个 Skills

javascripttypescriptpython

agent-orchestrator

Meta-agent skill for orchestrating complex tasks through autonomous sub-agents. Decomposes macro tasks into subtasks, spawns specialized sub-agents with dynamically generated SKILL.md files, coordinates file-based communication, consolidates results, and dissolves agents upon completion. MANDATORY TRIGGERS: orchestrate, multi-agent, decompose task, spawn agents, sub-agents, parallel agents, agent coordination, task breakdown, meta-agent, agent factory, delegate tasks

GitHub2026-03-24
javascriptaitesting

api-tester

Perform structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body support. Use for API testing, health checks, or interacting with REST services programmatically without relying on curl.

GitHub2026-03-24
javascripttypescriptreact

appdeploy

Deploy web apps with backend APIs, database, file storage, AI operations, authentication, realtime, and cron jobs. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl.

GitHub2026-03-24
javascripttypescriptgit

baidu-search

使用百度 AI 搜索引擎搜索网页,获取实时信息、文档资料或研究主题。适合中文网络搜索。

GitHub2026-03-24
javascripttypescriptpython

browser-use

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

GitHub2026-03-24
javascripttypescriptpython

code-mentor

Comprehensive AI programming tutor for all levels. Teaches programming through interactive lessons, code review, debugging guidance, algorithm practice, project mentoring, and design pattern exploration. Use when the user wants to: learn a programming language, debug code, understand algorithms, review their code, learn design patterns, practice data structures, prepare for coding interviews, understand best practices, build projects, or get help with homework. Supports Python and JavaScript.

GitHub2026-03-24
javascripttypescriptpython

code-qc

Run a structured quality control audit on any codebase. Use when asked to QC, audit, review, or check code quality for a project. Supports Python, TypeScript, GDScript, and general projects. Produces a standardized report with PASS/WARN/FAIL verdict, covering tests, imports, type checking, static analysis, smoke tests, and documentation. Also use when asked to compare QC results over time.

GitHub2026-03-24
javascripttypescriptbash

code-stats

Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth.

GitHub2026-03-24
javascripttypescriptai

crawl-for-ai

Web scraping using local Crawl4AI instance. Use for fetching full page content with JavaScript rendering. Better than Tavily for complex pages. Unlimited usage.

GitHub2026-03-24
javascripttypescriptpython

data-analyst

Data visualization, report generation, SQL queries, and spreadsheet automation. Transform your AI agent into a data-savvy analyst that turns raw data into actionable insights.

GitHub2026-03-24
javascripttypescriptdatabase

database-operations

Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.

GitHub2026-03-24
javascripttypescriptpython

Docker

Docker containers, images, Compose stacks, networking, volumes, debugging, production hardening, and the commands that keep real environments stable. Use when (1) the task touches Docker, Dockerfiles, images, containers, or Compose; (2) build reliability, runtime behavior, logs, ports, volumes, or security matter; (3) the agent needs Docker guidance and should apply it by default.

GitHub2026-03-24
javascripttypescriptpython

Docker Compose

Define multi-container applications with proper dependency handling, networking, and volume management.

GitHub2026-03-24
javascripttypescriptpython

e2e-testing-patterns

Build reliable, fast E2E test suites with Playwright and Cypress. Critical user journey coverage, flaky test elimination, CI/CD integration.

GitHub2026-03-24
javascripttypescriptpython

FastAPI

Build fast, production-ready Python APIs with type hints, validation, and async support.

GitHub2026-03-24
javascripttypescriptpython

file-manager

OpenClaw自动化文件管理助手,用于批量文件操作、智能分类、重复文件清理、文件重命名、目录同步等任务。当用户需要整理文件、批量重命名、清理重复文件、同步目录或自动化文件工作流时使用此技能。

GitHub2026-03-24
javascripttypescriptpython

filesystem-mcp

Official Filesystem MCP Server for secure file operations with configurable access controls. Read, write, create, delete, move, search files and directories. List directory contents, get file info, edit text files, and manage file permissions. Built-in security sandbox prevents unauthorized access. Essential for agents working with local files, project management, log analysis, content generation, and file organization. Use when agents need filesystem access, file manipulation, directory navigation, or content management.

GitHub2026-03-24
javascripttypescriptpython

Flask

Avoid common Flask mistakes — context errors, circular imports, session configuration, and production gotchas.

GitHub2026-03-24
javascripttypescriptgit

github

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

GitHub2026-03-24
javascripttypescriptpython

github-ai-trends

Generate GitHub AI trending project reports as formatted text leaderboards. Fetches top-starred AI/ML/LLM repos by daily, weekly, or monthly period and renders a styled leaderboard. Use when the user asks for AI project trends, GitHub trending, AI leaderboard, or wants to see popular AI repos.

GitHub2026-03-24
javascripttypescriptpython

github

GitHub API integration with managed OAuth. Access repositories, issues, pull requests, commits, branches, and users. Use this skill when users want to interact with GitHub repositories, manage issues and PRs, search code, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

GitHub2026-03-24
javascriptgitdevops

github-cli

使用 gh CLI 与 GitHub 交互。通过 gh issue、gh pr、gh run 和 gh api 管理议题、PR、CI 运行及高级查询。适用于需要操作 GitHub 仓库、管理 PR、查看 CI 状态、查询 Issues 等场景。

GitHub2026-03-24
javascripttypescriptpython

gmail

Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

GitHub2026-03-24
javascripttypescriptgit

imap-smtp-email

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Supports multiple accounts. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.

GitHub2026-03-24
javascripttypescriptai

JavaScript

Write robust JavaScript with async patterns, type coercion handling, and modern ES2023+ features.

GitHub2026-03-24
javascripttypescriptdocker

Kubernetes

Avoid common Kubernetes mistakes — resource limits, probe configuration, selector mismatches, and RBAC pitfalls.

GitHub2026-03-24
javascripttypescriptdocker

cluster-agent-swarm

Complete Platform Agent Swarm — A coordinated multi-agent system for Kubernetes and OpenShift platform operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), GitOps (Flow), Security (Shield), Observability (Pulse), Artifacts (Cache), and Developer Experience (Desk).

GitHub2026-03-24
javascripttypescriptdocker

Linux

Operate Linux systems avoiding permission traps, silent failures, and common admin mistakes.

GitHub2026-03-24
javascripttypescriptazure

markdown-converter

Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.

GitHub2026-03-24
javascripttypescriptreact

NextJS

Build Next.js 15 apps with App Router, server components, caching, auth, and production patterns.

GitHub2026-03-24
javascripttypescriptdevops

Nginx

Configure Nginx for reverse proxy, load balancing, SSL termination, and high-performance static serving.

GitHub2026-03-24
javascripttypescriptai

NodeJS

Write reliable Node.js avoiding event loop blocking, async pitfalls, ESM gotchas, and memory leaks.

GitHub2026-03-24
javascriptdatabaseapi

notion

Notion API,用于创建和管理页面、数据库及区块。支持笔记整理、知识库构建、任务管理等工作流。

GitHub2026-03-24
javascripttypescriptreact

Nuxt

Build Vue 3 SSR/SSG applications with proper data fetching, hydration, and server patterns.

GitHub2026-03-24
javascriptaibash

ontology

类型化知识图谱,用于结构化 AI Agent 记忆和可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联关系。

GitHub2026-03-24
javascriptaibash

openai-whisper

本地语音转文字工具,使用 Whisper CLI,无需 API 密钥。支持多种语言,包括中文。

GitHub2026-03-24
javascripttypescriptpython

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

GitHub2026-03-24
javascripttypescriptpython

pdf-tools

View, extract, edit, and manipulate PDF files. Supports text extraction, text editing (overlay and replacement), merging, splitting, rotating pages, and getting PDF metadata. Use when working with PDF documents for reading content, adding/editing text, reorganizing pages, combining files, or extracting information.

GitHub2026-03-24
javascripttypescriptdatabase

Playwright (Automation + MCP + Scraper)

Browser automation via Playwright MCP. Navigate websites, click elements, fill forms, take screenshots, extract data, and debug real browser workflows. Use when (1) you need a real browser, not static fetch; (2) the task involves Playwright MCP, browser tools, Playwright tests, scripts, or JS-rendered pages; (3) the user wants navigation, forms, screenshots, PDFs, downloads, or browser-driven extraction turned into a reliable outcome.

GitHub2026-03-24
javascripttypescriptpython

prompt-crafter

Build AI prompts that actually work — for ChatGPT, Claude, Gemini, or any LLM. Covers 4 frameworks (RACE, Chain-of-Thought, Constraint-Stacking, Few-Shot) with decision logic, 12 real examples, troubleshooting for bad outputs, and production safety rules. Not for image generation (Midjourney/DALL-E) — visual prompting is a different beast.

GitHub2026-03-24
javascripttypescriptpython

prompt-enhancer

Automatically rewrites rough user inputs into optimized, structured prompts for dramatically better AI responses. Prefix any message with "p:" to activate.

GitHub2026-03-24
javascripttypescriptpython

python

Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.

GitHub2026-03-24
javascripttypescriptai

ragflow

Universal Ragflow API client for RAG operations. Create datasets, upload documents, run chat queries against knowledge bases. Self-hosted RAG platform integration.

GitHub2026-03-24
javascripttypescriptpython

raglite

Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma (vector) + ripgrep (keyword).

GitHub2026-03-24
javascripttypescriptai

ragtop-agent

高级 RAG 助手,具备 Agentic RAG 思考能力。能够自动化管理 RAGTOP 知识库,并在执行深度调研任务时,调用 RAGTOP 后端接口。使用场景包括:(1) 列出知识库和文档,(2) 执行语义检索和深度分析。

GitHub2026-03-24
javascripttypescriptdocker

deploy

This skill should be used when the user wants to push code to Railway, says "railway up", "deploy", "deploy to railway", "ship", or "push". For initial setup or creating services, use new skill. For Docker images, use environment skill.

GitHub2026-03-24
javascripttypescriptreact

React

Full React 19 engineering, architecture, Server Components, hooks, Zustand, TanStack Query, forms, performance, testing, production deploy.

GitHub2026-03-24
javascripttypescriptreact

react-useeffect-cleanup

正确清理 React useEffect 副作用。适用于处理异步请求、事件监听、定时器等需要清理的场景,避免内存泄漏和不必要的重复请求。

GitHub2026-03-24
javascripttypescriptpython

scraper

Structured extraction and cleanup for public, user-authorized web pages. Use when the user wants to collect, clean, summarize, or transform content from accessible pages into reusable text or data. Do not use to bypass logins, paywalls, captchas, robots restrictions, or access controls. Local-only output.

GitHub2026-03-24
javascripttypescriptpython

security-audit

Audit codebases and infrastructure for security issues. Use when scanning dependencies for vulnerabilities, detecting hardcoded secrets, checking OWASP top 10 issues, verifying SSL/TLS, auditing file permissions, or reviewing code for injection and auth flaws.

GitHub2026-03-24
javascripttypescriptreact

security-auditor

Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.

GitHub2026-03-24
javascripttypescriptpython

security-checker

Security scanner for Python skills before publishing to ClawHub. Use before publishing any skill to check for dangerous imports, hardcoded secrets, unsafe file operations, and dangerous functions like eval/exec/subprocess. Essential for maintaining trust and ensuring published skills are safe for others to install and run.

GitHub2026-03-24
javascripttypescriptpython

SQL

Master relational databases with SQL. Schema design, queries, performance, migrations for PostgreSQL, MySQL, SQLite, SQL Server.

GitHub2026-03-24
javascripttypescriptpython

sql-toolkit

Query, design, migrate, and optimize SQL databases. Use when working with SQLite, PostgreSQL, or MySQL — schema design, writing queries, creating migrations, indexing, backup/restore, and debugging slow queries. No ORMs required.

GitHub2026-03-24
javascriptaiapi

summarize

Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).

GitHub2026-03-24
javascripttypescriptpython

Test Generator

Automated test case generator. Unit tests, integration tests, end-to-end tests, mock objects, test fixtures, coverage analysis, edge case generation, performance benchmarks. Supports Python, JavaScript, Go. testing, tdd, pytest, jest, vitest, mocha, developer-tools. Use when you need test generator capabilities. Triggers on: test generator.

GitHub2026-03-24
javascripttypescriptpython

test-patterns

Write and run tests across languages and frameworks. Use when setting up test suites, writing unit/integration/E2E tests, measuring coverage, mocking dependencies, or debugging test failures. Covers Node.js (Jest/Vitest), Python (pytest), Go, Rust, and Bash.

GitHub2026-03-24
javascripttypescriptai

TypeScript

Write type-safe TypeScript with proper narrowing, inference patterns, and strict mode best practices.

GitHub2026-03-24
javascripttypescriptdatabase

vercel

Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.

GitHub2026-03-24
javascripttypescriptdocker

web-design

CSS implementation patterns for layout, typography, color, spacing, and responsive design. Complements ui-design (fundamentals) with code-focused examples.

GitHub2026-03-24
javascripttypescriptpython

web-scraper

Web scraping and content comprehension agent — multi-strategy extraction with cascade fallback, news detection, boilerplate removal, structured metadata, and LLM entity extraction

GitHub2026-03-24
javascripttypescriptpython

web-search

This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.

GitHub2026-03-24
javascripttypescriptpython

web-search-pro

Agent-first web search and retrieval for live web search, news search, docs lookup, code lookup, company research, site crawl, site map, and structured evidence packs. Includes a no-key baseline plus optional Tavily, Exa, Querit, Serper, Brave, SerpAPI, You.com, SearXNG, and Perplexity / Sonar providers for wider coverage and answer-first routing.

GitHub2026-03-24
javascripttypescriptpython

webhook-robot

Send messages to various webhook-based bots (WeCom, DingTalk, Feishu, etc.).

GitHub2026-03-24
javascripttypescriptpython

youtube

Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.

GitHub2026-03-24
javascripttypescriptpython

youtube-search

Search YouTube for videos and channels, search within specific channels, then fetch transcripts. Use when the user asks to "find videos about X", "search YouTube for", "look up a channel", "who makes videos about", "find on youtube", or wants to discover YouTube content on a topic.

GitHub2026-03-24
javascripttypescriptpython

youtube-transcript

Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.

GitHub2026-03-24