zadig-api

Trigger Zadig OpenAPI workflows and query task status via JSON payloads.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/cr330326/AgentSkill --skill zadig-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zadig-api
Source: https://github.com/cr330326/AgentSkill/tree/main/validate/zadig-api
Command: npx skills add https://github.com/cr330326/AgentSkill --skill zadig-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a programmable interface to Zadig's OpenAPI, enabling automation of workflow operations, project discovery, environment listing, and task/status queries.

Core Features & Use Cases

  • Trigger workflows and query task status using the OpenAPI endpoints.
  • Retrieve project and environment information and format API responses as JSON for downstream processes.
  • Integrate Zadig API calls into agents and automation pipelines to drive end-to-end workflows with minimal manual steps.

Quick Start

Trigger a workflow by providing your projectKey and workflowKey to the Zadig OpenAPI client.

Frequently Asked Questions about zadig-api

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

FAQPage Schema
How do I automate Zadig workflow execution via OpenAPI?

You can trigger Zadig workflows automatically by providing your projectKey and workflowKey to the OpenAPI client, enabling agents to execute pipelines and query task status with minimal manual steps.

What Zadig OpenAPI operations are supported for automation pipelines?

Supported operations include triggering workflows, querying task status, retrieving project lists, and listing environments across Zadig deployments, with API responses formatted as JSON for downstream processes.

Can I use this to retrieve Zadig project and environment information?

Yes, you can retrieve Zadig project and environment information using the OpenAPI endpoints, which fetch project lists and environment details, returning API responses as JSON for downstream automation processes.

Do I need specific authentication patterns to trigger Zadig workflows?

Yes, triggering Zadig workflows requires enforcing specific OpenAPI authentication patterns and required JSON payloads as defined in the skill documentation to execute operations successfully.

What are the limitations when integrating Zadig API calls into agents?

Integrating Zadig API calls into agents requires strict adherence to OpenAPI endpoints, required JSON payloads, and specific authentication patterns, limiting operations to defined Zadig deployment protocols.