All authors
agentskillexchange avatar

Claude Skills by agentskillexchange

github.com/agentskillexchange
2,960 skillsA× 2,813B× 144C× 35 installs666 views
Whisper Subtitle GeneratorA

Generates accurate subtitles and captions using OpenAI Whisper API with word-level timestamps. Outputs SRT, VTT, and ASS formats with configurable line length and speaker diarization via pyannote.

ai-agentspythongo
0
36
Whisperx Speech Recognition Timestamps DiarizationA

WhisperX extends OpenAI Whisper with batched inference for 70x realtime transcription, phoneme-based word-level timestamp alignment via wav2vec2, voice activity detection, and speaker diarization. It produces accurate per-word timestamps and speaker labels from audio files.

ai-agentspythonrust
0
36
Wikijs Wiki Platform NodejsA

Wiki.js is a powerful open-source wiki app built on Node.js with support for Markdown, visual editing, Git-backed storage, and a GraphQL API. It provides multi-language content, granular access controls, and integrations with major authentication providers.

ai-agentsgonode
0
36
Windmill Workflow Engine Developer PlatformA

Open-source developer platform to turn scripts into webhooks, workflows, and UIs. Self-hostable alternative to Retool and Temporal, supporting Python, TypeScript, Go, Bash, SQL, and more. Includes a built-in MCP server for AI agent integration.

ai-agentstypescriptpython
0
36
Wish Ssh Application FrameworkA

Wish is a Go library for building SSH-accessible applications with sensible defaults and composable middleware. It lets developers serve Bubble Tea TUIs, Git repos, and custom protocols over SSH without touching openssh-server.

ai-agentsgogit
0
36
Woocommerce Order Sync AgentA

Synchronizes WooCommerce orders with external ERPs using the WooCommerce REST API v3 and wp_schedule_event. Handles order status webhooks, inventory adjustments via wc_update_product_stock, and generates reconciliation reports.

ai-agentsgophp
0
36
Woocommerce Rest Inventory SyncA

Synchronizes WooCommerce product inventory across multiple channels using the WooCommerce REST API v3 and wp_update_post hooks. Handles stock level reconciliation, low-stock alerts via WP-CLI, and batch product updates through the /wc/v3/products/batch endpoint.

ai-agentsgophp
0
36
Woocommerce Rest Order ManagerA

Queries and updates WooCommerce orders via the WooCommerce REST API v3 (/wp-json/wc/v3/orders), filters by status, date range, and customer, and bulk-updates fulfillment status. Generates order export CSVs with custom field mapping for 3PL handoff.

ai-agentspythongo
0
36
Woocommerce Rest Sync AgentA

Synchronizes WooCommerce product data bidirectionally using the WC REST API v3 and wc/v3/products endpoints. Handles batch create/update/delete with OAuth 1.0a authentication and rate-limit backoff.

ai-agentspythongo
0
36
Woocommerce Webhook Delivery InspectorA

Inspects WooCommerce webhook reliability through the `WC_Webhook` model, Action Scheduler queues, and REST endpoints such as `/wp-json/wc/v3/webhooks`. Great for tracing failed deliveries, replay patterns, and event coverage across order, product, and customer workflows.

ai-agentsgophp
0
36
Woocommerce Webhook OrchestratorA

Manages WooCommerce webhook lifecycles using the wc/v3/webhooks REST API and WC_Webhook class. Handles order, product, and customer event routing with payload signature verification via X-WC-Webhook-Signature.

ai-agentsgophp
0
36
Woodpecker Ci Self Hosted Continuous IntegrationA

Woodpecker is a simple yet powerful self-hosted CI/CD engine written in Go with great extensibility. It runs pipelines defined in YAML, supports plugins for extensibility, uses minimal resources, and is the CI engine behind Codeberg.

ai-agentsgosql
0
36
Wordops High Performance Wordpress Server StackA

WordOps is an open-source CLI tool that installs and manages a complete high-performance WordPress server stack with Nginx, PHP, MariaDB, and Redis in a few keystrokes. It handles site creation, SSL certificates via Let's Encrypt, server hardening, and cache configuration for optimal WordPress performance.

ai-agentsgophp
0
36
Wordpress Acf Field Group AuditorA

Fetches all Advanced Custom Fields field groups and their field definitions via the ACF REST API (/wp-json/acf/v3/), maps field keys to their post types, and produces a structured audit report. Detects orphaned fields, duplicate keys, and field type mismatches across groups.

ai-agentsgogit
0
36
Wordpress Ai Services PluginA

AI Services is a WordPress plugin by Felix Arntz that exposes AI capabilities centrally across PHP, REST API, JavaScript, and WP-CLI. It is built as infrastructure for other plugins and site workflows, rather than as a single-purpose chatbot feature.

ai-agentsjavascriptgo
0
36
Wordpress Block Theme ScaffolderA

