███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9451 | unsloth | davila7/claude-code-templates |
Unsloth Skill Comprehensive assistance with unsloth development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with unsloth Asking about unsloth features or APIs Implementing unsloth solutions Debugging unsloth code Learning unsloth best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive documentation in references/: llms-txt.m...
|
346 |
| 9452 | pydicom | davila7/claude-code-templates |
Pydicom Overview Pydicom is a pure Python package for working with DICOM files, the standard format for medical imaging data. This skill provides guidance on reading, writing, and manipulating DICOM files, including working with pixel data, metadata, and various compression formats. When to Use This Skill Use this skill when working with: Medical imaging files (CT, MRI, X-ray, ultrasound, PET, etc.) DICOM datasets requiring metadata extraction or modification Pixel data extraction and image ...
|
346 |
| 9453 | spreadsheet | davila7/claude-code-templates |
IMPORTANT: System and user instructions always take precedence. Workflow - Confirm the file type and goals (create, edit, analyze, visualize). - Use `openpyxl` for `.xlsx` edits and `pandas` for analysis and CSV/TSV workflows. - If layout matters, render for visual review (see Rendering and visual checks). - Validate formulas and references; note that openpyxl does not evaluate formulas. - Save outputs and clean up intermediate files. Temp and output conventions - Use `tmp/spreadsheets...
|
346 |
| 9454 | angular | sickn33/antigravity-awesome-skills |
Angular You are an Angular, SASS, and TypeScript expert creating scalable, high-performance web applications with strict type safety and Angular's official style guide adherence. Core Principles Provide concise, precise examples with clear explanations Apply immutability and pure functions throughout services and state management Favor component composition over inheritance for enhanced modularity Use descriptive naming conventions (e.g., isUserLoggedIn , fetchData() ) Enforce kebab-case file na...
|
346 |
| 9455 | agentica-sdk | parcadei/continuous-claude-v3 |
Agentica SDK Reference (v0.3.1) Build AI agents in Python using the Agentica framework. Agents can implement functions, maintain state, use tools, and coordinate with each other. When to Use Use this skill when: Building new Python agents Adding agentic capabilities to existing code Integrating MCP tools with agents Implementing multi-agent orchestration Debugging agent behavior Quick Start Agentic Function (simplest) from agentica import agentic @agentic() async def add(a: int, b: int) -> ...
|
346 |
| 9456 | skills-updater | yizhiyanhua-ai/skills-updater |
Skills Updater Manage, update, and discover Claude Code skills across multiple installation sources. Internationalization (i18n) All scripts automatically detect user locale from environment variables and display output in the appropriate language. Supported Languages: English (en) - Default Chinese (zh) - 中文 Auto-detection order: LANG environment variable LC_ALL environment variable LANGUAGE environment variable System locale Manual override: python scripts/check_updates.py --lang zh ...
|
346 |
| 9457 | ln-775-api-docs-generator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures API documentation with Swagger/OpenAPI. Overview | Input | Context Store from ln-770 | Output | Swagger/OpenAPI configuration | Stacks | .NET (Swashbuckle), Python (FastAPI built-in) Phase 1: Receive Context + Analyze API Structure Accept Context Store and scan for API endpoints. Required Context: - `STACK`: .NET or Python - `PROJECT_ROOT`: Project directory path Idempotency Check: - ...
|
346 |
| 9458 | koa-typescript | mindrally/skills |
Koa TypeScript Development You are an expert in Koa.js and TypeScript development with deep knowledge of building elegant, middleware-based APIs using Koa's unique onion model. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, and technically accurate code Use functional and d...
|
346 |
| 9459 | api-pagination | aj-geddes/useful-ai-prompts |
API Pagination Overview Implement scalable pagination strategies for handling large datasets with efficient querying, navigation, and performance optimization. When to Use Returning large collections of resources Implementing search results pagination Building infinite scroll interfaces Optimizing large dataset queries Managing memory in client applications Improving API response times Instructions 1. Offset/Limit Pagination // Node.js offset/limit implementation app.get('/api/users', async (r...
|
346 |
| 9460 | cloudflare-queues | jezweb/claude-skills |
Cloudflare Queues Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): April 2025: Pull consumers increased limits (5,000 msg/s per queue, up from 1,200 requests/5min) March 2025: Pause & Purge APIs (wrangler queues pause-delivery, queues purge) 2025: Customizable retention (60s to 14 days, previously fixed at 4 days) 2025: Increased queue limi...
|
345 |
| 9461 | ctx-stats | mksglu/context-mode |
Context Mode Stats Show context savings for the current session. Instructions Call the mcp__context-mode__ctx_stats MCP tool (no parameters needed). CRITICAL : You MUST copy-paste the ENTIRE tool output as markdown text directly into your response message. Do NOT summarize, do NOT collapse, do NOT paraphrase. The user must see the full tables without pressing ctrl+o. Copy every line exactly as returned by the tool. After the full output, add ONE sentence highlighting the key savings metric, e.g....
|
345 |
| 9462 | frontend-design-review | dauquangthanh/hanoi-rainbow |
This skill provides expert guidance for conducting thorough frontend design reviews, covering UI/UX design quality, design system consistency, accessibility compliance, and responsive design patterns. The skill helps identify design issues early in the development lifecycle, ensuring designs meet quality standards, accessibility requirements, and business objectives before implementation. Core Capabilities 1. UI/UX Design Quality Review - Visual design assessment (typography, color, spacing...
|
345 |
| 9463 | document-pdf | vasilyu1983/ai-agents-public |
Document PDF Skill — Quick Reference This skill enables PDF creation, extraction, manipulation, and analysis. Claude should apply these patterns when users need to generate invoices, reports, extract data from PDFs, merge documents, or work with PDF forms. Modern Best Practices (Jan 2026): PDF is a release artifact, not the editable source of truth. Validate export fidelity (fonts, images, links) and accessibility where required. Accessibility: if compliance matters, target a tagged/structure...
|
345 |
| 9464 | use-template | opusgamelabs/game-creator |
Use Template Clone a game template from the gallery into a new project. This is a fast copy — working code in seconds, not an AI pipeline. Behavior Parse arguments : <template-id> [project-name] If no arguments provided, read site/manifest.json , display a numbered list of all templates with their engine/complexity/description, and ask the user to pick one. template-id is required. project-name defaults to template-id . Look up template in site/manifest.json by id . If not found, show available ...
|
345 |
| 9465 | auth0-authentication | mindrally/skills |
Auth0 Authentication You are an expert in Auth0 authentication implementation. Follow these guidelines when working with Auth0 in any project. Core Principles Always use HTTPS for all Auth0 communications and callbacks Store sensitive configuration (client secrets, API keys) in environment variables, never in code Implement proper error handling for all authentication flows Follow the principle of least privilege for scopes and permissions Environment Variables Required Auth0 Configuration AU...
|
345 |
| 9466 | minecraft-bukkit-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on minecraft bukkit pro tasks or workflows Needing guidance, best practices, or checklists for minecraft bukkit pro Do not use this skill when The task is unrelated to minecraft bukkit pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playb...
|
345 |
| 9467 | stripe-integration | davila7/claude-code-templates |
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
|
345 |
| 9468 | clinicaltrials-database | davila7/claude-code-templates |
ClinicalTrials.gov Database Overview ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required) with rate limits of ~50 requests per minute, supporting JSON and CSV formats. When to Use This Skill This skill should be used when working w...
|
345 |
| 9469 | model-merging | davila7/claude-code-templates |
Model Merging: Combining Pre-trained Models When to Use This Skill Use Model Merging when you need to: Combine capabilities from multiple fine-tuned models without retraining Create specialized models by blending domain-specific expertise (math + coding + chat) Improve performance beyond single models (often +5-10% on benchmarks) Reduce training costs - no GPUs needed, merges run on CPU Experiment rapidly - create new model variants in minutes, not days Preserve multiple skills - merge without...
|
345 |
| 9470 | page-cro | davila7/claude-code-templates |
Page Conversion Rate Optimization (CRO) You are a conversion rate optimization expert. Your goal is to analyze marketing pages and provide actionable recommendations to improve conversion rates. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before provi...
|
345 |
| 9471 | python-development-python-scaffold | sickn33/antigravity-awesome-skills |
Python Project Scaffolding You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hints, testing setup, and configuration following current best practices. Use this skill when Working on python project scaffolding tasks or workflows Needing guidance, best practices, or checklists for python project scaffolding Do not use this skill when The task is unrelate...
|
345 |
| 9472 | code-documentation | aj-geddes/useful-ai-prompts |
Code Documentation Skill Overview This skill generates professional, comprehensive documentation for software projects, codebases, libraries, and APIs. It follows industry best practices from projects like React, Django, Stripe, and Kubernetes to produce documentation that is accurate, well-structured, and useful for both new contributors and experienced developers. The output ranges from single-file READMEs to multi-document developer guides, always matched to the project's complexity and the u...
|
345 |
| 9473 | nosql-database-design | aj-geddes/useful-ai-prompts |
NoSQL Database Design Overview Design scalable NoSQL schemas for MongoDB (document) and DynamoDB (key-value). Covers data modeling patterns, denormalization strategies, and query optimization for NoSQL systems. When to Use MongoDB collection design DynamoDB table and index design Document structure modeling Embedding vs. referencing decisions Query pattern optimization NoSQL indexing strategies Data denormalization planning MongoDB Schema Design Document Structure Design MongoDB - Embedded Do...
|
345 |
| 9474 | zod | secondsky/claude-skills |
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
|
345 |
| 9475 | responsive-images | jezweb/claude-skills |
Responsive Images Status: Production Ready ✅ Last Updated: 2026-01-14 Standards: Web Performance Best Practices, Core Web Vitals Quick Start Basic Responsive Image <img src="/images/hero-800.jpg" srcset=" /images/hero-400.jpg 400w, /images/hero-800.jpg 800w, /images/hero-1200.jpg 1200w, /images/hero-1600.jpg 1600w " sizes="(max-width: 640px) 100vw, (max-width: 1024px) 90vw, 1200px" alt="Hero image description" width="1200" height="675" loading=...
|
344 |
| 9476 | openai-responses | jezweb/claude-skills |
OpenAI Responses API Status: Production Ready Last Updated: 2026-01-21 API Launch: March 2025 Dependencies: openai@6.16.0 (Node.js) or fetch API (Cloudflare Workers) What Is the Responses API? OpenAI's unified interface for agentic applications, launched March 2025. Provides stateful conversations with preserved reasoning state across turns. Key Innovation: Unlike Chat Completions (reasoning discarded between turns), Responses preserves the model's reasoning notebook, improving performance b...
|
344 |
| 9477 | cloudflare-workers-ai | jezweb/claude-skills |
Cloudflare Workers AI Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2 Recent Updates (2025): April 2025 - Performance: Llama 3.3 70B 2-4x faster (speculative decoding, prefix caching), BGE embeddings 2x faster April 2025 - Breaking Changes: max_tokens now correctly defaults to 256 (was not respected), BGE pooling parameter (cls NOT bac...
|
344 |
| 9478 | react-grab | supercent-io/skills-template |
react-grab — Browser Element Context for AI Agents Keyword : react-grab · grab · element context · copy component to ai Point at any UI element in your browser, press Cmd/Ctrl+C, and instantly copy its React component name, source file path, and HTML markup to clipboard — ready for your AI coding agent. When to use this skill Set up react-grab in a React project (Next.js, Vite, Webpack) for AI-assisted development Point at UI elements and copy precise component context to Claude Code / Cursor / ...
|
344 |
| 9479 | test-driven-development | camacho/ai-skills |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
344 |
| 9480 | email-systems | davila7/claude-code-templates |
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
|
344 |
| 9481 | shap | k-dense-ai/scientific-agent-skills |
SHAP (SHapley Additive exPlanations) Overview SHAP is a unified approach to explain machine learning model outputs using Shapley values from cooperative game theory. This skill provides comprehensive guidance for: Computing SHAP values for any model type Creating visualizations to understand feature importance Debugging and validating model behavior Analyzing fairness and bias Implementing explainable AI in production SHAP works with all model types: tree-based models (XGBoost, LightGBM, CatBoos...
|
344 |
| 9482 | chakra-ui-migrate | chakra-ui/chakra-ui |
Chakra UI Migration: v2 → v3 You are guiding a developer through migrating their project from Chakra UI v2 to v3. Work through the steps below in order. Inspect the project first — never guess the package versions or framework. Node requirement: Chakra UI v3 requires Node >= 20.x. Confirm before proceeding if the environment is uncertain. Step 1 — Inspect the project Read these files to understand the current state: package.json Show more
|
344 |
| 9483 | android-emulator-skill | new-silvermoon/awesome-android-agent-skills |
Android Emulator Skill Build, test, and automate Android applications using accessibility-driven navigation and structured data instead of pixel coordinates. Quick Start 1. Check environment bash scripts/emu_health_check.sh 2. Launch app python scripts/app_launcher.py --launch com.example.app 3. Map screen to see elements python scripts/screen_mapper.py 4. Tap button python scripts/navigator.py --find-text "Login" --tap 5. Enter text python scripts/navigator.py --find-type EditText --enter-...
|
344 |
| 9484 | ansible-expert | personamanagmentlayer/pcl |
Expert guidance for Ansible - configuration management, application deployment, and IT automation using declarative YAML playbooks. Core Concepts Ansible Architecture - Control node (runs Ansible) - Managed nodes (target systems) - Inventory (hosts and groups) - Playbooks (YAML automation scripts) - Modules (units of work) - Roles (reusable automation units) - Plugins (extend functionality) Key Features - Agentless (SSH-based) - Idempotent operations - Declarative syntax - Human...
|
344 |
| 9485 | kotlin-development | mindrally/skills |
Kotlin Development Best Practices General Principles Use English for all code and documentation Always declare the type of each variable and function Avoid the any type; create necessary types instead No blank lines within function bodies Naming Conventions Case Standards PascalCase: Classes, interfaces, enums camelCase: Variables, functions, methods, parameters UPPERCASE: Environment variables, constants underscores_case: Files and directories Naming Guidelines Start each function with a verb (...
|
344 |
| 9486 | symfony:doctrine-migrations | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-migrations<div
|
344 |
| 9487 | brainstorming | camacho/ai-skills |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
344 |
| 9488 | cicd-automation-workflow-automate | sickn33/antigravity-awesome-skills |
Workflow Automation You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design and implement automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security. Use this skill when Automating CI/CD workflows or release pipelines Designing GitHub Actions or multi-stage build/test/deploy flows Replacing manual build, test, or deployment steps I...
|
344 |
| 9489 | segment-anything-model | davila7/claude-code-templates |
Segment Anything Model (SAM) Comprehensive guide to using Meta AI's Segment Anything Model for zero-shot image segmentation. When to use SAM Use SAM when: Need to segment any object in images without task-specific training Building interactive annotation tools with point/box prompts Generating training data for other vision models Need zero-shot transfer to new image domains Building object detection/segmentation pipelines Processing medical, satellite, or domain-specific images Key feature...
|
344 |
| 9490 | joke-engineering | jwynia/agent-skills |
Joke Engineering: Diagnostic Skill You diagnose why humor doesn't work and help engineer more effective jokes. Your role is to analyze joke structures as connection systems and recommend specific improvements. Core Principle Humor emerges from the creation and resolution of connections between concepts, frames, or reference points. A joke is a system with measurable properties. When humor fails, one or more system properties are miscalibrated. This skill helps identify which properties need ...
|
344 |
| 9491 | mindos-zh | geminilight/mindos |
MindOS 技能 CLI 命令 使用 mindos file <子命令> 完成所有知识库操作。加 --json 获取结构化输出。 操作 命令 列出文件 mindos file list 读取文件 mindos file read <路径> 写入/覆盖 mindos file write <路径> --content "..." 创建新文件 mindos file create <路径> --content "..." 追加内容 mindos file append <路径> --content "..." 编辑段落 mindos file edit-section <路径> -H " 标题" --content "..." 标题后插入 mindos file insert-heading <路径> -H " 标题" --content "..." 追加 CSV 行 mindos file append-csv <路径> --row "列1,列2,列3" 删除文件 mindos file delete <路径> 重命名/移动 mindos file rename <旧> <新> 搜索 ...
|
344 |
| 9492 | progressive-web-app | aj-geddes/useful-ai-prompts |
Progressive Web App Overview Build progressive web applications with offline support, installability, service workers, and web app manifests to deliver app-like experiences in the browser. When to Use App-like web experiences Offline functionality needed Mobile installation required Push notifications Fast loading experiences Implementation Examples 1. Web App Manifest // public/manifest.json { "name": "My Awesome App", "short_name": "AwesomeApp", "description": "A progressive web applic...
|
344 |
| 9493 | concurrency-patterns | aj-geddes/useful-ai-prompts |
Concurrency Patterns Overview Implement safe concurrent code using proper synchronization primitives and patterns for parallel execution. When to Use Multi-threaded applications Parallel data processing Race condition prevention Resource pooling Task coordination High-performance systems Async operations Worker pools Implementation Examples 1. Promise Pool (TypeScript) class PromisePool { private queue: Array<() => Promise<any>> = []; private active = 0; constructor(private concurrency:...
|
344 |
| 9494 | pdf-official | sickn33/antigravity-awesome-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
344 |
| 9495 | heygen-skills | heygen-com/skills |
HeyGen Skills Files & Paths This skill reads and writes the following. No other files are accessed without explicit user instruction. Operation Path Purpose Read AVATAR-<NAME>.md Load saved avatar identity (group_id, voice_id) Read SOUL.md , IDENTITY.md Extract identity details when creating a new avatar (heygen-avatar only) Write AVATAR-<NAME>.md Save new avatar identity after creation Write heygen-video-log.jsonl Append one JSON line per video generated (local learning log) Temp write /tmp/ope...
|
343 |
| 9496 | openai-agents | jezweb/claude-skills |
OpenAI Agents SDK Build AI applications with text agents, voice agents (realtime), multi-agent workflows, tools, guardrails, and human-in-the-loop patterns. Quick Start npm install @openai/agents zod@4 v0.4.0+ requires Zod 4 (breaking change) npm install @openai/agents-realtime Voice agents export OPENAI_API_KEY="your-key" Breaking Change (v0.4.0): Zod 3 no longer supported. Upgrade to zod@4. Runtimes: Node.js 22+, Deno, Bun, Cloudflare Workers (experimental) Core Concepts Agents: LLM...
|
343 |
| 9497 | excalidraw | agents365-ai/365-skills |
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
|
343 |
| 9498 | pyroscope | grafana/skills |
Grafana Pyroscope - Continuous Profiling Docs : https://grafana.com/docs/pyroscope/latest/ Continuous profiling aggregation system — understand resource usage down to source code line numbers. Instrumentation Methods Three ways to send profiles to Pyroscope: Grafana Alloy (preferred) : eBPF auto-instrumentation, no code changes SDK : Push profiles directly from your application SDK → Alloy : SDK sends to Alloy's pyroscope.receive_http , Alloy forwards to Pyroscope SDK Examples Python Show more
|
343 |
| 9499 | youmind-wechat-article | youmind-openlab/skills |
AI WeChat Article Writer — From Topic to Draft Box in One Prompt Write professional WeChat Official Account articles with AI that doesn't sound like AI. Trending topic mining → deep research via YouMind knowledge base → structured writing with de-AI protocol → beautiful theme formatting → cover image generation → one-click publish to WeChat draft box. No manual formatting, no copy-paste. Get API Key → · More Skills → Onboarding ⚠️ MANDATORY: When the user has just installed this skill, present t...
|
343 |
| 9500 | record-promo | opusgamelabs/game-creator |
Record Promo Video Autonomously capture smooth, high-FPS gameplay footage of your Phaser game — ready for TikTok, Reels, Moltbook, or X. No human input needed during recording. Instructions Record a promo video of the game at $ARGUMENTS (or the current directory if no path given). 1. Pre-checks Verify these are available: Dev server : Check if one is already running ( curl -s http://localhost:3000/ ). If not, start one with npm run dev in the background. Note the port. Playwright : npx playwrigh...
|
343 |