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 theDocumentation Index
Fetch the complete documentation index at: https://lindo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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)
Manual Install
Copy theSKILL.md file to your project’s skills directory:
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.Supported Platforms
| Platform | Skill 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
- The skill file (
SKILL.md) is loaded into the AI agent’s context - It provides structured instructions on available tools and their parameters
- The agent uses this knowledge to call MCP tools correctly
- 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”

