Tag: automation

Type: All Skills Tools
skill ★ 32

Natural Language Smart TV Control

This skill enables natural-language control of a smart TV by mapping user intents to stv CLI commands. It supports playback, volume adjustments, app switching, and URL casting in both English and Korean.

Hybirdss/smartest-tv smart-tv cli-control natural-language automation
skill ★ 12

Automated Product Demo Generation with Auto-Zoom

Automates the generation of polished product demos by orchestrating a narrative-driven recording process with intelligent auto-zoom. The skill handles product analysis, interaction choreography, and iterative refinement to produce high-qual…

mcpware/pagecast product-demo automation video-generation auto-zoom
skill ★ 16,916

Visual GUI Automation and Interaction

Provides agents with visual interaction capabilities to manipulate GUIs through mouse movements, keyboard inputs, and window management. It is compatible with local machines, Docker containers, and cloud-based virtual machines.

trycua/cua gui-automation visual-interaction desktop-automation ui-testing
skill ★ 3,020

Automated release branch and changelog creation

Automates the creation of release branches by calculating the next semantic version, generating a formatted CHANGELOG.md from git history, and opening a pull request.

grafana/mcp-grafana git semver changelog github-actions
skill ★ 148

Automated OpenSpec Artifact Generation

Automates the sequential creation of all required OpenSpec artifacts for a new change, handling dependencies and scaffolding in a single workflow.

weibaohui/kom openspec artifact-generation automation workflow-automation
skill ★ 693

Automated GitHub Issue Triage

Automates the triage of GitHub issues by identifying duplicates, validating issue details through repository inspection, and drafting concise triage comments or issue updates.

getsentry/sentry-mcp github issue-triage automation mcp
skill ★ 693

Sentry Pull Request Writer

Automates the creation and editing of pull requests using established Sentry workflows. This skill serves as a legacy alias for the canonical PR writer.

getsentry/sentry-mcp sentry pull-requests automation devops
skill

Repository Review Automation Orchestrator

Orchestrates periodic repository review cycles by dispatching findings to specialised reviewers and aggregating results into reports, issues, or pull requests. It manages the end-to-end workflow, including finding normalisation and escalati…

TencentCloudBase/CloudBase-AI-ToolKit repository-review automation orchestration code-quality
skill

Automated Pull Request Analysis and Repair

Automatically analyses open pull requests for CI failures, review feedback, and code quality issues, then executes a workflow to reproduce and resolve them.

TencentCloudBase/CloudBase-AI-ToolKit pr-management github automation ci-cd
skill

Local Agent Skill Management and Sync

Standardise, validate, and synchronise local skill directories into agent environments such as Claude or Cursor. It facilitates the conversion of non-standard folders into standardised SKILL.md structures and manages path mappings via symli…

TencentCloudBase/CloudBase-AI-ToolKit skill-management agent-workflows automation local-skills
skill

Automated Git Delivery and Workflow Management

Automates git delivery processes including conventional commits, pull request creation, and release note generation. It also provides automated triage and fixes for failed GitHub Actions using isolated worktrees.

TencentCloudBase/CloudBase-AI-ToolKit git-workflows github-actions devops automation
skill ★ 51

Kastell Component Boilerplate Generator

Automates the generation of boilerplate files for Kastell components, including commands, audit checks, providers, and MCP tools. It ensures adherence to the framework's architectural patterns using predefined templates and a deterministic …

kastelldev/kastell kastell scaffolding boilerplate-generator mcp
tool ★ 2

GitHub Actions Management via MCP

Manage GitHub Actions workflows, runs, and CI/CD pipelines via the Model Context Protocol. It provides capabilities to inspect logs, re-run failed jobs, and trigger workflow dispatches.

ofershap/mcp-server-github-actions github-actions mcp ci-cd automation
skill ★ 18

Pattern-based Godot scene construction

Automates Godot scene construction using predefined node hierarchy templates and essential companion node rules. It ensures correct node configurations for physics bodies, UI layouts, and tilemaps.

n24q02m/better-godot-mcp godot scene-construction game-development node-hierarchy
tool ★ 1,806

ToolHive CLI for MCP Management

A command-line interface for managing the lifecycle of Model Context Protocol (MCP) servers and skills. It supports container-based execution, secrets management, and network isolation for secure server deployment.

Stacklok/toolhive mcp cli server-management containerization
skill ★ 1,806

Automated GitHub Release Notes Generator

This skill automates the generation of publication-ready GitHub release notes by analysing merged pull requests and cross-referencing linked issues. It employs specialised agents to assess breaking changes and provide migration guidance for…

Stacklok/toolhive github release-notes automation changelog
skill ★ 1,806

GitHub Pull Request Reviewer

Automate GitHub pull request reviews by submitting inline comments, code suggestions, and managing review threads using the GitHub CLI and GraphQL API.

Stacklok/toolhive github pr-review gh-cli automation
skill ★ 1,806

Formalise Team Conventions in Claude Rules

This skill automates the formalisation of team conventions and best practices into Claude rules or agent files. It parses natural language input to identify scope and rationale, then drafts and applies structured markdown updates to ensure …

Stacklok/toolhive claude-rules team-conventions automation developer-experience
tool ★ 75

Bulk code refactoring with apply_codemod

Perform efficient, regex-based bulk modifications across multiple files to replace repetitive manual edits. The tool supports dry runs, multiline patterns, and content filtering for precise refactoring of function signatures, imports, or de…

nikolai-vysotskyi/trace-mcp codemod refactoring regex automation
skill ★ 16

Shell Command Execution and Automation

Execute arbitrary shell commands and scripts with integrated error handling and output capture.

agentward-ai/agentward shell-commands automation system-administration script-execution
skill ★ 16

Crypto Trading and DeFi Operations Agent

An agentic skill for executing cryptocurrency trades, managing multi-chain portfolios, and performing DeFi operations via natural language. It supports token swaps, cross-chain bridging, automated trading, and ERC-20 token deployment on Bas…

agentward-ai/agentward crypto-trading defi portfolio-management automation
skill ★ 16

Programmatic Coding Agent Management

Enables the programmatic launch and management of coding agents, such as Claude Code and Codex CLI, as background processes.

agentward-ai/agentward coding-agents process-management automation llm-agents
tool ★ 2,786

Generate Unity Skills from Existing Tools

Automates the generation of all skills from existing tools within a Unity project, with an optional parameter to specify the target skills folder path.

IvanMurzak/Unity-MCP unity mcp skill-generation automation
tool ★ 2,786

Create New Unity MCP Skills

Generates new C# skill files within a Unity project by writing provided code to a specified path. The newly created files are automatically compiled by Unity for immediate use within the MCP ecosystem.

IvanMurzak/Unity-MCP unity csharp mcp automation