cli-anything-novita

Run chat and streaming commands against Novita AI via an OpenAI-compatible API.

Updated May 7, 2026
One-click install
npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-novita-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-novita
Source: https://github.com/dawsonblock/JUDGE_ATLAS/tree/main/external/CLI-Anything-main/novita/agent-harness/cli_anything/novita/skills
Command: npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-novita-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you access Novita AI model capabilities from your terminal so you can generate responses, stream output, and integrate results into other tools without building a custom client.

Core Features & Use Cases

  • Chat and Streaming: Send prompts to Novita-backed OpenAI-compatible models and optionally stream tokens for faster feedback.
  • Model Discovery and Connectivity Testing: List available models and verify API connectivity before running larger workflows.
  • Agent-Friendly JSON Output: Use machine-readable JSON output for programmatic consumption by agents or automation scripts.

Quick Start

Run cli-anything-novita chat --prompt "Summarize the key points of this case." --model deepseek/deepseek-v3.2.

Frequently Asked Questions about cli-anything-novita

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

FAQPage Schema
How do I access Novita AI models from the command line?

You can access Novita AI models from the command line by using an OpenAI-compatible API client that supports interactive REPL sessions, one-shot prompting, and streaming tokens directly within your terminal workflows.

Can I get structured JSON output from a Novita AI chat session for my automation scripts?

Yes, you can generate machine-readable JSON output from Novita AI chat sessions, enabling deterministic downstream parsing and seamless programmatic consumption by automation agents.

Do I need a Novita API key to test model connectivity in my terminal?

Yes, a Novita API key is required to verify API connectivity, list available models, and execute chat commands when interacting with Novita-backed OpenAI-compatible models from your terminal.

What is the best way to stream chat completions from Novita AI in a local terminal?

The best way to stream chat completions from Novita AI in a local terminal is using a command-line tool that sends prompts to OpenAI-compatible models and streams tokens for immediate feedback.

How do I run a one-shot prompt with Novita AI without launching an interactive session?

You can run a one-shot prompt with Novita AI by executing a single command-line instruction with your prompt text and specified model, bypassing interactive REPL sessions for immediate results.