skills/deepvista-ai/deepvista-cli/deepvista-recipe-research-to-vistabook

deepvista-recipe-research-to-vistabook

Installation
SKILL.md

Research to VistaBook

PREREQUISITE: Load the following skills: deepvista-vistabase, deepvista-vistabook

Search your knowledge base for relevant context, then run a VistaBook workflow with that context.

Steps

  1. Search for relevant cards:

    deepvista --profile local vistabase +search "your research topic" --limit 10
    
  2. Read the most relevant cards (pick IDs from search results):

    deepvista --profile local vistabase get <card_id_1>
    deepvista --profile local vistabase get <card_id_2>
    
  3. Summarize findings into a context string for the VistaBook.

  4. List available VistaBooks to find the right workflow:

    deepvista --profile local vistabook list
    
  5. Run the VistaBook with your research context:

    deepvista --profile local vistabook +run <vistabook_id> --input "Based on my research: <summary of findings>"
    
  6. Check run status:

    deepvista --profile local vistabook +status <run_chat_id>
    

Tips

  • This recipe combines read operations (search, get) with a write operation (run).
  • Confirm with the user before step 5 (the write step).
  • The VistaBook run will have access to the full knowledge base, so the context input is for focusing the run, not the only information available.
Weekly Installs
22
GitHub Stars
4
First Seen
14 days ago
Installed on
opencode22
codex22
claude-code21
gemini-cli11
deepagents11
antigravity11