Tag: automation

Type: All Skills Tools
skill ★ 26,383

Automated Code Change Verification Pipeline

Executes a mandatory verification pipeline including formatting, linting, type checking, and testing to ensure code integrity. It uses fail-fast semantics and parallel execution for validation steps following code formatting.

openai/openai-agents-python code-verification python testing linting
skill ★ 1

Automate Grovs Mobile Project Setup

Automate the provisioning of Grovs instances and projects, including SDK configuration for iOS and Android and redirect behaviour setup. This skill handles the end-to-end orchestration of mobile deep linking and tracking parameters.

grovs-io/mcp grovs mobile-app-setup ios-configuration android-configuration
skill ★ 85

Automated changeset entry creation

An agentic skill that automates the creation of changeset entries by analysing git diffs and logs to determine version bump types and generate changelog descriptions.

alchemyplatform/alchemy-mcp-server git changeset changelog versioning
tool ★ 21,493

Email Dispatch Tool

A tool for sending email messages to a specified email address. It requires the recipient's address and the message content.

openai/swarm email-sending communication automation function-calling
skill

Machine-readable experiment progress tracking skill

This skill maintains a machine-readable JSON file to track the real-time status, phases, and activities of an ongoing experiment. It allows external dashboards and CLIs to monitor progress, failures, and current operations through a standar…

Upsonic/gpt-computer-assistant experiment-tracking json-schema monitoring automation
tool ★ 680

BOSS Zhipin Recruitment Automation Tool

A command-line interface for automating recruitment tasks on BOSS Zhipin, featuring job searching, candidate management, and AI-driven resume optimisation. It provides structured JSON outputs and MCP support for agentic workflows.

can4hou6joeng4/boss-agent-cli recruitment automation mcp cli
skill ★ 12

AI SEO and Content Marketing Agent

An automated toolkit for SEO content generation, social media adaptation, and trend research across X and Reddit. It enables programmatic article creation, competitor analysis, and Google Search Console integration for end-to-end marketing …

Citedy/citedy-seo-agent seo content-marketing automation social-media
skill

GitHub Issue Triage and Response

Automates the triage of GitHub issues for the Apify MCP server by fetching, categorising, and drafting developer-centric responses. It identifies root causes and prepares actions, requiring explicit user approval before any write operations…

apify/actors-mcp-server github-triage issue-management automation mcp-server
skill ★ 1

Automated Keynote Presentation Builder

An agentic skill for generating polished Apple Keynote presentations by managing layout math, font size workarounds, and build animations. It leverages the keynote-mcp toolset to automate slide creation, content placement, and visual verifi…

ByAxe/keynote-mcp keynote automation presentation-design mcp
skill

Stripe Projects Service Provisioning

Automates the provisioning of third-party services and the retrieval of API keys or tokens using the Stripe Projects CLI. It manages the workflow from provider verification through to project initialisation.

stripe/agent-toolkit stripe service-provisioning cli api-keys
skill

Stripe Projects Service Provisioning Skill

Automates the provisioning of third-party services and retrieval of API keys using the Stripe Projects CLI plugin. It manages provider verification, project initialisation, and hand-off to local automation skills.

stripe/agent-toolkit stripe-projects service-provisioning stripe-cli api-management
skill ★ 21,652

Automated Skyvern version bump and SDK release

Automates the process of updating the Skyvern version in pyproject.toml, regenerating Python and TypeScript SDKs using Fern, and creating a release pull request.

Skyvern-AI/skyvern skyvern version-bump sdk-generation fern
skill ★ 65

Google Sheets Spreadsheet Management

Provides capabilities for reading, writing, formatting, and managing data within Google Sheets. It supports operations such as cell updates, row insertion, and chart creation.

freema/mcp-gsheets google-sheets mcp spreadsheet-management data-manipulation
skill ★ 8

Managing OneDev via the tod CLI

Interface with OneDev resources such as issues, pull requests, and build pipelines using the tod CLI. This skill facilitates automated management of CI/CD jobs, code reviews, and issue lifecycles.

theonedev/tod onedev cli devops ci-cd
skill ★ 8

Automate OneDev issue submission and PR creation

Automates the process of submitting completed work on OneDev issues by verifying branches, committing pending changes, pushing to remote, and creating pull requests.

theonedev/tod onedev git automation pull-request
skill ★ 8

Review OneDev Pull Requests

Perform structured code reviews on OneDev pull requests by examining metadata, patches, and existing discussions. It enables adding line-anchored comments, managing prior discussions, and submitting final review decisions using the `tod` CL…

theonedev/tod onedev code-review pull-request cli
skill ★ 5

Configure scan-mcp MCP server

Automates the configuration of the scan-mcp MCP server within Claude Code's global configuration. It performs preflight checks for dependencies like SANE and TIFF tools, then updates the Claude Code config file with the necessary server set…

jacksenechal/scan-mcp mcp claude-code scanner-setup automation
skill ★ 4

Conventional Git Commit Automation

Automates the git commit process by analysing diffs to generate semantic, conventional commit messages. It includes intelligent file staging and adheres to the Conventional Commits specification.

jmrplens/gitlab-mcp-server git conventional-commits automation version-control
skill ★ 4

Automated Implementation Plan Generator

Generates machine-readable, deterministic implementation plans for software development tasks such as feature implementation, refactoring, or infrastructure upgrades. The output is structured for autonomous execution by AI agents or humans …

jmrplens/gitlab-mcp-server implementation-planning ai-agents software-engineering automation
tool

macOS UI Automation and Inspection CLI

Peekaboo is a powerful macOS CLI agent runtime designed for deep UI inspection and automation. It facilitates reliable interaction by supporting both UIAX accessibility actions and synthetic pointer/keyboard events, ensuring robust testing …

steipete/Peekaboo mac-os automation cli ui-testing
skill ★ 5

Initialize repo-graph project structure

Automates the initial setup of repo-graph by generating project graphs, configuring MCP settings, and updating CLAUDE.md orientation blocks.

James-Chahwan/repo-graph repo-graph mcp project-setup automation
skill ★ 660

Wren Engine End-to-End Onboarding Workflow

Automates the end-to-end onboarding process for Wren Engine by performing environment checks, scaffolding projects, and configuring database connections via .env templates. It prepares the environment for subsequent metadata layer generatio…

Canner/wren-engine wren-engine onboarding project-scaffolding database-connection
skill ★ 136,096

Playwright Web Application Testing Toolkit

This toolkit provides helper scripts and guidance for testing local web applications using Playwright. It supports server lifecycle management, DOM inspection, and automated actions, encouraging users to treat bundled scripts as black boxes…

anthropics/skills playwright web-testing automation javascript