← Back to Skills Marketplace
91
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nex-crm
Description
Chat-native Customer Relationship Management system designed for one-person agencies, freelancers, and small Belgian businesses managing multiple client rela...
Usage Guidance
This package appears internally consistent and implements a local CLI CRM. Before installing: (1) review and accept that it will create ~/.nex-crm (data, venv, exports) and a CLI wrapper at ~/.local/bin/nex-crm; (2) if you later set AI_API_KEY or AI_API_BASE, that enables external LLM calls — only set them if you trust the provider; (3) run setup.sh in a user context (it does not require root) and consider running it in a sandbox or VM if you want extra caution; (4) note minor code quality issues (e.g., a likely typo in storage.py that could cause runtime errors) — not malicious but you may want to review or test before relying on production data; (5) back up your ~/.nex-crm/crm.db before bulk operations. Overall, the requests and actions line up with the claimed CRM functionality.
Capability Analysis
Type: OpenClaw Skill
Name: nex-crm
Version: 1.0.0
The nex-crm skill bundle is a well-structured, local-first Customer Relationship Management tool designed for freelancers and small businesses. The code (nex-crm.py, lib/storage.py) implements standard CRM functionality using a local SQLite database and provides natural language parsing (lib/nl_parser.py) for activity logging. No external network calls, data exfiltration, or malicious execution patterns were found; the setup script (setup.sh) follows standard practices for creating a local virtual environment and CLI wrapper.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (lightweight local CRM) matches the requested binaries/files and the code: only python3 is required, data is kept under a local data directory, and features in SKILL.md map to implemented CLI commands and DB tables.
Instruction Scope
SKILL.md instructs the agent/user to run setup.sh and use the local CLI; runtime instructions and code operate on a local SQLite DB and do not instruct reading unrelated system files or contacting external endpoints unless a user explicitly sets AI_API_KEY/AI_API_BASE.
Install Mechanism
Installer is a local shell script (setup.sh) that creates a venv, initializes the DB, and installs a wrapper in ~/.local/bin. No remote downloads, package registry installs, or obscure URLs are used.
Credentials
No required environment variables are declared. The code references optional AI_API_KEY/AI_API_BASE/AI_MODEL for optional LLM integration — this is justified and only used if the user sets them; otherwise no credentials are needed.
Persistence & Privilege
The skill is not configured as always:true and does not modify other skills. It writes its own data under ~/.nex-crm and installs a user-level CLI wrapper in ~/.local/bin — reasonable for this purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nex-crm - After installation, invoke the skill by name or use
/nex-crm - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Nex Crm?
Chat-native Customer Relationship Management system designed for one-person agencies, freelancers, and small Belgian businesses managing multiple client rela... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install Nex Crm?
Run "/install nex-crm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nex Crm free?
Yes, Nex Crm is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nex Crm support?
Nex Crm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nex Crm?
It is built and maintained by Nex AI (@nexaiguy); the current version is v1.0.0.
More Skills