studysolo-cli

Manage StudySolo authentication, quota, and workflow execution from the terminal.

3|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AIMFllys/StudySolo --skill studysolo-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: studysolo-cli
Source: https://github.com/AIMFllys/StudySolo/tree/main/.agent/skills/studysolo-cli
Command: npx skills add https://github.com/AIMFllys/StudySolo --skill studysolo-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need a reliable way to manage StudySolo from the terminal, including viewing account data and running workflows with either real-time streaming or automated polling output.

Core Features & Use Cases

  • Authentication & Token Safety: Login persists PAT to ~/.studysolo/config.toml or can be injected via STUDYSOLO_TOKEN without exposing secrets in command history.
  • Account, Quota, and Usage Visibility: Check membership/plan limits and AI usage via overview, timeseries, and live windows.
  • Workflow Control: List, inspect manifests, and execute workflows by id while choosing the right output mode for interactive debugging or CI-style automation.

Quick Start

Ask the AI to run workflow abcd-1234 using the terminal in stream mode so you can see nodes complete step by step.

Frequently Asked Questions about studysolo-cli

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

FAQPage Schema
How do I run workflow orchestration tasks from the terminal using a CLI?

You can run workflow orchestration from the terminal by executing workflows by id with the CLI, choosing either real-time streaming for interactive debugging or polling aggregation for CI automation.

How do I authenticate a terminal automation CLI without exposing tokens in command history?

Authenticate terminal automation securely by logging in to persist your PAT to the config file, or inject the token via environment variable to prevent exposing secrets in command history.

What is the difference between streaming and polling modes for workflow execution?

Streaming mode provides real-time progress by showing nodes completing step by step for interactive debugging, while polling mode aggregates automated output suitable for CI-style scripting.

How do I check AI usage and quota management limits from the command line?

Check AI usage and quota management from the command line by requesting an account overview, viewing timeseries data, and monitoring live windows to track membership and plan limits.

Does the CLI workflow tool support scripting with correct exit code semantics?

Yes, the CLI workflow tool supports scripting by implementing correct exit code semantics, ensuring automation scripts can accurately capture workflow execution success or failure.

How do I list available workflows and inspect manifests before execution?

List available workflows and inspect manifests before execution by running the list command to view available ids and the show command to display specific workflow manifest details.