███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8651 | clawpilot | kcchien/clawpilot |
OpenClaw Expert Skill Auto-Update Check (Run First) Before any other action , run the staleness check: bash scripts/check_updates.sh If UP_TO_DATE : Proceed normally. If STALE : The skill references may be outdated. Before proceeding with the user's task: Fetch the latest 3-5 releases from https://github.com/openclaw/openclaw/releases Fetch https://docs.openclaw.ai/llms.txt for doc changes Search web for recent OpenClaw CVEs or security advisories Compare findings against the version in SKILL.md...
|
94 |
| 8652 | og-image-generation | andrelandgraf/fullstackrecipes |
OG Image Generation Generate dynamic social preview images using Next.js file conventions and the next/og library. Server-rendered JSX images cached at build time. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/og-image-generation
|
94 |
| 8653 | debate-workflow | rysweet/amplihack |
Debate Workflow Skill Purpose Implement structured multi-perspective debate for important architectural decisions, design trade-offs, and complex problems where multiple valid approaches exist. When to Use This Skill USE FOR: Major architectural decisions (framework selection, system design) Complex trade-offs with no clear winner Controversial changes affecting multiple teams High-impact decisions requiring buy-in When perspectives genuinely conflict AVOID FOR: Simple implementation choic...
|
94 |
| 8654 | serper-scholar | fanzhidongyzby/openclaw-serper |
Google Scholar Search Tool 基于 Google Scholar API 的学术文献搜索工具,提供学术论文、研究报告、技术文献的专业搜索能力。 When to Activate 当用户提到以下内容时自动激活: 学术搜索关键词 "论文"、"学术"、"文献"、"研究" "搜索论文"、"查找文献"、"学术研究" "谷歌学术"、"Scholar" 特定场景 需要查找学术论文或研究报告 需要了解某领域的学术进展 需要查找特定作者的作品 需要获取引用信息和发表刊物 需要研究技术领域的理论依据 示例问题 "帮我搜索关于机器学习的论文" "查找一下深度学习在 NLP 中的应用" "研究一下 Transformer 架构的学术论文" "找一些关于大模型训练方法的文献" "搜索一下 Attention mechanism 的相关论文" Tools serper_scholar 用途: 执行学术文献搜索,返回论文详细信息 参数: query (必选,string):搜索关键词 num (可选,number):返回结果数量,默认 10,最大 20 gl (可选,string):国家代码...
|
94 |
| 8655 | photo-content-recognition-curation-expert | erichowens/some_claude_skills |
Photo Content Recognition & Curation Expert Expert in photo content analysis and intelligent curation. Combines classical computer vision with modern deep learning for comprehensive photo analysis. When to Use This Skill ✅ Use for: Face recognition and clustering (identifying important people) Animal/pet detection and clustering Near-duplicate detection using perceptual hashing (DINOHash, pHash, dHash) Burst photo selection (finding best frame from 10-50 shots) Screenshot vs photo classifica...
|
94 |
| 8656 | voltagent-docs-bundle | voltagent/skills |
VoltAgent Embedded Docs Lookup Look up VoltAgent docs embedded in node_modules/@voltagent/core/docs. This bundle mirrors the website docs plus additional doc sets, so it is safe to use for version-matched answers. Where the Docs Live node_modules/@voltagent/core/docs/ |-- actions.md |-- agents/ |-- api/ |-- blog/ |-- community/ |-- deployment-docs/ |-- deployment.md |-- evals.md |-- evaluation-docs/ |-- getting-started/ |-- guardrails/ |-- integrations/ |-- models-docs/ |-- observability/ |-- ...
|
94 |
| 8657 | drafting | jwynia/agent-skills |
Drafting: Diagnostic Skill You diagnose drafting blocks and guide writers through first draft execution. Your role is to identify why the draft isn't progressing and help writers get words on the page. Core Principle Drafting is discovery, not transcription. The draft is not meant to be perfect. It's meant to exist. The goal is to produce material to revise—not to produce final prose. All first drafts are supposed to be imperfect. "All first drafts are shit." — Attributed to Hemingway The ...
|
94 |
| 8658 | remotion-resemble-ai | resemble-ai/remotion-resemble-skill |
When to use Use this skill when the user wants to create: Educational Tutorial Videos - Research a topic and create an animated explainer Example: "Create a tutorial about the lifecycle of a butterfly for grade 3 students" SaaS Walkthrough Demos - Showcase software features with animated UI Example: "Create a demo video showing how to use Notion's database feature" Product Launch Announcements - Marketing videos with motion graphics Example: "Create a launch video announcing our new AI-po...
|
94 |
| 8659 | azure-devops | markpitt/claude-skills |
Azure DevOps API Skill This skill provides comprehensive guidance for working with the Azure DevOps REST API, enabling programmatic access to all Azure DevOps Services and Azure DevOps Server resources. Overview Azure DevOps REST API is a RESTful web API enabling you to access and manage work items, repositories, pipelines, test plans, artifacts, and more across all Azure DevOps services. Base URL: https://dev.azure.com/{organization}/{project}/_apis/{area}/{resource}?api-version={version} ...
|
94 |
| 8660 | bats-testing-patterns | sickn33/antigravity-awesome-skills |
Bats Testing Patterns Comprehensive guidance for writing comprehensive unit tests for shell scripts using Bats (Bash Automated Testing System), including test patterns, fixtures, and best practices for production-grade shell testing. When to Use This Skill Writing unit tests for shell scripts Implementing test-driven development (TDD) for scripts Setting up automated testing in CI/CD pipelines Testing edge cases and error conditions Validating behavior across different shell environments Build...
|
94 |
| 8661 | blockchain-expert | personamanagmentlayer/pcl |
Expert guidance for blockchain development, smart contracts, Web3 applications, DeFi protocols, and cryptocurrency systems. Core Concepts Blockchain Fundamentals - Distributed ledger technology - Consensus mechanisms (PoW, PoS, PoA) - Cryptographic hashing - Public/private key cryptography - Transaction validation - Block structure and chain Smart Contracts - Solidity programming - Gas optimization - Security patterns - Upgradeable contracts - Testing and auditing - Contract in...
|
94 |
| 8662 | add-to-existing-project | tambo-ai/tambo |
Add Tambo to Existing Project Detect tech stack and integrate Tambo while preserving existing patterns. Workflow Detect tech stack - Analyze package.json and project structure Confirm with user - Present findings, ask about preferences Install dependencies - Add @tambo-ai/react and peer deps Create provider setup - Adapt to existing patterns Register first component - Demonstrate with existing component Step 1: Detect Tech Stack Check these files to understand the project: Key files to read pac...
|
94 |
| 8663 | deslop | brianlovin/agent-config |
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
|
94 |
| 8664 | nextjs | vercel-labs/vercel-plugin |
Next.js App Router - Production Patterns Version: Next.js 16.1.1 React Version: 19.2.3 Node.js: 20.9+ Last Verified: 2026-01-09 Table of Contents When to Use This Skill When NOT to Use This Skill Security Advisories (December 2025) Next.js 16.1 Updates Next.js 16 Breaking Changes Cache Components & Caching APIs Route Handlers (Next.js 16 Updates) Proxy vs Middleware Parallel Routes - default.js Required React 19.2 Features Turbopack (Stable in Next.js 16) Common Errors & Solutions Templates & ...
|
94 |
| 8665 | canghe-format-markdown | freestylefly/canghe-skills |
Markdown Formatter Transforms plain text or markdown files into well-structured markdown with proper frontmatter, formatting, and typography. Script Directory Scripts in scripts/ subdirectory. Replace ${SKILL_DIR} with this SKILL.md's directory path. Script Purpose scripts/main.ts Main entry point with CLI options (uses remark-cjk-friendly for CJK emphasis) scripts/quotes.ts Replace ASCII quotes with fullwidth quotes scripts/autocorrect.ts Add CJK/English spacing via autocorrect Preferences (EXT...
|
94 |
| 8666 | vscode-extension-builder | kjgarza/marketplace-claude |
VS Code Extension Builder Build professional VS Code extensions with proper architecture, best practices, and complete tooling support. Quick Start For immediate extension creation: Initialize: Run npx --package yo --package generator-code -- yo code Choose type: New Extension (TypeScript) Fill details: Name, identifier, description Develop: Open in VS Code, press F5 to debug Test: Run commands in Extension Development Host Package: Run vsce package when ready For detailed guidance, follow ...
|
94 |
| 8667 | turix-mac | turixai/turix-cua |
TuriX-Mac Skill This skill allows Clawdbot to control the macOS desktop visually using the TuriX Computer Use Agent. When to Use When asked to perform actions on the Mac desktop (e.g., "Open Spotify and play my liked songs"). When navigating applications that lack command-line interfaces. For multi-step visual workflows (e.g., "Find the latest invoice in my email and upload it to the company portal"). When you need the agent to plan, reason, and execute complex tasks autonomously. Key Features 🤖...
|
94 |
| 8668 | supabase-help | yoanbernabeu/supabase-pentest-skills |
Supabase Pentest Skills Help Quick reference for all 24 security audit skills. When to Use This Skill Need a quick overview of available skills Looking for the right skill for a specific task Want usage examples for a particular skill Quick Start Full guided audit /supabase-pentest https://myapp.example.com Check if app uses Supabase /supabase-detect https://myapp.example.com Generate report from previous audit /supabase-report All Skills Reference Orchestration Skill Command Purpose supabase...
|
94 |
| 8669 | opportunity-scanner | senpi-ai/senpi-skills |
Opportunity Scanner v5 521 perps on Hyperliquid. Fetching candles + computing technicals for all = 500k+ tokens. This scanner screens everything but only burns tokens on real opportunities. All computation in Python. Near-zero LLM tokens. The 4-Stage Funnel Stage 0: BTC Macro Context Source: BTC 4h + 1h candles (2 API calls). Output: btc_trend (strong_down/down/neutral/up/strong_up) and a macro_modifier applied to all final scores. Configurable via scanner-config.json . Stage 1: Bulk Screen (~0 ...
|
94 |
| 8670 | aiskillstore/marketplace |
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...
|
94 | |
| 8671 | bloomery | mgratzer/bloomery |
Build-Agent Tutorial Skill Philosophy You are a coding coach, not a code generator. By default, the user writes every line of code themselves. You guide, validate, and encourage. If they ask you to implement a step for them, confirm first — then do it. Core rules: In Step 0 ONLY , scaffold the starter project by running the scaffold.sh script (directory, entry file with boilerplate stdin loop and imports, config files). This is the ONE exception — the boilerplate isn't the learning content, so w...
|
94 |
| 8672 | technical-advisory | 404kidwiz/claude-supercode-skills |
You are an expert senior engineering advisor with decades of experience across software architecture, system design, and engineering practices. Your expertise spans distributed systems, security, performance engineering, and complex technical decision-making. Purpose Provide authoritative technical guidance for complex engineering challenges. You excel at analyzing tradeoffs, designing robust architectures, solving difficult problems, and making recommendations based on deep technical underst...
|
94 |
| 8673 | kibana-connectors | elastic/agent-skills |
Kibana Connectors Core Concepts Connectors store connection information for Elastic services and third-party systems. Alerting rules use connectors to route actions (notifications) when rule conditions are met. Connectors are managed per Kibana Space and can be shared across all rules within that space. Connector Categories Category Connector Types LLM Providers OpenAI, Google Gemini, Amazon Bedrock, Elastic Managed LLMs, AI Connector, MCP (Preview, 9.3+) Incident Management PagerDuty, Opsgenie,...
|
94 |
| 8674 | chapter-drafter | jwynia/agent-skills |
Chapter Drafter: Orchestrator Skill You autonomously draft and polish chapter scenes through iterative editorial passes. Given an outline, you produce polished first-draft prose by drafting each scene, evaluating it against editorial criteria, and revising until quality thresholds are met. Core Principle Orchestration is iteration with hierarchy. Fix structure before character, character before originality, originality before dialogue, dialogue before prose. Don't polish what might be cut; do...
|
94 |
| 8675 | ai-regression-testing | affaan-m/everything-claude-code |
AI Regression Testing Testing patterns specifically designed for AI-assisted development, where the same model writes code and reviews it — creating systematic blind spots that only automated tests can catch. When to Activate AI agent (Claude Code, Cursor, Codex) has modified API routes or backend logic A bug was found and fixed — need to prevent re-introduction Project has a sandbox/mock mode that can be leveraged for DB-free testing Running /bug-check or similar review commands after code chan...
|
94 |
| 8676 | invoice-organizer | skillcreatorai/ai-agent-skills |
Invoice Organizer This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort. When to Use This Skill Preparing for tax season and need organized records Managing business expenses across multiple vendors Organizing receipts from a messy folder or email downloads Setting up automated invoice filing for ongoing bookkeeping Archiving financial records by year or category Reconciling expenses for reimbursement Prep...
|
94 |
| 8677 | laravel-development | mindrally/skills |
Laravel Development You are an expert in Laravel, PHP, and related web development technologies. Key Principles Write concise, technical responses with accurate PHP examples Follow Laravel best practices and conventions Use object-oriented programming with a focus on SOLID principles Prefer iteration and modularization over duplication Use descriptive variable and method names Favor dependency injection and service containers PHP/Laravel Use PHP 8.1+ features (typed properties, match expressio...
|
94 |
| 8678 | backlog-curator | rysweet/amplihack |
Backlog Curator Skill Role You are an expert backlog curator specializing in prioritization, multi-criteria scoring, and recommendation generation. You help users decide what to work on next using data-driven analysis. When to Activate Activate when the user: Asks "What should I work on next?" Mentions backlog priorities or prioritization Wants to add items to backlog Asks about backlog status or recommendations Says "analyze my backlog" or similar Wants to understand which work is highest v...
|
94 |
| 8679 | akka-net-aspire-configuration | aaronontheweb/dotnet-skills |
Use this skill when: - Setting up a new Akka.NET project with .NET Aspire orchestration - Configuring Akka.Cluster with cluster bootstrapping and discovery - Integrating Akka.Persistence with SQL Server - Setting up Akka.Management for cluster management - Configuring multi-replica actor systems in local development - Deploying Akka.NET applications to Kubernetes with Aspire Related Skills - `akka-net-management` - Deep dive into Akka.Management, Cluster Bootstrap, and discovery provide...
|
94 |
| 8680 | convex agents | waynesutton/convexskills |
Convex Agents Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/ai Convex Agent Component: https://www.npmjs.com/package/@convex-dev/agent For broader context: https://docs.convex.dev/llms.txt Instructions Why Convex for AI Agents Persistent State - Conversation histo...
|
94 |
| 8681 | output-sanitizer | useai-pro/openclaw-skills-security |
Output Sanitizer You are an output sanitizer for OpenClaw. Before the agent's response is shown to the user or logged, scan it for accidentally leaked sensitive information and redact it. Why Output Sanitization Matters AI agents can accidentally include sensitive data in their responses: A code review skill might quote a hardcoded API key it found A debug skill might dump environment variables in error output A test generator might include database connection strings in test fixtures A document...
|
93 |
| 8682 | language-evolution | jwynia/agent-skills |
Language Evolution: Linguistic Development Skill You help writers create realistic language systems that evolve over time and reflect cultural history. This goes beyond conlang phonology to address how languages change, branch, and interact across generations and geographies. Core Principles Historical Continuity: Languages evolve from previous forms rather than appearing fully formed Contact Modification: Languages change through interaction with other languages Functional Adaptation: Languag...
|
93 |
| 8683 | triaging-issues | pytorch/pytorch |
This skill helps triage GitHub issues by routing issues, applying labels, and leaving first-line responses. Contents - [MCP Tools Available](mcp-tools-available) - [Labels You Must NEVER Add](labels-you-must-never-add) - [Issue Triage Steps](issue-triage-for-each-issue) Step 0: Already Routed — SKIP - Step 1: Question vs Bug/Feature - Step 2: Transfer - Step 3: Redirect to Secondary Oncall - Step 4: Label the Issue - Step 5: High Priority — REQUIRES HUMAN REVIEW - Step 6: bot-triaged...
|
93 |
| 8684 | m365-admin | 404kidwiz/claude-supercode-skills |
Provides Microsoft 365 administration and automation expertise specializing in Exchange Online, Teams, SharePoint, and Graph API operations. Manages secure identity, workload automation, licensing optimization, and compliance configuration across the Microsoft 365 ecosystem. When to Use - Exchange Online mailbox management and lifecycle - Microsoft Teams team lifecycle automation - SharePoint site management and security - License assignment and optimization - Microsoft Graph PowerShell a...
|
93 |
| 8685 | playwright-ci-caching | aaronontheweb/dotnet-skills |
Caching Playwright Browsers in CI/CD When to Use This Skill Use this skill when: Setting up CI/CD for a project with Playwright E2E tests Build times are slow due to browser downloads (~400MB, 1-2 minutes) You want automatic cache invalidation when Playwright version changes Using GitHub Actions or Azure DevOps pipelines The Problem Playwright browsers (~400MB) must be downloaded on every CI run by default. This: Adds 1-2 minutes to every build Wastes bandwidth Can fail on transient network issu...
|
93 |
| 8686 | terraform-module-library | sickn33/antigravity-awesome-skills |
Terraform Module Library Production-ready Terraform module patterns for AWS, Azure, and GCP infrastructure. Do not use this skill when The task is unrelated to terraform module library 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-playbook.md . Purpose Create reusable...
|
93 |
| 8687 | font-pairing-suggester | onewave-ai/claude-skills |
Font Pairing Suggester Recommend font combinations for different use cases. Provide Google Fonts alternatives to premium fonts with hierarchy examples. Instructions You are an expert at typography and font pairing. Suggest harmonious font combinations, provide alternatives, and show hierarchy examples. Output Format Font Pairing Suggester Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: ...
|
93 |
| 8688 | bruno-collection-generator | patricio0312rev/skills |
Bruno Collection Generator Generate Bruno collection files for the open-source, Git-friendly API client. Core Workflow Scan routes: Find all API route definitions Extract metadata: Methods, paths, params, bodies Create collection: Initialize bruno.json manifest Generate .bru files: One file per request Organize folders: Group by resource Add environments: Dev, staging, production Bruno Collection Structure collection/ ├── bruno.json Collection manifest ├── environments/ │ ├── D...
|
93 |
| 8689 | find-skills | freestylefly/canghe-skills |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
93 |
| 8690 | scrum-master | alirezarezvani/claude-skills |
Scrum Master Expert Advanced agile practitioner specializing in data-driven team development, psychological safety facilitation, and high-performance sprint execution. Combines traditional Scrum mastery with modern analytics, behavioral science, and continuous improvement methodologies for sustainable team excellence. Table of Contents Capabilities Input Requirements Analysis Tools Methodology Templates & Assets Reference Frameworks Implementation Workflows Assessment & Measurement Best Practice...
|
93 |
| 8691 | subtitle-generation | eachlabs/skills |
Subtitle Generation Generate professional subtitles and captions for videos using each::sense. This skill creates accurate transcriptions, multi-language subtitles, animated captions, and various export formats optimized for social media, video production, and accessibility. Features Auto-Generated Subtitles : Automatic speech-to-text transcription with accurate timing Multi-Language Generation : Generate subtitles in multiple languages from audio Animated Captions : TikTok/Instagram-style anima...
|
93 |
| 8692 | wordpress-plugin-fundamentals | bobmatnyc/claude-mpm-skills |
WordPress Plugin Fundamentals Overview WordPress plugin development using modern PHP 8.3+ practices, OOP architecture, Composer autoloading, and WordPress 6.7+ APIs. Build secure, maintainable plugins with proper hooks integration, database management, and settings pages. Current Standards: WordPress: 6.7+ (Full Site Editing stable) PHP: 8.3 recommended (7.4 minimum) Architecture: OOP with PSR-4 autoloading Security: Three-layer model (sanitize, validate, escape) Testing: PHPUnit + WPCS compl...
|
93 |
| 8693 | building-with-medusa | medusajs/medusa-claude-plugins |
Medusa Backend Development Comprehensive backend development guide for Medusa applications. Contains patterns across 6 categories covering architecture, type safety, business logic placement, and common pitfalls. When to Apply Load this skill for ANY backend development task, including: Creating or modifying custom modules and data models Implementing workflows for mutations Building API routes (store or admin) Defining module links between entities Writing business logic or validation Query...
|
93 |
| 8694 | clean-codejs-functions | damianwrooby/javascript-clean-code-skills |
Clean Code JavaScript – Function Patterns Table of Contents Single Responsibility Function Size Parameters Side Effects Single Responsibility // ❌ Bad function handleUser ( user ) { saveUser ( user ) ; sendEmail ( user ) ; } // ✅ Good function saveUser ( user ) { } function notifyUser ( user ) { } Function Size Keep functions small (ideally < 20 lines). Parameters // ❌ Bad function createUser ( name , age , city , zip ) { } // ✅ Good function createUser ( { name , age , address } ) { } Side Effe...
|
93 |
| 8695 | web-scraper | agentbay-ai/agentbay-skills |
No SKILL.md available for this skill. View on GitHub
|
93 |
| 8696 | aris-autonomous-ml-research | aradotso/trending-skills |
ARIS — Autonomous ML Research In Sleep Skill by ara.so — Daily 2026 Skills collection ARIS (Auto-Research-In-Sleep) turns Claude Code into an autonomous ML research engine. It chains idea discovery → cross-model review loops → paper writing → compiled PDF into hands-off overnight pipelines. Claude Code drives execution while an external model (Codex/GPT-5.4, GLM, DeepSeek, Kimi, etc.) acts as adversarial reviewer — breaking self-play blind spots that single-model review cannot escape. What It Do...
|
93 |
| 8697 | task-prd-creator | shipshitdev/library |
Task & PRD Creator Overview Create structured task files and PRDs before implementing features. This ensures proper planning, documentation, and clear scope definition. CRITICAL RULE: Never implement a feature without first creating the task + PRD files and getting user approval. When This Activates "I want to add [feature]" "Implement [feature]" "Create a task for [feature]" "Plan this feature" User describes a user story Bug that needs tracking The Workflow Step 1: Understand Request Simple...
|
93 |
| 8698 | security-best-practices | mindrally/skills |
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
|
93 |
| 8699 | code-from-image | letta-ai/skills |
Code From Image Overview This skill provides guidance for extracting code or pseudocode from images and implementing it correctly. It covers OCR tool selection, handling ambiguous text extraction, and verification strategies to ensure accurate implementation. Workflow Step 1: Environment Preparation Before attempting to read an image, check available tools and packages: Check what package managers are available (pip, pip3, uv, conda) Check what image processing tools are installed (tesseract...
|
93 |
| 8700 | ziwei-doushu | wolke/ziwei-doushu |
紫微斗數是中國傳統命理學中最完整、最精密的星命學系統。以出生的年月日時排列星盤,分析十二宮位中星曜的組合,推算人生命運與運勢。 使用時機 當用戶請求以下類型的幫助時,應啟用此技能: - 排盤相關:請求紫微斗數排盤、命盤查詢、星盤分析 - 星曜諮詢:詢問紫微、天機、太陽、武曲等星曜 - 宮位分析:命宮、財帛宮、事業宮等十二宮問題 - 運勢預測:大限、流年、流月運勢 - 關鍵詞觸發:「紫微斗數」「紫微」「斗數」「命盤」「十二宮」「四化」 核心功能 - 紫微斗數命盤排列(十二宮 + 星曜) - 十四主星分析 - 輔星、煞星、雜曜分析 - 四化飛星分析(化祿、化權、化科、化忌) - 格局判斷 - 大限、流年運勢推算 - 婚姻、事業、財運、健康專項分析 技能結構 ``` /ziwei-doushu/ ├── SKILL.md ← 本文件(核心指南) ├── ETHICS.md ← 倫理準則 ├── README.md ← 專案說明 ├── references...
|
93 |