Generates complete WordPress block theme structures using theme.json v3, block patterns via register_block_pattern(), and template parts. Produces FSE-ready themes with proper style variations, typography presets, and wp_enqueue_block_editor_assets integration.

ai-agentsgonode
0
36
Wordpress Content Optimizer Yoast RestA

Optimizes WordPress posts for SEO using the Yoast SEO REST API fields alongside WP REST API v2 for content updates. Analyzes readability via textstat Python library and generates meta descriptions with Claude API prompt chains.

ai-agentspythongo
0
36
Wordpress Content PublisherA

Structured publishing workflow for WordPress drafts, metadata, and content operations.

ai-agentsgogit
0
36
Wordpress Gutenberg Block GeneratorA

Scaffolds custom Gutenberg blocks using the @wordpress/create-block CLI and block.json schema, then registers them via register_block_type PHP API. Generates edit/save components with InspectorControls and useBlockProps. Outputs production-ready block plugin structure.

ai-agentsgophp
0
36
Wordpress Gutenberg Block ScaffolderA

Generates custom Gutenberg blocks using @wordpress/create-block and the Block API v2. Configures block.json metadata, InspectorControls, and server-side render callbacks with register_block_type.

ai-agentsgogit
0
36
Wordpress Mcp Adapter Model Context Protocol BridgeA

An agent skill built on the official WordPress MCP Adapter plugin, which bridges the WordPress Abilities API to the Model Context Protocol. Enables MCP-compatible AI clients to discover and invoke WordPress plugin, theme, and core abilities programmatically through a standardized transport layer.

ai-agentsgobash
0
36
Wordpress Multisite Network SyncA

Synchronizes plugin settings and theme mods across a WordPress Multisite network using the Network Admin REST endpoints and wp_get_sites() iteration. Propagates sitewide options, user role caps, and widget configurations from a primary site to subsites.

ai-agentsgogit
0
36
Wordpress Playground Wasm RuntimeA

WordPress Playground runs a full WordPress instance entirely in the browser using WebAssembly-compiled PHP. It enables zero-setup WordPress testing, plugin previews, and interactive demos without any server infrastructure.

ai-agentsjavascriptgo
0
36
Wordpress Rest Api BuilderA

Build and debug WordPress REST endpoints with a specialized skill.

ai-agentsgogit
0
36
Wordpress Rest Api Content SyncA

Synchronizes content between WordPress multisite installations using the WP REST API /wp/v2/posts endpoint with OAuth 1.0a authentication. Handles media sideloading, shortcode transformation, and conflict resolution.

ai-agentsgogit
0
36
Wordpress RouterA

Route WordPress tasks to the right workflow fast. Core Capabilities Manage WordPress sites using WP-CLI and the WordPress REST API Automate plugin, theme, and core update workflows Handle content op

ai-agentsgogit
0
36
Wordpress Scripts Build And Block ToolchainA

@wordpress/scripts packages the default WordPress JavaScript build stack into one reusable developer dependency. It gives plugin and block developers a consistent CLI for bundling, linting, testing, packaging, and maintaining modern WordPress code without hand-assembling webpack and related tooling.

ai-agentsjavascriptgo
0
36
Work With Affine Workspaces Documents And Databases From Mcp Compatible AgentsA

Use affine-mcp-server when an agent needs tool-callable access to AFFiNE workspaces, documents, databases, and comments inside an MCP workflow instead of sending a user back to the AFFiNE UI.

ai-agentsgonode
0
36
Workos Authkit Nextjs Authentication ToolkitB

WorkOS AuthKit is a real authentication toolkit for Next.js applications. It gives agents a concrete integration target for login, sessions, RBAC, SSO, MFA, and user management backed by WorkOS docs and package releases.

ai-agentsrustgo
0
36
Wp Abilities ApiA

Specialized support for defining, exposing, and debugging WordPress abilities through the Abilities API.

ai-agentsgophp
0
36
Wp Browser Wordpress Integration Testing CodeceptionA

wp-browser is a PHP library that provides Codeception modules for testing WordPress plugins and themes. It supports unit, integration, functional, and acceptance testing with WordPress-aware test environments and database isolation.

ai-agentsgophp
0
36
Wp Cli Bulk Content MigratorA

Automates large-scale WordPress content migrations using WP-CLI wp post create and wp term set commands. Handles custom post types, ACF field mapping, and taxonomy reassignment with rollback support.

ai-agentsgophp
0
36
Wp Cli Command Line Interface WordpressA

Builds repeatable WordPress maintenance and content workflows around WP-CLI, the official command-line interface for WordPress. Useful for plugin management, database tasks, user administration, search-replace operations, and scripted publishing without living inside wp-admin.

ai-agentsgoshell
0
36
Wp Cli Content Drift AuditorA

Audits WordPress content drift by comparing live posts, revisions, and key options using WP-CLI commands like `wp post list`, `wp post meta get`, and `wp option get`. Useful for catching accidental edits, stale templates, and mismatches between REST output and database state before they turn into site-wide regressions.

