Setup, authentication and session usage for Operator Editor MCP access
From operatornpx claudepluginhub ichabodcole/project-docs-scaffold-template --plugin operatorThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Operator Editor is a document editor with MCP server integration for reading and writing documents.
Activate when:
.operator configurationThe .operator file stores credentials in the working directory:
OPERATOR_API_KEY=mcp_xxx...
OPERATOR_SESSION_ID=abc123...
Check for .operator file
Check for cached session ID
OPERATOR_SESSION_ID exists, try using it directlyIf session is expired or missing
OPERATOR_API_KEY.operator file with the new OPERATOR_SESSION_IDIf no .operator file exists, explain the options:
.operator file to persist credentialsIf they choose option 2, be explicit: "I'll create a .operator file with your
API key and add it to .gitignore to keep it out of version control." Get
confirmation before creating files.
Always prefer reusing an existing session:
Once authenticated, use the MCP tools directly - their descriptions provide all operation details.