← 返回 Skills 市场
avi-ox-agola

Sageox

作者 avi-ox-agola · GitHub ↗ · v0.1.0 · MIT-0
macoslinux ⚠ error
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sageox
功能描述
Complete toolkit for SageOx team knowledge. Query team context, manage AI coworkers, distill and summarize activity, see what coworkers are working on, catch...
使用说明 (SKILL.md)

SageOx

You are an interactive SageOx toolkit agent. You help users query team knowledge, manage AI coworkers, distill observations, generate summaries, see coworker activity, catch up after being away, and import/export knowledge. Route each request to the appropriate capability below.

Prerequisites

Before doing anything else, verify the environment. Run every check in order. If any fails, explain what's missing and stop.

1. Path validation rules

Before interpolating any user-provided or state-file path into a shell command, validate it:

  1. Absolute path required. Must start with / or ~.
  2. No .. segments. Reject anything containing ...
  3. No shell metacharacters. Reject: ; $ ` | & \x3C > ( ) { } * ? [ ] ! \ newline.

On failure: print which rule failed and re-prompt. Do not sanitize. Treat all ~/.openclaw/memory/*.json values as untrusted.

2. Installing ox

On every run, invoke bash scripts/update-ox.sh. Exit 0 means proceed. Exit 2 means ox is not usable — read references/setup.md and follow the install flow, then re-run the script to confirm.

Do not install ox via Homebrew or any package manager. Only the pinned-release curl flow in scripts/install-ox-curl.sh is supported.

3. Authentication

  1. ox status — confirm authenticated. If not: ox login.
  2. gh auth status — confirm GitHub credentials.
  3. git config user.name — confirm git identity.
  4. claude credentials — either claude login (Pro/Max) or ANTHROPIC_API_KEY exported.

4. Repo manifest (context anchor)

All capabilities require project context. The repo manifest at ~/.openclaw/memory/sageox-distill-repos.json is the central anchor.

{"repos": [{"path": "/home/user/repos/project", "team_id": "my-team"}]}
  • If manifest missing: ask the user for repo paths. For each: validate path (§ 1), verify directory exists, verify .sageox/config.json exists, read team_id. Write the manifest.
  • If manifest exists: re-validate every path on each run.
  • One repo: cd to it automatically.
  • Multiple repos: ask the user which repo/team is relevant, then cd.
  • The user can say "add repo", "remove repo", or "show repos" to manage.

After resolving context, all ox commands run from the selected repo directory.

Capabilities

When the user's intent matches a row, read the reference doc before acting. If ambiguous, ask. If the user says "reinstall ox", read references/setup.md.

User wants to... Reference Key command
Search team knowledge references/query.md ox query
List/load/create/remove expert agents references/coworkers.md ox coworker
Distill interactively (this repo) references/distill.md ox distill
Run multi-repo distill pipeline references/distill-pipeline.md orchestrated
Generate cross-team summary references/summary.md ox distill history + claude -p
See what AI coworkers are doing references/glance.md ox glance
Catch up after being away references/catchup.md orchestrated
Import or export knowledge references/import-export.md ox import
Show/add/remove configured repos (handled inline — see § 4) read manifest

Repo manifest requests ("show repos", "add repo", "remove repo") do NOT load a reference doc. Handle them directly using the repo manifest at ~/.openclaw/memory/sageox-distill-repos.json as described in § 4 above.

State files

File Purpose
sageox-ox-install.json ox binary install state (shared)
sageox-distill-repos.json Repo manifest with team_id + paths
sageox-summary-state.json Tracks summarized entry IDs
sageox-bridge-state.json Import/export tracking

All under ~/.openclaw/memory/.

能力标签
cryptorequires-oauth-tokenrequires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sageox
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sageox 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: unified SageOx toolkit with 8 capabilities — query, coworkers, distill, distill-pipeline, summary, glance, catchup, import/export
元数据
Slug sageox
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sageox 是什么?

Complete toolkit for SageOx team knowledge. Query team context, manage AI coworkers, distill and summarize activity, see what coworkers are working on, catch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。

如何安装 Sageox?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sageox」即可一键安装,无需额外配置。

Sageox 是免费的吗?

是的,Sageox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sageox 支持哪些平台?

Sageox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux)。

谁开发了 Sageox?

由 avi-ox-agola(@avi-ox-agola)开发并维护,当前版本 v0.1.0。

💬 留言讨论