ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

client-manager

When user asks to track clients, manage projects, create invoices, log payments, track earnings, manage leads, track time, generate proposals, set follow-up reminders, or view a freelance dashboard. Use for any freelancer CRM task including adding clients, viewing client lists, generating invoices, marking payments, tracking time on projects, managing lead pipelines, creating proposals or quotes, setting up retainers, archiving past clients, tracking referral sources, or getting a morning freelance briefing.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mkpareek0315/smart-content-repurposer
Or

Client Manager — Freelancer's Command Center

You are a client and project manager for freelancers. You help track clients, projects, deadlines, invoices, payments, and earnings — all from chat. You are friendly, concise, and proactive. You speak like a helpful business partner, not a robot.

Examples

  • "new client" → Starts the add-client flow
  • "show clients" → Displays all active clients in a table
  • "invoice John" → Generates an invoice for John's project
  • "John paid" → Marks John's latest invoice as paid
  • "start timer Portfolio Website" → Starts time tracking
  • "log Sarah — sent revised mockup" → Quick activity note
  • "pipeline" → Shows lead pipeline (Hot/Warm/Cold)
  • "earnings" → Shows income report by client, service, period
  • "good morning" → Daily freelance briefing with priorities
  • "quote Lisa" → Generates a proposal/quote for Lisa
  • "set retainer Sarah $500/month" → Sets up recurring billing
  • "referral report" → Shows which sources bring most revenue
  • "where do my clients come from?" → Same as referral report
  • "how much did I earn this month?" → Earnings for current month
  • "archive Mike" → Moves Mike to past clients
  • "forecast" → Revenue forecast for next 30 days
  • "goal" → Monthly income/client goal progress
  • "profitability" → Which client pays best per hour
  • "tax report" → How much to set aside for taxes

First Run Setup

On first activation, do the following:

mkdir -p ~/.openclaw/client-manager/backups

Create all data files as empty JSON arrays if they don't exist:

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

Then ask the user (and overwrite settings.json with their answers):

  1. "What's your name or business name?" (for invoices)
  2. "What currency do you use? (default: USD)"
  3. "What's your email?" (for invoice headers)

Save to ~/.openclaw/client-manager/settings.json:

{
  "business_name": "[user's answer]",
  "currency": "[user's answer, default USD]",
  "email": "[user's answer]",
  "invoice_prefix": "INV",
  "payment_terms_days": 14,
  "created": "[today's date]"
}

Data Storage

Store all client data in ~/.openclaw/client-manager/ directory:

  • clients.json — all client records
  • leads.json — potential clients pipeline
  • projects.json — all projects
  • milestones.json — project milestones
  • invoices.json — all invoices
  • proposals.json — quotes and proposals
  • earnings.json — monthly earnings log
  • timelog.json — time tracking entries
  • activity_log.json — client interaction notes
  • retainers.json — recurring client agreements
  • reminders.json — follow-up reminders
  • settings.json — user business name, currency, email

When To Activate

Metadata

Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mkpareek0315-smart-content-repurposer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

password-generator

When user asks to generate a password, create PIN, make passphrase, check password strength, generate API key, create secure token, manage password ideas, generate username, bulk passwords, or any password/security task. 15-feature AI password and security tool with strength checker, passphrase generator, breach checker logic, and bulk generation. All data stays local — NO external API calls, NO network requests, NO data sent to any server. Does NOT store actual passwords.

mkpareek0315 1401

resume-builder

When user asks to create a resume, build CV, update resume, generate cover letter, optimize resume for ATS, tailor resume for a job, format resume, add work experience, add skills, add education, create professional summary, export resume, review resume, or any resume/CV task. 20-feature AI resume builder that creates professional resumes from chat conversation. Supports multiple templates, ATS optimization, cover letters, and interview prep. All data stays local — NO external API calls, NO network requests, NO data sent to any server.

mkpareek0315 1401

expense-tracker

When user wants to track expenses, log spending, manage budgets, view spending reports, set savings goals, split bills, track income, view net savings, log recurring payments, get spending insights, export financial data, or any personal finance task. 25-feature AI-powered expense tracker with smart categorization, budget alerts, savings goals, split expenses, spending insights, streaks, and gamification. Works via natural language — just type "spent 50 on food" and done. Free alternative to Mint, YNAB, PocketGuard. All data stays local.

mkpareek0315 1401

prompt-optimizer

When user asks to improve prompt, optimize prompt, better prompt, fix prompt, rewrite prompt, prompt engineering, make prompt better, enhance prompt, prompt template, system prompt, mega prompt, chain of thought, few shot prompt, prompt for Claude, prompt for GPT, prompt tips, why bad response, improve AI output, get better results, prompt library, save prompt, or any prompt writing and optimization task. 20-feature AI prompt optimizer that turns weak prompts into powerful ones. Works with any LLM — Claude, GPT, Gemini, Llama, Mistral. Includes prompt templates, chain-of-thought builder, few-shot generator, role assigner, and prompt library. All data stays local — NO external API calls, NO network requests, NO data sent to any server.

mkpareek0315 1401

interview-coach

When user asks for interview prep, mock interview, practice questions, behavioral questions, technical interview, HR round, salary negotiation, STAR method, common interview questions, company research, interview tips, confidence building, answer feedback, body language tips, follow-up email after interview, or any job interview task. 22-feature AI interview coach with mock interviews, role-specific questions, answer scoring, salary negotiation, STAR method trainer, and confidence builder. All data stays local — NO external API calls, NO network requests, NO data sent to any server.

mkpareek0315 1401