skills.volces.com13 installs
jpeng-workflow-automation
Automate workflows
How do I install this agent skill?
npx skills add https://skills.volces.com --skill jpeng-workflow-automationIs this agent skill safe to install?
No partner audit is available yet. Read the source before installing.
What does this agent skill do?
Workflow Automation
Automate workflows
When to Use
- User needs workflow related functionality
- Automating automation tasks
- Automation operations
Usage
python3 scripts/workflow_automation.py --input <input> --output <output>
Configuration
Set required environment variables:
export AUTOMATION_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/skills.volces.com/jpeng-workflow-automation">View jpeng-workflow-automation on skillZs</a>