one-click-pipeline

Automate manual workflows into API endpoints and one-click UI triggers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nguynbon03/API-XuongMedia-Backup --skill one-click-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: one-click-pipeline
Source: https://github.com/nguynbon03/API-XuongMedia-Backup/tree/main/.claude/skills/one-click-pipeline
Command: npx skills add https://github.com/nguynbon03/API-XuongMedia-Backup --skill one-click-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Biến bất kỳ workflow thủ công nào thành một hệ thống có CẢ API lẫn APP UI. User mô tả thao tác → tool tự động tạo API endpoint (cho người khác gọi) + App 1 nút bấm (cho chính mình dùng). Kích hoạt khi user muốn "bấm 1 nút là xong" hoặc "tạo API cho flow này".

Core Features & Use Cases

  • Tự động generate API endpoint cho workflow được mô tả.
  • Cung cấp UI một nút nhấn để thực thi workflow ngay tại frontend.
  • Hỗ trợ đóng gói workflow thành dịch vụ có thể gọi từ bên ngoài hoặc nội bộ.

Quick Start

Miêu tả một workflow thủ công và hệ thống sẽ tự động tạo API endpoint cùng UI một nút bấm để thực thi flow.

Frequently Asked Questions about one-click-pipeline

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

FAQPage Schema
How do I turn a manual workflow into an API and UI?

To turn a manual workflow into an API and UI, you describe the multi-step task to the system. It then automatically generates a production-ready FastAPI endpoint for external calls and a single-click UI for immediate execution.

Can I generate both an API endpoint and a user interface for a multi-step task?

Yes, you can generate both an API endpoint and a user interface for a multi-step task. The system uses a modular WorkflowEngine to package your workflow, exposing it simultaneously via an API for external systems and a one-click UI for users.

Does the workflow engine support pluggable platform-specific steps?

Yes, the workflow engine supports pluggable platform-specific steps. Its core WorkflowEngine is designed with a modular architecture, allowing you to insert custom steps and optional references into any multi-step automation flow.

What is the best way to automate a multi-step task triggered by external systems?

The best way to automate a multi-step task triggered by external systems is using a one-click pipeline approach. It converts your described workflow into production-ready API endpoints, allowing external systems or users to trigger the flow seamlessly.

Do I need FastAPI or Streamlit to create a one-click workflow UI?

You do not need to manually configure FastAPI or Streamlit to create a one-click workflow UI. The system automatically handles the generation of the API and UI endpoints based on your workflow description, requiring no explicit dependencies.

Why use a modular engine for workflow automation?

You use a modular engine for workflow automation to ensure pluggable platform-specific steps and maintainability. This architecture allows the same multi-step flow to be triggered independently via an external API call or a single-click UI execution.