
SolveIt Dialog Tools
from sparky65
CLI tools to read, edit, and execute SolveIt dialogs (notebook-like dialogs with code, note, prompt cells) and return JSON results for automation workflows.
What it does
Provides command-line utilities to manipulate SolveIt dialogs (notebook-style documents composed of code, note, prompt, and raw cells). The skill documents a set of commands to read dialogs, add/update/delete messages, execute individual cells or entire dialogs, and return JSON summaries suitable for automation.
When to use it
Use when integrating SolveIt-style experiments into automation pipelines: programmatically run code cells, append notes, execute prompts, or extract outputs for CI, ETL, or reproducible experiments. Useful for developers and researchers who script interactive notebooks via CLI.
What's included
- Scripts: CLI wrappers referenced in the SKILL (invoked via
uv run {baseDir}/solveit_tools.py); repo contains abindirectory - References: examples and invocation patterns documented in the SKILL body
- Instructions: command syntax for
read_dialog,add_message,exec_message,update_message,delete_message, andrun_dialog
Compatible agents
Agents that can run shell commands and parse JSON (Copilot-like agents, local automation agents, ACP harnesses).
Tags
Information
- Repository
- sparky
- Stars
- 65
- Installs
- 0
