procesio-cli

Operate and verify PROCESIO processes, forms, documents, and connectors through CLI or MCP.

4|2|Updated Sep 1, 2026
One-click install
npx skills add https://github.com/Procesio-Externals/procesio-cli --skill procesio-cli-procesio-externals
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: procesio-cli
Source: https://github.com/Procesio-Externals/procesio-cli/tree/main/skills/procesio-cli
Command: npx skills add https://github.com/Procesio-Externals/procesio-cli --skill procesio-cli-procesio-externals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Operating a PROCESIO automation workspace from a terminal or AI assistant requires choosing the right tool, authenticating correctly, and proving that changes actually worked. This Skill orchestrates the PROCESIO CLI and MCP capabilities so processes, forms, documents, webhooks, schedules, credentials, data models, and custom actions are created, run, and verified with direct evidence instead of assumed success. ## Core Features & Use Cases - Process lifecycle management: Build, validate, run, audit, and debug PROCESIO processes with instance-level proof of outputs and side effects. - End-to-end verification playbooks: Dedicated references for forms (real-browser testing), documents (artifact inspection), data models (database/workbook proof), schedules and webhooks (trigger verification), connectors (build-to-install lifecycle), and cross-environment transport. - Safety-gated mutations: Enforces authentication hard stops, explicit approval before any write, unknown-outcome handling for timed-out writes, and secret redaction rules for credentials and schedule inputs. - Use Case: A user asks to run process 123 with a payload and prove it finished correctly. The Skill checks authentication, resolves the process by stable ID, executes once with approval, then reads the actual instance status and outputs before reporting completion. ## Quick Start Ask the assistant to run a PROCESIO process by ID with a given payload and prove the final instance output matches the expected result.

Frequently Asked Questions about procesio-cli

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

FAQPage Schema
How do I run a PROCESIO process from the command line?▼

Use the procesio agent verify command with --run and a payload, which validates, executes once, and reads the instance status in one operation. First confirm check-auth returns authenticated true and resolve the process by stable ID.

How do I verify a PROCESIO form actually works for users?▼

Open the published form URL with the web browser tool, exercise every changed control and event, and check console, page, and network diagnostics. A screenshot alone is not accepted as proof; triggered process instances must also be inspected.

What should I do when a PROCESIO process run times out?▼

Treat the timeout as an unknown outcome, not a failure. Re-read existing instances by stable ID or business key to determine whether the write committed before deciding whether a retry is safe, since blind retries can duplicate side effects.

Does the PROCESIO CLI support API key authentication?▼

Yes, API key profiles are scoped to one workspace and require the Key Handle, the one-time secret value, and the workspace GUID. User/password profiles instead carry everything the account can reach across workspaces.

Why does check-auth show a mode but my PROCESIO calls still fail?▼

The mode field only names the stored profile type; it is not evidence of successful authentication. If check-auth returns authenticated false, stop all remote calls, inspect only local non-secret metadata, correct the credential, and retry check-auth.

When should I not use this PROCESIO operations skill?▼

Product fit, pricing, or platform comparison questions belong to the platform advisor skill, and pure T-SQL optimization belongs to the SQL optimizer skill. This skill covers operating and verifying resources against a live PROCESIO installation.