Introduction
The NeurosLink AI CLI provides a professional command-line interface for AI text generation, provider management, and workflow automation.
๐ฏ Overview
The CLI is designed for:
Developers who want to integrate AI into scripts and workflows
Content creators who need quick AI text generation
System administrators who manage AI provider configurations
Researchers who experiment with different AI models and providers
๐ Quick Reference
=== "Basic Commands"
```bash
# Text generation (primary commands)
neurolink generate "Your prompt here"
neurolink gen "Your prompt" # Short form
# Real-time streaming
neurolink stream "Tell me a story"
# Provider management
neurolink status # Check all providers
neurolink provider status --verbose # Detailed diagnostics
```=== "Advanced Usage"
=== "MCP Tools"
๐ Documentation Sections
:material-book-open: Commands Reference
Complete reference for all CLI commands, options, and parameters with detailed explanations.
:material-code-block-tags: Examples
Practical examples and common usage patterns for different scenarios and workflows.
:material-rocket: Advanced Usage
Advanced features like batch processing, streaming, analytics, and custom configurations.
๐ง Installation
The CLI requires no installation for basic usage:
โ๏ธ Configuration
The CLI automatically loads configuration from:
Environment variables (
.envfile)Command-line options
Auto-detection of available providers
๐ฎ Interactive Features
The CLI includes several interactive and automation features:
!!! tip "Auto-Provider Selection"
!!! example "Built-in Tools"
!!! note "Streaming Support"
๐ Integration
The CLI works seamlessly with:
Shell scripts and automation
CI/CD pipelines for automated content generation
Git hooks for documentation updates
Cron jobs for scheduled AI tasks
๐ Getting Help
For troubleshooting, see our Troubleshooting Guide or FAQ.
Last updated
Was this helpful?

