Connect Lindo to autonomous AI agents. Install the CLI, login, and let the agent manage your workspace through conversation.Documentation Index
Fetch the complete documentation index at: https://lindo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
OpenClaw
OpenClaw is an open-source AI agent that can negotiate, manage tasks, and interact with tools through messaging apps like Telegram.Setup
- Install OpenClaw following the official guide
- Ask your agent to install the Lindo CLI:
What OpenClaw Can Do with Lindo
- Create websites from a text description
- Onboard new clients and assign credits
- Publish pages and blog posts
- Monitor workflow status
- Check analytics and credit balances
Links
Hermes Agent
Hermes Agent is an autonomous AI agent built by Nous Research.Setup
- Install Hermes Agent from Nous Research
- Ask your agent to install the Lindo CLI:
What Hermes Can Do with Lindo
- Create and manage websites autonomously
- Handle client onboarding workflows
- Publish content on schedule
- Monitor workspace health and credits
Links
OpenCode
OpenCode is an open-source terminal-based AI coding agent. It executes shell commands, edits files, and manages projects — making it a natural fit for running Lindo CLI commands autonomously.Setup
- Install OpenCode from opencode.ai or GitHub
- Tell OpenCode:
What OpenCode Can Do with Lindo
- Build websites from natural language descriptions
- Batch-create multiple sites for client onboarding
- Manage client accounts and credit allocations
- Publish pages and blog posts programmatically
- Check workflow status and analytics
Links
Claude Code
Claude Code is Anthropic’s terminal-based agentic coding tool. It runs shell commands, manages files, and orchestrates multi-step tasks — perfect for using the Lindo CLI to build and manage websites from your development environment.Setup
What Claude Code Can Do with Lindo
- Create websites with detailed design prompts
- Chain multiple operations (create client → build site → assign → magic link)
- Debug and retry failed workflows
- Integrate Lindo into larger development workflows
Links
OpenAI Codex CLI
Codex is OpenAI’s open-source terminal coding agent. It executes shell commands and edits code autonomously — give it the Lindo CLI and it can create websites, manage clients, and publish content through natural language instructions.Setup
- Install Codex from GitHub
- Tell Codex:
What Codex Can Do with Lindo
- Create and manage websites via CLI commands
- Automate repetitive client setup tasks
- Publish content and check build status
- Integrate with other tools in your terminal workflow
Links
How It Works
AI agents interact with Lindo through the CLI. The flow is:- Agent installs the Lindo CLI (
npm install -g lindoai-cli) - Agent installs the skill (
lindoai skill) — writes the full command reference to the agent’s skill directory - Agent reads the help (
lindoai --help) — discovers available commands and theskill --printtip - Agent authenticates (
lindoai login) - Agent runs commands to manage your workspace
lindoai --help, the output includes a tip to run lindoai skill --print which outputs the full SKILL.md — a complete reference of every command, parameter, and usage example. This teaches the agent everything it can do without needing external docs.
The CLI also provides JSON output mode (--format json) which agents parse to understand results and make decisions.
Supported Agents
Any AI agent that can execute shell commands can use Lindo. The CLI is designed to be agent-friendly with:- Structured JSON output for machine parsing
- Clear error messages with actionable suggestions
- Non-interactive authentication via
LINDO_API_KEYenv var - Idempotent operations safe for retry
| Agent | Status | Notes |
|---|---|---|
| OpenClaw | ✅ Supported | Full CLI access via Telegram |
| Hermes | ✅ Supported | Autonomous task execution |
| OpenCode | ✅ Supported | Terminal-based coding agent |
| Claude Code | ✅ Supported | Also works via MCP or Plugin |
| OpenAI Codex | ✅ Supported | Also works via Codex Plugin |
| Custom agents | ✅ Supported | Any agent with shell access |

