← 返回
未分类 中文

Deepvista Recipe Export Knowledge As Skills

Recipe: Export Recipes as installable SKILL.md files for AI agents.
配方:将配方导出为 AI 代理可安装的 SKILL.md 文件。
jingconan
未分类 clawhub v0.1.0-alpha.21 1 版本 99616.9 Key: 无需
★ 0
Stars
📥 260
下载
💾 0
安装
1
版本
#latest

概述

Export Knowledge as Skills

> PREREQUISITE: Load the following skill: deepvista-recipe

Export Recipes as SKILL.md files that can be installed in any AI agent (Claude Code, Cursor, OpenCode, and others).

Steps

  1. List all Recipes:

```bash

deepvista recipe list

```

  1. For each Recipe to export, generate the SKILL.md:

```bash

deepvista recipe export --format skill

```

  1. Save each skill to the agent's skills directory:

```bash

mkdir -p ~/.agents/skills//

# Write the SKILL.md content from the JSON output to that directory

```

  1. Verify — the skill should now be discoverable by the agent.

Tips

  • Read-only recipe — only generates files, does not modify Recipes.
  • This is the Recipe-as-Skill pipeline: author workflows in DeepVista's GUI, export them as installable agent skills so anyone on your team can load them.
  • The exported SKILL.md includes the full checklist and instructions in a format agents can follow directly.

See Also

版本历史

共 1 个版本

  • v0.1.0-alpha.21 当前
    2026-05-20 05:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Deepvista Chat

jingconan
DeepVista Chat: 向AI代理发送消息并管理聊天会话。
★ 0 📥 293

Deepvista Recipe

jingconan
DeepVista 配方:管理结构化可执行工作流并通过 AI 代理运行。
★ 1 📥 278

Deepvista Recipe Analyze Notes

jingconan
配方:在DeepVista知识库中分析、汇总笔记并找出规律。触发时机:用户请求分析、汇总或查找笔记时。
★ 0 📥 276