computer-classicIntroduction

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:

  1. Environment variables (.env file)

  2. Command-line options

  3. 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?