← 返回 Skills 市场
theshadowrose

Client Tracker

作者 Shadow Rose · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
512
总下载
0
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install client-tracker
功能描述
Simple CRM for freelancers. Track contacts, projects, invoices, follow-ups, communication history. All through conversation with your agent.
使用说明 (SKILL.md)

ClientTracker Freelancer CRM

Simple CRM for freelancers. Track contacts, projects, invoices, follow-ups, communication history. All through conversation with your agent.


Track clients, projects, and money through conversation.

Usage

You: "New client: Acme Corp, contact Sarah at [email protected], 
      website redesign, budget $5000"
Agent: "Added Acme Corp. Project: website redesign ($5,000). 
        Contact: Sarah. Follow-up reminder set for 3 days."

Features

  • Contact management — names, emails, companies, notes
  • Project tracking — status, budget, deadlines, deliverables
  • Invoice tracking — sent, paid, overdue with reminders
  • Follow-up system — "remind me to check in with Sarah next week"
  • Communication log — emails, calls, meetings per client
  • Pipeline view — leads → proposals → active → completed
  • Revenue dashboard — monthly income, outstanding, projections

Pipeline

Lead → Proposal Sent → Negotiating → Active → Completed → Follow-up

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug Reports [email protected]
Ko-fi ko-fi.com/theshadowrose
🛒 Gumroad shadowyrose.gumroad.com
🐦 Twitter @TheShadowyRose
🐙 GitHub github.com/TheShadowRose
🧠 PromptBase promptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

安全使用建议
This skill appears to do what it claims: a small Node.js-based CRM that stores data locally in ./clients/clients.json and does not request secrets or make network calls. Before installing or using it: 1) Review the src/client-tracker.js file yourself (or run it in a sandbox) to confirm behavior; 2) Be aware client data will be stored in plaintext locally — keep backups and consider encrypting sensitive fields if needed; 3) The skill may expose client data to your agent/conversation history — avoid entering highly sensitive secrets into chat; 4) If you plan to run the JS code, ensure the runtime environment has Node.js and run it in an isolated environment if you have security concerns; 5) If you need cloud sync or integrations, implement those explicitly and vet any credentials you provide. Overall this skill is coherent and low-risk, but treat stored client data with normal privacy precautions.
功能分析
Type: OpenClaw Skill Name: client-tracker Version: 1.0.2 The skill is a legitimate local CRM tool for freelancers, managing contacts, projects, and invoices via a local JSON database (clients.json). The code in src/client-tracker.js uses standard Node.js file system modules without any external network calls, obfuscation, or unauthorized system access. All instructions in SKILL.md are consistent with the stated purpose of tracking business data through conversation.
能力评估
Purpose & Capability
Name/description match the implementation. The included src/client-tracker.js implements contacts, projects, invoices, pipeline, search and revenue summary — all coherent with a freelancer CRM. Minor note: the package includes a Node.js source file but the registry metadata declares no required runtime/binaries; this is not a security problem but could affect how/where the skill runs (it requires a Node runtime if the code is to be executed).
Instruction Scope
SKILL.md instructs conversational use and explicitly states data is stored locally and not transmitted unless explicitly configured. The instructions do not ask the agent to read unrelated files, system credentials, or external config paths, nor do they instruct sending data to third-party endpoints.
Install Mechanism
There is no install spec (lowest risk) and no downloads. The only code is a small local Node.js module. Because there is no install step, nothing is automatically written to disk by an installer — risk is limited to running the JS file if the agent executes it. This is proportionate to the skill's purpose.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The code operates on a local directory (default './clients') and reads/writes clients.json — this aligns with expected behavior for a local CRM and is proportionate.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It only persists its own data in a local folder (./clients). It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install client-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /client-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Version updated to 1.0.2 with no changes to code or documentation. - No functional changes; content and features remain as in the previous release.
v1.0.1
- Fixed a character encoding issue in the skill name ("ClientTracker Freelancer CRM"). - Updated the version number to 1.0.1 in SKILL.md. - No changes to functionality or feature set.
v1.0.0
Initial upload
元数据
Slug client-tracker
版本 1.0.2
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 3
常见问题

Client Tracker 是什么?

Simple CRM for freelancers. Track contacts, projects, invoices, follow-ups, communication history. All through conversation with your agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 512 次。

如何安装 Client Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install client-tracker」即可一键安装,无需额外配置。

Client Tracker 是免费的吗?

是的,Client Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Client Tracker 支持哪些平台?

Client Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Client Tracker?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.2。

💬 留言讨论