← Back to Skills Marketplace
galexy

Sageox Distill

by Galex Yen · GitHub ↗ · v0.2.1 · MIT-0
macoslinux ✓ Security Clean
125
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install sageox-distill
Description
Sync, index, and distill team activity across SageOx-enabled repositories. Keeps your team's knowledge base up to date by syncing repo contexts, indexing Git...
Usage Guidance
This skill appears to do what it claims, but review these points before installing: - You must provide authentication for Anthropic (claude) and GitHub; SKILL.md explains either 'claude login' or exporting ANTHROPIC_API_KEY, but the registry metadata does not declare that env var — be prepared to supply it yourself. - The skill will download a pinned 'ox' release from GitHub Releases and install it to $HOME/.local/bin; the installer verifies sha256 and the binary's reported version. If you have policy concerns, inspect scripts/install-ox-curl.sh and confirm the pinned tag and checksums are acceptable. - Installing 'claude' via npm and gh/jq via brew requires network access and installs third-party code — verify you trust those packages and their permissions before proceeding. - The skill will read/write state in ~/.openclaw/memory and may ask you to add $HOME/.local/bin to ~/.openclaw/.env. These are local changes; review the files if you want to audit them first. - If you need higher assurance, run the two included scripts manually (scripts/install-ox-curl.sh and scripts/update-ox.sh) and review their stdout/stderr before letting the agent run them automatically. If you are comfortable granting the above (local install, providing API keys for Anthropic/GitHub), the skill is internally consistent with its purpose.
Capability Analysis
Type: OpenClaw Skill Name: sageox-distill Version: 0.2.1 The skill demonstrates high security maturity and follows best practices for agentic tools. It includes explicit path validation rules in SKILL.md to prevent shell injection, uses SHA256 checksum verification for its binary installer (scripts/install-ox-curl.sh), and treats its own persistent state files as untrusted data. The installation logic avoids sudo and uses safe JSON construction via jq to prevent injection during state recording.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Declared binaries and installs match the stated function: 'ox' is the distillation CLI, 'git' and 'gh' are needed to access/index GitHub repos, 'jq' processes JSON, and 'claude' (Anthropic CLI) is required for LLM calls. The install specs (npm for Claude, brew for gh/jq) are proportionate to those needs.
Instruction Scope
SKILL.md limits activity to validating environment, reading/writing skill-local state (~/.openclaw/memory), managing a repo manifest, running the pinned 'ox' binary, and checking authentication. The skill enforces strict path validation rules and explicitly treats memory files as untrusted. There are no hidden network endpoints or instructions to exfiltrate unrelated system data; note that running 'ox' and the Claude/gh CLIs will involve network calls to their respective services (expected for this skill).
Install Mechanism
Install flow is explicit and conservative: 'ox' is fetched from a pinned GitHub Releases tarball with per-platform sha256 checks and installed to $HOME/.local/bin (no sudo, no curl|bash piping). 'claude' is installed via npm and gh/jq via brew — typical for CLI dependencies. The curl-download target is GitHub Releases (a well-known host) and the script verifies checksums and versions before recording state.
Credentials
SKILL.md requires Anthropic authentication (either 'claude login' or ANTHROPIC_API_KEY exported), and also requires GitHub credentials for 'gh auth status', but requires.env in the registry metadata is empty and no primaryEnv is declared. This is a minor mismatch in declared metadata vs runtime expectation — you will need to provide Anthropic and GitHub credentials outside the skill's declared env list.
Persistence & Privilege
The skill is not force-included (always: false). It writes and reads its own state under ~/.openclaw/memory and suggests adding a PATH line to ~/.openclaw/.env so $HOME/.local/bin is found; it does not modify other skills' configs or claim elevated system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sageox-distill
  3. After installation, invoke the skill by name or use /sageox-distill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
Update to ox cli version 0.6.4
v0.2.0
sageox-distill 0.2.0 - Adds Node-based Claude CLI (`claude`, via npm) as a required dependency; `ox distill` now shells out to this CLI. - Removes all handling of `ANTHROPIC_API_KEY` in the skill; Claude credentials must be provided via `claude login` or exported env var before OpenClaw launches. - Updates and simplifies the `ox` installation and update flow: only supports the pinned-release curl install method, eliminates per-run auto-update, and clarifies upgrade instructions. - Refines environment verification steps and error reporting for missing binaries and credentials. - Updates install instructions and metadata to reflect new requirements. - Removes legacy git-based install/update scripts.
v0.1.0
Initial release of sageox-distill — syncs, indexes, and distills team activity across SageOx-enabled repositories. - Syncs repo contexts and indexes GitHub PRs/issues via the SageOx pipeline. - Implements robust environment, binary, and path validation rules. - Automates the install/update process for the `ox` CLI with interactive guidance. - Manages a user-editable manifest for tracked repositories, with full validation on run. - Runs the SageOx distillation pipeline, including asynchronous sync and index phases with error handling. - Supports repo management commands and pairs with the `sageox-summary` skill for daily knowledge synthesis.
Metadata
Slug sageox-distill
Version 0.2.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Sageox Distill?

Sync, index, and distill team activity across SageOx-enabled repositories. Keeps your team's knowledge base up to date by syncing repo contexts, indexing Git... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install Sageox Distill?

Run "/install sageox-distill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sageox Distill free?

Yes, Sageox Distill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sageox Distill support?

Sageox Distill is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux).

Who created Sageox Distill?

It is built and maintained by Galex Yen (@galexy); the current version is v0.2.1.

💬 Comments