refly

Manage Refly skills and workflows via the @refly/cli command-line interface.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/movebrickschi/refly --skill refly-movebrickschi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: refly
Source: https://github.com/movebrickschi/refly/tree/main/packages/cli/skill
Command: npx skills add https://github.com/movebrickschi/refly --skill refly-movebrickschi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to manage Refly skills and workflows, enabling users to create, discover, install, and run automations without direct API interaction.

Core Features & Use Cases

  • Skill Management: Discover, install, and uninstall skills from the Refly ecosystem.
  • Workflow Execution: Run defined workflows, automate multi-step tasks, and manage pipelines.
  • Use Case: As a creator, you need to automate a series of content generation tasks. You can use Refly to install a 'text-to-image' skill and then run a workflow that takes a prompt, generates an image, and saves it to your cloud storage.

Quick Start

Use the refly skill to list all available skill installations.

Frequently Asked Questions about refly

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

FAQPage Schema
How do I manage developer automation workflows from the command line?▼

You can manage developer automation workflows from the command line by using a CLI that routes user intent to matching domain skills via symlinks, delegating execution to the backend to create, discover, install, and run automations.

How do I discover and install domain-specific skills for task automation?▼

To discover and install domain-specific skills for task automation, use the CLI to list available installations and route your intent to matching skills, which delegates execution to the backend without direct API interaction.

Do I need to install and authenticate a specific CLI to run Refly workflows?▼

Yes, you must install and authenticate the @refly/cli to run Refly workflows, as the system delegates execution to the Refly backend and requires this setup to route user intent to matching domain skills.

Can I execute multi-step tasks and pipelines without direct API interaction?▼

You can execute multi-step tasks and pipelines without direct API interaction by using the CLI to run defined workflows, which delegates the execution of domain-specific automations to the backend.

How does the CLI route user intent to matching domain skills?▼

The CLI routes user intent to matching domain skills via symlinks, delegating the execution of domain-specific automations to the Refly backend after you discover and install the required skills.

What is the best way to automate content generation tasks using CLI workflows?▼

The best way to automate content generation tasks using CLI workflows is to install a specific skill, then run a defined workflow that delegates multi-step task execution to the backend without direct API interaction.