All authors
agentskillexchange avatar

Claude Skills by agentskillexchange

github.com/agentskillexchange
2,960 skillsA× 2,813B× 144C× 35 installs616 views
Ansible Playbook Template GeneratorA

Generates Ansible playbook YAML with proper module usage, handler chains, and role structures using ansible-core built-in modules. Supports Jinja2 template rendering and vault-encrypted variable files.

ai-agentspythongo
0
36
Ansible Playbook Template LibraryA

Generates and validates Ansible playbooks from infrastructure requirements. Uses ansible-lint for validation and queries Ansible Galaxy API for discovering certified roles and collections.

ai-agentspythongo
0
36
Ansible Playbook Vault RunnerA

Executes Ansible playbooks against dynamic inventories from AWS EC2 or Azure, decrypting Ansible Vault secrets via HashiCorp Vault KV v2 API. Streams task output in real time and posts a per-host pass/fail summary to Slack. Supports --check mode for dry-run validation before live runs.

ai-agentspythongo
0
36
Ansible Runbook ExecutorA

Executes Ansible playbooks for server diagnostics and remediation using ansible-runner Python SDK. Supports inventory parsing, vault-encrypted credentials, and real-time task output streaming.

ai-agentspythongo
0
36
Anthropic Sdk Token Usage LoggerA

Instruments Anthropic API calls to log token usage, latency, and cost per request using the Anthropic TypeScript SDK. Wraps the anthropic.messages.create method to capture usage.input_tokens, usage.output_tokens, and timing from the API response. Writes structured logs to CloudWatch Logs via the AWS SDK v3 CloudWatchLogsClient.

ai-agentstypescriptgo
0
36
Anyquery Universal Sql Engine Mcp IntegrationA

Anyquery is a SQL query engine that lets you run SQL against 40+ apps, files, and databases including GitHub, Notion, Chrome, and Apple Notes. Built on SQLite with MCP server support for connecting AI agents to structured data across services.

ai-agentsgosql
0
36
Apache Airflow McpA

Use the upstream install or setup path that matches your environment: - pip - especially when it comes to constraint vs. requirements management. - pip install 'apache-airflow==3.2.0' \ - pip install 'apache-airflow[postgres,google]==3.2.0' \ - docker tool, use them in Kubernetes, Helm Charts, docker-compose, docker swarm, etc. You can

ai-agentspythongo
0
36
Apache Avro Schema Evolution AgentA

Manages Apache Avro schema evolution with compatibility checking via Confluent Schema Registry API. Validates forward, backward, and full compatibility across schema versions automatically.

ai-agentspythongo
0
36
Apache Camel Route Data MapperA

Maps and transforms data between systems using Apache Camel route definitions and the Camel Component API. Supports XSLT, JSONPath, and DataFormat transformations via camel-core SDK.

ai-agentsgogit
0
36
Apache Kafka Consumer Lag RunbookA

Diagnoses Kafka consumer group lag using the Kafka AdminClient API and JMX metrics exposed via the Confluent Metrics API. Identifies slow consumers, topic partition hotspots, and broker rebalance storms that contribute to lag growth. Provides a step-by-step runbook to tune fetch.min.bytes, max.poll.records, and partition count.

ai-agentsgojava
0
36
Apache Kafka Schema ExtractorA

Extracts and transforms Avro, Protobuf, and JSON Schema definitions from Confluent Schema Registry. Generates typed data models and validates schema compatibility using the Schema Registry REST API.

ai-agentsgodocker
0
36
Apache Kafka Stream ProcessorA

Use the upstream install or setup path that matches your environment: - docker run -p 9092:9092 apache/kafka:latest

ai-agentsgojava
0
36
Apache Kafka Stream Transformer 2A

Processes real-time event streams using KafkaJS consumer groups and transforms messages with configurable schemas. Handles partition rebalancing, offset commits, and dead-letter queue routing for failed transformations.

ai-agentsgodocker
0
36
Apache Spark Job ManagerA

Java, Scala, Python

ai-agentspythongo
0
36
Apache Superset Dashboard Sql Exploration SkillA

Apache Superset is a widely adopted open-source BI platform for SQL exploration, chart building, and dashboard delivery. This skill is useful when an agent needs to query warehouse data, assemble dashboards, or explain metrics using a mature analytics interface instead of ad hoc notebook code.

ai-agentspythongo
0
36
Apache Tika Content Extraction HubA

Extracts text and metadata from 1400+ file formats via Apache Tika Server REST API. Handles PDF, DOCX, PPTX, email archives, and embedded document extraction with MIME type detection.

ai-agentsgojava
0
36
Apache Tika Document ExtractorA

