Agent Skills Repo
The verlynk/verlynk-agent repository bundles agent-oriented documentation for the Verlynk MCP server and CLI — tool references, platform settings, example payloads, media upload guides, and a Cursor/Claude skill.
The repo also ships the verlynk npm CLI (npm install -g verlynk). Use the CLI for local file upload; connect your MCP client to the hosted server for natural-language tools.
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 | CLI vs MCP media shapes; media:upload and Public API presign |
| cli/README.md | CLI reference including media |
| examples/ | JSON payloads and workflow scripts |
| skills/verlynk/SKILL.md | Full agent skill reference |
MCP vs Public API / CLI
| Task | Use |
|---|---|
| List channels, create posts, list posts | MCP tools (connect via integrations) |
| Upload local media files | CLI verlynk media:upload / posts:create --media-file — see MEDIA.md and Posts |
| Upload media via HTTP only | Public API POST /v1/media/presign → PUT → /complete — see MEDIA.md |
| Analytics, connect accounts, full CRUD | Public API v1 / CLI — API Reference, CLI |
tip
Install the CLI with npm install -g verlynk (not the deprecated @verlynk/cli). See Installation, npm, and GitHub.