Install
openclaw skills install deepvista-recipe-export-knowledge-as-skillsRecipe: Export Recipes as installable SKILL.md files for AI agents.
openclaw skills install deepvista-recipe-export-knowledge-as-skillsPREREQUISITE: 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).
List all Recipes:
deepvista recipe list
For each Recipe to export, generate the SKILL.md:
deepvista recipe export <recipe_id> --format skill
Save each skill to the agent's skills directory:
mkdir -p ~/.agents/skills/<skill-name>/
# Write the SKILL.md content from the JSON output to that directory
Verify — the skill should now be discoverable by the agent.
deepvista recipe export --help