Official Agent Skills

1462 skills

microsoft
azure-ai-contentsafety-py
Detect harmful user-generated and AI-generated content in text and images using Azure AI Content Safety SDK for Python.
2.7k
microsoft
azure-ai-textanalytics-py
Analyze text with Azure AI Language service for sentiment, entities, key phrases, language detection, PII redaction, and healthcare NLP using the Python SDK.
2.7k
microsoft
azure-ai-transcription-py
Transcribe audio to text using Azure AI Transcription SDK with real-time and batch support, including timestamps and diarization.
2.7k
microsoft
azure-appconfiguration-py
Manage Azure App Configuration settings, feature flags, and snapshots using the Python SDK with Entra ID authentication.
2.7k
microsoft
azure-keyvault-secrets-rust
Store, retrieve, and manage secrets in Azure Key Vault using the official Rust SDK.
2.7k
microsoft
azure-containerregistry-py
Manage container images, artifacts, and repositories in Azure Container Registry using the Python SDK.
2.7k
microsoft
azure-mgmt-apicenter-dotnet
Manage Azure API Center resources including services, workspaces, APIs, versions, definitions, environments, and deployments using the .NET SDK.
2.7k
microsoft
azure-ai-contentsafety-ts
Analyze text and images for harmful content using Azure AI Content Safety, with customizable blocklists and severity thresholds.
2.7k
microsoft
azure-storage-file-share-ts
Manage Azure File Shares using the official TypeScript/JavaScript SDK. Create and delete shares, directories, and files; upload, download, and copy files; set metadata and HTTP headers.
2.7k
microsoft
azure-ai-contentunderstanding-py
Extract semantic content from documents, images, audio, and video using Azure AI Content Understanding SDK for Python.
2.7k
microsoft
azure-ai-translation-document-py
Translate Word, PDF, Excel, PowerPoint, and other documents at scale using Azure AI Document Translation SDK with format preservation.
2.7k
microsoft
azure-ai-agents-persistent-dotnet
Create and manage persistent AI agents with threads, messages, runs, and tools using the Azure AI Agents SDK for .NET.
2.7k
microsoft
azure-mgmt-weightsandbiases-dotnet
Manage Weights & Biases ML experiment tracking instances on Azure using the .NET SDK. Create, configure, list, update, and delete W&B instances with marketplace integration and SSO.
2.7k
microsoft
azure-messaging-webpubsubservice-py
Send real-time messages and manage WebSocket connections using Azure Web PubSub Service SDK for Python.
2.7k
microsoft
azure-resource-manager-playwright-dotnet
Manage Microsoft Playwright Testing workspaces via Azure Resource Manager: create, update, delete workspaces, check name availability, and manage quotas using the .NET SDK.
2.7k
microsoft
azure-resource-manager-durabletask-dotnet
Provision and manage Azure Durable Task Scheduler resources, task hubs, and retention policies using the .NET Azure Resource Manager SDK.
2.7k
nvidia
omniverse-cad-to-simready
Coordinate the end-to-end pipeline from CAD or source assets to SimReady USD assets, including conversion, material and physics assignment, validation, conformance, and optional packaging.
2.2k · bundle
nvidia
vss-generate-video-calibration
Runs AutoMagicCalib calibration on local MP4s, RTSP streams, or a bundled sample dataset, and deploys the AMC microservice when needed.
2.2k · bundle
nvidia
omniverse-usd-performance-tuning
Diagnose and optimize slow-loading, high-memory, or low-FPS USD scenes using a structured workflow with profiling, validation, and mutation phases.
2.2k · bundle
nvidia
tao-analyze-gaps-visual-changenet
Identifies the weakest samples per ground-truth label in NVIDIA TAO VCN Classify experiments by running a Docker container that performs threshold sweep, weakness scoring, and per-lighting expansion, then surfaces top-K weak samples for downstream augmentation or relabeling.
2.2k · bundle
openai
render-deploy
Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks.
23.3k · bundle
openai
skill-installer
Install skills from a curated list or any GitHub repository, including private repos, using helper scripts.
23.3k · bundle
openai
notion-research-documentation
Search Notion pages, synthesize findings, and publish structured briefs, summaries, comparisons, or reports with citations and source links.
23.3k · bundle
android
verified-email
Integrate verified email retrieval into Android apps using the Credential Manager API and OpenID4VP for secure, OTP-less email verification.
6.1k · bundle
android
engage-sdk-integration
Integrates the Play Engage SDK into Android apps, generating boilerplate code for entity mapping, data publishing, and debugging.
6.1k · bundle
dotnet
clr-activation-debugging
Analyzes .NET Framework CLR activation logs to diagnose runtime loading failures, version selection issues, and Feature-on-Demand dialog behavior.
4k · bundle
dotnet
migrate-dotnet9-to-dotnet10
Migrate .NET 9 projects to .NET 10 by updating target frameworks, resolving breaking changes, and fixing build errors.
4k · bundle
dotnet
android-tombstone-symbolication
Resolves native backtrace frames from .NET Android app crashes to function names, source files, and line numbers using ELF BuildIds and Microsoft's symbol server.
4k · bundle
expo
expo-ui
Build native UI with @expo/ui: real SwiftUI on iOS and Jetpack Compose on Android, rendered from React in Expo or React Native apps. Covers universal cross-platform components, drop-in replacements for community libraries, and platform-specific SwiftUI and Jetpack Compose trees.
2.2k · bundle
adobe
migrate
Apply design, canon, and modules to every page in the inventory to produce a deployable static HTML site. Per-page, incremental, and idempotent.
142 · bundle
adobe
block-collection-and-party
Search reference implementations and code examples from Adobe's Block Collection and community Block Party for AEM Edge Delivery blocks, plugins, and build tools.
142 · bundle
github
sql-optimization
Optimize SQL queries, indexes, and database performance across MySQL, PostgreSQL, SQL Server, and Oracle with execution plan analysis and universal tuning techniques.
36.2k
github
azure-deployment-preflight
Validates Bicep deployments to Azure before execution, including syntax checks, what-if analysis, and permission verification.
36.2k · bundle
github
nano-banana-pro-openrouter
Generate or edit images via OpenRouter using the Gemini 3 Pro Image model, with support for prompt-only generation, single-image edits, and multi-image compositing at 1K/2K/4K resolutions.
36.2k · bundle
github
minecraft-plugin-development
Build and modify Minecraft server plugins for Paper, Spigot, or Bukkit, covering plugin.yml setup, commands, listeners, schedulers, player state, team/arena systems, persistent progression, economy, configuration, and Adventure text.
36.2k · bundle
github
flowstudio-power-automate-debug
Debug failing Power Automate cloud flows by inspecting action-level inputs and outputs through the FlowStudio MCP server.
36.2k · bundle
github
terraform-azurerm-set-diff-analyzer
Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes.
36.2k · bundle
github
reviewing-oracle-to-postgres-migration
Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences. Use when planning a database migration, reviewing migration artifacts, or validating integration test coverage.
36.2k · bundle
github
creating-oracle-to-postgres-migration-bug-report
Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration, documenting behavioral differences with severity, root cause, and remediation steps.
36.2k · bundle
trailofbits
genotoxic
Triage mutation testing results by combining survived mutants, unnecessary test statements, and code graph analysis to identify false positives, missing test coverage, and fuzzing targets.
6k · bundle
trailofbits
sharp-edges
Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes in API designs, configuration schemas, and cryptographic library ergonomics.
6k · bundle
trailofbits
dwarf-expert
Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.
6k · bundle
trailofbits
zeroize-audit
Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.
6k · bundle
trailofbits
wycheproof
Validate cryptographic implementations against known attacks and edge cases using Wycheproof test vectors.
6k · bundle
trailofbits
seatbelt-sandboxer
Generates minimal macOS Seatbelt sandbox configurations to isolate and restrict applications with allowlist-based profiles.
6k · bundle
trailofbits
guidelines-advisor
Analyzes smart contract codebases against Trail of Bits' secure development guidelines, generating documentation, reviewing architecture and upgradeability patterns, assessing implementation quality, identifying pitfalls, and providing prioritized recommendations.
6k · bundle
trailofbits
secure-workflow-guide
Guides through a 5-step secure development workflow for smart contracts, including automated scanning with Slither, special feature validation, visual security diagrams, security property documentation, and manual review.
6k · bundle
trailofbits
algorand-vulnerability-scanner
Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues.
6k · bundle
trailofbits
chrome-mcp-troubleshooting
Diagnose and fix connectivity issues with the Claude in Chrome MCP extension, including native host conflicts between Claude.app and Claude Code CLI.
6k · bundle
vercel-labs
deploy-to-vercel
Deploy applications and websites to Vercel as preview or production deployments, with support for git-based workflows, CLI authentication, and no-auth fallback.
28.7k · bundle
heygen
music-to-video
Turn a music track into a beat-synced video — lyric video, slideshow, or kinetic promo — with optional user-supplied images or videos cut onto the same beat grid.
· bundle
heygen
embedded-captions
Add captions or subtitles to a single-subject talking-head video without editing the footage, using a catalog of visual identities.
· bundle
getsentry
security-review
Conducts systematic security code reviews to identify exploitable vulnerabilities, reporting only high-confidence findings after researching the codebase.
845 · bundle
github
webapp-testing
Test and debug local web applications using Playwright browser automation, including UI verification, screenshot capture, and console log inspection.
36.2k · bundle
github
gtm-positioning-strategy
Find and own a defensible market position by testing positioning claims, running crawl-walk-run rollouts, and auditing competitor messaging.
36.2k
google-labs-code
stitch-code-to-design
Convert frontend code (Vite, React, etc.) into a Stitch Design by extracting static HTML, analyzing the design system, and uploading to Stitch.
6.4k
github
architecture-blueprint-generator
Analyzes codebases to generate comprehensive architectural documentation, including technology stack detection, visual diagrams, and implementation patterns.
36.2k
github
agent-governance
Add governance, safety, and trust controls to AI agent systems with policy enforcement, intent classification, and audit trails.
36.2k
android
appfunctions
Analyzes Android apps to identify user workflows for AppFunctions, generates Kotlin code to expose them to the Android system, and refines KDoc documentation for AI agent compatibility.
6.1k · bundle
github
postgresql-optimization
Optimize PostgreSQL databases with advanced features, performance tuning, and best practices for JSONB, full-text search, window functions, and indexing.
36.2k