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 Agent Skill teaches AI agents how to use the Lindo platform. It follows the open Agent Skills standard and works with Claude Code, OpenAI Codex, Perplexity, Cursor, Windsurf, and any tool that supports the SKILL.md format.

What It Does

The skill provides structured instructions that teach AI agents how to:
  • Create websites from text prompts using AI
  • Create and publish pages and blog posts
  • Manage clients, assign websites, generate login links
  • Check and allocate credits
  • View workspace and website analytics

Installation

Install (all agents)

npx skills add lindoai/agent-skill
Works with Claude Code, Codex, OpenCode, Cursor, Windsurf, and any agent that supports the skills standard.

Manual Install

Copy the SKILL.md file to your project’s skills directory:
mkdir -p .claude/skills/lindo-ai
curl -o .claude/skills/lindo-ai/SKILL.md \
  https://raw.githubusercontent.com/lindoai/agent-skill/main/SKILL.md

Prerequisites

The skill requires the Lindo MCP server to be configured. The skill tells the agent how to use the MCP tools effectively — it doesn’t provide the tools itself.
npx -y @lindoai/mcp-server

Supported Platforms

PlatformSkill Support
Claude Code✅ Native claude skill install
OpenAI Codex✅ Via .agents/skills/ directory
Perplexity✅ Via Spaces and Comet browser
Cursor✅ Via .cursor/skills/ directory
Windsurf✅ Via project skills directory
OpenClaw✅ Via skills directory

How It Works

  1. The skill file (SKILL.md) is loaded into the AI agent’s context
  2. It provides structured instructions on available tools and their parameters
  3. The agent uses this knowledge to call MCP tools correctly
  4. Results are returned to the agent for further processing

Example Interactions

Once the skill is installed, you can ask your AI agent:
  • “Create a portfolio website for a photographer named Sarah”
  • “Add a pricing page to my website”
  • “Write a blog post about SEO best practices”
  • “Create a client for john@acme.com and give them 500 credits”
  • “Show me the analytics for my website this month”

Resources