refly-airefly-aiOfficialยท1 Agent Skills Included

refly

Build, run, and share reusable AI agent skills

Turns plain-English business logic into versioned, executable AI agent skills. Removes fragile one-off prompts and manual API wiring by compiling workflows into reliable, reusable commands. Lets you run skills from the CLI, export them to Claude Code or Cursor, and publish them as APIs or webhooks.
npx skills add refly-ai/refly --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Refly?โ–ผ

Run `npx skills add refly-ai/refly --all -g -y` in your terminal to install all skills in this suite globally.

What is Refly used for?โ–ผ

Refly turns your business processes and SOPs into versioned, executable AI agent skills that any agent can run reliably. You describe the task in plain English and Refly compiles it into a reusable workflow.

How do I run a Refly skill from the command line?โ–ผ

Use `refly skill run --id <installationId> --input '<json>'` to execute an installed skill, then check progress with `refly workflow status <runId> --watch`.

Does Refly work with Claude Code and Cursor?โ–ผ

Yes. Refly skills follow the standard SKILL.md format and can be exported directly to Claude Code, Cursor, and other agent frameworks, or deployed as APIs and webhooks.

Can non-developers build agent skills with Refly?โ–ผ

Yes. You describe your workflow in natural language and Refly's copilot generates the skill for you, with no manual coding required.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’