Skip to main content

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

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.mdCLI vs MCP media shapes; media:upload and Public API presign
cli/README.mdCLI reference including media
examples/JSON payloads and workflow scripts
skills/verlynk/SKILL.mdFull agent skill reference

MCP vs Public API / CLI

TaskUse
List channels, create posts, list postsMCP tools (connect via integrations)
Upload local media filesCLI verlynk media:upload / posts:create --media-file — see MEDIA.md and Posts
Upload media via HTTP onlyPublic API POST /v1/media/presign → PUT → /complete — see MEDIA.md
Analytics, connect accounts, full CRUDPublic API v1 / CLIAPI Reference, CLI
tip

Install the CLI with npm install -g verlynk (not the deprecated @verlynk/cli). See Installation, npm, and GitHub.