One file that teaches any AI agent your entire platform.
Drop a SKILL.md into your project and your AI agent instantly knows how to create websites, manage clients, publish content, and run your agency on Lindo. Open standard. Works everywhere.
The problem
AI agents have tools. They don't have context.
Give an AI agent 43 MCP tools and it can do anything. But it doesn't know how. Should it create the client before or after the website? What parameters does the page builder need? How do credits work?
The Agent Skill fills that gap. It's a structured document that teaches the agent your platform's mental model — the right tool for each job, the correct sequence for complex operations, and the gotchas to avoid. One file, loaded once, and the agent goes from “confused tool-caller” to “competent assistant.”
The difference
Without skill vs. with skill
✗ Agent tries random tools until something works
✗ Creates website before creating client (wrong order)
✗ Forgets to allocate credits, client can't use the site
✗ Passes wrong parameters, gets errors, retries 3x
✗ Takes 8 tool calls to do what should take 3
✓ Agent picks the right tool on the first try
✓ Follows correct sequence: client → website → credits
✓ Knows to allocate credits and generate magic link
✓ Passes correct parameters with proper formatting
✓ Completes complex tasks in 3 clean tool calls
Install
One command. Any platform.
Install (all agents)
npx skills add lindoai/agent-skillManual (any platform)
mkdir -p .claude/skills/lindo-ai curl -o .claude/skills/lindo-ai/SKILL.md \ https://raw.githubusercontent.com/lindoai/agent-skill/main/SKILL.md
Works with Cursor (.cursor/skills/), Perplexity Spaces, Windsurf, and any tool that reads SKILL.md files.
Architecture
Skill + MCP = complete agent integration
MCP provides tools
43 functions the agent can call — create, read, update, delete across all resources.
Skill provides knowledge
Which tool to use, what parameters to pass, and how to chain operations together.
Agent provides intelligence
Reads context from the conversation, makes decisions, and executes the right sequence.
Example
What a skilled agent can do
“Onboard a new client: Sarah at sarah@brightsmile.com. Create a dental clinic website for her in Austin, give her 500 credits, and send me the magic link.”
→ create_client(email: "sarah@brightsmile.com", name: "Sarah")
→ create_website(name: "Bright Smile Dental", description: "Family dentistry in Austin, TX")
→ allocate_credits(client_id: "cli_...", amount: 500)
→ generate_magic_link(client_id: "cli_...")
✓ Done. Client created, website building (5 pages), 500 credits allocated. Magic link: https://app.lindo.ai/magic/...
Get started
Two steps to a smarter agent
Install the MCP server.
npx -y @lindoai/mcp-server — provides the 43 tools your agent can call.
Install the skill.
npx skills add lindoai/agent-skill — teaches the agent how to use those tools effectively.
Frequently Asked Questions
What's the difference between a skill and the MCP server?
Do I need both the skill and the MCP server?
What's the SKILL.md format?
Will the skill slow down my AI agent?
Can I customize the skill for my agency's workflow?
One file. 43 tools. Zero confusion.
Install the skill and watch your AI agent go from tool-caller to agency assistant.