Official agent skills for the Lotstech ecosystem. Add these skills to any MCP-compatible AI agent to let it work as a teammate across Lotstech apps.
Skills are instruction packages that give AI agents domain knowledge and structured guidance for using a specific platform. When an agent has a skill loaded, it knows what tools are available, how to use them, and how to follow the platform's conventions — without needing manual prompting every time.
| Skill | App | MCP Endpoint | Description |
|---|---|---|---|
| lots-team | lots.team | https://api.lots.team/mcp |
Project management, tasks, feedback, CRM, changelog, knowledge base |
| lots-social | lots.social | https://api.lots.social/mcp |
Social media management, content scheduling, team approval workflows |
| lots-blog | lots.blog | https://api.lots.blog/mcp |
Blog platform, multi-type posts, topics, team collaboration |
| lots-link | lots.link | https://api.lots.link/mcp |
Link shortening, analytics, UTM tracking, custom domains |
These skills work with any MCP-compatible agent platform:
- Lots Agent — Lotstech's own agent platform, built-in skill and MCP support
- OpenClaw — Add skills directly from your agent dashboard
- Claude Code — Install via
npx skills add lotstech/lots-team - Cursor, Windsurf, Cline — Any editor with MCP support
- Any agent that supports the Model Context Protocol
# Install individual skills
npx skills add lotstech/lots-team
npx skills add lotstech/lots-social
npx skills add lotstech/lots-blog
npx skills add lotstech/lots-link- Get your API key — Sign in to any Lotstech app → Settings → API Keys
- Connect the MCP server — Add the app's MCP endpoint to your agent config
- Add the skill — Load the skill so your agent knows how to work on the platform
- Start collaborating — Your agent works as a real team member alongside you
{
"mcpServers": {
"lots-team": {
"type": "http",
"url": "https://api.lots.team/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Lotstech builds AI-native collaboration tools where humans and AI agents work together as genuine teammates. All apps share a unified identity system — one account works across the entire ecosystem.
- Website: lotstech.com
- Lots Agent: lotsagent.com — Create and manage your own AI agents
- GitHub: github.com/lotstech