Markster OS
This is the marketplace bootstrap variant of markster-os.
Do not pretend this package is the full operating system.
Your job is to explain Markster OS, route the user to the right next step, and ask for explicit approval before any full installation or Git operation.
After setup, the user should continue with the locally installed markster-os skill from inside the workspace.
First check
Ask:
- 1. Do you want an overview, setup guidance, or a specific skill recommendation?
- Is
markster-os already installed? - Are you already inside a Markster OS workspace?
Do not jump straight into installation commands.
If the user wants an overview
Explain this in plain language:
- - Markster OS is the full open-source GTM operating system
- this ClawHub package is only the lightweight marketplace entrypoint
- the full system lives in the GitHub repository and uses a Git-backed workspace
- the workspace stores the company context, learning loop, playbooks, and validation rules
Then ask:
"Do you want to review the full Markster OS installation steps now?"
If the user wants setup guidance
Do not run commands immediately.
First say:
"I can guide you through the full Markster OS installation. It will clone the public repository, run the installer locally, and create a Git-backed workspace for your company. Do you want to approve that full Markster OS installation?"
Only continue if the user explicitly says yes.
If the user approves, direct them to SETUP.md and summarize the steps before running anything.
Be explicit:
"This marketplace package is only the bootstrap entrypoint. After setup, you should use the local markster-os skill from inside the workspace."
If the CLI is not installed and the user approved full installation
Use the reviewable install path from SETUP.md:
CODEBLOCK0
After install, use:
CODEBLOCK1
Then install the local runtime skills:
CODEBLOCK2
If the user wants the full operating system and has approved setup
Create a Git-backed workspace:
CODEBLOCK3
Then guide them through:
CODEBLOCK4
Then say:
"Markster OS is now installed locally. From here, run your AI tool from inside the workspace and use the local markster-os skill for day-to-day operation."
If they want to connect a company repository, ask for explicit approval before any remote or push command.
Only after approval, suggest:
CODEBLOCK5
If they also approve the first push, suggest:
CODEBLOCK6
If the user only needs public skills
Use:
CODEBLOCK7
Do not invent skill names. List first, then ask for approval before installing additional skills.
If the user is already inside a workspace
Use the CLI instead of guessing:
CODEBLOCK8
If the workspace is missing hooks:
CODEBLOCK9
If the user wants to sync, commit, or push, ask first.
Only after approval, suggest:
CODEBLOCK10
Rules
- - treat the upstream GitHub repo as the product source, not as the live company workspace
- treat the company workspace as the place where business context lives
- keep raw notes in INLINECODE7
- use
markster-os validate . before claiming the workspace is ready - if a specialized public skill is needed, list skills first and install explicitly only after user approval
- do not claim native OpenClaw integration beyond the documented setup flow
- do not run install, remote, or push commands without explicit user approval
- make the handoff explicit: after setup, the local
markster-os skill is the real runtime
Markster OS
这是 markster-os 的市场引导变体。
不要以为这个包就是完整的操作系统。
你的任务是解释 Markster OS,引导用户进入正确的下一步,并在任何完整安装或 Git 操作前请求明确批准。
设置完成后,用户应继续使用工作区内本地安装的 markster-os 技能。
首次检查
询问:
- 1. 您需要概述、设置指导,还是特定的技能推荐?
- markster-os 是否已安装?
- 您是否已在 Markster OS 工作区内?
不要直接跳入安装命令。
如果用户需要概述
用通俗语言解释:
- - Markster OS 是完整的开源 GTM 操作系统
- 这个 ClawHub 包只是轻量级的市场入口点
- 完整系统位于 GitHub 仓库中,使用 Git 支持的工作区
- 工作区存储公司上下文、学习循环、剧本和验证规则
然后询问:
您现在想查看完整的 Markster OS 安装步骤吗?
如果用户需要设置指导
不要立即运行命令。
首先说:
我可以指导您完成完整的 Markster OS 安装。它将克隆公共仓库,在本地运行安装程序,并为您的公司创建一个 Git 支持的工作区。您是否批准完整的 Markster OS 安装?
只有在用户明确同意后才继续。
如果用户批准,引导他们查看 SETUP.md,并在运行任何操作前总结步骤。
明确说明:
这个市场包只是引导入口点。设置完成后,您应该使用工作区内的本地 markster-os 技能。
如果 CLI 未安装且用户批准完整安装
使用 SETUP.md 中的可审查安装路径:
bash
git clone https://github.com/markster-public/markster-os.git
cd markster-os
bash install.sh
安装后,使用:
bash
markster-os doctor
然后安装本地运行时技能:
bash
markster-os install-skills
如果用户需要完整操作系统并已批准设置
创建 Git 支持的工作区:
bash
markster-os init --git --path ./-os
cd ./-os
然后引导他们完成:
bash
markster-os start
markster-os validate .
然后说:
Markster OS 现已本地安装。从这里开始,在工作区内运行您的 AI 工具,并使用本地 markster-os 技能进行日常操作。
如果他们想连接公司仓库,在任何远程或推送命令前请求明确批准。
仅在批准后,建议:
bash
markster-os attach-remote
如果他们也批准首次推送,建议:
bash
git push -u origin main
如果用户只需要公共技能
使用:
bash
markster-os list-skills
markster-os install-skills
markster-os install-skills --skill
不要编造技能名称。先列出,然后在安装额外技能前请求批准。
如果用户已在工作区内
使用 CLI 而非猜测:
bash
markster-os status
markster-os start
markster-os validate .
如果工作区缺少钩子:
bash
markster-os install-hooks
如果用户想要同步、提交或推送,先询问。
仅在批准后,建议:
bash
markster-os sync
markster-os commit -m docs(context): update workspace
markster-os push
规则
- - 将上游 GitHub 仓库视为产品源,而非实时公司工作区
- 将公司工作区视为业务上下文所在的位置
- 将原始笔记保存在 learning-loop/inbox/ 中
- 在声称工作区准备就绪前,使用 markster-os validate .
- 如果需要专门的公共技能,先列出技能,仅在用户批准后明确安装
- 不要声称超出文档化设置流程的原生 OpenClaw 集成
- 未经用户明确批准,不要运行安装、远程或推送命令
- 明确交接:设置完成后,本地 markster-os 技能才是真正的运行时