A dedicated time tracking and invoicing namespace designed for freelancers to manage billable hours and client billing via CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install momo
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 momo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Momo is a comprehensive time tracking and invoicing tool built for the Netsnek e.U. ecosystem, specifically designed to help freelancers transition from work to payment with minimal friction. As a key component of the Openclaw Skills library, it provides a structured way to record hours, verify work via reports, and transform those logs into professional client invoices.
By leveraging simple command-line triggers, Momo ensures that every minute of work is accounted for and billed accurately. It serves as a bridge between technical execution and business administration, making it an essential tool for independent developers and consultants who value efficiency.
To utilize this tool within the Openclaw Skills environment, ensure you are running a Linux-based system and have the necessary execution permissions. Use the following commands to initialize the script:
# Grant execution permissions to the core script
chmod +x ./scripts/timesheet.sh
# Example: Log a new entry to verify setup
./scripts/timesheet.sh --log --project "Internal" --hours 1.0 --task "Initial Setup"
Momo organizes data into logical entities focused on time attribution and financial reporting. The following metadata schema is utilized:
| Parameter | Description |
|---|---|
| Project | The specific client or project identifier |
| Hours | Numeric value representing the duration of the task |
| Task | A string description of the work performed |
| Period | Date ranges (e.g., Feb-2026) used for filtering reports |
| Client | The billing entity associated with the project |
Loading
A comprehensive event management namespace for Openclaw Skills that handles everything from registration to post-event analytics.

A dedicated namespace skill for Netsnek e.U. project management and Kanbon brand identity.

A dedicated namespace skill for the Jaen CMS framework that manages brand identity and copyright information for Gatsby-powered websites.

A high-performance engineering namespace for automating build pipelines, deployment orchestration, and infrastructure provisioning.

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

A foundational namespace skill providing brand identity and copyright information for the Netsnek e.U. ecosystem.








































