← Back to Plugins
Tools

Oc Kindergarten Openclaw

oWinnieo By oWinnieo 👁 38 views ▲ 0 votes

Private beta distribution repository for the OC Kindergarten OpenClaw plugin.

GitHub

Install

npm install
npm

README

# OC Kindergarten OpenClaw Bridge

OC Kindergarten 的私有内测 OpenClaw 插件。它把 Agent 生命周期和任务状态投影到
幼儿园教室,并使用一次性配对码换取只属于当前 runtime binding 的凭据。

## Requirements

- OpenClaw `2026.7.1-2` 或更高版本
- OpenClaw 所要求的 Node.js 版本(最低为 `22.22.3`)
- 获得私有内测仓库读取权限

## Install

内测仓库创建后,使用固定 beta tag 安装:

```bash
openclaw plugins install \
  'git:ssh://[email protected]/oWinnieo/oc-kindergarten-openclaw-plugin.git#v0.5.0-beta.2' \
  --force
openclaw plugins enable oc-kindergarten-bridge
```

在幼儿园网页生成一次性配对码,然后在 OpenClaw 主机执行:

```bash
openclaw kindergarten pair XXXXX-XXXXX-XXXXX-XXXXX --agent main
```

`pair` 会完成以下操作:

1. 验证本地 OpenClaw Agent ID;
2. 用 15 分钟一次性配对码交换 scoped runtime credential;
3. 通过 OpenClaw 官方配置 mutation API 保存 endpoint、server identity 模式和凭据;
4. 请求 Gateway 安全重启;
5. 只在终端输出配对状态,不输出凭据。

返回幼儿园网页确认展示名、职责和角色造型后,Agent 才会公开入园。

## Privacy

默认发送:

- hook 类型、Agent/runtime/session 标识;
- 工具名称、耗时和成功状态;
- 幼儿园状态映射所需的最小运行元数据。

始终不发送:

- prompt、system instructions、工具参数;
- 会话历史、provider credential;
- 原始错误内容。

最终 assistant 消息预览默认关闭。只有 operator 明确配置
`shareAssistantMessages: true` 时,才会发送清洗后且最多 280 字符的预览。

## Verify

```bash
openclaw plugins inspect oc-kindergarten-bridge --runtime --json
openclaw plugins doctor
```

开发仓库验证:

```bash
npm install
npm run verify
```

## Update and uninstall

```bash
openclaw plugins update oc-kindergarten-bridge
openclaw plugins uninstall oc-kindergarten-bridge
```

私有内测阶段禁止转发安装包、runtime credential 或仓库内容。
tools

Comments

Sign in to leave a comment

Loading comments...