Skip to main content

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.

The Lindo Claude Plugin bundles MCP tools, skills, agents, hooks, and commands into a single installable package for Claude Code. It provides a complete integration — no separate MCP configuration needed.

Installation

Add the Lindo marketplace and install the plugin:
claude plugin marketplace add lindoai/lindoai-claude-marketplace
claude plugin install lindo-ai@lindo-marketplace
Or from within Claude Code:
/plugin marketplace add lindoai/lindoai-claude-marketplace
/plugin install lindo-ai@lindo-marketplace
You can also install from the Claude Desktop (Cowork) UI: CustomizePersonal plugins+ → enter lindoai/lindoai-claude-marketplaceSync.

Setup

Set your Lindo API key:
export LINDO_API_KEY=lindo_sk_live_...
Or the plugin will open a browser login flow on first use.
Get an API key from SettingsAPI in your Lindo workspace.

Skills

SkillDescription
create-websiteCreate a new website with AI
create-pageAdd a page to an existing website
create-blogGenerate a blog post with AI
manage-clientsCreate, list, assign, and manage clients
manage-websitesView, update, and configure websites
manage-contentPublish, edit, and manage pages and blogs

Agents

AgentDescription
website-builderGuided website creation — asks the right questions, then builds
content-writerSEO-focused blog and content creation assistant
agency-managerClient onboarding, credits, and agency operations
Use agents with: /lindo-ai:website-builder, /lindo-ai:content-writer, /lindo-ai:agency-manager

Commands

CommandDescription
statusCheck status of recent website builds
dashboardWorkspace overview — websites, clients, usage
Use commands with: /lindo-ai:status, /lindo-ai:dashboard

Hooks

  • API key validation — Checks for LINDO_API_KEY before any tool call
  • Delete protection — Confirms destructive operations before executing
  • Post-creation guidance — Reminds you that generation takes 1-2 minutes

Example Usage

Once installed, you can ask Claude Code:
> Build a portfolio website for a photographer
> Add a pricing page to my website
> Write a blog post about SEO tips
> Create a client for Acme Corp
> Give 500 credits to my client
> Add example.com to my website
> Show me traffic for my website
Or use the guided agents:
> /lindo-ai:website-builder
> /lindo-ai:content-writer
> /lindo-ai:agency-manager

How It Differs from MCP + Skill

FeaturePluginMCP + Skill
InstallationMarketplace installTwo separate configs
AuthenticationBuilt-in browser flowManual API key setup
Skills bundledSeparate install
Agents✅ 3 guided agents
Hooks✅ Auto-validation
Commands✅ /status, /dashboard
MCP tools✅ IncludedSeparate config
The plugin is the simplest way to get started with Lindo in Claude Code. If you need more control or use multiple AI clients, use the MCP server + Agent Skill approach instead.

Requirements

  • Claude Code CLI or Claude Desktop (Team/Enterprise)
  • Lindo AI account with Business or Whitelabel plan
  • Node.js 18+

Resources