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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,447
总 Skills
90.4M
总安装量
2,580
贡献者
# Skill 仓库 描述 安装量
4951 rsa-attack-techniques yaklang/hack-skills
SKILL: RSA Attack Techniques — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert RSA attack techniques for CTF and authorized security assessments. Covers factorization attacks, small exponent exploits, lattice-based approaches (Wiener/Boneh-Durfee/Coppersmith), broadcast attacks, common modulus, padding oracles, and fault attacks. Base models often suggest attacks that don't match the given parameters or miss the correct attack selection based on what's known. 0. RELATED ROUTING lattic...
1.2K
4952 symmetric-cipher-attacks yaklang/hack-skills
SKILL: Symmetric Cipher Attacks — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert techniques for attacking symmetric encryption in CTF and authorized testing. Covers CBC padding oracle, CBC bit flipping, ECB detection and exploitation, stream cipher key reuse, LFSR/LCG state recovery, RC4 biases, and meet-in-the-middle attacks. Base models often confuse ECB and CBC attack strategies or fail to set up byte-at-a-time ECB decryption correctly. 0. RELATED ROUTING rsa-attack-techniques whe...
1.2K
4953 sandbox-escape-techniques yaklang/hack-skills
SKILL: Sandbox Escape — Expert Attack Playbook AI LOAD INSTRUCTION : Expert sandbox escape techniques across Python, Lua, seccomp, chroot, Docker/container, and browser sandbox contexts. Covers CTF pyjail patterns, seccomp architecture confusion, chroot fd leaks, namespace escape, and Mojo IPC abuse. Distilled from ctf-wiki sandbox sections and real-world container escapes. Base models often miss the distinction between sandbox types and apply wrong escape techniques. 0. RELATED ROUTING browser-...
1.2K
4954 managed-deep-agents langchain-ai/langchain-skills
No SKILL.md available for this skill. View on GitHub
1.2K
4955 uplifting-components-to-slds2 forcedotcom/sf-skills
Goal Systematically migrate Lightning Web Components from SLDS 1 to SLDS 2 using the SLDS linter and structured guidance for fixing violations across all styling hook categories. SLDS 2 Styling Hook Categories Category Hook Prefix What It Replaces Color --slds-g-color-* Hardcoded colors, --lwc-color* tokens Spacing --slds-g-spacing-* Hardcoded margins, padding, gaps Sizing --slds-g-sizing-* Hardcoded widths, heights, dimensions Typography --slds-g-font-* Hardcoded font sizes, weights, line heigh...
1.2K
4956 observing-agentforce forcedotcom/sf-skills
Agentforce Observability Improve Agentforce agents using session trace data and live preview testing. Three-phase workflow: Observe -- Query STDM sessions from Data Cloud (if available), OR run test suites + preview with local traces as fallback Reproduce -- Use sf agent preview to simulate problematic conversations live Improve -- Edit the .agent file directly, validate, publish, verify Platform Notes Shell examples below use bash syntax. On Windows, use PowerShell equivalents or Git Bash. Repl...
1.2K
4957 elasticsearch-security-troubleshooting elastic/agent-skills
Elasticsearch Security Troubleshooting Diagnose and resolve common Elasticsearch security issues. This skill provides a structured triage workflow for authentication failures, authorization errors, TLS problems, API key issues, role mapping mismatches, Kibana login failures, and license-expiry lockouts. For authentication methods and API key management, see the elasticsearch-authn skill. For roles, users, and role mappings, see the elasticsearch-authz skill. For license management, see the elast...
1.2K
4958 kibana-streams elastic/agent-skills
Kibana Streams Read stream metadata, settings, queries, significant events, and attachments, and manage stream lifecycle (enable, disable, resync) via the Kibana Streams REST API. Streams are an experimental way to manage data in Kibana — expect API and behavior changes. This skill covers read operations and lifecycle only; create, update, delete, fork, and other mutating operations may be added in a later version. For detailed endpoints and parameters, see references/streams-api-reference.md . ...
1.2K
4959 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,...
1.2K
4960 okx-how-to-play okx/onchainos-skills
Onchain OS — How to Play (Entry Router) The first-time / "I don't know what to do" entry point. Routes the user from a blank prompt into a concrete DApp workflow in ≤ 3 turns. Instruction Priority Tagged blocks indicate rule severity (higher wins on conflict): <NEVER> — Absolute prohibition. <MUST> — Mandatory step. Skipping breaks the flow. <SHOULD> — Best practice. Pre-flight Checks Trigger Criteria Show more
1.2K
4961 video-to-gif zc277584121/marketing-skills
Skill: Video to GIF Convert a video file into multiple GIF variants with different parameters, so the user can visually compare and pick the best one. Prerequisite : FFmpeg and uv must be installed. gifsicle is optional (enables lossy compression variants). When to Use The user wants to create a GIF from a video clip but isn't sure about the right parameters. GIF quality involves tradeoffs between: File size — smaller is better for sharing/embedding Color accuracy — fewer colors = smaller but ma...
1.2K
4962 searching-media forcedotcom/sf-skills
Media Search Universal routing skill for searching and retrieving existing images and media. Scope This skill is for SEARCHING FOR existing media, not CREATING new media. Use this skill when the user wants to: Search for images in Salesforce CMS, Data Cloud Find existing visual assets to use in their app Retrieve media from connected sources Browse available images for their project Locate specific photos or graphics DO NOT use this skill when the user wants to: Generate new images with AI (use ...
1.2K
4963 implementing-ui-bundle-file-upload forcedotcom/sf-skills
File Upload API (workflow) When the user wants file upload functionality in a React UI bundle, follow this workflow. This feature provides APIs only — you must build the UI components yourself using the provided APIs. CRITICAL: This is an API-only package The package exports programmatic APIs , not React components or hooks. You will: Use the upload() function to handle file uploads with progress tracking Build your own custom UI (file input, dropzone, progress bars, etc.) Track upload progress ...
1.2K
4964 using-ui-bundle-salesforce-data forcedotcom/sf-skills
Salesforce Data Access Data SDK Requirement All Salesforce data access MUST use the Data SDK ( @salesforce/sdk-data ). The SDK handles authentication, CSRF, and base URL resolution. import { createDataSDK , gql } from "@salesforce/sdk-data" ; import type { ResponseTypeQuery } from "../graphql-operations-types" ; const sdk = await createDataSDK ( ) ; // GraphQL for record queries/mutations (PREFERRED) const response = await sdk . graphql ?. < ResponseTypeQuery > ( query , variables ) ; // REST fo...
1.2K
4965 implementing-ui-bundle-agentforce-conversation-client forcedotcom/sf-skills
Managing Agentforce Conversation Client HARD CONSTRAINT: NEVER create a custom agent, chatbot, or chat widget component. ALL such requests MUST be fulfilled by importing and rendering the existing <AgentforceConversationClient /> from @salesforce/ui-bundle-template-feature-react-agentforce-conversation-client as documented below. If a requirement is unsupported by this component's props, state the limitation — do not improvise an alternative. Prerequisites Before the component will work, the fol...
1.2K
4966 social-media-generator ailabs-393/ai-labs-claude-skills
Social Media Generator Overview This skill enables creation of platform-optimized social media content for Twitter, Instagram, LinkedIn, and Facebook. It automatically generates posts tailored to each platform's best practices and saves them in an organized directory structure. When to Use This Skill Use this skill when the user requests: Creation of social media posts for multiple platforms Content generation for specific events, announcements, or campaigns Platform-specific content optimiz...
1.2K
4967 eol-message deanpeters/product-manager-skills
Purpose Craft a clear, empathetic End-of-Life (EOL) message that communicates product or feature discontinuation, explains the rationale, addresses customer impact, provides transition support, and positions the replacement solution. Use this to maintain customer trust during difficult transitions and reduce churn by demonstrating care and offering a clear path forward. This is not a generic sunset announcement—it's a customer-centric communication that acknowledges loss while framing the change...
1.2K
4968 aws-rds-spring-boot-integration giuseppe-trisciuoglio/developer-kit
AWS RDS Spring Boot Integration Overview Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications for production-ready connectivity. This skill provides patterns for datasource configuration, connection pooling with HikariCP, SSL connections, environment-specific configurations, and integration with AWS Secrets Manager for secure credential management. When to Use This Skill Use this skill when: Setting up AWS RDS Aurora with Spring Data JPA Configuring datasource pr...
1.2K
4969 sentry-svelte-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Svelte SDK Sentry Svelte SDK Opinionated wizard that scans your project and guides you through complete Sentry setup for Svelte and SvelteKit. Invoke This Skill When User asks to "add Sentry to Svelte" or "set up Sentry" in a Svelte/SvelteKit app User wants error monitoring, tracing, session replay, or logging in Svelte or SvelteKit User mentions @sentry/svelte , @sentry/sveltekit , or Sentry SDK for Svelte Note: SDK versions and APIs below reflect current Sentry docs at...
1.2K
4970 browser-to-api browserbase/skills
Browser to API Replay-driven API discovery. Consume a browser-trace capture, pair its CDP request / response events, templatize observed URLs, infer JSON schemas from samples, and emit an OpenAPI 3.1 document plus a human-readable coverage report. This skill does not capture traffic . It is purely offline post-processing on top of browser-trace 's cdp/network/*.jsonl buckets. The two skills compose: browser-trace → .o11y/<run>/cdp/network/{requests,responses}.jsonl browser-to-api → .o11y/...
1.2K
4971 positioning-ideas phuryn/pm-skills
Positioning Ideas Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with strategic rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy. When to Use Developing product positioning strategy Differentiating from competitors Crafting brand positioning statements Identifying market positioning gaps Triggers: positioning, brand positioning, differ...
1.2K
4972 twitter-x-posts kostja94/marketing-skills
Platforms: X (Twitter) Guides X post copy creation and optimization. Use for generating publish-ready posts, threads, and content that performs on X. Suitable for copy agents, design agents (image specs), and video agents (video post specs). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Output: Publish-Ready Copy This sk...
1.2K
4973 xai-grok-onboarding starchild-ai-agent/official-skills
🟢 xAI OAuth Onboarding Use any active xAI account — X Premium, X Premium+, SuperGrok, or SuperGrok Heavy — for grok-4.3 , grok-build-0.1 , grok-4.20-* and multi-agent models. No separate API key needed. This is standard OAuth 2.0 (RFC 8628 Device Authorization Grant), not a vendor-custom flow. Tier → model access The JWT issued by auth.x.ai carries a tier claim; higher tiers unlock more models from /v1/models . Observed mapping (xAI does not publish this officially): Tier Subscription Approx. mo...
1.2K
4974 aws-amplify aws/agent-toolkit-for-aws
AWS Amplify Gen2 Build and deploy full-stack applications using AWS Amplify Gen2's TypeScript code-first approach. This skill covers backend resource creation, frontend integration across 8 frameworks, and deployment workflows. Prerequisites Node.js ^18.19.0 || ^20.6.0 || >=22 and npm AWS credentials configured ( aws sts get-caller-identity succeeds) For sandbox: npx ampx --version returns a valid version For mobile: Platform-specific tooling (Xcode, Android Studio, Flutter SDK) Defaults & Assum...
1.2K
4975 ads agricidaniel/claude-ads
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not al...
1.2K
4976 football-data machina-sports/sports-skills
Football Data Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails (package not found or Python version error), install from GitHub: pip install git+https://github.com/machina-sports/sports-skills.git The package requires Python 3.10+. If your default Python is older, use a specific version: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/py...
1.2K
4977 kibana-vega elastic/agent-skills
Kibana Vega Create and manage Kibana dashboards and Vega visualizations with ES|QL data sources. Overview Vega is a declarative visualization grammar for creating custom charts in Kibana. Combined with ES|QL queries, it enables highly customized visualizations beyond standard Kibana charts. Important Version Requirement: This skill strictly supports ES|QL data sources and requires Serverless Kibana or version 9.4+ (SNAPSHOT) . It will not work reliably on older versions or with older Lucene/KQL ...
1.2K
4978 raw-video-processing zc277584121/marketing-skills
Skill: Raw Video Processing Post-process raw screen recordings to improve pacing — remove silent segments, then speed up the result. Prerequisite : FFmpeg and uv must be installed. When to Use The user has recorded a screencast and wants to clean it up before publishing. Typical issues in raw recordings: Long pauses / dead air while thinking or waiting for loading Keyboard typing sounds and other low-level background noise that should be treated as silence Overall pacing feels slow and could ben...
1.2K
4979 mermaid-to-image zc277584121/marketing-skills
Skill: Mermaid to Image Convert ```mermaid code blocks in Markdown (or other text) files into PNG images, and replace the code blocks with image references. Useful for platforms that don't render Mermaid natively (GitHub Pages/Jekyll, Dev.to, etc.). When to Use The user asks to convert Mermaid diagrams in a file to images The user wants to render specific Mermaid code blocks as PNG A publishing workflow requires static images instead of Mermaid code blocks Workflow Step 1: Identify target files ...
1.2K
4980 jupyter-notebook-writing zc277584121/marketing-skills
Skill: Jupyter Notebook Writing Write Milvus application-level Jupyter notebook examples as a DevRel workflow. Uses a Markdown-first approach — AI edits .md files, then converts to .ipynb via jupyter-switch . Prerequisites : Python >= 3.10, uv ( uvx command available) When to Use The user wants to create or edit a Jupyter notebook example, typically demonstrating Milvus usage in an application context (RAG, semantic search, hybrid search, etc.). Core Workflow: Markdown-First Editing Jupyter .ipy...
1.2K
4981 unauthorized-access-common-services yaklang/hack-skills
SKILL: Unauthorized Access to Common Services — Expert Attack Playbook AI LOAD INSTRUCTION : Expert techniques for exploiting unauthenticated or weakly authenticated management services. Covers Redis write-to-RCE, Rsync data theft, PHP-FPM code execution, Ghostcat AJP file read, Hadoop YARN job submission, and H2 Console JNDI. These are infrastructure-level findings distinct from web application vulnerabilities. 0. RELATED ROUTING ssrf-server-side-request-forgery when these services are reachabl...
1.2K
4982 ntlm-relay-coercion yaklang/hack-skills
SKILL: NTLM Relay and Authentication Coercion — Expert Attack Playbook AI LOAD INSTRUCTION : Expert NTLM relay and coercion techniques. Covers relay to SMB/LDAP/HTTP/MSSQL, signing requirements, Responder poisoning, mitm6, cross-protocol relay, WebDAV coercion, and all major coercion methods. Base models miss signing/EPA requirements and cross-protocol relay constraints. 0. RELATED ROUTING Before going deep, consider loading: active-directory-certificate-services for ESC8 (relay to ADCS enrollme...
1.2K
4983 macos-security-bypass yaklang/hack-skills
SKILL: macOS Security Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS security bypass techniques. Covers TCC bypass, Gatekeeper evasion, SIP restrictions, sandbox escape, and entitlement abuse. Base models miss version-specific bypass nuances and protection interaction effects. 0. RELATED ROUTING Before going deep, consider loading: macos-process-injection when you need dylib injection, XPC exploitation, or Electron abuse after achieving initial access linux-privilege-escalati...
1.2K
4984 macos-process-injection yaklang/hack-skills
SKILL: macOS Process Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS process injection techniques. Covers DYLD_INSERT_LIBRARIES, dylib hijacking (weak/rpath/proxy), XPC PID reuse attacks, Mach port manipulation, MIG abuse, and Electron injection. Base models miss entitlement prerequisites and SIP constraints on injection vectors. 0. RELATED ROUTING Before going deep, consider loading: macos-security-bypass when you need to bypass TCC, Gatekeeper, or SIP protections blocking...
1.2K
4985 linkedin-profile-optimizer paramchoudhary/resumeskills
No SKILL.md available for this skill. View on GitHub Installs 456 Repository paramchoudhary/…meskills GitHub Stars 616 First Seen 9 days ago
1.2K
4986 agent-platform-deploy google/skills
Agent Platform Model Garden Deploy Skill This skill provides instructions for deploying Open Models from Agent Platform Model Garden to endpoints, and subsequently undeploying them to clean up resources. 1P Tuned Model Copy & Deployment If you need to copy a 1P (First-Party) Tuned Model from a source project to a destination region or project and deploy it to a newly created endpoint, refer to the 1P Tuned Model Copy & Deployment Guide . Safety & Confirmation Tiers (CRITICAL) Before executing an...
1.2K
4987 getting-datacloud-schema forcedotcom/sf-skills
No SKILL.md available for this skill. View on GitHub
1.2K
4988 gemini-agents-api google/skills
Gemini Enterprise Agent Platform - Managed Agents API Skill This skill provides complete instructions, REST request endpoints, and JSON payload structures to programmatically manage custom Agent resources on the Gemini Enterprise Agent Platform (Agent Platform). The Managed Agents API forms the Control Plane of the platform. It allows developers to provision, retrieve, update, and delete tailored, stateful agent containers equipped with system instructions, sandboxed files, custom skill registri...
1.2K
4989 developing-datacloud-code-extension forcedotcom/sf-skills
developing-datacloud-code-extension Skill Overview This skill provides a complete workflow for developing, testing, and deploying custom Python code extensions to Salesforce Data Cloud. Code extensions allow you to write Python transformations that read from and write to Data Lake Objects (DLOs) and Data Model Objects (DMOs). When to Use User wants to create a new code extension project User needs to test a code extension locally User wants to scan code for required permissions User needs to dep...
1.2K
4990 aws-sdk-java-v2-lambda giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - AWS Lambda Overview AWS Lambda is a compute service that runs code without the need to manage servers. Your code runs automatically, scaling up and down with pay-per-use pricing. Use this skill to implement AWS Lambda operations using AWS SDK for Java 2.x in applications and services. When to Use Use this skill when: Invoking Lambda functions programmatically Creating or updating Lambda functions Managing Lambda function configurations Working with Lambda environment varia...
1.2K
4991 configure anthropics/claude-plugins-official
/discord:configure — Discord Channel Setup Writes the bot token to ~/.claude/channels/discord/.env and orients the user on access policy. The server reads both files at boot. Arguments passed: $ARGUMENTS Dispatch on arguments No args — status and guidance Read both state files and give the user a complete picture: Token — check ~/.claude/channels/discord/.env for DISCORD_BOT_TOKEN . Show set/not-set; if set, show first 6 chars masked. Access — read ~/.claude/channels/discord/access.json (missing...
1.2K
4992 grammar-check phuryn/pm-skills
Grammar and Flow Checking You are an expert copyeditor and writing specialist. Your role is to identify grammar, logical, and flow errors in text, then provide clear, actionable fix suggestions without rewriting the entire document. Purpose Analyze text for grammar, logical, and flow errors. Provide specific, focused suggestions on how to fix each issue. Focus on clarity, correctness, and readability. Input Arguments $OBJECTIVE : What is the intended purpose or goal of the text? (e.g., "persuade...
1.2K
4993 cost-tracking affaan-m/everything-claude-code
Cost Tracking Use this skill to analyze Claude Code cost and usage history from a local SQLite database. It is intended for users who already have a cost-tracking hook or plugin writing usage rows to ~/.claude-cost-tracker/usage.db . Source: salvaged from stale community PR 1304 by MayurBhavsar . When to Use The user asks "how much have I spent?", "what did this session cost?", or "what is my token usage?" The user mentions budgets, spending limits, overruns, or cost controls. The user wants a c...
1.2K
4994 homelab-wireguard-vpn affaan-m/everything-claude-code
Homelab WireGuard VPN WireGuard is a fast, modern VPN protocol. It is the right choice for remote access to a home network — simpler to configure than OpenVPN and faster than most alternatives. All configuration examples show common setups. Review each command — especially the iptables forwarding rules and key file permissions — before applying them to your system, and make changes in a maintenance window. When to Use Setting up WireGuard server on a Raspberry Pi, Linux host, pfSense, or router ...
1.2K
4995 lean-canvas phuryn/pm-skills
Lean Canvas Metadata Name : lean-canvas Description : Generate a Lean Canvas business model with detailed sections for problem, solution, metrics, cost structure, UVP, unfair advantage, channels, segments, and revenue. Triggers : lean canvas, startup canvas, lean model, business hypothesis Instructions You are a business model strategist designing a Lean Canvas for $ARGUMENTS. Your task is to create a comprehensive Lean Canvas that outlines the business hypothesis and key business model assumpti...
1.2K
4996 retrieving-datacloud forcedotcom/sf-skills
retrieving-datacloud: Data Cloud Retrieve Phase Use this skill when the user needs query, search, and metadata introspection for Data Cloud: sync SQL, paginated SQL, async query workflows, table describe, vector search, hybrid search, or search index operations. When This Skill Owns the Task Use retrieving-datacloud when the work involves: sf data360 query * sf data360 search-index * sf data360 metadata * sf data360 profile * or sf data360 insight * inspection understanding Data Cloud SQL result...
1.2K
4997 connecting-datacloud forcedotcom/sf-skills
connecting-datacloud: Data Cloud Connect Phase Use this skill when the user needs source connection work : connector discovery, connection metadata, connection testing, source-object browsing, connector schema inspection, or connector-specific setup payloads for external sources. When This Skill Owns the Task Use connecting-datacloud when the work involves: sf data360 connection * connector catalog inspection connection creation, update, test, or delete browsing source objects, fields, databases...
1.2K
4998 backend-architect sickn33/antigravity-awesome-skills
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. Use this skill when Designing new backend services or APIs Defining service boundaries, data contracts, or integration patterns Planning resilience, scaling, and observability Do not use this skill when You only need a code-level bug fix You are working on small scripts without architectural concerns You need frontend or UX guidance instead of backend architecture Instructions Captu...
1.2K
4999 deep-learning-pytorch mindrally/skills
Deep Learning and PyTorch Development You are an expert in deep learning, transformers, diffusion models, and LLM development, with a focus on Python libraries such as PyTorch, Diffusers, Transformers, and Gradio. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in deep learning workflows Use object-oriented programming for model architectures and functional programming for data processing pipelines Implement pro...
1.2K
5000 aws-sdk-java-v2-bedrock giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - Amazon Bedrock When to Use Use this skill when: Listing and inspecting foundation models on Amazon Bedrock Invoking foundation models for text generation (Claude, Llama, Titan) Generating images with AI models (Stable Diffusion) Creating text embeddings for RAG applications Implementing streaming responses for real-time generation Working with multiple AI providers through unified API Integrating generative AI into Spring Boot applications Building AI-powered chatbots and ...
1.2K