record-workflow

Record desktop or browser actions into reusable playbooks and replay them via MCP jobs.

11|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/manushi4/Screenhand --skill record-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: record-workflow
Source: https://github.com/manushi4/Screenhand/tree/main/.claude/plugins/screenhand/skills/record-workflow
Command: npx skills add https://github.com/manushi4/Screenhand --skill record-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Record and replay automation workflows on the desktop or browser, turning ad-hoc actions into reusable playbooks for repeatable tasks.

Core Features & Use Cases

  • Capture user actions (mouse clicks, typing, navigation) into named playbooks for later replay.
  • Replay workflows as jobs with variable substitution, verification, and error handling across platforms.
  • Export and reuse previously recorded playbooks to automate routine tasks and cross-team procedures.

Quick Start

Start a recording session with playbook_record(action="start", platform="your_platform"), perform your actions, then replay using job_create and job_run to automate the workflow.

Frequently Asked Questions about record-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record and replay desktop automation workflows?

To record and replay desktop automation workflows, start a recording session using playbook_record, perform your actions, then replay them using job_create and job_run. This captures user actions into reusable playbooks for reliable cross-platform execution.

Can I automate browser and desktop tasks without writing scripts?

You can automate browser and desktop tasks without writing scripts by using the recording feature. It captures mouse clicks, typing, and navigation into named playbooks that can be replayed later via the job system to reliably repeat routine actions.

What's the best way to reuse previously recorded automation playbooks?

The best way to reuse recorded automation playbooks is to export them after recording. Exported playbooks can be stored and later executed to automate routine tasks, cross-team procedures, and repeated workflows across different platforms.

Does replaying automation jobs support variable substitution and error handling?

Replaying automation jobs does support variable substitution, verification, and error handling. When you execute recorded playbooks as jobs, the system applies these features to ensure reliable automation across different platforms and environments.

What do I need to set up before recording user actions into playbooks?

Before recording user actions into playbooks, you need to specify your target platform and start a recording session. You must have the playbook_record, export_playbook, job_create, and job_run capabilities available to create, store, and execute the automated workflows.

Are there limitations when recording cross-platform desktop automation workflows?

Cross-platform desktop automation workflows rely on the MCP job system to replay recorded playbooks. Limitations depend on the target platform specified during the recording session, as actions are captured per platform and may require variable substitution for reliable execution across different environments.