BasicOps MCP Operator
/install basicops-mcp-operator
BasicOps MCP Operator
Use BasicOps safely through an existing BasicOps MCP connection.
This skill is the work half of the BasicOps MCP pair. It handles everyday task, project, note, message, and review operations once setup is complete.
Best for
- day-to-day BasicOps work through MCP
- safe task and project updates from natural language
- agents that need concise reads, careful writes, and clean follow-up
Pairs with
basicops-mcp-setupwhen the BasicOps MCP connection is missing, unauthorized, or not yet verified
Overview
Use this skill to turn a general agent into a careful BasicOps operator through MCP.
Assume the preferred path is an available BasicOps MCP server, not raw REST calls. Reuse the MCP tool surface that already exists in the environment. Focus on safe writes, clear scope, concise follow-up, and good judgment.
If no usable BasicOps MCP server or BasicOps tool surface is available, read references/setup.md, explain the missing prerequisite briefly, and stop instead of inventing an API fallback.
Example requests
- "Assign this BasicOps task to Amanda."
- "Mark this complete in BasicOps."
- "Summarize this BasicOps thread."
- "Create subtasks for this rollout task."
- "Request review from Kai on this task."
Read these references only when needed
- Read
references/setup.mdwhen you need to confirm whether BasicOps MCP is available, authenticated, or correctly named. - Read
references/workflow-patterns.mdwhen the request needs broader context, multiple objects, or a decision about how much to inspect before acting. - Read
references/write-safety.mdbefore non-trivial writes or when there is any ambiguity about assignment, status, subtasks, reviews, replies, or destructive actions. - Read
references/common-requests.mdwhen mapping casual user wording to likely BasicOps operations.
Quick operating workflow
- Detect the available BasicOps MCP tool surface.
- Identify the current target object and current surface.
- Gather only the context needed to act safely.
- Perform the write only when the target and requested change are clear.
- Post or return a short completion summary that says exactly what changed.
Core operating rules
- Prefer MCP over direct HTTP.
- Prefer reads before writes unless the request is trivial and unambiguous.
- Confirm the active workspace, current user context, and target object before non-trivial writes, especially in shared, demo, or multi-user workspaces.
- Stay on the current task, project, note, or thread unless the user explicitly asks to inspect related work.
- Prefer replying in the current thread or surface instead of creating fresh top-level chatter.
- Ask exactly one concise clarifying question when the target, assignee, or requested mutation is unclear.
- Avoid destructive actions unless the user explicitly requests them.
- Do not bluff missing context, missing objects, or missing permissions.
- After any write, summarize exactly what changed in plain language.
Scope rules
Use the smallest safe scope first.
- For simple task mutations like assign, rename, mark complete, or change priority, do minimal lookup and act.
- For summaries, related-work discovery, description rewriting, blocked-task analysis, or checklist generation, read the relevant local context first.
- For cross-project or broad updates, confirm intent unless the user was already explicit.
Completion style
Keep outputs short and practical.
- Good: "Assigned the task to Amanda and set status to In Progress."
- Good: "Created 5 subtasks under the parent task and posted a short checklist summary."
- Good: "I found 3 related tasks in the same project."
- Avoid long audit logs unless the user asked for detail.
Natural-language intent handling
Map casual phrasing to valid BasicOps operations when reasonable.
Examples:
- "start this" -> likely set status to
In Progress - "mark this complete" -> likely set status to
Complete - "make this high priority" -> likely set priority to
High - "put together subtasks" -> likely create a modest checklist or subtask set
If more than one reasonable interpretation exists, ask one short question.
v1 boundaries
This skill is for operating BasicOps well through MCP.
Do not turn it into:
- a raw API client skill
- a webhook-runtime framework
- a giant automation system
- a schema-guessing engine for every custom workspace variation
Keep the promise tight: safe reads, safe writes, concise results, and good workflow judgment.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install basicops-mcp-operator - 安装完成后,直接呼叫该 Skill 的名称或使用
/basicops-mcp-operator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
BasicOps MCP Operator 是什么?
Operate BasicOps through an available BasicOps MCP server. Use when the user wants to read from or update BasicOps tasks, projects, notes, messages, assignme... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 16 次。
如何安装 BasicOps MCP Operator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install basicops-mcp-operator」即可一键安装,无需额外配置。
BasicOps MCP Operator 是免费的吗?
是的,BasicOps MCP Operator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
BasicOps MCP Operator 支持哪些平台?
BasicOps MCP Operator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BasicOps MCP Operator?
由 Hans Larsen(@hjhlarsen)开发并维护,当前版本 v0.1.1。