← スキル一覧に戻る

refly
by refly-ai
reflyは、機械学習とAI開発のためのスキルです。モデル構築から運用まで、包括的で効率的なAI開発ワークフローをサポートします。
⭐ 5,993🍴 582📅 2026年1月23日
ユースケース
🧠
AIモデル統合
LLMや機械学習モデルをアプリに統合。
✨
プロンプト最適化
より良い結果を得るためのプロンプト改善。
📊
データ分析自動化
AIを活用したデータ分析と洞察の抽出。
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
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
