A comprehensive freelance command center for managing clients, tracking projects, and automating invoicing directly through your AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install smart-content-repurposer
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 smart-content-repurposer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Client Manager is a specialized extension designed for Openclaw Skills that acts as a freelancer's digital business partner. It transforms your AI coding agent into a full-featured CRM that handles everything from lead pipeline management to complex financial reporting.
By maintaining local JSON storage, this skill ensures your sensitive business data stays private on your machine while providing high-level insights into your profitability, project timelines, and tax estimations. It is the perfect solution for independent developers and creatives looking to automate the administrative overhead of their freelance practice.
To get started with this skill, initialize the directory structure and required data files:
mkdir -p ~/.openclaw/client-manager/backups
for file in clients leads projects milestones invoices proposals earnings timelog activity_log retainers reminders settings; do
[ -f ~/.openclaw/client-manager/${file}.json ] || echo '[]' > ~/.openclaw/client-manager/${file}.json
done
Upon first run, the skill will prompt you for your business name, email, and preferred currency to populate the configuration.
The skill organizes freelance data across several specialized JSON files for maximum modularity:
| File | Description |
|---|---|
| clients.json | Core client records, contact info, and rates |
| projects.json | Active and completed project details with deadlines |
| invoices.json | Billing records, line items, and payment statuses |
| timelog.json | Granular tracking of hours spent per project |
| leads.json | Sales pipeline tracking (Hot/Warm/Cold leads) |
| settings.json | Business profile, tax rates, and late fee configurations |
Loading
A local-first AI resume builder that creates professional, ATS-optimized resumes and cover letters through simple chat conversations.

A local-first prompt engineering powerhouse that transforms vague queries into high-precision, structured AI instructions.

A structured AI thinking partner that applies proven mental frameworks like SWOT and 5 Whys to solve technical, personal, or business problems locally.

A local, privacy-first AI security toolkit for generating strong passwords, passphrases, and API keys without ever storing sensitive data.

A privacy-first, 20-feature AI personal assistant that manages your daily life entirely through local data storage.

A privacy-focused, AI-powered personal finance assistant that tracks spending, budgets, and savings goals using natural language commands.








































