solveit

Manage SolveIt dialogs from the command line with JSON output.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/algal/solveit-tools --skill solveit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solveit
Source: https://github.com/algal/solveit-tools/tree/main
Command: npx skills add https://github.com/algal/solveit-tools --skill solveit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires solveit-client, httpx, fastcore.

What problem does it solve?

Read, edit, and execute SolveIt dialogs (notebooks) from the command line, enabling automation and integration into workflows.

Core Features & Use Cases

  • Read Dialogs: Inspect all messages in a dialog and their outputs.
  • Edit & Extend: Add, update, or delete messages (code, note, prompt, or raw) to shape the dialog.
  • Execute & Validate: Run individual messages or entire dialogs and capture results, outputs, and errors for logging.
  • Automation Use Case: Integrate SolveIt dialogs into CI pipelines or batch processing tasks via a JSON API.

Quick Start

Use the CLI to read, modify, and run a SolveIt dialog from its URL.

Frequently Asked Questions about solveit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SolveIt dialog execution from the command line?

You can automate SolveIt dialog execution from the command line by using this Skill to run individual messages or entire dialogs and capture results as JSON output for CI pipelines and batch processing.

Can I read and edit SolveIt notebooks via a CLI?

Yes, you can read and edit SolveIt notebooks via the CLI by inspecting all messages in a dialog, then adding, updating, or deleting code, note, prompt, or raw messages to shape the dialog.

Do I need uv and an API token to manage SolveIt dialogs?

Yes, managing SolveIt dialogs requires uv as the wrapper and a SolveIt API token configured via the SOLVEIT_TOKEN environment variable to authenticate your CLI requests.

What's the best way to integrate SolveIt dialogs into a CI pipeline?

The best way to integrate SolveIt dialogs into a CI pipeline is using this CLI to execute dialogs and capture results, outputs, and errors in JSON format for automated logging and validation.

Does the SolveIt CLI support JSON output for workflow integration?

Yes, the SolveIt CLI supports JSON output, enabling you to read, modify, and execute dialogs programmatically and integrate the structured results directly into your automation workflows.