download

Export Qlerify workflows, OpenAPI specs, entities, and domain events to local files using curl and jq.

6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Qlerify/qlerify-plugins --skill download-qlerify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: download
Source: https://github.com/Qlerify/qlerify-plugins/tree/main/plugins/mcp-companion/skills/download
Command: npx skills add https://github.com/Qlerify/qlerify-plugins --skill download-qlerify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the inefficiency of using standard AI processing for large data exports from Qlerify, which can take minutes, by providing a significantly faster method using curl and jq.

Core Features & Use Cases

  • Direct Data Export: Enables downloading of full workflows, OpenAPI specs, entities, and domain events directly to local files.
  • Speed Optimization: Bypasses AI context for data retrieval, resulting in ~100x speed improvement for large datasets.
  • Use Case: Exporting a complex workflow's entire specification to a JSON file for offline analysis or backup.

Quick Start

Use the download skill to export the full workflow specification for project 'my-project' and workflow 'my-workflow' to a file named 'workflow.json'.

Frequently Asked Questions about download

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

FAQPage Schema
How do I export full workflows and OpenAPI specs from Qlerify to a local file?

You can export full workflows and OpenAPI specs to a local file by using the download skill to fetch data directly from Qlerify, saving the output as JSON or YAML files.

What is the fastest way to download large Qlerify datasets without timing out?

The fastest way to download large Qlerify datasets is using curl and jq to bypass AI processing, achieving a roughly 100x speed improvement compared to standard AI data retrieval methods.

Do I need MCP credentials to download domain events and entities from Qlerify?

Yes, you need MCP credentials and specific project or workflow IDs to download domain events and entities from Qlerify, ensuring targeted and secure data retrieval.

Can I use curl and jq to extract Qlerify data for offline backup?

Yes, you can use curl and jq through the download skill to extract Qlerify data for offline backup, efficiently exporting full workflow specifications to a local JSON file.

Why does exporting large Qlerify workflows take so long with standard AI processing?

Exporting large Qlerify workflows takes long with standard AI processing because it loads data into context, whereas using curl and jq bypasses this bottleneck for rapid local file downloads.