workflow

Initiate, monitor, and manage Periscope workflow executions via natural language.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PeriscopeAI/periscope-workspace --skill workflow-periscopeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/PeriscopeAI/periscope-workspace/tree/main/.rulesync/skills/workflow
Command: npx skills add https://github.com/PeriscopeAI/periscope-workspace --skill workflow-periscopeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Periscope workflows, allowing users to easily start, monitor, and control their execution without complex command-line interfaces.

Core Features & Use Cases

  • Start Workflows: Initiate new workflow instances with specific input data.
  • Monitor Progress: Track the status and progress of running or completed workflows.
  • Control Execution: Cancel or send signals to active workflows to influence their behavior.
  • Scheduling: Plan future workflow executions for automated, time-based operations.
  • Use Case: A marketing team needs to run a daily report workflow. They can use this skill to schedule it for 9 AM every day and monitor its successful completion.

Quick Start

Start the approval workflow with input data for request REQ-001 and amount 5000.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I start a workflow execution with input data using natural language?

You can start a workflow execution by providing a natural language command specifying the workflow name and its input data. The skill initiates the instance and passes the parameters directly to the orchestration engine.

How does event-driven control work for active workflow orchestration?

Event-driven control allows you to send signals to active workflows to influence their behavior during execution. You issue a natural language command to transmit the signal to the running workflow instance.

Can I schedule future workflow runs for automated daily operations?

Yes, you can schedule future workflow executions for automated time-based operations. The skill supports planning recurring runs, like a daily report, through natural language scheduling commands.

Does Temporal workflow orchestration support checking execution status?

Yes, Temporal workflow orchestration supports checking the status of running or completed workflows. You can monitor progress by asking for the status of a specific workflow instance in natural language.

What is the best way to cancel an active workflow execution?

The best way to cancel an active workflow execution is by issuing a natural language command to terminate the specific instance. The skill manages the cancellation process through the Temporal integration.

Why use natural language commands for workflow management instead of a CLI?

Natural language commands streamline workflow management by removing the complexity of command-line interfaces. This allows users to easily start, monitor, and control executions without remembering specific CLI syntax.