jre-vidget

Analyze and orchestrate vidget CLI workflows across download, batch, formats, and publish flows.

Updated May 3, 2026
One-click install
npx skills add https://github.com/jreakin/jre-vidget --skill jre-vidget
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jre-vidget
Source: https://github.com/jreakin/jre-vidget/tree/main
Command: npx skills add https://github.com/jreakin/jre-vidget --skill jre-vidget

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

The AI-guided skill helps teams plan, validate, and extend the jre-vidget CLI workflow, ensuring safe integration with the engine, auth, and publishing components.

Core Features & Use Cases

  • Understands the vidget CLI surface (download, batch, formats, config, check, auth, history) and how to coordinate with the engine, publisher, and UI.
  • Encapsulates guardrails for non-interactive operation, JSON-only machine-readable outputs, and robust exit code handling.
  • Provides a blueprint for auditing and extending workflows, secrets handling, and CI/CD integration in GitHub Actions.

Quick Start

Describe how to add a new vidget command with proper JSON output and exit codes.

Frequently Asked Questions about jre-vidget

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

FAQPage Schema
How do I automate CLI workflows in GitHub Actions with non-interactive operation?

Automating CLI workflows in GitHub Actions requires enforcing non-interactive operation guidelines, mapping exit codes, and returning machine-readable JSON. This enables safe, automated orchestration of batch processes within CI pipelines.

How do I set up YouTube OAuth for a CLI tool in CI environments?

Setting up YouTube OAuth for a CLI tool in CI involves configuring secret management and applying non-interactive auth flows. This handles token validation securely across local development and automated GitHub Actions scenarios.

How do I add a new CLI command with proper JSON output and exit codes?

To add a new CLI command with proper JSON output and exit codes, follow embedded project documentation guidelines. This ensures machine-readable outputs and robust error code handling for safe workflow extension.

Can I use the gh CLI to orchestrate download and publish workflows?

Yes, you can use the gh CLI to orchestrate download, batch, formats, and publish workflows. It coordinates with the engine, publisher, and UI components while applying guardrails for safe automation.

What are the limitations of automating batch processing without machine-readable outputs?

Automating batch processing without machine-readable JSON outputs breaks non-interactive operation and causes CI failures. Proper YAML frontmatter presence and exit code mapping are required to prevent silent workflow errors.