Agent Skills Repo
The verlynk/verlynk-agent repository bundles agent-oriented documentation for the Verlynk MCP server — tool references, platform settings, example payloads, and a Cursor/Claude skill.
This is a docs-only repo. There is no npm CLI. Your MCP client connects directly to the hosted server.
Install the skill
npx skills add verlynk/verlynk-agent
What's in the repo
| Resource | Description |
|---|---|
| MCP_TOOLS.md | Reference for list-channels, create-posts, get-posts |
| AUTHENTICATION.md | API key vs OAuth, scopes, default profile |
| SECURITY.md | Token handling and production safeguards |
| OPERATIONS.md | Rate limits, retry, plan limits, production checklist |
| PROVIDER_SETTINGS.md | Platform-specific post fields |
| MEDIA.md | Media upload via Public API presign |
| examples/ | JSON payloads and workflow scripts |
| skills/verlynk/SKILL.md | Full agent skill reference |
MCP vs Public API
| Task | Use |
|---|---|
| List channels, create posts, list posts | MCP tools (connect via integrations) |
| Upload media files | Public API POST /v1/media/presign — see MEDIA.md |
| Analytics, connect accounts, full CRUD | Public API v1 — API Reference |