Back to list
refly-ai

refly

by refly-ai

Vibe Workflow Platform for Non-technical Creators.

5,993🍴 582📅 Jan 23, 2026

Use Cases

🧠

AI Model Integration

Integrate LLM and ML models into your application.

Prompt Optimization

Improve prompts for better results.

📊

Automated Data Analysis

AI-powered data analysis and insight extraction.

SKILL.md


name: refly description: | Base skill for Refly ecosystem: creates, discovers, and runs domain-specific skills bound to workflows. Routes user intent to matching domain skills via local registry, 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.

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.

Quick Commands

refly status
refly login
refly skill list
refly skill installations
refly skill run <installationId> --input '<json>'

Tip: Get installationId from refly skill installations after installing a skill.

Directory Structure

~/.claude/skills/refly/
|-- SKILL.md                    # Base skill (this file)
|-- registry.json               # Routing registry
|-- references/                 # Core CLI docs
|   |-- workflow.md
|   |-- node.md
|   |-- file.md
|   `-- skill.md
`-- domain-skills/              # Domain skills (one directory per skill)
    `-- <skill-name>/
        |-- skill.md            # Entry file
        `-- ...                 # Additional docs

Routing

User intent -> match domain skill (name/trigger/description) -> read domain skill .md -> execute via refly skill run -> return CLI-verified result.

References

  • references/workflow.md - Workflow command reference
  • references/node.md - Node command reference
  • references/file.md - File command reference
  • references/skill.md - Customized Skill command reference

Score

Total Score

80/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon