bcms-content

Installation
SKILL.md

BCMS Content CLI

Canonical copy: edit this file at ai/skills/bcms-content/SKILL.md. The Claude Code and Cursor plugins package the same file via symlinks under ai/providers/*/plugin/skills/bcms-content/.

This skill ships a small executable CLI (cli/bcms.mjs) for content operations: create / update / delete / list entries and upload media. It wraps the official @thebcms/client SDK so entry meta is converted to the raw props the backend expects (raw REST calls do not do this).

For content modeling, SDK usage in application code, framework integrations, and the MCP server, use the companion bcms skill. Use this bcms-content skill when you want to run a command and get a result rather than write app code.

Setup guide: thebcms.com/agents — MCP connection, skill install, and CLI examples.

Setup (once)

  1. Install dependencies in this skill folder (it has its own package.json with one dependency):
npm install
  1. Provide an API key — three-part keyId.secret.instanceId in BCMS_API_KEY. This is an API key and can be scoped to the templates/media you need (references/permissions.md).
Installs
10
Repository
bcms/ai
GitHub Stars
2
First Seen
Jun 9, 2026
bcms-content — bcms/ai