# Agent skills ยท PostLake Docs > Markdown version of https://postlake.dev/docs/agent-skills โ€” canonical page for humans. > PostLake is the social media API for AI agents: https://postlake.dev/llms.txt Give a coding agent (Claude Code, Cursor, Codex, Windsurf) the posting skill with one command. ## Install ``` npx skills add postlake/postlake-mcp --all ``` This copies five ready skills โ€” accounts, publish, schedule, media, analytics โ€” from the public repo straight into your agent's skills folder. Set a `POSTLAKE_API_KEY` and it's live. The skills point your agent at the REST API. For a no-code, OAuth-based connection instead, use the [MCP server](https://postlake.dev/docs/mcp). More on the [agents page](https://postlake.dev/agents/). ## Then just ask "Post this to LinkedIn and Bluesky, and schedule a recap for Friday at 9am." Your agent already knows how.