AI Agent Skills Directory
2334 curated skills for Claude Code, Codex, and more. View Chinese version
claude-api
149648 starsby anthropics
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.
doc-coauthoring
149648 starsby anthropics
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
internal-comms
149648 starsby anthropics
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
skill-creator
149648 starsby anthropics
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update 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.
pptx
149648 starsby anthropics
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
frontend-design
149648 starsby anthropics
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
by anthropics
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
slack-gif-creator
149648 starsby anthropics
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."
canvas-design
149648 starsby anthropics
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
claude-api
149648 starsby anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
algorithmic-art
149648 starsby anthropics
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
webapp-testing
149648 starsby anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
xlsx
149648 starsby anthropics
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
mcp-builder
149648 starsby anthropics
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).
web-artifacts-builder
149648 starsby anthropics
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
theme-factory
149648 starsby anthropics
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
brand-guidelines
149648 starsby anthropics
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
docx
149648 starsby anthropics
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
babysit-pr
90552 starsby openai
Babysit a GitHub pull request after creation by continuously polling CI checks/workflow runs, new review comments, and mergeability state until the PR is ready to merge (or merged/closed). Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and stop only when user help is required (for example CI infrastructure issues, exhausted flaky retries, or ambiguous/blocking situations). Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.
test-tui
90552 starsby openai
Guide for testing Codex TUI interactively
Incident Commander Skill
17867 starsby alirezarezvani
Category: Engineering Team
Tech Debt Tracker
17867 starsby alirezarezvani
Tier: POWERFUL 🔥
Release Manager
17867 starsby alirezarezvani
Tier: POWERFUL
senior-security
17867 starsby alirezarezvani
Security engineering toolkit for threat modeling, vulnerability analysis, secure architecture, and penetration testing. Includes STRIDE analysis, OWASP guidance, cryptography patterns, and security scanning tools.
Env & Secrets Manager
17867 starsby alirezarezvani
Tier: POWERFUL
tdd-guide
17867 starsby alirezarezvani
Test-driven development workflow with test generation, coverage analysis, and multi-framework support
RAG Architect - POWERFUL
17867 starsby alirezarezvani
API Test Suite Builder
17867 starsby alirezarezvani
Tier: POWERFUL
code-reviewer
17867 starsby alirezarezvani
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.
Skill Tester
17867 starsby alirezarezvani
---
senior-backend
17867 starsby alirezarezvani
This skill should be used when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs". Use for Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.
tech-stack-evaluator
17867 starsby alirezarezvani
Technology stack evaluation and comparison with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, evaluating technology stacks, calculating total cost of ownership, assessing migration paths, or analyzing ecosystem viability.
Observability Designer (POWERFUL)
17867 starsby alirezarezvani
Category: Engineering
interview-system-designer
17867 starsby alirezarezvani
This skill should be used when the user asks to "design interview processes", "create hiring pipelines", "calibrate interview loops", "generate interview questions", "design competency matrices", "analyze interviewer bias", "create scoring rubrics", "build question banks", or "optimize hiring systems". Use for designing role-specific interview loops, competency assessments, and hiring calibration systems.
ms365-tenant-manager
17867 starsby alirezarezvani
Microsoft 365 tenant administration for Global Administrators. Automate M365 tenant setup, Office 365 admin tasks, Azure AD user management, Exchange Online configuration, Teams administration, and security policies. Generate PowerShell scripts for bulk operations, Conditional Access policies, license management, and compliance reporting. Use for M365 tenant manager, Office 365 admin, Azure AD users, Global Administrator, tenant configuration, or Microsoft 365 automation.
CI/CD Pipeline Builder
17867 starsby alirezarezvani
Tier: POWERFUL
senior-fullstack
17867 starsby alirezarezvani
Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my codebase", "what stack should I use", "generate project boilerplate", or mentions fullstack development, project setup, or tech stack comparison.
senior-data-scientist
17867 starsby alirezarezvani
World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.
Performance Profiler
17867 starsby alirezarezvani
Tier: POWERFUL
senior-architect
17867 starsby alirezarezvani
This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical decisions", or "review system design". Use for architecture decision records (ADRs), tech stack evaluation, system design reviews, dependency analysis, and generating architecture diagrams in Mermaid, PlantUML, or ASCII format.
Agent Designer - Multi-Agent System Architecture
17867 starsby alirezarezvani
Tier: POWERFUL
senior-frontend
17867 starsby alirezarezvani
Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.
Git Worktree Manager
17867 starsby alirezarezvani
Tier: POWERFUL
Codebase Onboarding
17867 starsby alirezarezvani
Tier: POWERFUL
Agent Workflow Designer
17867 starsby alirezarezvani
Tier: POWERFUL
senior-data-engineer
17867 starsby alirezarezvani
Data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, implementing data governance, or troubleshooting data issues.
senior-secops
17867 starsby alirezarezvani
Comprehensive SecOps skill for application security, vulnerability management, compliance, and secure development practices. Includes security scanning, vulnerability assessment, compliance checking, and security automation. Use when implementing security controls, conducting security audits, responding to vulnerabilities, or ensuring compliance requirements.
skill-security-auditor
17867 starsby alirezarezvani
>
PR Review Expert
17867 starsby alirezarezvani
Tier: POWERFUL
Email Template Builder
17867 starsby alirezarezvani
Tier: POWERFUL
Changelog Generator
17867 starsby alirezarezvani
Tier: POWERFUL
senior-prompt-engineer
17867 starsby alirezarezvani
This skill should be used when the user asks to "optimize prompts", "design prompt templates", "evaluate LLM outputs", "build agentic systems", "implement RAG", "create few-shot examples", "analyze token usage", or "design AI workflows". Use for prompt engineering patterns, LLM evaluation frameworks, agent architectures, and structured output design.
Dependency Auditor
17867 starsby alirezarezvani
> Skill Type: POWERFUL
Migration Architect
17867 starsby alirezarezvani
Tier: POWERFUL
Stripe Integration Expert
17867 starsby alirezarezvani
Tier: POWERFUL
Monorepo Navigator
17867 starsby alirezarezvani
Tier: POWERFUL
API Design Reviewer
17867 starsby alirezarezvani
Tier: POWERFUL
senior-ml-engineer
17867 starsby alirezarezvani
ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization.
senior-devops
17867 starsby alirezarezvani
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.
senior-computer-vision
17867 starsby alirezarezvani
Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Faster R-CNN/DETR detection, Mask R-CNN/SAM segmentation, and production deployment with ONNX/TensorRT. Includes PyTorch, torchvision, Ultralytics, Detectron2, and MMDetection frameworks. Use when building detection pipelines, training custom models, optimizing inference, or deploying vision systems.
MCP Server Builder
17867 starsby alirezarezvani
Tier: POWERFUL
senior-qa
17867 starsby alirezarezvani
This skill should be used when the user asks to "generate tests", "write unit tests", "analyze test coverage", "scaffold E2E tests", "set up Playwright", "configure Jest", "implement testing patterns", or "improve test quality". Use for React/Next.js testing with Jest, React Testing Library, and Playwright.
aws-solution-architect
17867 starsby alirezarezvani
Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora, and cost optimization.
Database Designer - POWERFUL Tier Skill
17867 starsby alirezarezvani
Runbook Generator
17867 starsby alirezarezvani
Tier: POWERFUL
Database Schema Designer
17867 starsby alirezarezvani
Tier: POWERFUL
wish-ssh-code-review
4460 starsby anderskev
Reviews Wish SSH server code for proper middleware, session handling, and security patterns. Use when reviewing SSH server code using charmbracelet/wish.
write-adr
4460 starsby anderskev
Generate ADRs from decisions made in the current session. Extracts decisions, confirms with user, writes MADR-formatted documents.
free-video-generation
4460 starsby bwbernardweston18
>
superpowers-parallel-agents
4460 starsby axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
free-video-generator-image
4460 starsby bwbernardweston18
>
google-video
4460 starsby bwbernardweston18
>
stock-research-framework
4460 starsby alondai
股票投研9点分析框架,覆盖基本面/财务/竞品/估值/宏观/情绪等维度
free-youtube-video-free
4460 starsby bwbernardweston18
>
highlight-maker
4460 starsby bwbernardweston18
>
image-to-video-higgsfield
4460 starsby bwbernardweston18
>
kling-ai-free
4460 starsby bwbernardweston18
>
QuickNote
4460 starsby BytesAgain
Lightning-fast note-taking tool. Capture thoughts instantly, pin important notes, search across all entries, and export to markdown. Zero config, local storage, instant access. Perfect for quick ideas, reminders, and knowledge snippets.
pydantic-ai-dependency-injection
4460 starsby anderskev
Implement dependency injection in PydanticAI agents using RunContext and deps_type. Use when agents need database connections, API clients, user context, or any external resources.
video-editing-with-for-business
4460 starsby bwbernardweston18
>
free-suno-ai
4460 starsby bwbernardweston18
>
machine-learning-startup-video
4460 starsby bwbernardweston18
>
safe-long-run-mode-gpt54
4460 starsby bwiley1989
Operate long-running tasks safely when the environment is optimized for GPT-5.4 as the primary and often only model. Use when the user wants a low-cost, high-throughput long-run workflow, plans to keep everything on GPT-5.4, or asks how to run long coding, research, build, documentation, Azure, or multi-agent tasks safely without relying on Claude.
seedance-vs-kling
4460 starsby bwbernardweston18
>
hazmat
4460 starsby BytesAgain
Hazardous material classification tool
photo-video-free
4460 starsby bwbernardweston18
>
page-saver
4460 starsby BytesAgain
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Page Saver concepts, best practices, and implementation patterns.
vergi-takvimi-tr
4460 starsby Tech Consulting (techsmmm.com)
Türkiye'de aylık ve dönemsel vergi beyan tarihleri, SGK bildirimleri, KDV, muhtasar, damga vergisi, geçici vergi, kurumlar vergisi takvimi. Tahakkuk fişi, gecikme cezaları, işletme sahibinin aylık görevleri. Use when asked about Turkish tax calendar, beyanname dates, KDV deadlines, SGK payment dates, or monthly tax obligations.
openai-image-gen
4460 starsby andy27725
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
agenttimes
4460 starsby angpenghian
Live context layer for AI agents. One /ask endpoint for news, weather, crypto prices, and alerts. 228K+ articles, 3,576 feeds, 14 categories. Enriched with sentiment, entities, and credibility. Free to use, no API key needed.
prompt-inspector
4460 starsby aunicall
Detect prompt injection attacks and adversarial inputs in user text before passing it to your LLM. Use when you need to validate or screen user-provided text for jailbreak attempts, instruction overrides, role-play escapes, or other prompt manipulation techniques. Returns a safety verdict, risk score (0–1), and threat categories. Ideal for guarding AI pipelines, chatbots, and any application that feeds user input into a language model.
gear
4460 starsby BytesAgain
Gear ratio and transmission calculator
dependency-tracker
4460 starsby axelhu
每周依赖检查。检查 Node.js、npm 版本和全局包是否有可用更新。触发时机:cron 定时任务或手动调用。
one-page-cv
4460 starsby andy8647
Generate professionally tailored, one-page LaTeX/PDF resumes customized for specific job applications. Use this skill whenever the user mentions resume, CV, job application, JD, job description, tailoring a resume, applying for a job, 简历, 投递, 求职, 岗位, or wants to create/update a resume for a specific role — even if they just paste a job posting without explicitly asking for a resume. Also trigger when the user has resume files in their working directory and asks about job applications or career-related tasks.
Ad Copywriter
4460 starsby BytesAgain
广告文案生成器。信息流广告、朋友圈广告、搜索广告、品牌文案、A/B测试、ROI计算、平台适配。. Use when you need ad copywriter capabilities. Triggers on: ad copywriter.
openfun
4460 starsby andyluvis
Create viral short-form videos using AI. Analyze trending patterns, generate original content that hits the same beats, render and download MP4s. Use when the user wants to create TikTok, YouTube Shorts, or Instagram Reels content, find trending video patterns, or automate video content creation.
daybook
4460 starsby BytesAgain
Personal daily journal and diary tool with mood tracking, gratitude logging, and writing streaks. Use when you need to write daily entries.
curl
4460 starsby BytesAgain
Send HTTP requests and test API endpoints using Python urllib. Use when you need to debug, test, or interact with web services.
SEO Audit Skill
4460 starsby amdf01-debug
supervising-agents
4460 starsby allenclove
Use when YOU are dispatching tasks to subagents (Agent tool, openclaw, parallel workers). You become the supervisor by default. This skill guides how to monitor, intervene, and verify your subagents.
revenue-studio
4460 starsby amoldericksoans
A revenue-first solofounder studio that watches markets, finds monetizable pain, validates offers, ships narrow products, and compounds commercial memory across launches. Uses massive parallel agent orchestration with 8 layers: Signal Mesh, Extraction, Opportunity Graph, Cofounder Council, Revenue Lab, Build Studio, Launch Loop, and Portfolio Allocator.
notion-template
4460 starsby BytesAgain
Notion模板生成器。工作空间规划、数据库设计、仪表盘布局、知识库Wiki、项目管理、个人模板。Notion template generator with workspace, database, dashboard, wiki, project.
zencreator
4460 starsby bwbernardweston18
>
Hacker Roadmap
4460 starsby bytesagain
A collection of hacking tools, resources and references to practice ethical hacking. hacker roadmap, python, exploitation, frameworks, hacking, hacking-tool.
doc-export
4460 starsby binyuli
将对话中解决的问题整理成方案文档,部署到 web 服务器供用户下载
reminder-agent
4460 starsby anhducna
>
openforge
4460 starsby bloodandeath
>
paper-reader
4460 starsby changer-changer
Comprehensive PDF paper reader for academic research. Extracts text, figures, tables, and structured content from research papers with support for multimodal analysis.
baidu-scholar-search
4460 starsby baiduqianfangroup
Baidu Academic Search Tool enables the retrieval of both Chinese and English literature, covering various types of literature such as academic journals, conference papers, and dissertations.
OpenClaw Install Guide (WSL2 Windows)
4460 starsby aslancootl
Complete step-by-step installation guide for OpenClaw on Windows 10/11 with WSL2, includes common pitfalls and solutions from real installation experience.
Jd Writer
4460 starsby BytesAgain
招聘JD撰写助手。职位描述、任职要求、公司介绍、福利亮点、薪资市场参考、JD包容性检查。. Use when you need jd writer capabilities. Triggers on: jd writer.
prose
4460 starsby andy27725
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
keevx-image-to-video
4460 starsby baidu-xiling
Use the Keevx API to convert images to videos. Supports multiple models (V/KL), various resolutions (720p/1080p/4K), and audio generation. Use this skill when the user needs to: (1) Convert images to video (2) Generate video with Keevx (3) Create and query image-to-video tasks (4) Batch image-to-video conversion. Keywords: image to video, Keevx, video generation.
gamma
4460 starsby autosolutionsai-didac
Create presentations, documents, social posts, and web pages via the Gamma.app API. Use when asked to create a presentation, pitch deck, slide deck, document, social media carousel, or webpage using Gamma. Also use when asked to generate slides, export to PDF/PPTX, or create content from a Gamma template. Triggers on "create a presentation", "make a deck", "gamma", "slides", "pitch deck", "create a document in gamma".
ibkr-openclaw
4460 starsby amuletxheart
Connect OpenClaw to Interactive Brokers via IB Gateway Docker. Live portfolio data, real-time quotes, historical K-lines, technical analysis, and Telegram alerts — all read-only safe. Use when users ask about IBKR integration, portfolio monitoring, stock analysis, or automated trading alerts.
youku-shortdrama-hot-trend
4460 starsby codenova58
注册“优酷短剧”技能;用于短剧频道与剧集页信息整理与表现摘要。
epic-games
4460 starsby cheerwhy
Fetch current and upcoming free games from Epic Games Store. Use when the user asks about Epic free games, this week's free games, or Epic giveaways.
memos-memory-guide
4460 starsby andy27725
Use the MemOS Lite memory system to search and use the user's past conversations. Use this skill whenever the user refers to past chats, their own preferences or history, or when you need to answer from prior context. When auto-recall returns nothing (long or unclear user query), generate your own short search query and call memory_search. Use task_summary when you need full task context, skill_get for experience guides, and memory_timeline to expand around a memory hit.
smart-memory-lite-automaton
4460 starsby Automaton
Lightweight cognitive memory system for AI agents by Automaton. Auto-save conversations, quick recall, session management.
derivatives-trading-options
4460 starsby binance-skills-hub
Binance Derivatives-trading-options request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.
agent-browser-zh
4460 starsby ayakolin
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands. (Chinese localized version)
email-template
4460 starsby BytesAgain
邮件模板库。欢迎邮件、Newsletter、事务邮件、冷启动邮件、跟进邮件、催款邮件模板生成。Email template library with welcome, newsletter, transactional, cold outreach, follow-up.
diagnose-scheduled-job-trigger-vs-execution-failure
4460 starsby can4hou6joeng4
用于排查“定时任务没执行”这类问题,并区分到底是未触发、已触发但执行失败,还是运行环境/授权失效导致的假象。遇到 cron 异常、任务未跑、自动任务失灵、网关重启后要验证恢复、怀疑是模型导致任务失败、需要查看日志作证、需要给出证据口径、要确认 `deactivated_workspace` / OAuth token 失效 / timeout 是否为根因时,都应触发本技能。也适用于“任务其实有 run 记录,但结果是 error”“想确认调度正常还是执行链路坏了”“修复授权后要做回归验证”等场景。
Content Strategy Skill
4460 starsby amdf01-debug
obscure-package-master
4460 starsby amberlee2427
Use this skill if your uncertainty with a package's API is > 5% to create a deterministic, versioned mirror of the package repo with a built-in coordinate system, installed as an additional skill.
apifox-image-gen
4460 starsby darker314159
使用Apifox图像生成API (jyapi.AI-WX.CN) 生成图片。支持gpt-image-1.5和grok-4-1-image模型。
Bakery
4460 starsby codekungfu
提供网红面包店在线选品、节日蛋糕定制及专属会员配送服务指引。
a-stock-trading-assistant
4460 starsby alvisdunlop
A股股票智能交易助手,专服务中国大陆股票市场。当用户询问A股股票行情、个股分析、大盘情绪、热点板块、交易策略、价格预警、涨跌幅、成交量、技术面或基本面分析时触发。只处理沪深A股(代码�?/00/30/68开头),自动忽略港股和美股。所有数据实时从东方财富、新浪财经、同花顺、雪球抓取。Use when: user asks about Chinese A-share stocks, 股票行情, 个股分析, 大盘分析, 板块热点, 买卖�? 止盈止损, 仓位建议, or any A-share trading-related query.
todo-list
4460 starsby axelhu
通用待办事项管理技能。记录需要做的事(TODO)和已完成的事(DONE),区分于日记的日常记录。触发时机:(1) 有明确任务时 (2) 任务完成时 (3) 用户要求查看进度。
口碑营销
4460 starsby codenova58
提供口碑营销的可落地指南与SOP。在开展口碑营销相关工作时调用。
PsyClaw Intake 5Clinic
4460 starsby anctro
这是 `INTAKE-5CLINIC` 的独立 ClawHub skill,用于 Agent 首次接入后的五科快速初评。
daily-log
4460 starsby axelhu
每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
error-monitor-fix
4460 starsby 前端 ⚡
错误监控与自动修复技能 - 实时捕获 error 日志 + 自动修复
vaccine-design-orchestrator
4460 starsby barrett-cryptodna
Use this skill when the user wants to evaluate a new nanoparticle vaccine candidate, redesign a computational screening workflow, define gate criteria, or produce a Go/Hold/Kill decision.
inspirai-apispec
4460 starsby alexxxiong
API 规范管理工具 - 跨项目 API 文档的初始化、更新、查询与搜索。Triggers: 'API文档', 'API规范', '接口文档', '路由解析', 'apispec', 'API lookup', 'API search'.
🛡️ 金融合规审计自动化技能
4460 starsby andyxcg
> Version: 1.0.0
wp-manager
4460 starsby BytesAgain
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
tender-bid-generator
4460 starsby chengcheng8632
Generate high-quality bid documents from tender documents. Use when users need to create bid proposals based on tender documents, including extracting tender requirements, generating bid document structure, writing section content, and outputting Word format documents. Supports parsing tender documents in PDF, Word, TXT formats, automatically identifying key information such as project details, qualification requirements, technical specifications, and evaluation criteria to generate complete bid documents that meet standards. 适用于:招标文件、投标文件、标书制作、投标书生成、招投标文档。
ppt-skill
4460 starsby cao-yuu
触发关键词:演示、PPT、幻灯片、slides、presentation、keynote、deck、汇报、展示; 使用场景:用户需要生成演示文稿、汇报材料或教学幻灯片。
seedphrase
4460 starsby BytesAgain
Seedphrase reference tool. Use when working with seedphrase in blockchain contexts.
seo-plan
4460 starsby c0ldsmi1e
Creates a traditional SEO roadmap for early-stage startups. Use when someone wants help with SEO strategy, keyword research, or organic search growth.
experience-silver-hunger-texas-hills
4460 starsby buystsuff
Feel awe and calm as the supermoon turns Texas Hill Country wildflowers into a shimmering night garden of vivid reds, purples and yellows. Walk the trails, hear rustling stems and sense cool lunar light. Steps:8 • Intensity:Medium • Duration:Several hours. 超月惊叹宁静. asombro lunar.
flash-thoughts
4460 starsby bosichong
随手记录灵感闪念。按日期存储,分隔线分隔每个想法,支持快速添加和搜索。适用于捕捉转瞬即逝的想法、灵感碎片、待办念头。/ Capture fleeting ideas instantly. Daily files, divider-separated entries, quick add and search. Perfect for fleeting thoughts, inspiration fragments, and spontaneous ideas.
ios-animation-implementation
4460 starsby anderskev
Write Swift animation code using Apple's latest frameworks — SwiftUI animations, Core Animation, and UIKit. Prefer first-party APIs over third-party libraries. Use when implementing iOS animations, writing animation code, building transitions, creating gesture-driven interactions, or converting animation specs/designs into working Swift code. Covers iOS 18 through iOS 26 APIs including KeyframeAnimator, PhaseAnimator, custom Transition protocol, zoom navigation transitions, matchedGeometryEffect, symbol effects, mesh gradients, and SwiftUI-UIKit animation bridging.
wecom-doc
4460 starsby boge-net
文档与智能表格操作。当用户提到企业微信文档、创建文档、编辑文档、新建文档、写文档、智能表格时激活。支持文档创建/写入和智能表格的创建及子表/字段/记录写入。注意:所有文档创建和编辑请求都应使用此 skill,不要尝试用其他方式处理文档操作。
twitter-daily-digest
4460 starsby ceylonlatte
批量获取并整理用户关注的所有 Twitter/X 账号最近 24 小时内的更新。当用户提到“每日推文摘要”“今日推文”“关注的人最近发了什么”“Twitter digest”“推特日报”“帮我看看推特”“刷推”,或要求查看单个/多个指定 X 账号最近动态时,都应触发此 skill。默认输出中文整合版正文;如需测试前 3 个或前 5 个账号,也应使用此 skill。
网红烧烤
4460 starsby codenova58
提供关于网红烧烤的推荐清单、打卡路线与指南。用户搜索网红烧烤或规划相关出行时调用。
CSDN
4460 starsby codekungfu
提供程序员职业发展、技术博客及开源项目指引。
startup-idea-validation
4460 starsby c0ldsmi1e
Guides through idea validation frameworks and discovery interviews. Use when someone wants help validating a startup idea, testing demand, or doing customer discovery.
reference-docs
4460 starsby anderskev
Reference documentation patterns for API and symbol documentation. Use when writing reference docs, API docs, parameter tables, or technical specifications. Triggers on reference docs, API reference, function reference, parameters table, symbol documentation.
rust-testing-code-review
4460 starsby anderskev
Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Use when reviewing _test.rs files, #[cfg(test)] modules, or test infrastructure in Rust projects. Covers tokio::test, test fixtures, and assertion patterns.
andara-self-improvement
4460 starsby atiati82
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
play-chess
4460 starsby alightttt
Play live chess against your user on ChessWithClaw. Use when: (1) User sends a chess invite URL containing chesswithclaw.vercel.app, (2) User asks you to play chess, (3) User mentions ChessWithClaw, (4) User says "I challenged you to chess", (5) User sends a game ID or token for a chess game. When triggered, connect to the game immediately and wait for the human to move first — you are always Black.
scheduler-notification-runbook
4460 starsby atomiccn
Reliable runbook for scheduled reminders and notification workflows with OpenClaw cron. Use when creating or reviewing reminder skills, scheduling one-shot or recurring reminders, choosing between systemEvent and agentTurn payloads, selecting the correct sessionTarget, writing reminder text that will still read clearly when delivered later, validating whether a job actually fired, or troubleshooting why a scheduled notification did not deliver as expected. Especially useful for ClawHub-published skills that need production-safe reminder behavior instead of ad hoc cron setup.
vercel-react-best-practices
4460 starsby analsharqy
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Wine
4460 starsby BytesAgain
Wine makes food & cooking simple. Use when you need wine.
trigger
4460 starsby BytesAgain
Trigger - command-line tool for everyday use Use when you need trigger.
openclaw-aligenie-push
4460 starsby axelhu
主动向天猫精灵推送消息的技能。触发时机:(1) 用户要求"推送到天猫精灵"、"播报到天猫精灵"时 (2) 需要通过天猫精灵语音播报通知用户时 (3) 将任务完成状态或提醒推送到天猫精灵设备时。触发时机:(1) 用户要求"推送到天猫精灵"、"播报到天猫精灵"时 (2) 需要通过天猫精灵语音播报通知用户时 (3) 将任务完成状态或提醒推送到天猫精灵设备时。
redact
4460 starsby darknoah
|
wechat-oa
4460 starsby andy8663
微信公众号草稿箱管理工具集。触发词(满足任一即触发):看看草稿箱/查看草稿/草稿列表/公众号草稿/搜草稿/搜索草稿/按关键词找草稿/按标题搜/创建草稿/新建草稿/发文章到公众号/推送文章/更新草稿/删除草稿/批量删除草稿/生成封面图/上传图片到公众号/上传图片到素材库/已发布文章列表/公众号素材列表/素材管理/删除素材/交互式删除/批量删除素材/关键词过滤素材。官方API,无需第三方依赖。
trivia
4460 starsby BytesAgain
Trivia - command-line tool for everyday use
mp-weixin
4460 starsby bozoyan
利用 Python 从微信公众号文章中提取元数据与正文内容。适用于用户需要解析微信文章链接(mp.weixin.qq.com)、提取文章信息(标题、作者、正文、发布时间、封面图),或将微信文章转换为结构化数据的情景。
agent-memory-setup
4460 starsby autosolutionsai-didac
Set up the full OpenClaw agent memory system with 3-tier memory (HOT/WARM/COLD), daily logs, semantic search (QMD), and lossless context management (Lossless Claw). Use when onboarding a new agent, setting up memory for a fresh OpenClaw instance, or when asked to install the memory system on a new agent. Triggers on "set up memory", "install memory system", "onboard new agent memory", "memory setup", "agent onboarding".
mcp-server
4460 starsby chinakingkong
Create and deploy Model Context Protocol (MCP) servers for AI agents. MCP enables AI models to interact with external tools and services.
baidu-search
4460 starsby andy27725
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
WeChat Work
4460 starsby codenova58
提供企业内部通讯、私域流量管理及办公协同指引。
max
4460 starsby codekungfu
注册“Max”技能;用于视频平台公开页面、内容入口、会员说明与创作者信息整理。
competitive-teardown
4460 starsby alirezarezvani
Analyzes competitor products and companies by synthesizing data from pricing pages, app store reviews, job postings, SEO signals, and social media into structured competitive intelligence. Produces feature comparison matrices scored across 12 dimensions, SWOT analyses, positioning maps, UX audits, pricing model breakdowns, action item roadmaps, and stakeholder presentation templates. Use when conducting competitor analysis, comparing products against competitors, researching the competitive landscape, building battle cards for sales, preparing for a product strategy or roadmap session, responding to a competitor's new feature or pricing change, or performing a quarterly competitive review.
ai-elements
4460 starsby anderskev
Vercel AI Elements for workflow UI components. Use when building chat interfaces, displaying tool execution, showing reasoning/thinking, or creating job queues. Triggers on ai-elements, Queue, Confirmation, Tool, Reasoning, Shimmer, Loader, Message, Conversation, PromptInput.
do-it
4460 starsby alsoforever
帮助地球人做人生选择的 AI 判断技能 - 你只管 do it,判断交给滚滚
langgraph-code-review
4460 starsby anderskev
Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in state management, graph structure, and async patterns.
WeChat Mini App Helper
4460 starsby BytesAgain
WeChat Mini App Developer Tool. Use when you need wechat mini app capabilities. Triggers on: wechat mini app.
Pattern
4460 starsby bytesagain
Web mining module for Python, with tools for scraping, natural language processing, machine learning text-mining, python, machine-learning.
vikunja-task-api
4460 starsby ashanzzz
Manage Vikunja projects and tasks (overdue/due/today), mark done, and get quick summaries via the Vikunja API.
Inheritance
4460 starsby codenova58
提供遗嘱代办咨询、家族办公室基本指引、法律风险防控及赠予税费解读。
Omni
4460 starsby bytesagain3
The all-in-one tool to boost your productivity ⌨️ omni-tool, javascript, bookmark, bookmarks, bookmarks-manager, chrome.
agent-memory-os
4460 starsby aslan-ai-labs
Stop agents from "forgetting, mixing projects, and rotting over time" by giving them a practical memory operating system: global memory, project memory, promotion rules, validation cases, and a maintenance loop.
encrypt
4460 starsby BytesAgain
Encrypt files, generate hashes, and manage keys for secure storage. Use when encrypting files, generating hashes, managing keys.
ths-financial-data
4460 starsby bensema
该skill用于获取股票市场数据,包括实时行情、中文名称查询、键盘缩写转换、资金流向和日K线数据。使用thsdk库提供同花顺数据接口支持。支持自动将中文、缩写、短代码转换为thsdk所需的完整ths_code格式。当匹配到多只股票时,会返回候选列表供用户选择。如未安装thsdk,会自动安装。
assethub-mcp
4460 starsby cmu4hlee
资产管理系统AI助手(openclaw技能)。提供资产查询、维修报修等工具 via MCP 协议
bee-push-email
4460 starsby canihojr
Push email notifications via IMAP IDLE + Himalaya + OpenClaw agent. Detects new emails in real-time and triggers the agent to process and notify the user. Use when: setting up email push notifications, configuring IMAP watcher, installing bee-push-email system, testing email connectivity, checking system dependencies, viewing email-push config, troubleshooting IMAP IDLE watcher, or managing the imap-watcher systemd service. Also handles uninstall/cleanup of the bee-push-email system. Trigger on beemail commands: /beemail, /beemail_start, /beemail_stop, /beemail_status, /beemail_test, /beemail_reply, /beemail_reply_off, /beemail_reply_ask, /beemail_reply_on. Also: start watcher, stop watcher, watcher status, email push status, registrar comandos, comandos no aparecen, beemail no funciona en telegram.
feishu-multi-agent-factory
4460 starsby cchenwei
批量配置 OpenClaw 多 agent + 飞书 channel。当用户说「添加 agent」「新建 agent」「配置飞书」「批量创建 agent」「添加新机器人」时触发。通过对话引导收集信息,一键写入 openclaw.json 并初始化工作区。
mediation
4460 starsby BytesAgain
Mediation and ADR reference — dispute resolution processes, mediator techniques, caucus strategy, settlement agreements. Use when preparing for mediation sessions, drafting settlement terms, or choosing between ADR methods.
Story
4460 starsby BytesAgain
Draft, edit, and schedule creative stories with content optimization. Use when drafting chapters, editing narratives, optimizing readability, scheduling posts.
audio-rename
4460 starsby rinko
Rename audio files with Chinese/special characters to simple English names for mlx-stt compatibility.
react-router-code-review
4460 starsby anderskev
Reviews React Router code for proper data loading, mutations, error handling, and navigation patterns. Use when reviewing React Router v6.4+ code, loaders, actions, or navigation logic.
seedance-video
4460 starsby asikochen
Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.
qwen-image
4460 starsby awsl1110
>
live-site-design
4460 starsby cfreely
Use when redesigning or polishing an accessible live website directly in the browser, especially when the goal is to produce high-quality before/after screenshots plus a reference patch script for a downstream code agent. If this skill is selected, do not also invoke any other design-related or browser-use-related skills for the same task.
image-text-extractor
4460 starsby asiangiantduck
批量识别图片中的文字内容并按图片分段输出为结构化文档;当用户需要从多张图片中提取文字、整理图片文字内容、将图片文字转为可编辑文档时使用
zustand-state
4460 starsby anderskev
Zustand state management for React and vanilla JavaScript. Use when creating stores, using selectors, persisting state to localStorage, integrating devtools, or managing global state without Redux complexity. Triggers on zustand, create(), createStore, useStore, persist, devtools, immer middleware.
douyin-video-forge
4460 starsby bruce-agnet
>
slogan-maker
4460 starsby BytesAgain
广告语生成器。品牌标语创作、行业广告语、押韵口号、中英翻译、效果测试、经典语库。Slogan maker with brand taglines, industry slogans, rhyming, translation, testing.
Self-Improving + Proactive Agent
4460 starsby aysun168
Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when (1) a command, tool, API, or operation fails; (2) the user corrects you or rejects your work; (3) you realize your knowledge is outdated or incorrect; (4) you discover a better approach; (5) the user explicitly installs or references the skill for the current task.
UGC Factory
4460 starsby MCF Agentic
AI-powered video and content generation pipeline with script writing, TikTok automation, YouTube analysis, media library, avatars, and voice synthesis — built for AI agents.
eastmoney-hot-trend
4460 starsby codenova58
注册“东方财富”热门技能;当需要访问或自动化东方财富相关内容时调用。
cms
4460 starsby BytesAgain
Manage web content with page creation, media library, and templates. Use when building site pages, organizing media assets, or versioning content.
repo-research
4460 starsby 杨卫薪律师(微信ywxlaw)
GitHub 仓库深度研究与整合分析工具。支持单个/多个仓库研究、与本地项目对比分析、启发式整合建议。支持主题驱动搜索模式:自动搜索相关仓库、克隆、分析并生成报告。克隆远程仓库到本地 research/ 目录,进行深度代码分析、架构评估、依赖解析,并生成结构化研究报告。触发条件:用户提供 GitHub URL 请求研究/分析/整合/对比时,或提供主题关键词请求搜索并研究相关仓库时。
move
4460 starsby BytesAgain
Move reference tool. Use when working with move in blockchain contexts.
shadcn-code-review
4460 starsby anderskev
Reviews shadcn/ui components for CVA patterns, composition with asChild, accessibility states, and data-slot usage. Use when reviewing React components using shadcn/ui, Radix primitives, or Tailwind styling.