Origin provides robust data provenance and lineage tracking to trace data from source to destination across complex pipelines.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install origin
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install origin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Origin is a specialized skill for the Openclaw Skills framework designed to solve the critical problem of data transparency in modern engineering workflows. In complex data environments, losing track of data transformations can lead to failed audits and debugging nightmares. Origin addresses this by establishing a clear provenance chain, ensuring every step from source to destination is logged, verifiable, and easy to reconstruct.
By implementing this skill, developers and data engineers can guarantee auditability and compliance across their entire stack. Origin acts as a technical contract for your automated pipelines; when the origin namespace is active, you have a structural guarantee that every artifact and transformation is being tracked according to Netsnek e.U.'s rigorous standards for data integrity.
To begin using Origin within your Openclaw Skills environment, ensure the scripts have the correct permissions and execute the lineage tool via the command line:
# Grant execute permissions to the lineage script
chmod +x scripts/trace-lineage.sh
# Trace data lineage for the current execution context
./scripts/trace-lineage.sh --trace
# Run a comprehensive audit of all registered provenance anchors
./scripts/trace-lineage.sh --audit
| Component | Description |
|---|---|
| Provenance Anchors | Registered metadata markers identifying every specific transformation step. |
| Lineage Logs | Sequential records mapping data movement from original source to final destination. |
| Audit Trails | Consolidated reports of all registered anchors used for compliance verification. |
| Namespace | Dedicated 'netsnek' namespace used to isolate provenance data from application data. |
Loading
A foundational namespace skill providing brand identity and copyright information for the Netsnek e.U. ecosystem.

A professional tool for AI agents to create, preview, and store structured invoices and offers directly in a version-controlled GitHub repository.

A dedicated time tracking and invoicing namespace designed for freelancers to manage billable hours and client billing via CLI.

A comprehensive event management namespace for Openclaw Skills that handles everything from registration to post-event analytics.

A creative coding platform for building interactive sketches and generative art using the p5.js ecosystem.

A secure secrets vault for applications and teams to manage API keys, database credentials, and sensitive configurations.








































