← 返回 Skills 市场
galexy

Sageox Summary

作者 Galex Yen · GitHub ↗ · v0.3.1 · MIT-0
macoslinux ✓ 安全检测通过
122
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install sageox-summary
功能描述
Generate an overall team summary covering the last 24 hours across all SageOx-enabled teams. Reads distilled daily entries via `ox distill history` and produ...
安全使用建议
This skill appears to do what it claims, but review and accept the practical effects before installing: it will (1) run or install the Claude CLI (npm) which uses your Anthropic credentials if present (it will not inject keys itself), (2) download a pinned ox release from GitHub into $HOME/.local/bin and verify its sha256, and (3) create and update state files under ~/.openclaw/memory and may ask you to add $HOME/.local/bin to ~/.openclaw/.env. If you are uncomfortable giving the Claude CLI access to an ANTHROPIC_API_KEY or allowing the skill to install into your user bin directory, do not install. The install scripts verify checksums — if you want extra assurance, inspect the pinned tag and embedded checksums in scripts/install-ox-curl.sh before running.
功能分析
Type: OpenClaw Skill Name: sageox-summary Version: 0.3.1 The skill is a well-architected tool for summarizing team activity using the 'ox' CLI and Claude. It demonstrates strong security practices, including strict path validation (rejecting shell metacharacters and relative paths), hardcoded SHA256 checksum verification for binary downloads in 'scripts/install-ox-curl.sh', and the use of specific regex patterns to sanitize input IDs. The logic is transparent, avoids elevated privileges (no sudo), and follows the stated purpose without any signs of data exfiltration or malicious intent.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name and description match the actual behavior: the skill enumerates ox distill history, synthesizes text via Claude, and formats Slack output. Required binaries (ox, claude, jq) and the provided installs (npm Claude CLI, brew jq) are appropriate and expected for this functionality.
Instruction Scope
Runtime instructions and scripts operate on the expected inputs and state: they call `ox distill history`, run `claude -p` on inlined entries, and read/write state under ~/.openclaw/memory. The SKILL.md enforces path validation rules and treats memory files as untrusted. There are no instructions that attempt to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
Installs are moderate-risk but coherent: Claude CLI is installed via an npm package, jq via Homebrew, and `ox` is installed via a pinned GitHub Releases tarball. The curl flow verifies sha256 checksums and installs into $HOME/.local/bin; the install script avoids piping remote scripts to shell and includes readiness checks.
Credentials
The skill declares no required environment variables. It correctly documents that the Claude CLI will use existing Anthropic credentials (OAuth login or ANTHROPIC_API_KEY) if present. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true and runs only when invoked. It writes state only under ~/.openclaw/memory and suggests PATH changes in ~/.openclaw/.env; it does not modify other skills or system-wide settings beyond user-visible install steps.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sageox-summary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sageox-summary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.1
Update to ox cli version 0.6.4
v0.3.0
- Dropped support for per-skill ANTHROPIC_API_KEY; now requires `claude` CLI to be authenticated via `claude login` (OAuth) or shell env. - Changed `ox` install/update: switched from auto-update on every run to a pinned release model (curl only); users update by reinstalling the skill. - Simplified prerequisite checks and updated error messaging: install/update script (`update-ox.sh`) now emits clearer error and fix instructions. - Removed Homebrew install guidance for `ox`; only curl install supported within OpenClaw. - Updated state/config handling and clarified path validation rules. - Removed legacy scripts/install-ox-git.sh; updated install scripts and documentation accordingly.
v0.2.0
- Revamps logic to use new `ox distill history list` and `ox distill history show` commands (requires ox PR #507+). - Updates path and state validations: stricter checks for paths, new manifest and summary state file formats, and improved handling of untrusted input. - Removes dependency on SageOx endpoint files and team-context directory layouts. - Summarizes distilled activity across all SageOx-enabled teams using updated state management. - Includes enhanced install and update flows for the `ox` CLI, with detailed prerequisite checks and error reporting. - Retires the old `.md`-based summary tracking, smoothly migrating prior state on first run.
元数据
Slug sageox-summary
版本 0.3.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Sageox Summary 是什么?

Generate an overall team summary covering the last 24 hours across all SageOx-enabled teams. Reads distilled daily entries via `ox distill history` and produ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 Sageox Summary?

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

Sageox Summary 是免费的吗?

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

Sageox Summary 支持哪些平台?

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

谁开发了 Sageox Summary?

由 Galex Yen(@galexy)开发并维护,当前版本 v0.3.1。

💬 留言讨论