jentic-workflows

Generate Arazzo 1.0.1 workflow YAML from natural-language goals via Jentic API discovery.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jentic/jentic-skills --skill jentic-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jentic-workflows
Source: https://github.com/jentic/jentic-skills/tree/main/skills/jentic-workflows
Command: npx skills add https://github.com/jentic/jentic-skills --skill jentic-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate Arazzo 1.0.1 workflow YAML from a natural-language goal or agent tool trace using Jentic API discovery. The agent will perform the API discovery, load schemas, and assemble a complete workflow document without manual YAML drafting.

Core Features & Use Cases

  • End-to-end workflow generation from a user goal or trace
  • Automatic API discovery via Jentic source descriptions and operationPath construction
  • Built-in linting and semantic validation guidance to ensure correctness and safety
  • Export to Arazzo YAML with downstream validation using arazzo-validator

Quick Start

Provide a user goal or agent trace and the skill will generate a ready-to-run Arazzo workflow YAML.

Frequently Asked Questions about jentic-workflows

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

FAQPage Schema
How do I generate Arazzo workflows from natural language goals?

You can generate Arazzo workflows from natural language goals by using Jentic API discovery to automatically find APIs, load schemas, and assemble workflow YAML without manual drafting.

What is Arazzo workflow YAML used for in API automation?

Arazzo workflow YAML defines multi-step API automation sequences, allowing engineers to orchestrate operations discovered via OpenAPI source descriptions into production-ready workflows.

Can I create Arazzo workflows from agent tool traces automatically?

Yes, you can create Arazzo workflows from agent tool traces automatically by passing the trace to the generation pipeline, which maps the tool operations to discovered APIs and outputs YAML.

Does the generated Arazzo workflow YAML include validation and linting?

The generated Arazzo workflow YAML includes built-in linting and semantic validation guidance to ensure correctness and safety, with downstream validation supported by arazzo-validator.

Do I need to manually write YAML to use Jentic API discovery?

No, you do not need to manually write YAML to use Jentic API discovery; the system performs operationPath construction and schema loading to assemble the complete Arazzo document automatically.

What are the limitations of auto-generating Arazzo 1.0.1 workflows?

Auto-generating Arazzo 1.0.1 workflows depends on available Jentic source descriptions for API discovery, meaning undiscovered or unlisted APIs may not be included in the generated workflow YAML.