スキル一覧に戻る
refly-ai

refly

by refly-ai

reflyは、機械学習とAI開発のためのスキルです。モデル構築から運用まで、包括的で効率的なAI開発ワークフローをサポートします。

5,993🍴 582📅 2026年1月23日
GitHubで見るManusで実行

ユースケース

🧠

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

  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

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です