← Back to Skills Marketplace
origin
by
kleberbaum
· GitHub ↗
· v0.1.0
565
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install origin
Description
Tracks data provenance and lineage by tracing sources, logging transformations, and auditing anchors to ensure data auditability and compliance.
Usage Guidance
This skill appears safe to inspect and run in a local or sandboxed environment: it contains two small bash scripts that only print status messages and timestamps and does not require any credentials. However, it is effectively a placeholder — it does not implement real lineage collection or backend integration. Before relying on it in production, review or extend the scripts to integrate with your provenance backends, and re-check future versions for added network calls or credential requirements. If you plan to run these scripts in a sensitive environment, run them in a sandbox first and confirm they behave as expected.
Capability Analysis
Type: OpenClaw Skill
Name: origin
Version: 0.1.0
The skill bundle is benign. All scripts (`scripts/origin-info.sh`, `scripts/trace-lineage.sh`) are simple bash scripts that primarily print static information or the current date. There are no external network calls, file system modifications, sensitive data access, or execution of arbitrary commands. The `SKILL.md` and `README.md` files contain clear, non-malicious instructions for the AI agent and user, without any prompt injection attempts. The `claw.json` requests `exec` permission, which is necessary for running the included bash scripts and is not misused given the scripts' benign nature.
Capability Assessment
Purpose & Capability
The name/description promise a data-provenance system, but the included artifacts are lightweight placeholder scripts that only print trace/audit messages and timestamps — they do not actually connect to backends, read pipeline metadata, or record lineage. This is likely a minimal/placeholder implementation rather than a fully functional provenance tool.
Instruction Scope
SKILL.md instructs the agent (or user) only to run the included scripts (trace-lineage.sh, origin-info.sh). The instructions do not ask the agent to read unrelated files, access environment variables, or transmit data externally.
Install Mechanism
There is no install spec (instruction-only with small script files). No downloads or external package installs are performed, so nothing arbitrary is written to disk beyond the included scripts.
Credentials
The skill requests no environment variables, credentials, or config paths. The claw.json lists an "exec" permission to run the scripts, which is appropriate for a script-based skill.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configuration. It does not request persistent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install origin - After installation, invoke the skill by name or use
/origin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: reserved origin namespace for Netsnek e.U.
Metadata
Frequently Asked Questions
What is origin?
Tracks data provenance and lineage by tracing sources, logging transformations, and auditing anchors to ensure data auditability and compliance. It is an AI Agent Skill for Claude Code / OpenClaw, with 565 downloads so far.
How do I install origin?
Run "/install origin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is origin free?
Yes, origin is completely free (open-source). You can download, install and use it at no cost.
Which platforms does origin support?
origin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created origin?
It is built and maintained by kleberbaum (@kleberbaum); the current version is v0.1.0.
More Skills