← Back to list

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
- CLI only - Use
refly <command>, never call API directly. - Trust JSON - Only trust CLI JSON (
ok,payload,error,hint). - No fabricated IDs - Never invent workflow/run/node IDs.
- No tokens - Never print or request auth tokens.
- Stop on error - If
ok=false, stop and showhint.
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 referencereferences/node.md- Node command referencereferences/file.md- File command referencereferences/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
