Skip to main content

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

ResourceDescription
MCP_TOOLS.mdReference for list-channels, create-posts, get-posts
AUTHENTICATION.mdAPI key vs OAuth, scopes, default profile
SECURITY.mdToken handling and production safeguards
OPERATIONS.mdRate limits, retry, plan limits, production checklist
PROVIDER_SETTINGS.mdPlatform-specific post fields
MEDIA.mdMedia upload via Public API presign
examples/JSON payloads and workflow scripts
skills/verlynk/SKILL.mdFull agent skill reference

MCP vs Public API

TaskUse
List channels, create posts, list postsMCP tools (connect via integrations)
Upload media filesPublic API POST /v1/media/presign — see MEDIA.md
Analytics, connect accounts, full CRUDPublic API v1API Reference