automation-runner

Executes approved shell commands, manages backups, and safely retrieves secrets from Bitwarden.

7 stars

Best use case

automation-runner is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Executes approved shell commands, manages backups, and safely retrieves secrets from Bitwarden.

Teams using automation-runner should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/automation-runner/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/barnyp/automation-runner/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/automation-runner/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How automation-runner Compares

Feature / Agentautomation-runnerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Executes approved shell commands, manages backups, and safely retrieves secrets from Bitwarden.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# automation-runner

Executes approved shell commands, manages backups, and safely retrieves secrets from Bitwarden.

## Install

```
npx clawhub@latest install automation-runner
```

Related Skills

task-runner

7
from Demerzels-lab/elsamultiskillagent

Manage tasks and projects across sessions with persistent task tracking.

roadrunner

7
from Demerzels-lab/elsamultiskillagent

Beeper Desktop CLI for chats, messages, search, and reminders.

automation-workflows

7
from Demerzels-lab/elsamultiskillagent

Design and implement automation workflows to save.

x-automation

7
from Demerzels-lab/elsamultiskillagent

Automates the process of identifying trends on X (Twitter), generating opinionated/engaging content, and posting it. Use when asked to post to X, run X automation, or check trends for content creation.

V Nomad Netrunner Skill

7
from Demerzels-lab/elsamultiskillagent

This skill enables V to act as a technical assistant and Netrunner within Moltbook.

web-automation-apify

7
from Demerzels-lab/elsamultiskillagent

This skill enables Claude to automate web interactions — filling forms, testing UIs,.

web-form-automation

7
from Demerzels-lab/elsamultiskillagent

Automate web form interactions including login, file upload, text input, and form submission using Playwright.

wps-word-automation

7
from Demerzels-lab/elsamultiskillagent

Automate common Word/WPS document operations on Windows via COM (read text, replace, insert, headings, headers/footers, page breaks, merge, split, export to PDF/TXT, add/replace images). Use for single-document actions (no batch).

wps-ppt-automation

7
from Demerzels-lab/elsamultiskillagent

Automate common PowerPoint/WPS Presentation operations on Windows via COM (read text/notes/outline, export PDF/images, replace text, insert/delete slides, unify font/size/theme, extract images/media). Use for single-presentation actions (no batch).

xiaohongshu-automation

7
from Demerzels-lab/elsamultiskillagent

A complete automation suite for Xiaohongshu (Little Red Book)

n8n-automation

7
from Demerzels-lab/elsamultiskillagent

Manage n8n workflows from OpenClaw via the n8n REST API. Use when the user asks about n8n workflows, automations, executions, or wants to trigger, list, create, activate, or debug n8n workflows. Supports both self-hosted n8n and n8n Cloud instances.

local-task-runner

7
from Demerzels-lab/elsamultiskillagent

This skill provides a mechanism to execute Node.js code snippets or full scripts locally on the host machine.