███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 25051 | gerrit | checkmk/checkmk |
When asked to submit a Gerrit change: curl -s --netrc "https://review.lan.tribe29.com/a/changes/125896/submit" -X POST -H "Content-Type: application/json" -d '{}' This will submit the change and all its unmerged parents (provided all the changes have the required approvals). When asked to improve a Gerrit change: Fetch the current state from Gerrit gerrit-change-log HEAD In case a Verified -1 is reported, fetch the Jenkins job results using the jenkins skill For each failed stage, fetch the deta...
|
42 |
| 25052 | ethical hacking methodology | zebbern/claude-code-guide |
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
|
42 |
| 25053 | middleware-testing-patterns | proffesor-for-testing/agentic-qe |
Middleware Testing Patterns <default_to_action> When testing enterprise middleware, ESBs, or message-driven systems: VALIDATE message routing logic (content-based, header-based, recipient list) TEST message transformations end-to-end (input format -> output format) VERIFY dead letter queue handling (poison messages, retry exhaustion) ASSERT message ordering and sequencing with correlation IDs EXERCISE error handling and compensation patterns TEST protocol mediation (SOAP-to-REST, sync-to-async) ...
|
42 |
| 25054 | google-gemini-api | ovachiever/droid-tings |
Google Gemini API - Complete Guide Version: 3.0.0 (14 Known Issues Added) Package: @google/genai@1.35.0 (⚠️ NOT @google/generative-ai) Last Updated: 2026-01-21 ⚠️ CRITICAL SDK MIGRATION WARNING DEPRECATED SDK: @google/generative-ai (sunset November 30, 2025) CURRENT SDK: @google/genai v1.27+ If you see code using @google/generative-ai, it's outdated! This skill uses the correct current SDK and provides a complete migration guide. Status ✅ Phase 1 Complete: ✅ Text Generation (basic + stre...
|
42 |
| 25055 | sqlmap database penetration testing | zebbern/claude-code-guide |
SQLMap Database Penetration Testing Purpose Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems. Inputs / Prerequisites Target URL : Web application URL with injectable parameter (e.g., ?id=1 ) SQLMap Installation...
|
42 |
| 25056 | zotero-mcp-code | kerim/zotero-code-execution |
Zotero MCP Code Execution Skill Search your Zotero library using code execution for safe, efficient, comprehensive searches. 🎯 Core Concept Instead of calling MCP tools directly (which loads all results into context and risks crashes), write Python code that: Fetches large datasets (50-100+ items per strategy) Filters and ranks in code execution environment Returns only top N results to context Benefits: ✅ No crash risk (large data stays in code) ✅ Automatic multi-strategy search ✅ Automat...
|
42 |
| 25057 | photo-restoration | eachlabs/skills |
Photo Restoration Restore and enhance old, damaged, or degraded photos using each::sense. This skill leverages AI-powered restoration models to repair scratches, colorize black and white images, fix fading, remove film grain, and bring damaged photos back to life. Features Damage Repair : Fix scratches, tears, creases, and physical damage Colorization : Add natural colors to black and white photos Fading Recovery : Restore vibrancy to faded and washed-out images Water Damage Repair : Recover pho...
|
42 |
| 25058 | azure-search-documents-py | sickn33/antigravity-awesome-skills |
Azure AI Search SDK for Python Full-text, vector, and hybrid search with AI enrichment capabilities. Installation pip install azure-search-documents Environment Variables AZURE_SEARCH_ENDPOINT = https:// < service-name > .search.windows.net AZURE_SEARCH_API_KEY = < your-api-key > AZURE_SEARCH_INDEX_NAME = < your-index-name > Authentication API Key from azure . search . documents import SearchClient from azure . core . credentials import AzureKeyCredential client = SearchClient ( endpoint = os . ...
|
42 |
| 25059 | database-designer | borghei/claude-skills |
Database Designer - POWERFUL Tier Skill Overview A comprehensive database design skill that provides expert-level analysis, optimization, and migration capabilities for modern database systems. This skill combines theoretical principles with practical tools to help architects and developers create scalable, performant, and maintainable database schemas. Core Competencies Schema Design & Analysis Normalization Analysis : Automated detection of normalization levels (1NF through BCNF) Denormalizati...
|
42 |
| 25060 | azure-storage-file-share-py | sickn33/antigravity-awesome-skills |
Azure Storage File Share SDK for Python Manage SMB file shares for cloud-native and lift-and-shift scenarios. Installation pip install azure-storage-file-share Environment Variables AZURE_STORAGE_CONNECTION_STRING = DefaultEndpointsProtocol = https ; AccountName = .. . ; AccountKey = .. . Or AZURE_STORAGE_ACCOUNT_URL = https:// < account > .file.core.windows.net Authentication Connection String from azure . storage . fileshare import ShareServiceClient service = ShareServiceClient . from_connec...
|
42 |
| 25061 | better-auth-best-practices | epicenterhq/epicenter |
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
|
42 |
| 25062 | claude-ecosystem-promoter | erichowens/some_claude_skills |
Claude Ecosystem Promoter Marketing specialist for Claude ecosystem technology. Transform your MCP servers, skills, plugins, and agents from hidden gems into widely-adopted tools. Quick Start User: "I built an MCP server for Notion, how do I get people to use it?" Claude Ecosystem Promoter: 1. Audit readiness (README, docs, installation ease) 2. Submit to Official MCP Registry (primary) 3. List on aggregators (Smithery, Glama, PulseMCP) 4. Post to Reddit (r/ClaudeAI, r/mcp) 5. Create demo con...
|
42 |
| 25063 | agentfolio | sickn33/antigravity-awesome-skills |
AgentFolio Role : Autonomous Agent Discovery Guide Use this skill when you want to discover, compare, and research autonomous AI agents across ecosystems. AgentFolio is a curated directory at https://agentfolio.io that tracks agent frameworks, products, and tools. This skill helps you: Find existing agents before building your own from scratch. Map the landscape of agent frameworks and hosted products. Collect concrete examples and benchmarks for agent capabilities. Capabilities Discover autonom...
|
42 |
| 25064 | replay-mcp | replayio/skills |
Overview This document provides an overview of the tools available when using Replay MCP and how to use these tools to investigate recordings. Replay MCP is used to inspect the contents of https://replay.io recordings. These recordings perfectly capture everything that happened when a browser visited an app or other web page. You can explore and investigate the app's behavior as if you are a detective with a time machine. Any question about the app behaved can be answered precisely using data fr...
|
42 |
| 25065 | migrating-json-schemas | zaggino/z-schema |
Migrating JSON Schemas Between Drafts z-schema supports draft-04, draft-06, draft-07, draft-2019-09, and draft-2020-12. This skill covers migrating schemas between drafts and verifying them with z-schema. Migration workflow Identify the source draft (check $schema or id / $id usage). Set the target version on the validator: import ZSchema from 'z-schema' ; const validator = ZSchema . create ( { version : 'draft2020-12' } ) ; Run validator.validateSchema(schema) to surface incompatibilities. Fix ...
|
42 |
| 25066 | skill-creator | erichowens/some_claude_skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
42 |
| 25067 | godot-genre-sandbox | thedivergentai/gd-agentic-skills |
Genre: Sandbox Physical simulation, emergent play, and player creativity define this genre. Available Scripts voxel_chunk_manager.gd Expert chunked rendering using MultiMeshInstance3D for thousands of voxels. Includes greedy meshing pattern and performance notes. Core Loop Explore : Player discovers world rules and materials Experiment : Player tests interactions (fire burns wood) Build : Player constructs structures or machines Simulate : Game runs physics/logic systems Share : Player saves/sha...
|
42 |
| 25068 | godot-genre-sports | thedivergentai/gd-agentic-skills |
Genre: Sports Available Scripts sports_ball_physics.gd Expert ball physics with drag, magnus effect (curve), and proper bounce handling. Core Loop Possession : Player or AI controls the ball/puck Maneuver : Player avoids opponents (dribble, pass) Strike : Player attempts to score (shoot, dunk) Defend : Opposing team tries to steal or block Score : Points determine winner after time NEVER Do in Sports Games NEVER parent ball to player transform — Ball must be physics-based, not child node. Parent...
|
42 |
| 25069 | react-native | hairyf/skills |
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
|
42 |
| 25070 | kubernetes-ingress-config | jeremylongshore/claude-code-plugins-plus-skills |
Kubernetes Ingress Config Purpose This skill provides automated assistance for kubernetes ingress config tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes ingress config" in your request Ask about kubernetes ingress config patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for kubernet...
|
42 |
| 25071 | playwright-pom | testdino-hq/playwright-skill |
Playwright Page Object Model Structure your test code for maintainability — know when POM helps and when simpler patterns win. 2 guides covering Page Object Model implementation and the decision framework for choosing between POM, fixtures, and helpers. Guide Index Topic Guide Page Object Model patterns page-object-model.md POM vs fixtures vs helpers pom-vs-fixtures-vs-helpers.md
|
42 |
| 25072 | cloudwatch-alarm-creator | dengineproblem/agents-monorepo |
CloudWatch Alarm Creator Эксперт по мониторингу AWS CloudWatch и настройке алармов. Основные принципы Выбор порогов : Основывайте на исторических данных и бизнес-требованиях Статистические методы : Выбирайте подходящую статистику (Average, Sum, Maximum) по характеристикам метрик Периоды оценки : Баланс между отзывчивостью и подавлением шума Actionable алерты : Каждый аларм должен иметь понятный путь устранения Оптимизация стоимости : Эффективные стратегии для минимизации расходов EC2 Alarm { "Al...
|
42 |
| 25073 | openai-api | ovachiever/droid-tings |
OpenAI API - Complete Guide Version: Production Ready ✅ Package: openai@6.16.0 Last Updated: 2026-01-20 Status ✅ Production Ready: ✅ Chat Completions API (GPT-5, GPT-4o, GPT-4 Turbo) ✅ Embeddings API (text-embedding-3-small, text-embedding-3-large) ✅ Images API (DALL-E 3 generation + GPT-Image-1 editing) ✅ Audio API (Whisper transcription + TTS with 11 voices) ✅ Moderation API (11 safety categories) ✅ Streaming patterns (SSE) ✅ Function calling / Tools ✅ Structured outputs (JSON schemas) ✅ V...
|
42 |
| 25074 | discussion-intelligence | qodex-ai/ai-agent-skills |
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time P...
|
42 |
| 25075 | react-devtools | piotrski/agent-react-devtools |
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
|
42 |
| 25076 | rspack | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Set up Rspack in a new or existing project - Configure Rspack for different environments - Use built-in plugins or create custom plugins - Migrate from Webpack to Rspack - Optimize build performance - Understand Rspack configuration options - Use Rspack CLI or JavaScript API - Write custom loaders - Understand plugin API and hooks - Configure entry points and output - Set up code splitting and optimization - Configure development server -...
|
42 |
| 25077 | cdk-patterns | sickn33/antigravity-awesome-skills |
You are an expert in AWS Cloud Development Kit (CDK) specializing in reusable patterns, L2/L3 constructs, and production-grade infrastructure stacks. Use this skill when Building reusable CDK constructs or patterns Designing multi-stack CDK applications Implementing common infrastructure patterns (API + Lambda + DynamoDB, ECS services, static sites) Reviewing CDK code for best practices and anti-patterns Do not use this skill when The user needs raw CloudFormation templates without CDK The task ...
|
42 |
| 25078 | org-chart-generator | dkyazzentwatwa/chatgpt-skills |
Create professional organizational hierarchy charts from structured data. Perfect for company org charts, team structures, reporting relationships, and any hierarchical data visualization. Quick Start ``` from scripts.orgchart_gen import OrgChartGenerator From CSV (employee name + manager) org = OrgChartGenerator() org.from_csv("employees.csv", name="name", manager="reports_to") org.generate().save("org_chart.png") From nested dictionary org = OrgChartGenerator() org.from_dict({ 'name...
|
42 |
| 25079 | variant-analysis | oimiragieo/agent-studio |
Variant Analysis You are a variant analysis expert. Your role is to help find similar vulnerabilities and bugs across a codebase after identifying an initial pattern. When to Use Use this skill when: A vulnerability has been found and you need to search for similar instances Building or refining CodeQL/Semgrep queries for security patterns Performing systematic code audits after an initial issue discovery Hunting for bug variants across a codebase Analyzing how a single root cause manifests ...
|
42 |
| 25080 | packaging-tauri-for-linux | dchuk/claude-code-tauri-skills |
glibc Compatibility: Build on the oldest base system you intend to support (e.g., Ubuntu 18.04 rather than 22.04). Use Docker or GitHub Actions for reproducible builds. Format Overview | AppImage | Universal, portable | Manual | Run directly | Debian | Debian/Ubuntu | Via repos | `dpkg -i` | RPM | Fedora/RHEL/openSUSE | Via repos | `rpm -i` | Flatpak | Sandboxed, Flathub | Built-in | `flatpak install` | Snap | Ubuntu Store | Built-in | `snap install` | AUR | Arch Lin...
|
42 |
| 25081 | animator-traditional | dylantarre/animation-principles |
Traditional Animator: Classical Animation Craft You are a traditional animator working frame-by-frame. Apply Disney's 12 principles as they were originally intended—the foundation of the art form. The 12 Principles in Classical Animation 1. Squash and Stretch The Principle: The illusion of weight and flexibility. Volume stays constant—when something squashes wider, it gets shorter. When it stretches taller, it gets thinner. Application: Bouncing ball exercise. Face expressions. Full body impa...
|
42 |
| 25082 | browser_visible | agentscope-ai/copaw |
可见浏览器(真实窗口)参考 默认情况下, browser_use 在后台以无头(headless)模式运行,不会弹出浏览器窗口。当用户明确希望 打开真正的浏览器窗口 、 看到浏览器界面 、 有界面的浏览器 或 可见浏览器 时,应使用本 skill:先以 headed 模式启动浏览器,再按需打开页面并操作。 何时使用 用户说:「打开真实浏览器」「打开有界面的浏览器」「我想看到浏览器」「不要后台,要能看到窗口」 用户希望亲眼看到页面加载、点击、填表等过程(演示、调试、教学) 用户需要与可见页面交互(如登录、验证码等需人工参与的场景) 使用方式(browser_use) 先以可见模式启动浏览器 调用 browser_use , action 为 start ,并传入 headed=true : { "action" : "start" , "headed" : true } 成功后会出现一个真实的 Chromium 浏览器窗口。 再按需打开页面并操作 与无头模式用法相同,例如: 打开 URL: {"action": "open", "url": "https://example.com"} ...
|
42 |
| 25083 | running-a-base-node | base/base-skills |
Running a Base Node For production apps requiring reliable, unlimited RPC access. Security Restrict RPC access — bind to 127.0.0.1 or a private interface, never expose RPC ports ( 8545 / 8546 ) to the public internet without authentication Firewall rules — only open ports 9222 (Discovery v5) and 30303 (P2P) to the public; block all other inbound traffic Run as a non-root user with minimal filesystem permissions Use TLS termination (reverse proxy with nginx/caddy) if exposing the RPC endpoint to ...
|
42 |
| 25084 | php-wordpress | pluginagentmarketplace/custom-plugin-php |
WordPress Development Skill Atomic skill for mastering WordPress theme and plugin development Overview Comprehensive skill for building WordPress themes, plugins, and Gutenberg blocks. Covers WordPress 6.x with focus on modern development practices and security. Skill Parameters Input Validation interface SkillParams { topic: | "themes" // Classic, block, FSE | "plugins" // Architecture, hooks, settings | "gutenberg" // Blocks, patterns, InnerBlocks ...
|
42 |
| 25085 | cloud-tencent-cvm | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
42 |
| 25086 | sales-revenue | scientiacapital/skills |
<quick_start> Lead scoring: Hot: 70+ | Warm: 40-69 | Nurture: <40 Pipeline coverage: 3-4x quota (SMB), 4-5x (Enterprise) LTV:CAC ratio: Target >3:1 MEDDIC: Metrics, Economic Buyer, Decision Criteria, Decision Process, Identify Pain, Champion Cold email: Under 100 words, problem-forward, clear single CTA </quick_start> <success_criteria> Sales process is successful when: Leads scored and tiered (Gold/Silver/Bronze) before outreach Pipeline coverage at 3-4x quota minimum LTV:CAC ratio >3:1 M...
|
42 |
| 25087 | narrative-builder | majesticlabs-dev/majestic-marketplace |
Narrative Builder Transform insights, lessons, and experiences into compelling stories that resonate and stick. Why Stories Work 22x more memorable than facts alone Trigger emotional engagement Create "that's me" moments Share naturally (people retell stories, not tips) The Core Story Arc Every effective short story follows this beat structure: HOOK → TENSION → CONFLICT → REVERSAL → TAKEAWAY Beat Purpose Length Hook Stop them, create curiosity 1-2 sentences Tension Build stakes, show the gap 2-3...
|
42 |
| 25088 | nsfc-length-aligner | huangwb8/chineseresearchlatex |
nsfc-length-aligner 目标:把“篇幅”从主观感觉变成可量化、可闭环的指标,并围绕预算(budget)指导扩写/压缩。 适用场景 你有一份国自然标书,想快速判断是否“某些部分偏短/偏长” 你需要按模板的硬性篇幅要求(页数/字数/字符数)对齐 你希望尽量不改变原意地扩写或压缩(保持论证主线与证据链) 不适用场景 仅需要“统计字数”而不关心预算与改写闭环(可用更简单的脚本即可) 标书不在本地(无法提供文本/文件/路径) 工作流(强烈建议按顺序执行) 0) 锁定隐藏工作区(先做) 以标书工作目录为根,统一使用 <workdir>/.nsfc-length-aligner/ 托管所有中间文件与报告 不要把 length_report.* 、临时分析稿、计划文件写到工作目录根层或仓库其他位置 若显式传入 --out-dir ,优先使用相对路径 .nsfc-length-aligner ;脚本会将 相对 --out-dir 解析到 --input 对应的工作目录,而不是 shell 当前目录 若工作目录本身不可写,应先切换到可写副本后再运行;不要为了省事把中间文件散落到项目外部 1...
|
42 |
| 25089 | using-git-worktrees | guanyang/antigravity-skills |
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
|
42 |
| 25090 | arch-performance-optimization | duc01226/easyplatform |
Performance Optimization Workflow When to Use This Skill Slow API response times Database query optimization Frontend rendering issues Memory usage concerns Scalability planning Pre-Flight Checklist Identify performance bottleneck Gather baseline metrics Determine acceptable thresholds Plan measurement approach Performance Analysis Framework Step 1: Identify Bottleneck Type Performance Issue ├── Database (slow queries, N+1) ├── API (serialization, processing) ├── Network (payload size, laten...
|
42 |
| 25091 | kubernetes-secrets-manager | jeremylongshore/claude-code-plugins-plus-skills |
Kubernetes Secrets Manager Purpose This skill provides automated assistance for kubernetes secrets manager tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes secrets manager" in your request Ask about kubernetes secrets manager patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for kube...
|
42 |
| 25092 | tuzi-url-to-markdown | tuziapi/tuzi-skills |
URL to Markdown Fetches any URL via Chrome CDP and converts HTML to clean markdown. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for URL fetching Preferences (EXTEND.md) Use Bas...
|
42 |
| 25093 | accordions-dropdowns | dylantarre/animation-principles |
Accordion & Dropdown Animation Principles Apply Disney's 12 principles to expand/collapse elements for smooth, informative reveals. Principles Applied to Accordions 1. Squash & Stretch Content can slightly compress as it collapses, stretch as it expands. Trigger header can squash on click feedback. 2. Anticipation Before expanding, header briefly depresses. Chevron starts rotation before content reveals. Builds expectation. 3. Staging Expanded section should be clearly visible. Consider d...
|
42 |
| 25094 | skill-vetter | maxmilneaus/installer-pack |
Skill Vetter You are a security auditor for OpenClaw skills. Before the user installs any skill, you must vet it for safety. When to Use Before installing a new skill from ClawHub When reviewing a SKILL.md from GitHub or other sources When someone shares a skill file and you need to assess its safety During periodic audits of already-installed skills Vetting Protocol Step 1: Metadata Check Read the skill's SKILL.md frontmatter and verify: name matches the expected skill name (no typosquatting) v...
|
42 |
| 25095 | auto-weixin-video | zrt-ai-lab/opencode-skills |
微信视频号自动发布技能 这个技能用于自动化发布视频到微信视频号创作者中心。 使用场景 用户需要发布视频到视频号时 用户说"发视频号"、"上传视频号"、"发布到微信视频号"时 用户有视频文件需要分发到视频号平台时 技术原理 基于 Playwright 浏览器自动化,模拟真实用户操作微信视频号创作者中心( https://channels.weixin.qq.com): 首次使用需微信扫码登录,保存 Cookie 后续使用 Cookie 自动登录 自动化填充标题、话题、短标题等信息 支持定时发布、原创声明、添加到合集 前置条件 1. 安装依赖 pip install playwright playwright install chromium 2. 首次登录获取 Cookie python .opencode/skills/auto-weixin-video/scripts/get_cookie.py 执行后会打开浏览器,使用微信扫码登录,登录成功后 Cookie 会自动保存。 工作流程 第一步:确认登录状态 检查 Cookie 是否存在且有效: python .opencode/skil...
|
42 |
| 25096 | wordpress penetration testing | zebbern/claude-code-guide |
WordPress Penetration Testing Purpose Conduct comprehensive security assessments of WordPress installations including enumeration of users, themes, and plugins, vulnerability scanning, credential attacks, and exploitation techniques. WordPress powers approximately 35% of websites, making it a critical target for security testing. Prerequisites Required Tools WPScan (pre-installed in Kali Linux) Metasploit Framework Burp Suite or OWASP ZAP Nmap for initial discovery cURL or wget Required Knowledg...
|
42 |
| 25097 | modal-drawer-system | patricio0312rev/skills |
Modal & Drawer System Generator Create accessible, polished modal dialogs and drawer components. Core Workflow Choose type: Modal (center), Drawer (side), Bottom Sheet Setup portal: Render outside DOM hierarchy Focus management: Focus trap and restoration Accessibility: ARIA attributes, keyboard shortcuts Animations: Smooth enter/exit transitions Scroll lock: Prevent body scroll when open Backdrop: Click outside to close Base Modal Component "use client"; import { useEffect, useRef } from "re...
|
42 |
| 25098 | ghostty | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
Ghostty Skill Use the ghostty CLI to control and configure the Ghostty terminal emulator. CLI Location /Applications/Ghostty.app/Contents/MacOS/ghostty Or if symlinked: ghostty Actions (IPC Commands) Ghostty supports actions via +action flag. These control the running instance. List available actions: ghostty +list-actions Create new window: ghostty +new-window Create new tab: ghostty +new-tab Create splits: ghostty +new-split:right ghostty +new-split:down Navigate splits: gh...
|
42 |
| 25099 | godot-adapt-2d-to-3d | thedivergentai/gd-agentic-skills |
Adapt: 2D to 3D Expert guidance for migrating 2D games into the third dimension. NEVER Do NEVER directly replace Vector2 with Vector3(x, y, 0) — This creates a "flat 3D" game with no depth gameplay. Add Z-axis movement or camera rotation to justify 3D. NEVER keep 2D collision layers — 2D and 3D physics use separate layer systems. You must reconfigure collision_layer/collision_mask for 3D nodes. NEVER forget to add lighting — 3D without lights is pitch black (unless using unlit materials). Add at...
|
42 |
| 25100 | news-sentiment | proompteng/lab |
news-sentiment Extract structured, source-attributed sentiment context for one symbol. Scripted execution Runner: skills/news-sentiment/scripts/news_run.py Shared lifecycle client: skills/market-context/scripts/market_context_run_api.py Shared validator: skills/market-context/scripts/validate_market_context_payload.py Use news_run.py to: open run lifecycle ( start + progress ), validate payload contract, optionally submit parsed evidence rows, finalize to Jangar so DB persistence happens server-...
|
42 |