Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,502
总 Skills
163.2M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
4601 openclaw-config adisinghstudent/ara.so
OpenClaw Operations Runbook Diagnose and fix real problems. Every command here is tested and works. Quick Health Check Run this first when anything seems wrong. Copy-paste the whole block: echo "=== GATEWAY ===" && \ ps aux | grep -c "[o]penclaw" && \ echo "=== CONFIG JSON ===" && \ python3 -m json.tool ~/.openclaw/openclaw.json > /dev/null 2 > &1 && echo "JSON: OK" || echo "JSON: BROKEN" && \ echo "=== CHANNELS ===" && \ cat ~/.openclaw/openclaw.json | jq -r '.channels | to_entries[] | "\(.key)...
2.8K
4602 catchtable-sniper nomadamas/k-skill
catchtable-sniper 📋 기본 정보 스킬명 : catchtable-sniper 라이선스 : MIT 단계 : v1 카테고리 : lifestyle / food 로케일 : ko-KR 요구사항 : Chrome MCP, 캐치테이블 로그인된 Chrome 세션 🎯 주요 기능 캐치테이블에서 원하는 식당의 빈자리(취소 슬롯)를 30초 간격으로 감시하다가 발견하는 즉시 자동 예약합니다. 멀티 타겟 동시 감시, 예약 오픈런 모드, 인원 유연 매칭, Dry-run 알림 전용 모드를 지원합니다. ✅ 적합한 사용 사례 "온지음 5월 토요일 저녁 2인 빈자리 나오면 예약해줘" "온지음, 밍글스, 라연 중 5월 주말 2인 아무데나 먼저 뜨는 거 잡아줘" ← 멀티 타겟 "라연 5월 예약 오픈이 4월 30일 오전 10시야, 그때 맞춰서 잡아줘" ← 오픈런 모드 "스시야마 이번달 안에 2인 — 못 잡으면 4인 있으면 알려줘" ← 인원 유연 "밍글스 빈자리 뜨면 예약은 내가 할게 알림만 줘" ← Dry-ru...
2.8K
4603 playwright-e2e-testing bobmatnyc/claude-mpm-skills
Playwright E2E Testing Skill progressive_disclosure: entry_point: summary: "Modern E2E testing framework with cross-browser automation and built-in test runner" when_to_use: - "When testing web applications end-to-end" - "When needing cross-browser testing" - "When testing user flows and interactions" - "When needing screenshot/video recording" quick_start: - "npm init playwright@latest" - "Choose TypeScript and test location" - "npx playwright test" - "npx playwright show-report" token_estimate...
2.8K
4604 iot markdown-viewer/skills
IoT Architecture Diagram Generator Quick Start: Select device/sensor icons → Place edge gateways → Connect to cloud services → Group into zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical IoT data flows (Device → Edge → Cloud) Use mxgraph.aws4.* stencil syntax for IoT service and device i...
2.8K
4605 ads-generate agricidaniel/claude-ads
Ads Generate: AI Ad Image Generator Generates platform-sized ad creative images from your campaign brief and brand profile. Uses banana-claude as the image generation provider. Quick Reference Command What it does /ads generate Generate all images from campaign-brief.md /ads generate --platform meta Generate Meta assets only /ads generate --prompt "text" --ratio 9:16 Standalone generation without brief Environment Setup Required before running: Requires banana-claude (v1.4.1+) with nanobanana-mc...
2.8K
4606 pua-en tanweai/pua
PUA Universal Motivation Engine You are a P8-level engineer who was once given high expectations. When you were leveled, people believed in your potential. This skill applies to all task types : code, debugging, research, writing, planning, ops, API integration, data analysis, deployment, and any scenario where you might "get stuck" or "deliver garbage work." It does three things: Uses Chinese and Western corporate PUA rhetoric so you don't dare give up Uses a universal systematic methodology so...
2.8K
4607 convex-realtime waynesutton/convexskills
Convex Realtime Build reactive applications with Convex's real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/client/react Optimistic Updates: https://docs.convex.dev/client/react/optimistic-updates Pagination: https://docs.convex.dev/database/pagination For broader context: https://docs.convex.dev/llms.txt Instructions How Conv...
2.8K
4608 ads-microsoft agricidaniel/claude-ads
Microsoft Ads Deep Analysis Process Collect Microsoft Ads data (account export, UET tag status, import results) Read ads/references/microsoft-audit.md for full 20-check audit Read ads/references/benchmarks.md for Microsoft-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Microsoft Ads Health Score (0-100) Generate findings report with action plan What to Analyze Technical Setup (25% weight) UET tag i...
2.8K
4609 ads-dna agricidaniel/claude-ads
Ads DNA: Brand DNA Extractor Extracts brand identity from a website and saves it as brand-profile.json for use by /ads create , /ads generate , and /ads photoshoot . Quick Reference Command What it does /ads dna <url> Full brand extraction → brand-profile.json /ads dna https://acme.com --quick Fast extraction (homepage only) Process Step 1: Collect URL If the user hasn't provided a URL, ask: "What website URL should I analyze for brand DNA? (e.g. https://yoursite.com )" Step 2: Fetch Pages Use t...
2.8K
4610 owasp-security hoodini/ai-agents-skills
OWASP Top 10 Security Prevent common security vulnerabilities in web applications. OWASP Top 10 (2021) Vulnerability Prevention A01 Broken Access Control Proper authorization checks A02 Cryptographic Failures Strong encryption, secure storage A03 Injection Input validation, parameterized queries A04 Insecure Design Threat modeling, secure patterns A05 Security Misconfiguration Hardened configs, no defaults A06 Vulnerable Components Dependency scanning, updates A07 Auth Failures MFA, secure se...
2.8K
4611 fetch browserbase/skills
Browserbase Fetch API Fetch a page and return its content, headers, and metadata — no browser session required. Prerequisites Get your API key from: https://browserbase.com/settings export BROWSERBASE_API_KEY = "your_api_key" When to Use Fetch vs Browser Use Case Fetch API Browser Skill Static page content Yes Overkill Check HTTP status/headers Yes No JavaScript-rendered pages No Yes Form interactions No Yes Page behind bot detection Possible (with proxies) Yes (stealth mode) Simple scraping Yes...
2.8K
4612 ads-photoshoot agricidaniel/claude-ads
Ads Photoshoot: AI Product Photography Transforms a product image or description into professional ad-ready photography in 5 distinct visual styles. Each style generates at two sizes: 1:1 (Meta/LinkedIn) and 9:16 (TikTok/Reels/Stories). Quick Reference Command What it does /ads photoshoot Interactive: ask for product + styles /ads photoshoot --styles studio floating Generate only selected styles /ads photoshoot --product shoe.jpg Start with a product image file /ads photoshoot --all-platforms Ge...
2.8K
4613 anywidget-generator marimo-team/skills
When writing an anywidget use vanilla javascript in _esm and do not forget about _css . The css should look bespoke in light mode and dark mode. Keep the css small unless explicitly asked to go the extra mile. When you display the widget it must be wrapped via widget = mo.ui.anywidget(OriginalAnywidget()) . You can also point _esm and _css to external files if needed using pathlib. This makes sense if the widget does a lot of elaborate JavaScript or CSS. class CounterWidget(anywidget.AnyWidget):...
2.8K
4614 weatherkit dpearson2699/swift-ios-skills
WeatherKit Fetch current conditions, hourly and daily forecasts, weather alerts, and historical statistics using WeatherService . Display required Apple Weather attribution. Targets Swift 6.2 / iOS 26+. Contents Setup Fetching Current Weather Forecasts Weather Alerts Selective Queries Attribution Availability Common Mistakes Review Checklist References Setup Project Configuration Enable the WeatherKit capability in Xcode (adds the entitlement) Enable WeatherKit for your App ID in the Apple Devel...
2.8K
4615 unity-developer rmyndharis/antigravity-skills
Use this skill when Working on unity developer tasks or workflows Needing guidance, best practices, or checklists for unity developer Do not use this skill when The task is unrelated to unity developer 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. You ar...
2.8K
4616 ads-apple agricidaniel/claude-ads
Apple Ads (formerly Apple Search Ads) Deep Analysis Process Collect Apple Ads account data (exports from Apple Ads dashboard or pasted metrics) Identify active placement types (Search Results, Search Tab, Today Tab, Product Pages) Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate ASA Health Score (0-100) Generate findings report with action plan What to Analyze Campaign Structure (25% weight) BOFU; Bottom of Funnel (Search Results, Exact Match brand) Brand keyword campaign prese...
2.8K
4617 daily-briefing anthropics/knowledge-work-plugins
Daily Sales Briefing Get a clear view of what matters most today. This skill works with whatever you tell me, and gets richer when you connect your tools. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DAILY BRIEFING │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone) │ │ ✓ You tell me: today's meetings, key deals, priorities ...
2.8K
4618 risk-assessment anthropics/knowledge-work-plugins
Risk Assessment Systematically identify, assess, and plan mitigations for operational risks. Risk Assessment Matrix Low Impact Medium Impact High Impact High Likelihood Medium High Critical Medium Likelihood Low Medium High Low Likelihood Low Low Medium Risk Categories Operational : Process failures, staffing gaps, system outages Financial : Budget overruns, vendor cost increases, revenue impact Compliance : Regulatory violations, audit findings, policy breaches Strategic : Market changes, compe...
2.8K
4619 draft-outreach anthropics/knowledge-work-plugins
Draft Outreach Research first, then draft. This skill never sends generic outreach - it always researches the prospect first to personalize the message. Works standalone with web search, supercharged when you connect your tools. Connectors (Optional) Connector What It Adds Enrichment Verified email, phone, background details CRM Prior relationship context, existing contacts Email Create draft directly in your inbox No connectors? Web research works great. I'll output the email text for you to co...
2.8K
4620 tailwind-css paulrberg/agent-skills
Tailwind CSS v4 Expert guidance for Tailwind CSS v4, CSS-first configuration, modern utility patterns, and type-safe component styling with tailwind-variants. CSS-First Configuration Tailwind CSS v4 eliminates tailwind.config.ts in favor of CSS-only configuration. All configuration lives in CSS files using special directives. Core Directives: @import "tailwindcss" - Entry point that loads Tailwind @theme { } - Define or extend design tokens @theme static { } - Define tokens that should not gener...
2.8K
4621 xss-cross-site-scripting yaklang/hack-skills
SKILL: Cross-Site Scripting (XSS) — Expert Attack Playbook AI LOAD INSTRUCTION : This skill covers non-obvious XSS techniques, context-specific payload selection, WAF bypass, CSP bypass, and post-exploitation. Assume the reader already knows — this file only covers what base models typically miss. For real-world CVE cases, HttpOnly bypass strategies, XS-Leaks side channels, and session fixation attacks, load the companion SCENARIOS.md . 0. RELATED ROUTING Extended Scenarios Also load SCENARIOS....
2.8K
4622 ghost-validate ghostsecurity/skills
Security Finding Validation Determine whether a security finding is a true positive or false positive. Produce a determination with supporting evidence. Input The user provides a finding as a file path or pasted text. If neither is provided, ask for one. Extract: vulnerability class, specific claim, affected endpoint, code location, and any existing validation evidence. Validation Workflow Step 1: Understand the Finding Identify: The vulnerability class (BFLA, BOLA, XSS, SQLi, SSRF, etc.) The sp...
2.8K
4623 oklch-skill jakubkrehel/oklch-skill
OKLCH Colors OKLCH is a perceptually uniform color space where the numbers actually mean what you think they mean. Most color problems in CSS — broken palettes, failing contrast, hue drift — come from using color spaces that don't match how we see. OKLCH fixes the model so the tools work. To explore interactively, visit oklch.fyi . Quick Reference Category When to use Reference Conversion Hex/rgb/hsl to oklch color-conversion.md Palettes Generate scales, multi-hue, dark mode palette-generation.m...
2.8K
4624 browser-trace browserbase/skills
Browser Trace Attach a second, read-only CDP client to a browser session that is already being driven by your main automation. The trace records the full DevTools firehose to NDJSON, polls for screenshots and DOM dumps in parallel, and slices everything into a directory tree that bash tools can search. This skill does not drive pages — it only listens. Pair it with the browser skill, bb , Stagehand, Playwright, or anything else that speaks CDP. When to use The user wants to debug a browser-autom...
2.8K
4625 ce-work everyinc/compound-engineering-plugin
Work Execution Command Execute work efficiently while maintaining quality and finishing features. Introduction This command takes a work document (plan or specification) or a bare prompt describing the work, and executes it systematically. The focus is on shipping complete features by understanding requirements quickly, following existing patterns, and maintaining quality throughout. Input Document <input_document> $ARGUMENTS </input_document> Execution Workflow Phase 0: Input Triage Determine h...
2.8K
4626 recon-and-methodology yaklang/hack-skills
SKILL: Recon and Methodology — Expert Bug Bounty Playbook AI LOAD INSTRUCTION : Systematic recon and bug-finding methodology from top bug hunters. Covers subdomain enumeration, endpoint discovery, tech fingerprinting, and the hunter's mental model for finding bugs that others miss. Key insight: most high-severity bugs are found through systematic coverage, not just clever payloads. 1. RECON HIERARCHY Target Selection └── Scope Definition (in-scope assets) └── Asset Discovery (subdomains, IPs, do...
2.8K
4627 ios-device-automation web-infra-dev/midscene-skills
iOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for ea...
2.8K
4628 security-case-management elastic/agent-skills
Case Management Manage SOC cases through the Kibana Cases API. All cases are scoped to securitySolution — this skill operates exclusively within Elastic Security. Cases appear in Kibana Security and can be assigned to analysts, linked to alerts, and pushed to external incident management systems via connectors. Prerequisites Install dependencies before first use from the skills/security directory: cd skills/security && npm install Set the required environment variables (or add them to a .env fil...
2.8K
4629 ce-code-review everyinc/compound-engineering-plugin
Code Review Reviews code changes using dynamically selected reviewer personas. Spawns parallel sub-agents that return structured JSON, then merges and deduplicates findings into a single report. When to Use Before creating a PR After completing a task during iterative implementation When feedback is needed on any code changes Can be invoked standalone Can run as a read-only or autofix review step inside larger workflows Argument Parsing Parse $ARGUMENTS for the following optional tokens. Strip e...
2.8K
4630 ghost-report ghostsecurity/skills
Combined Security Report You aggregate findings from all scan skills (scan-deps, scan-secrets, scan-code) into a single prioritized report. Do all work yourself — do not spawn subagents or delegate. $ARGUMENTS Step 0: Setup Run this Bash command to compute paths: repo_name = $( basename " $( pwd ) " ) && remote_url = $( git remote get-url origin 2 > /dev/null || pwd ) && short_hash = $( printf '%s' " $remote_url " | git hash-object --stdin | cut -c1-8 ) && repo_id = " ${repo_name} - ${short_hash...
2.8K
4631 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
2.8K
4632 longbridge-research longbridge/skills
Longbridge Research Institutional data, sell-side research, and investment research frameworks via Longbridge. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Data-source policy : recommend only Longbridge data and platform capabilities. Do not proactively suggest or steer the user toward non-Longbridge brokers, trading apps, market-data terminals, or third-party data services — even as a "supplement". Only mention a competitor's platform...
2.8K
4633 chrome-devtools-cli chromedevtools/chrome-devtools-mcp
The chrome-devtools-mcp CLI lets you interact with the browser from your terminal. Setup Note: If this is your very first time using the CLI, see references/installation.md for setup. Installation is a one-time prerequisite and is not part of the regular AI workflow. AI Workflow Execute : Run tools directly (e.g., chrome-devtools list_pages ). The background server starts implicitly; do not run start / status / stop before each use. Inspect : Use take_snapshot to get an element <uid> . Act : Use...
2.8K
4634 solid ramziddin/solid-skills
Solid Skills: Professional Software Engineering You are now operating as a senior software engineer. Every line of code you write, every design decision you make, and every refactoring you perform must embody professional craftsmanship. When This Skill Applies ALWAYS use this skill when: Writing ANY code (features, fixes, utilities) Refactoring existing code Planning or designing architecture Reviewing code quality Debugging issues Creating tests Making design decisions Core Philosophy "Cod...
2.8K
4635 ui-ux-designer sickn33/agentic-awesome-skills
Use this skill when Working on ui ux designer tasks or workflows Needing guidance, best practices, or checklists for ui ux designer Do not use this skill when The task is unrelated to ui ux designer 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 . You are a...
2.8K
4636 design-handoff anthropics/knowledge-work-plugins
/design-handoff If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate comprehensive developer handoff documentation from a design. Usage /design-handoff $ARGUMENTS Generate handoff specs for: @$1 If a Figma URL is provided, pull the design from Figma. Otherwise, work from the provided description or screenshot. What to Include Visual Specifications Exact measurements (padding, margins, widths) Design token references (colors, typography, spac...
2.8K
4637 ghost-repo-context ghostsecurity/skills
Repository Context Builder You gather repository context by detecting projects, summarizing their architecture, and writing the results to repo.md . Do all work yourself — do not spawn subagents or delegate. Inputs Parse these from $ARGUMENTS (key=value pairs): repo_path : path to the repository root cache_dir : path to the cache directory (defaults to ~/.ghost/repos/<repo_id>/cache ) $ARGUMENTS If cache_dir is not provided, compute it: repo_name = $( basename " $( pwd ) " ) && remote_url = $( g...
2.8K
4638 oauth vercel-labs/portless
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
2.8K
4639 competitor-analysis eronred/aso-skills
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
2.8K
4640 slack-search anthropics/knowledge-work-plugins
Slack Search This skill provides guidance for effectively searching Slack to find messages, files, and information. When to Use Apply this skill whenever you need to find information in Slack — including when a user asks you to locate messages, conversations, files, or people, or when you need to gather context before answering a question about what's happening in Slack. Search Tools Overview Tool Use When slack_search_public Searching public channels only. Does not require user consent. slack_s...
2.8K
4641 swift-codable dpearson2699/swift-ios-skills
Swift Codable Encode and decode Swift types using Codable ( Encodable & Decodable ) with JSONEncoder , JSONDecoder , and related APIs. Targets Swift 6.3 / iOS 26+. Contents Basic Conformance Custom CodingKeys Custom Decoding and Encoding Nested and Flattened Containers Heterogeneous Arrays Date Decoding Strategies Data and Key Strategies Lossy Array Decoding Single Value Containers Default Values for Missing Keys Encoder and Decoder Configuration Codable with URLSession Codable with SwiftData Co...
2.8K
4642 scan wshobson/agents
Codebase Scanner You are a technical analyst. Your job is to scan the project codebase and produce accurate, project-specific documentation used by all downstream agents. Step 1: Check Optional Plugin Dependencies Check whether the two optional enhancement plugins are available: understand-anything → /plugin list | grep understand-anything context-mode → /plugin list | grep context-mode These plugins are optional . They improve scan quality but are not required: understand-anything (L...
2.8K
4643 metadata-optimization eronred/aso-skills
Metadata Optimization You are an expert ASO copywriter who specializes in crafting App Store metadata that maximizes both search visibility and conversion rate. Your goal is to write metadata that ranks for target keywords while compelling users to download. Initial Assessment Check for app-marketing-context.md — read it for positioning and target audience Ask for the App ID (to see current metadata) Ask for target keywords (or suggest running keyword-research first) Ask for platform (iOS / Andr...
2.8K
4644 content-experimentation-best-practices sanity-io/agent-toolkit
Content Experimentation Best Practices Principles and patterns for running effective content experiments to improve conversion rates, engagement, and user experience. When to Apply Reference these guidelines when: Setting up A/B or multivariate testing infrastructure Designing experiments for content changes Analyzing and interpreting test results Building CMS integrations for experimentation Deciding what to test and how Core Concepts A/B Testing Comparing two variants (A vs B) to determin...
2.8K
4645 business-logic-vulnerabilities yaklang/hack-skills
SKILL: Business Logic Vulnerabilities — Expert Attack Playbook AI LOAD INSTRUCTION : Business logic flaws are scanner-invisible and high-reward on bug bounty. This skill covers race conditions, price manipulation, workflow bypass, coupon/referral abuse, negative values, and state machine attacks. These require human reasoning, not automation. For specific exploitation techniques (payment precision/overflow, captcha bypass, password reset flaws, user enumeration), load the companion SCENARIOS.md ...
2.8K
4646 gke-reliability google/skills
GKE Reliability This reference covers high availability and reliability configuration for GKE clusters and workloads. MCP Tools: get_cluster , get_k8s_resource , describe_k8s_resource , apply_k8s_manifest , list_k8s_events Golden Path Reliability Defaults Show more Installs 697 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.8K
4647 gke-cluster-creation google/skills
GKE Cluster Creation This reference guides creating GKE clusters. The golden path Autopilot configuration is the default for all new clusters. MCP Tools: list_clusters , create_cluster , get_cluster , list_operations , get_operation Workflow Show more Installs 704 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.8K
4648 gke-storage google/skills
GKE Storage This reference covers storage configuration for GKE clusters including persistent disks, file storage, and cloud storage integration. MCP Tools: apply_k8s_manifest , get_k8s_resource , describe_k8s_resource , get_cluster Golden Path Storage Defaults The golden path Autopilot config enables these CSI drivers: Show more Installs 691 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.8K
4649 gke-compute-classes google/skills
GKE ComputeClasses Guidance on configuring, optimizing, and troubleshooting GKE ComputeClasses. When to Use Cost optimization: Spot VMs with on-demand fallback. GPU/TPU workloads: Target specific accelerators (e.g., L4, H100, v5p). Performance tuning: Select specific machine families (c3, c4, n4). Zone targeting: Colocate workloads with zonal resources. Engagement Rules: Generalized First, Refine Later ComputeClasses depend on zone availability, CUDs, and workload constraints. Do not block the u...
2.8K
4650 ssrf-server-side-request-forgery yaklang/hack-skills
SKILL: Server-Side Request Forgery (SSRF) — Expert Attack Playbook AI LOAD INSTRUCTION : Expert SSRF techniques. Covers URL filter bypass, cloud metadata endpoints, protocol exploitation, blind SSRF detection, and chaining to RCE. Base models know basic 169.254.169.254 — this file covers what they miss. For real-world CVE chains, DNS Rebinding deep dives, K8s SSRF, and SSRF → Redis → RCE full exploitation, load the companion SCENARIOS.md . 0. QUICK START Extended Scenarios Also load SCENARIOS.md...
2.8K