Install
openclaw skills install deepvista-recipe-research-to-recipeRecipe: Search your knowledge base, synthesize findings, and run a Recipe workflow.
openclaw skills install deepvista-recipe-research-to-recipePREREQUISITE: Load the following skills:
deepvista-vistabase,deepvista-recipe
Search your knowledge base for relevant context, synthesize it, then run a Recipe workflow with that context as input.
Search for relevant cards:
deepvista card +search "your research topic" --limit 10
Read the most relevant cards (pick IDs from search results):
deepvista card get <card_id_1>
deepvista card get <card_id_2>
Summarize findings into a context string for the Recipe.
List available Recipes to find the right workflow:
deepvista recipe list
Confirm with the user which Recipe to run and what context to pass, then run it:
deepvista recipe run <recipe_id> --input "Based on my research: <summary of findings>"
Check run status:
deepvista recipe status <run_chat_id>
recipe run) is the only write operation — always confirm with the user before executing it.--input flag focuses the run, it doesn't limit what the agent can see.deepvista chat +send --chat-id <run_chat_id>.deepvista card +search --help