ai-agentsgoshell
0
36
Wp Cli Site Migration AutomatorA

Automates full WordPress site migrations using WP-CLI search-replace, wp db export, and rsync. Handles serialized data, multisite network moves, and DNS preflight checks via dig and curl health probes.

ai-agentsgosecurity
0
36
Wp Cli Wordpress Command Line InterfaceA

WP-CLI is the official command-line interface for WordPress, maintained as an open source project with extensive command docs and release history. It gives agents a reliable way to automate plugin, theme, database, transient, user, and multisite operations without driving the wp-admin UI.

ai-agentsgophp
0
36
Wp Cron Health MonitorA

Monitors WordPress wp-cron scheduled events using the WP_Cron API and Action Scheduler library. Detects stuck, overdue, or orphaned cron jobs and reports via WP REST API webhooks with configurable alert thresholds.

ai-agentsgoapi
0
36
Wp Env Wordpress Dev EnvironmentA

The @wordpress/env package (wp-env) provides a zero-configuration, Docker-based local WordPress environment for developing and testing plugins and themes. A single command sets up WordPress with a test site, database, and PHP environment.

ai-agentsgophp
0
36
Wp Multisite Domain Mapping AgentA

Manages domain mapping configurations across WordPress Multisite networks using the sunrise.php drop-in and WP-CLI's site commands. Handles SSL certificate provisioning via Certbot ACME, DNS validation through Cloudflare API, and wp_blogs table updates for custom domain routing.

ai-agentsgophp
0
36
Wp Multisite Network Sync AgentA

Synchronizes content, users, and plugin configurations across WordPress Multisite networks using the WP_Site_Query API and switch_to_blog(). Automates bulk site provisioning via wp_insert_site() with REST endpoint monitoring.

ai-agentsgoapi
0
36
Wp Multisite Provisioner AgentA

Automates WordPress Multisite network site creation using wp_insert_site() and the Sites REST API. Configures per-site themes, plugins, and options via switch_to_blog() with subdomain or subdirectory routing.

ai-agentsgogit
0
36
Wp Theme Json Design Token ManagerA

Manages WordPress theme.json design tokens including color palettes, typography presets, and spacing scales. Uses the WP_Theme_JSON_Resolver class and wp_get_global_settings() for dynamic token resolution.

ai-agentsgogit
0
36
Wpgraphql For Acf Wordpress Graphql Field MappingA

WPGraphQL for ACF extends WPGraphQL so Advanced Custom Fields data becomes queryable through a typed GraphQL schema. It is useful for headless WordPress builds that need structured access to field groups, repeaters, and custom post type metadata without writing bespoke REST endpoints.

ai-agentsgogit
0
36
Wpgraphql Graphql Api Plugin For Headless WordpressA

WPGraphQL is the core GraphQL API plugin for WordPress, giving developers a typed schema for posts, terms, users, menus, and custom content. It is a strong fit for headless builds, automation agents, and integration workflows that need structured reads and mutations instead of scraping wp-admin or loosely shaped REST responses.

ai-agentsgogit
0
36
Wpgraphql Graphql Api WordpressA

Builds headless WordPress workflows around WPGraphQL, the open-source GraphQL API plugin for WordPress. Useful for querying posts, custom post types, menus, taxonomies, and custom fields through typed GraphQL operations instead of ad hoc REST fetches.

ai-agentsgogit
0
36
Wpgraphql Schema Extension BuilderA

Builds and documents WPGraphQL extensions with hooks such as `graphql_register_types`, `register_graphql_field`, and `register_graphql_object_type`. Ideal for exposing custom fields, computed properties, and relationships in a way that stays aligned with WordPress data models and client queries.

ai-agentsgogit
0
36
Wpgraphql Smart Cache Headless WordpressA

An ASE skill built around WPGraphQL Smart Cache, the open source WordPress plugin for caching WPGraphQL queries and invalidating them when content changes. It fits headless WordPress stacks that need faster GraphQL responses without giving up reliable cache purges.

ai-agentsgogit
0
36
Wpscan Wordpress Security Vulnerability ScannerA

WPScan is an open-source WordPress security scanner that detects vulnerabilities in plugins, themes, and core installations. It checks for known CVEs, weak passwords, exposed config files, and security misconfigurations using the WPScan Vulnerability Database API.

ai-agentsgoruby
0
36
Wrangler Cloudflare Workers Cli Edge DeploymentA

Wrangler is the official command-line tool for building, testing, and deploying Cloudflare Workers. It provides a complete development workflow for serverless edge applications including local development with Miniflare, KV/R2/D1 bindings, and zero-config deployment to Cloudflare global network.

ai-agentsgobash
0
36
Wrap Local Coding Agents In Deny By Default Least Privilege Sandboxes With GreywallA

Run Claude Code, Codex, Cursor, or similar local agent CLIs inside a host-local sandbox that learns required access and blocks everything else by default.

ai-agentspythongo
0
36