refly

Solid

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.

AI & Automation 7,331 stars 712 forks Updated 2 months ago NOASSERTION

Install

View on GitHub

Quality Score: 78/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Refly ## Rules 1. **CLI only** - Use `refly <command>`, never call API directly. 2. **Trust JSON** - Only trust CLI JSON (`ok`, `payload`, `error`, `hint`). 3. **No fabricated IDs** - Never invent workflow/run/node IDs. 4. **No tokens** - Never print or request auth tokens. 5. **Stop on error** - If `ok=false`, stop and show `hint`. ## Available Commands | Command | ID Format | Description | |---------|-----------|-------------| | `refly status` | - | Check authentication and connection status | | `refly login` | - | Authenticate with Refly | | `refly skill list` | - | List all available skills in the marketplace | | `refly skill installations` | - | List your installed skills (get installationId here) | | `refly skill run --id <installationId> --input '<json>'` | skpi-xxx | Run an installed skill, returns runId (we-xxx) | | `refly workflow status <runId> --watch` | we-xxx | Watch workflow execution status | | `refly workflow detail <runId>` | we-xxx | Get workflow run details | | `refly workflow toolcalls <runId> --files --latest` | we-xxx | Get files from latest toolcall | | `refly file download <fileId> -o <path>` | df-xxx | Download a file | **Tip**: Get `installationId` (skpi-xxx) from `refly skill installations`. ### Command Options | Command | Option | Description | |---------|--------|-------------| | `workflow status` | `--watch` | Poll until workflow completes | | `workflow status` | `--interval <ms>` | Polling interval in milliseconds (default: 5000) | | `...

Details

Author
refly-ai
Repository
refly-ai/refly
Created
2 years ago
Last Updated
2 months ago
Language
TypeScript
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

skillforge

Intelligent skill router, proactive advisor, and creator. Analyzes ANY input to recommend existing skills, improve them, or create new ones. Adds proactive Context Skill Advisor suggestions from session, project, and personal context using user-controlled Proactivity Levels.

668 Updated yesterday
tripleyak
AI & Automation Solid

fabro-workflow-factory

Skill for using Fabro, the open source AI coding workflow orchestrator that lets you define agent pipelines as Graphviz DOT graphs with human gates, multi-model routing, and cloud sandboxes.

23 Updated 1 months ago
Aradotso
AI & Automation Solid

create-skill

Create a well-structured skill — provide a topic to explore the codebase and build a skill interactively, or capture a workflow from the current session

1,727 Updated 3 days ago
maxritter
Web & Frontend Featured

resend-cli

Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts, broadcasts, templates, webhooks, API keys, and logs via the `resend` CLI. Use when the user wants to run Resend commands in the shell, scripts, or CI/CD pipelines, or send/preview React Email templates. Always load this skill before running `resend` commands — it contains the non-interactive flag contract and gotchas that prevent silent failures.

369 Updated today
resend
Data & Documents Solid

skill

Manage local skills - list, add, remove, search, edit

23 Updated 1 months ago
MeroZemory