Base skill for Refly ecosystem: creates, discovers, and runs domain-specific skills bound to workflows. Routes user intent to matching domain skills via symlinks, delegates execution to Refly backend. Use when user asks to: create skills, run workflows, automate multi-step tasks, or manage pipelines. Triggers: refly, skill, workflow, run skill, create skill, automation, pipeline. Requires: @refly/cli installed and authenticated.
$npx -y skills add refly-ai/refly --skill skillInstalls into the current project.
Run `npx skills use "https://github.com/refly-ai/refly" --skill "refly-ai/refly/skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/refly-ai/refly" that are relevant to the current task. Run `npx skills add "https://github.com/refly-ai/refly"` and select the relevant skills, then follow their instructions.