automation▌
109 indexed skills · max 10 per page
tiktok-automation
sickn33/antigravity-awesome-skills · Productivity
Automate TikTok content creation and profile operations through Composio's TikTok toolkit via Rube MCP.
chrome-automation
zc277584121/marketing-skills · Productivity
Automate browser tasks in the user's real Chrome session via the agent-browser CLI.
whatsapp-automation
claude-office-skills/skills · Productivity
Automate WhatsApp Business communications including customer support, notifications, chatbots, and broadcast messaging. Based on n8n's WhatsApp integration templates.
office-automation
texiaoyao/office-automation-skill · Documents
Automate Word and Excel file processing with Python scripts for reading, writing, formatting, and batch operations. \n \n Supports Word (.docx) and Excel (.xlsx, .xlsm) files with commands for reading, writing, template filling, table extraction, and format conversion \n Includes batch merge capabilities, data analysis with pivot tables, Excel-to-CSV conversion, and document formatting \n Template system enables variable substitution ({{key}} syntax) for bulk document generation and mail-merge w
ai-automation-workflows
inferen-sh/skills · AI/ML
Automate AI workflows combining multiple models and services via bash scripting and the inference.sh CLI. \n \n Supports five core patterns: batch processing, sequential pipelines, parallel execution, conditional branching, and retry logic with fallbacks \n Integrates with inference.sh CLI for model invocation, bash for orchestration, and Python SDK for programmatic workflows \n Includes cron job setup for scheduled automation, logging wrappers for monitoring, and webhook-based error alerting \n
workflow-automation
supercent-io/skills-template · Productivity
Automate development tasks with npm scripts, Makefiles, Git hooks, and shell scripts. \n \n Covers npm scripts, Makefiles, Husky Git hooks, and custom shell scripts for setup, deployment, and CI/CD workflows \n Includes pre-commit automation, linting, testing, and type-checking integrated into development pipelines \n Provides GitHub Actions workflow templates for continuous integration across push and pull request events \n Emphasizes idempotency, error handling, and security constraints like a
twitter-automation
inferen-sh/skills · Productivity
Post, like, retweet, and manage Twitter/X accounts via CLI commands. \n \n Nine app commands covering tweet posting with media, liking, retweeting, DMs, user following, and profile retrieval \n Integrates with inference.sh CLI ( infsh ) for direct command-line automation of X/Twitter actions \n Supports media attachment workflows by chaining with image and video generation apps \n Requires inference.sh CLI installation and X API authentication via infsh login \n
browser-automation
sickn33/antigravity-awesome-skills · Productivity
Playwright-based browser automation for reliable web testing, scraping, and agent interactions. \n \n Emphasizes user-facing locators and Playwright's auto-wait mechanism to eliminate flaky selectors and arbitrary timeouts \n Enforces test isolation patterns with fresh state per test and stealth plugins to avoid detection systems \n Covers anti-patterns including CSS/XPath-first selection, single browser contexts, and manual wait calls \n Includes sharp-edge guidance on traces, viewport consiste
changelog-automation
wshobson/agents · Productivity
Automate changelog generation from commits following Conventional Commits and Keep a Changelog standards. \n \n Supports multiple implementation methods: Conventional Changelog (Node.js), standard-version, semantic-release with full CI/CD automation, git-cliff (Rust-based), and commitizen (Python) \n Enforces Conventional Commits format with commitlint validation, mapping commit types (feat, fix, perf, etc.) to changelog sections automatically \n Includes semantic versioning integration, GitHub