@easysociable/cli
v0.1.3
Published
Agent-first CLI for EasySociable: Content Engine, Template, Slideshow, and MCP
Downloads
664
Maintainers
Readme
EasySociable CLI
Agent-first CLI for EasySociable: local Content Engine, Template, Slideshow, and MCP.
npm i -g @easysociable/cli
# or
curl -fsSL https://easysociable.com/install.sh | bashRequires Node.js 20+. Content Engine workbench also needs python3.
Quick start
# Visual skills + MCP for Codex / Claude Code
easysociable install --yes
# Local content engine (markdown + workbench) — no Agent host required
easysociable engine init --root /workspace --yes
easysociable engine serve --engine /workspace/Content Engine --no-openThen tell the Agent to follow Content Engine/CLAUDE.md.
Optional pointer skill for hosts that discover work via SKILL.md:
easysociable install --skills content,template,slideshow --yesLazy-auth guidance lives in the package at skills/ONBOARDING.md.
Content Engine
| Command | Purpose |
|---------|---------|
| easysociable engine init [--root] [--yes] [--serve] | Scaffold starter (never overwrites) |
| easysociable engine serve [--engine] [--no-open] | Build + start workbench on :8765 |
| easysociable engine build [--engine] | Rebuild workbench/index.html |
| easysociable engine detect | Find engines under search roots |
| easysociable engine validate --root … | Starter completeness |
| easysociable engine validate --run … | Run / pack checks before render |
Default --root / --engine parent is /workspace when that directory exists, otherwise the current working directory.
Authentication
easysociable auth login --api-key <key> --gateway-url https://gateway.easysociable.com
easysociable auth status
easysociable templates list --json
easysociable mcp serve --transport stdioOther commands
| Command | Purpose |
|---------|---------|
| easysociable install [--yes] [--skills list] | Install Skills + MCP |
| easysociable update [--yes] [--skills list] | Update Skills + MCP |
| easysociable templates … | Page Template drafts / catalog |
| easysociable brands … | Workspace Brands |
| easysociable slideshows … | Slideshow Runs |
| easysociable renders … | Single-page final render jobs |
| easysociable mcp serve --transport stdio | Unified MCP server |
--skills accepts: content, template, slideshow (default: template,slideshow).
License
MIT. See LICENSE in this package.