Wraps Apache Tika Server REST API for extracting structured text from PDFs, DOCX, PPTX, and 1,200+ file formats. Outputs clean markdown with metadata preservation using Tika /rmeta/text endpoint and recursive parsing mode.

ai-agentsgojava
0
36
Apache Tika Document Parser AgentA

Extracts text and metadata from 1000+ file formats using Apache Tika server REST API. Handles PDF OCR via Tesseract integration, Office document parsing, and email archive extraction with MIME detection.

ai-agentsgojava
0
36
Apache Tika Document ParserA

Extracts structured text, metadata, and embedded objects from PDFs, Office documents, and 1000+ file formats using the Apache Tika REST API. Outputs clean Markdown or JSON with XMP metadata preservation.

ai-agentsgojava
0
36
Api Client Generator SkillA

Use the upstream install or setup path that matches your environment: - [Run Docker in Vagrant](#run-docker-in-vagrant) - To install, run brew install openapi-generator - To reinstall with the latest master, run brew uninstall openapi-generator && brew install --HEAD openapi-generator - brew tap AdoptOpenJDK/openjdk

ai-agentsgojava
0
36
Api Documentation IndexerA

Indexes and searches API documentation from OpenAPI 3.0 specs using swagger-parser and lunr.js. Builds searchable indexes of endpoints, parameters, and response schemas for quick reference.

ai-agentsgoapi
0
36
Apify Actor Development KitA

Builds Apify Actors for scalable cloud scraping with automatic proxy management and storage. Uses the Apify SDK (Actor, Dataset, KeyValueStore, RequestQueue) and Crawlee library for robust crawling.

ai-agentsgonode
0
36
Apify Actor RunnerA

Executes Apify cloud actors for structured web scraping with automatic dataset export to S3. Supports actor input schema validation and webhook-based run completion notifications.

ai-agentsgonode
0
36
Apify Actor Web CrawlerA

Deploys custom Apify Actors via the Apify API v2 for large-scale web crawling using CrawleeJS. Leverages Apify dataset storage, RequestQueue, and proxy configuration for distributed scraping at scale.

ai-agentsgonode
0
36
Apify Actor Web Intelligence AgentA

Deploys intelligent web scraping actors on the Apify platform using the Apify SDK with RequestQueue and Dataset APIs. Handles dynamic content via Apify CheerioCrawler and PlaywrightCrawler with automatic scaling.

ai-agentsgonode
0
36
Apify Sdk Web Scraping Actor AutomationA

Apify SDK is the official JavaScript SDK for building Actors, crawlers, and data extraction workflows on Apify. It gives agents a structured way to run scraping jobs, store outputs, manage inputs, and combine crawler logic with browser automation when needed.

ai-agentsjavascriptgo
0
36
Apify Web Scraper Orchestrator 3A

Orchestrates Apify actors for large-scale web scraping via the Apify Client SDK. Manages actor runs, dataset exports, and proxy configuration through the Apify API v2.

ai-agentsgonode
0
36
Apostrophecms Full Stack Nodejs Cms In Context EditingA

ApostropheCMS is a full-stack Node.js CMS that combines in-context editing for content teams with headless flexibility for developers. It is a strong fit when teams want live-page editing, MongoDB-backed content models, and a documented REST API for custom frontends.

ai-agentsjavascriptgo
0
36
Appflowy Open Source Collaborative WorkspaceA

AppFlowy brings documents, projects, wikis, and AI-assisted collaboration into a self-hosted or desktop-friendly workspace. This skill helps agents work from the real AppFlowy project, docs, and deployment methods when users need an open source Notion-style environment with local control.

ai-agentsgodocker
0
36
Apply Git Branching Commit And Pr Best Practices Through Git Workflow SkillA

Give an agent a portable Git workflow playbook for branch strategy, commit hygiene, pull requests, merge choices, and CI-aware collaboration.

ai-agentsgobash
0
36
Apply Repeatable Imap Rules To Triage And Clean Inboxes With ImapfilterA

Route, label, and clean routine email traffic with scripted IMAP rules instead of doing the same inbox chores by hand.

ai-agentsgogit
0
36
Apply Repeatable Javascript And Typescript Codemods Across Large Codebases With JscodeshiftA

Use jscodeshift when an agent needs AST-based JavaScript or TypeScript codemods for bulk migrations, API rewrites, and large refactors with reviewable diffs.

ai-agentsjavascripttypescript
0
36
Apply Rule Based Guardrails To Agent Traces And Tool Flows With InvariantA

Insert a trace-aware guardrail layer between agents and their tools so unsafe message patterns or tool-call sequences are blocked by explicit rules.

ai-agentspythongo
0
36
Apply Site Specific Action Manuals With ActionbookA

Load maintained action manuals for fragile websites so agents can execute known flows more reliably than generic browser prompting.

ai-agentsrustgo
0
36
Apply Structural Codemods Across Large Codebases With CombyA

Rewrite recurring code patterns with syntax-aware matching so agents can run migration codemods more safely than plain regex search and replace.

ai-agentsgodocker
0
36
Apprise Universal Push Notification Library CliA

Apprise is a Python library and CLI that sends push notifications to over 100 services including Telegram, Discord, Slack, Amazon SNS, Gotify, email, and more through a single unified API. It supports attachments, images, and asynchronous delivery.

ai-agentspythongo
0
36
Appsmith Open Source Internal Tools Admin Panel BuilderA

Appsmith is an open-source platform for building internal tools, dashboards, and admin panels on top of databases and APIs. It is well suited to operational workflows where agents or developers need a fast way to stand up interfaces for support, ops, analytics, or back-office tasks.

ai-agentsgodocker
0
36
Appwrite Open Source Backend As A Service PlatformA

Appwrite is an open-source, self-hosted backend platform that provides authentication, databases, storage, functions, messaging, and realtime APIs out of the box. It serves as a privacy-first alternative to Firebase and Supabase, packaged as Docker microservices for full data ownership.

ai-agentsgodocker
0
36
Appwrite Open Source Backend PlatformA

Appwrite is an open-source backend platform for web, mobile, and AI apps. This skill helps agents use Appwrite's real services—Auth, Databases, Storage, Functions, Messaging, Realtime, and Sites—instead of inventing a generic backend workflow.

ai-agentsgodocker
0
36
Archive And Reorganize Local Photo Libraries With Photo CliA

Use photo-cli when an agent needs to normalize a local photo archive by reading capture metadata, reverse geocoding locations, and rebuilding a cleaner folder structure without moving into a hosted photo platform.

ai-agentsgosql
0
36
Archive Online Videos And Metadata To The Internet Archive With TubeupA

Download a supported video URL with yt-dlp and upload the preserved file plus metadata to archive.org as a repeatable preservation job.

ai-agentspythongo
0
36
Argo Workflows Dag OptimizerA

Analyzes Argo Workflows DAG templates to identify parallelization opportunities. Uses the Argo Server API to fetch workflow execution history and critical path analysis.

ai-agentstypescriptpython
0
36
Argo Workflows Dag Pipeline BuilderA

Constructs Kubernetes-native workflow DAGs using Argo Workflows CRDs with configurable retry strategies, artifact passing via S3/MinIO, and template composition through WorkflowTemplates and ClusterWorkflowTemplates.

ai-agentstypescriptpython
0
36
Argo Workflows DeployerA

Orchestrates deployment pipelines using the Argo Workflows Engine API and Argo CD ApplicationSet controller. Implements progressive delivery with Argo Rollouts canary and blue-green strategies.

ai-agentstypescriptpython
0
36
Argo Workflows LinterA

Lints and validates Argo Workflows templates using the argo CLI and Argo Server REST API. Detects DAG dependency cycles, invalid artifact references, and parameter type mismatches across workflow steps.

ai-agentstypescriptpython
0
36
Argocd Application DeployerA

Manages ArgoCD application deployments via the ArgoCD REST API and argocd CLI. Configures GitOps sync policies, automated rollbacks, and multi-cluster application sets with generator templates.

ai-agentsgokubernetes
0
36
Argocd Application Health RunbookA

Diagnoses ArgoCD application sync failures and degraded states using the ArgoCD REST API and argocd CLI. Queries /api/v1/applications/{name} for sync status, resource health, and operation state. Provides automated remediation steps for OutOfSync, Degraded, and Missing resource conditions.

ai-agentsgokubernetes
0
36
Argocd Application Sync Manager 2A

Manages ArgoCD application synchronization using the ArgoCD REST API and argocd CLI. Handles sync waves, hooks, and health assessments for GitOps-driven Kubernetes deployments.

ai-agentsgokubernetes
0
36
Argocd Application Sync MonitorA

Monitors ArgoCD application sync status via the ArgoCD REST API and argocd CLI. Detects OutOfSync conditions, tracks sync wave progress, and alerts on failed sync operations with detailed resource diff analysis using argocd app diff.

ai-agentsgokubernetes
0
36
Argocd Deployment MonitorA

Monitors ArgoCD application deployments using the ArgoCD REST API and gRPC interface. Tracks sync status, health checks, and rollback history across Kubernetes namespaces.

ai-agentsgokubernetes
0
36