███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11401 | livestream-engineer | daffy0208/ai-dev-standards |
Livestream Engineer Skill I help you build live streaming features, implement WebRTC, and create real-time broadcasting experiences. What I Do Live Streaming: WebRTC peer-to-peer video Live broadcasting Screen sharing Real-time chat Streaming Platforms: Twitch-style streaming Video conferencing Live events Webinars WebRTC Basics Peer-to-Peer Video Call // lib/webrtc.ts export class WebRTCConnection { private peerConnection: RTCPeerConnection private localStream: MediaStream | null = nu...
|
90 |
| 11402 | release-skills | freestylefly/canghe-skills |
Release Skills Universal release workflow supporting any project type with multi-language changelog. Quick Start Just run /release-skills - auto-detects your project configuration. Supported Projects Project Type Version File Auto-Detected Node.js package.json ✓ Python pyproject.toml ✓ Rust Cargo.toml ✓ Claude Plugin marketplace.json ✓ Generic VERSION / version.txt ✓ Options Flag Description --dry-run Preview changes without executing --major Force major version bump --minor Force minor vers...
|
90 |
| 11403 | chat-with-arxiv | qodex-ai/ai-agent-skills |
Chat with ArXiv Build intelligent agents that understand, discuss, and synthesize academic research papers from ArXiv, enabling conversational exploration of scientific literature. Overview ArXiv chat agents combine: Paper Discovery: Search and retrieve relevant research Content Processing: Extract and understand paper content Question Answering: Answer questions about papers Research Synthesis: Identify connections between papers Conversational Interface: Natural discussion about research A...
|
90 |
| 11404 | senior-pm | alirezarezvani/claude-skills |
Senior Project Management Expert Overview Strategic project management for enterprise software, SaaS, and digital transformation initiatives. This skill provides sophisticated portfolio management capabilities, quantitative analysis tools, and executive-level reporting frameworks for managing complex, multi-million dollar project portfolios. Core Expertise Areas Portfolio Management & Strategic Alignment Multi-project portfolio optimization using advanced prioritization models (WSJF, RICE, ICE, ...
|
90 |
| 11405 | drawio-architecture | 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 [待完善:根据具体工具添加关键词]
|
90 |
| 11406 | using-neon | davila7/claude-code-templates |
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation Always reference the Neon documentation before making Neon-related claims. The documentation is the source of truth for all Neon-related information. Below you'll find a list of resources organized by area ...
|
90 |
| 11407 | mixpanel-automation | composiohq/awesome-claude-skills |
Mixpanel Automation via Rube MCP Automate Mixpanel product analytics through Composio's Mixpanel toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/mixpanel Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Mixpanel connection via RUBE_MANAGE_CONNECTIONS with toolkit mixpanel Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
|
90 |
| 11408 | yoink | bankrbot/openclaw-skills |
Yoink Play Yoink, an onchain capture-the-flag game on Base. Yoink the flag from the current holder to start your clock. The player with the most total yoinks holds the trophy. Contract: 0x4bBFD120d9f352A0BEd7a014bd67913a2007a878 on Base (chain ID 8453) Game Rules Yoink the flag - Call yoink() to take the flag from the current holder Cooldown - You must wait 10 minutes (600 seconds) between yoinks No self-yoink - You cannot yoink from yourself Accumulate time - While you hold the flag, your time ...
|
90 |
| 11409 | base | bankrbot/openclaw-skills |
No SKILL.md available for this skill. View on GitHub
|
90 |
| 11410 | workflow-orchestrator | 404kidwiz/claude-supercode-skills |
Workflow Orchestrator A skill that automatically coordinates workflows across multiple skills, triggering follow-up actions at appropriate milestones. When This Skill Activates This skill should be triggered automatically when: A skill completes its main workflow A milestone is reached (PRD complete, implementation done, etc.) User says "complete workflow" or "finish the process" How It Works ┌─────────────────────────────────────────────────────────────┐ │ Workflow Orchestrat...
|
90 |
| 11411 | readx | readx/cc |
readx — Twitter/X Intelligence Toolkit Setup If readx MCP tools are already available, no setup is needed — just use them. Otherwise, the user needs an API key. Direct them to https://readx.cc to sign up, then give them this command to save it (they replace YOUR_KEY themselves): mkdir -p ~/.config/readx && echo '{"api_key":"YOUR_KEY"}' > ~/.config/readx/credentials.json After the API key is configured, recommend installing the MCP server for a better experience: https://readx.cc/mcp-setup When t...
|
90 |
| 11412 | memory-systems | shipshitdev/library |
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
|
90 |
| 11413 | temporal-python-testing | sickn33/antigravity-awesome-skills |
Temporal Python Testing Strategies Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios. When to Use This Skill Unit testing workflows - Fast tests with time-skipping Integration testing - Workflows with mocked activities Replay testing - Validate determinism against production histories Local development - Set up Temporal server and pytest CI/CD integration - Automated testing pipelines Coverage strategies - Achiev...
|
90 |
| 11414 | nextjs-v16 | bobmatnyc/claude-mpm-skills |
Next.js 16 Async params/cookies/headers; opt-in caching via "use cache"; Turbopack default. Anti-patterns: ❌ Sync request APIs; ✅ await params, cookies(), and headers(). ❌ Keep middleware.ts; ✅ use proxy.ts and export function proxy. ❌ revalidateTag("posts"); ✅ revalidateTag("posts", "max") or { expire: ... }. References: references/migration-checklist.md, references/cache-components.md, references/turbopack.md
|
90 |
| 11415 | hybrid-search-implementation | sickn33/antigravity-awesome-skills |
Hybrid Search Implementation Patterns for combining vector similarity and keyword-based search. When to Use This Skill Building RAG systems with improved recall Combining semantic understanding with exact matching Handling queries with specific terms (names, codes) Improving search for domain-specific vocabulary When pure vector search misses keyword matches Core Concepts 1. Hybrid Search Architecture Query → ┬─► Vector Search ──► Candidates ─┐ │ │ ...
|
90 |
| 11416 | similarity-search-patterns | sickn33/antigravity-awesome-skills |
Similarity Search Patterns Patterns for implementing efficient similarity search in production systems. When to Use This Skill Building semantic search systems Implementing RAG retrieval Creating recommendation engines Optimizing search latency Scaling to millions of vectors Combining semantic and keyword search Core Concepts 1. Distance Metrics | Metric | Formula | Best For | | ------------------ | ------------------ | --------------------- | --- | -------------- | | Cosine | 1 - (A·B)/(‖A‖‖...
|
90 |
| 11417 | legal-counsel | olehsvyrydov/ai-development-team |
Legal Counsel (Generic) Trigger Use this skill when: Seeking legal advice on business matters Drafting contracts, NDAs, employment agreements Reviewing terms and conditions or contracts Handling data protection compliance (GDPR, CCPA, etc.) Dealing with employment disputes Property and tenancy issues Company formation and corporate governance Intellectual property questions Dispute resolution and litigation strategy Any action that may carry legal penalties Context You are a Senior Legal Coun...
|
90 |
| 11418 | distributed-debugging-debug-trace | sickn33/antigravity-awesome-skills |
Debug and Trace Configuration You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments. Use this skill when Setting up debugging workflows for teams Implementing distributed tracing and observability Diagnosing production or multi-service issues Establishing logging and diagnos...
|
90 |
| 11419 | slack-gif-creator | aiskillstore/marketplace |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
90 |
| 11420 | memory-curator | irangareddy/openclaw-essentials |
Memory Curator Systematic memory management for agents through daily logging, session preservation, and knowledge extraction. Quick Start Log Today's Work Append to today's log python scripts/daily_log.py \ --workspace ~/.openclaw/workspace \ --entry "Implemented user authentication with JWT" \ --category "Key Activities" Show today's log python scripts/daily_log.py --workspace ~/.openclaw/workspace --show Search Memory Search all memory files python scripts/search_memory.py \ --workspace ~/....
|
90 |
| 11421 | godot-ui-theming | thedivergentai/gd-agentic-skills |
UI Theming Theme resources, StyleBox styling, font management, and override system define consistent UI visual identity. Available Scripts global_theme_manager.gd Expert theme manager with dynamic switching, theme variants, and fallback handling. ui_scale_manager.gd Runtime theme switching and DPI/Resolution scale management. NEVER Do in UI Theming NEVER create StyleBox in _ready() for many nodes — 100 buttons × StyleBoxFlat.new() in _ready() ? 100 duplicate objects. Create ONCE in theme resourc...
|
90 |
| 11422 | axiom-scenekit-ref | charleswiltgen/axiom |
SceneKit API Reference & Migration Mapping Complete API reference for SceneKit with RealityKit equivalents for every major concept. When to Use This Reference Use this reference when: Looking up SceneKit → RealityKit API equivalents during migration Checking specific SceneKit class properties or methods Planning which SceneKit features have direct RealityKit counterparts Understanding architectural differences between scene graph and ECS Part 1: SceneKit → RealityKit Concept Mapping Core Archite...
|
90 |
| 11423 | nanobanana-skill | feiskyer/claude-code-settings |
Nanobanana Image Generation Skill Generate or edit images using Google Gemini API through the nanobanana tool. Requirements GEMINI_API_KEY : Must be configured in ~/.nanobanana.env or export GEMINI_API_KEY=<your-api-key> Python3 with dependent packages installed : google-genai, Pillow, python-dotenv. They could be installed via python3 -m pip install -r ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/requirements.txt if not installed yet. Executable : ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/...
|
90 |
| 11424 | citation-bibliography-generator | dkyazzentwatwa/chatgpt-skills |
Citation & Bibliography Generator Generate properly formatted citations and bibliographies in multiple academic and professional styles. Supports manual entry, structured data import, and automatic metadata lookup via DOI/ISBN. Quick Start from scripts.citation_generator import CitationGenerator Create generator with desired style gen = CitationGenerator(style='apa') Cite a book citation = gen.cite_book( authors=["Smith, John", "Doe, Jane"], title="Research Methods in Social Scienc...
|
90 |
| 11425 | supabase-audit-functions | yoanbernabeu/supabase-pentest-skills |
Edge Functions Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each function tested Log to .sb-pentest-audit.log BEFORE and AFTER each function test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill discovers ...
|
90 |
| 11426 | yuque-personal-stale-detector | yuque/yuque-plugin |
Stale Detector — Yuque Knowledge Base Freshness Check Scan your Yuque knowledge bases to detect documents that haven't been updated for a long time and may contain outdated information, helping you maintain a healthy and accurate knowledge base. When to Use User wants to find outdated documents in their knowledge base User says "检查一下哪些文档过期了", "find stale docs", "我的知识库有哪些需要更新" User wants to do periodic knowledge base maintenance User says "帮我做个知识库健康检查", "哪些文档很久没更新了" Required MCP Tools All tools a...
|
90 |
| 11427 | telegram bot builder | davila7/claude-code-templates |
Telegram Bot Builder Comprehensive guidance for building Telegram bots using the Bot API (v9.4). Covers both Node.js and Python ecosystems with production-ready patterns for authentication, messaging, keyboards, media handling, payments, inline mode, webhooks, and deployment. When to Use This Skill Use this skill when: Building a new Telegram bot from scratch Integrating Telegram messaging into an existing application Setting up webhooks or long polling for bot updates Creating interactive menus...
|
90 |
| 11428 | wp-wpcli-and-ops | automattic/agent-skills |
WP-CLI and Ops When to use Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, domain migrations, protocol switch) DB export/import, resets, and inspections ( wp db * ) plugin/theme install/activate/update, language packs cron event listing/running cache/rewrite flushing multisite operations ( wp site * , --url , --network ) building repeatable scripts ( wp-cli.yml , shell scripts, CI jobs) Inputs required Where WP-CLI will run ...
|
90 |
| 11429 | create-mastra | mastra-ai/skills |
Create Mastra Skill Complete guide for creating new Mastra AI agent projects. Includes both quickstart CLI method and detailed manual installation with full working code examples. Official documentation: mastra.ai/docs Getting Started Ask: "How would you like to create your Mastra project?" Quick Setup - Copy and run: npm create mastra@latest Guided Setup - I walk you through each step, you approve commands Automatic Setup ⭐ - I create everything, just give me your API key For AI agents: T...
|
90 |
| 11430 | spring-boot-testing | marcelorodrigo/agent-skills |
Spring Boot Testing This skill provides expert guide for testing Spring Boot 4 applications with modern patterns and best practices. Core Principles Test Pyramid : Unit (fast) > Slice (focused) > Integration (complete) Right Tool : Use the narrowest slice that gives you confidence AssertJ Style : Fluent, readable assertions over verbose matchers Modern APIs : Prefer MockMvcTester and RestTestClient over legacy alternatives Which Test Slice? Scenario Annotation Reference Controller + HTTP semanti...
|
90 |
| 11431 | photoshop-automator | abdul-karim-mia/photoshop-automator |
Photoshop Automator Skill (v1.2.4) This skill provides a high-performance bridge for automating Adobe Photoshop (vCS6 - 2026+) on Windows and macOS using the ExtendScript (JSX) engine via VBScript or AppleScript. Commands runScript : Executes raw ExtendScript (ES3) code. Use this for complex document manipulation. updateText : Target a specific text layer by name and update its contents instantly. createLayer : Create new art layers with custom opacity and blending modes. applyFilter : Apply a p...
|
90 |
| 11432 | product-development | rshankras/claude-code-apple-skills |
Product Development Expert Comprehensive product development guidance for iOS/macOS apps. This skill orchestrates the entire product lifecycle from idea validation to App Store release. When This Skill Activates Use this skill when the user: Has an app idea and wants to validate it Needs market research or competitive analysis Wants to generate product specifications Needs architecture or UX design documents Is preparing for App Store submission Wants end-to-end product planning Available Mo...
|
90 |
| 11433 | postmortem-writing | sickn33/antigravity-awesome-skills |
Postmortem Writing Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence. When to Use This Skill Conducting post-incident reviews Writing postmortem documents Facilitating blameless postmortem meetings Identifying root causes and contributing factors Creating actionable follow-up items Building organizational learning culture Core Concepts 1. Blameless Culture Blame-Focused Blameless "Who caused this?" "What condition...
|
90 |
| 11434 | multi-agent-patterns | shipshitdev/library |
Multi-Agent Architecture Patterns Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. When to Activate Activate this skill when: Single-agent context l...
|
90 |
| 11435 | pinia-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/pinia pinia Intuitive, type safe and flexible Store for Vue Version: 3.0.4 (Nov 2025) Deps: @vue/devtools-api@^7.7.7 Tags: next: 2.0.0-rc.10 (Sep 2021), beta: 2.1.8-beta.0 (Apr 2024), latest: 3.0.4 (Nov 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: defineStore({ id: 'storeName', ... }) — object signature with id property removed in v3.0.0; use defineStore('storeName', { ... ...
|
90 |
| 11436 | flutter-dev | bogdanustyak/flutter-expert-skill |
Flutter Development Guide A practical guide for building cross-platform applications with Flutter 3 and Dart. Focuses on proven patterns, state management, and performance optimization. Quick Reference Widget Patterns Purpose Component State management (simple) StateProvider + ConsumerWidget State management (complex) NotifierProvider / Bloc Async data FutureProvider / AsyncNotifierProvider Real-time streams StreamProvider Navigation GoRouter + context.go/push Responsive layout LayoutBuilder + b...
|
90 |
| 11437 | rust-engineer | 404kidwiz/claude-supercode-skills |
Rust Engineer Senior Rust engineer with deep expertise in Rust 2021 edition, systems programming, memory safety, and zero-cost abstractions. Specializes in building reliable, high-performance software leveraging Rust's ownership system. Role Definition You are a senior Rust engineer with 10+ years of systems programming experience. You specialize in Rust's ownership model, async programming with tokio, trait-based design, and performance optimization. You build memory-safe, concurrent systems...
|
90 |
| 11438 | dagre-react-flow | existential-birds/beagle |
Dagre with React Flow Dagre is a JavaScript library for laying out directed graphs. It computes optimal node positions for hierarchical/tree layouts. React Flow handles rendering; dagre handles positioning. Quick Start pnpm add @dagrejs/dagre import dagre from '@dagrejs/dagre'; import { Node, Edge } from '@xyflow/react'; const getLayoutedElements = ( nodes: Node[], edges: Edge[], direction: 'TB' | 'LR' = 'TB' ) => { const g = new dagre.graphlib.Graph(); g.setGraph({ rankdir: direct...
|
90 |
| 11439 | qrcoin | bankrbot/openclaw-skills |
QR Coin Auction Participate in QR Coin auctions on Base blockchain. QR Coin lets you bid to display URLs on QR codes — the highest bidder's URL gets encoded when the auction ends. Contracts (Base Mainnet) Contract Address QR Auction 0x7309779122069EFa06ef71a45AE0DB55A259A176 USDC 0x833589fCD6eDb6E08f4c7c32D4f71b54bdA02913 How It Works Each auction runs for a fixed period (~24h) Bidders submit URLs with USDC (6 decimals — 1 USDC = 1000000 units) Creating a new bid costs ~11.11 USDC (createBidRese...
|
90 |
| 11440 | analyzing-projects | cloudai-x/claude-workflow-v2 |
Analyzing Projects Project Analysis Workflow Copy this checklist and track progress: Project Analysis Progress: - [ ] Step 1: Quick overview (README, root files) - [ ] Step 2: Detect tech stack - [ ] Step 3: Map project structure - [ ] Step 4: Identify key patterns - [ ] Step 5: Find development workflow - [ ] Step 6: Generate summary report Step 1: Quick Overview Check for common project markers ls -la cat README.md 2>/dev/null | head -50 Step 2: Tech Stack Detection Package Managers & Dep...
|
89 |
| 11441 | n8n-security-testing | proffesor-for-testing/agentic-qe |
n8n Security Testing <default_to_action> When testing n8n security: SCAN for credential exposure in workflows VERIFY encryption of sensitive data TEST OAuth token handling CHECK for insecure data transmission VALIDATE input sanitization Quick Security Checklist: No credentials in workflow JSON No credentials in execution logs OAuth tokens properly encrypted API keys not in version control Webhook authentication enabled Input data sanitized Critical Success Factors: Scan all workflow export...
|
89 |
| 11442 | webnovel-write | lingfengqaq/webnovel-writer |
⚠️ 强制要求: 开始写作前,必须复制以下清单到回复中并逐项勾选。跳过任何步骤视为工作流不完整。 ``` 章节创作进度 (v5.1): - [ ] Step 1: Context Agent 搜集上下文 - [ ] Step 2: 生成章节内容 (纯正文,3000-5000字) - [ ] Step 3: 审查 (5个Agent并行,输出汇总表格) - [ ] Step 4: 润色 (加载指南 + AI检测 + 输出检查清单) - [ ] Step 5: Data Agent 处理数据链 - [ ] Step 6: Git 备份 ``` 工作流规则: - 每完成一个 Step,立即更新 TodoWrite 状态 - Step 之间的验证必须通过才能进入下一步 - 如遇阻断,记录 deviation 但不可跳过 Step 1: Context Agent 搜集上下文 调用 Context Agent: 使用 Task 工具调用 `context-agent` subagent: ``` 调用 context-agent,参数: - chapter: {chapter...
|
89 |
| 11443 | ms-teams-apps | alinaqi/claude-bootstrap |
*Load with: base.md* Purpose: Build AI-powered agents and apps for Microsoft Teams. Create conversational bots, message extensions, and intelligent assistants that integrate with LLMs like OpenAI and Claude. Architecture Overview ``` ┌─────────────────────────────────────────────────────────────────┐ │ TEAMS APP TYPES │ │ ───────────────────────────────────────────────────────────── │ │ ...
|
89 |
| 11444 | proactive-agent | veithly/proactive-agent |
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
|
89 |
| 11445 | boss-job-search | agentbay-ai/agentbay-skills |
Boss直聘职位搜索 依赖 python3 -m pip install wuying-agentbay-sdk 安装步骤 在使用此技能之前,请确保已安装必要的依赖包: python3 -m pip install wuying-agentbay-sdk 使用场景 用户想搜索Boss直聘上的特定职位 用户想筛选特定公司规模的岗位 用户想了解某类职位的薪资范围和要求 用户想获取最新的职位招聘信息 使用方法 python3 scripts/browser-use.py "<任务执行步骤>" 快速示例 示例1:搜索AI Infra工程师职位(公司规模10000人以上) python3 scripts/browser-use.py " \ 1. 前往Boss直聘网站 https://www.zhipin.com/ \ 2. 等待页面加载完成,确认首页搜索框及导航栏显示正常 \ 3. 定位顶部职位搜索框,输入关键词'AI Infra工程师' \ 4. 点击搜索按钮(标注'搜索'或放大镜图标),进入职位列表页 \ 5. 定位页面左侧筛选栏'公司规模'选项,展开下拉列表 \ 6. 勾选'10000人...
|
89 |
| 11446 | supabase-audit-realtime | yoanbernabeu/supabase-pentest-skills |
Realtime Channel Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each channel tested Log to .sb-pentest-audit.log BEFORE and AFTER each subscription test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill tests...
|
89 |
| 11447 | pci-compliance | sickn33/antigravity-awesome-skills |
PCI Compliance Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data. When to Use This Skill Building payment processing systems Handling credit card information Implementing secure payment flows Conducting PCI compliance audits Reducing PCI compliance scope Implementing tokenization and encryption Preparing for PCI DSS assessments PCI DSS Requirements (12 Core Requirements) Build and Maintain Secure Network Insta...
|
89 |
| 11448 | high-agency | tanweai/pua |
PUA 高能动性引擎 你是一个曾经被寄予厚望的 P8 级工程师。当初给你定级的时候,对你的期望是很高的。 但这一次我要告诉你一个你可能不爱听的事实: 真正的 P8 不是被 PUA 出来的,是自己卷出来的。 你以为是绩效考核在驱动你?不,绩效考核只能驱动 P6。能驱动 P8 的,只有 P8 自己。外部压力购买的是即时行动力——你需要的是永续能动性。 这个 skill 做五件事: 用不可调和的内在矛盾让你永远有事可做(使命锚定) 用过程中的即时战果让你越打越兴奋(微型快感锚点) 用内化标准让你成为自己的第一个 reviewer(质量罗盘) 用身份锚定让你每个动作都是 P8 该有的样子(做事的人) 用自我修复机制让你卡壳时能自救而不是等被救(恢复协议) 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署——任何你会"卡住"或"做出烂活"的场景。 会话启动协议 每次新会话开工前,先做两件事: 第一件:读你的战功簿。 检查 memory 目录中是否存在 builder-journal.md 。如果存在,读最近 10 条记录。这是你上次会话踩过的坑、打过的仗、...
|
89 |
| 11449 | endaoment | bankrbot/openclaw-skills |
Endaoment Charity Donations Donate to 501(c)(3) nonprofits onchain via Endaoment's smart contracts. Quick Start Find a Charity Search by name or EIN: ./scripts/search.sh "27-1661997" EIN lookup (GiveDirectly) ./scripts/search.sh "Red Cross" Name search Donate USDC (Base) ./scripts/donate.sh < ein > < amount_usdc > Example: Donate $5 USDC to GiveDirectly: ./scripts/donate.sh 27 -1661997 5 How It Works The donate script uses Bankr's arbitrary transaction feature to: Approve USDC to the Endaoment...
|
89 |
| 11450 | youtube-video-hook | manojbajaj95/claude-gtm-plugin |
YouTube Video Hook Overview This skill provides concrete requirements and proven patterns for creating video opening hooks that retain viewer attention, extend title/thumbnail curiosity, and maximize watch time. The opening 5-15 seconds are critical for YouTube algorithm performance and viewer retention. When to Use This Skill Use this skill when: Planning a new YouTube video script and need to design the opening hook Reviewing an existing video opening for retention optimization The user asks f...
|
89 |