refly
仓库创建 2024年2月19日最近提交 4 个月前SkillHot 收录 20 天前
▸ 精选理由
适合用 CLI 编排复用多步自动化的开发者。
▸ 风险提示
需要连接 Refly 后端并使用 CLI 凭据,存在依赖与权限风险。
这个 Skill 做什么
Refly 核心 CLI 技能,用于发现、创建并执行绑定工作流的领域技能。
Refly 的核心是 CLI:用 refly CLI 创建、发现并运行与工作流绑定的领域技能,把用户意图路由到合适的技能并交给 Refly 后端执行。在你要创建技能、运行 workflow 或自动化多步骤流程时用,前提是安装并登录了 @refly/cli。特别要求严格遵循 CLI JSON 输出、不造假 ID、不泄露 token,出错就停止并展示 hint。
▸ 展开 SKILL.md 英文原文
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.
7.5k
Stars
723
Forks
1
仓库内 Skill
+45
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/refly-ai/refly/main/packages/cli/skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/refly-ai/refly/main/packages/cli/skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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 ins
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有