Nex Onboarding
v1.0.0Comprehensive client onboarding workflow management system for web agencies, design studios, and service providers. Manage complete client setup processes fr...
⭐ 2· 28·0 current·0 all-time
byNex AI@nexaiguy
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (client onboarding for agencies) match the included code and CLI: the package provides a local Python CLI, templates, SQLite DB, and commands for starting/tracking onboardings. Required binary (python3) is appropriate.
Instruction Scope
SKILL.md instructs running setup.sh and using the CLI commands only. The runtime instructions and code operate on local files (~/.nex-onboarding) and the included database; they do not attempt to read unrelated system files or environment variables, nor do they send data to external endpoints.
Install Mechanism
There is no remote install spec; instead a bundled setup.sh initializes a local data directory, runs the included Python code to initialize SQLite, and creates a wrapper in ~/.local/bin. This is expected for a local CLI skill, but note that setup.sh will write files into your home directory and create an executable wrapper that invokes the bundled code.
Credentials
The skill requests no environment variables or external credentials. The default checklist mentions Cloudflare, GoHighLevel, Google Analytics etc., but the code does not perform network operations or require associated API keys; any credentials would need to be supplied manually by the user and would be stored locally if added to notes or similar fields.
Persistence & Privilege
The skill persists data locally (creates ~/.nex-onboarding and an executable in ~/.local/bin). always:false and normal autonomous invocation settings. Creating local data and a wrapper is appropriate for a CLI tool, but be aware it adds persistent files/executables to your user account.
Assessment
This package appears to be a normal, local CLI onboarding tool. Before installing: 1) Review the bundled files (you already have them) and confirm you trust the author, since setup.sh will write to ~/.nex-onboarding and create an executable in ~/.local/bin that runs the included Python code. 2) The tool stores client data (emails, phone numbers, notes) in a local SQLite DB unencrypted — avoid entering sensitive secrets or service credentials into notes or fields unless you accept local storage. 3) If you prefer isolation, run setup.sh and the CLI inside a controlled environment (dedicated user account, container, or virtualenv). 4) If you expect the tool to perform Cloudflare/GHL/Google operations, note that it does not automatically contact those services or require API keys; any such integrations would need to be implemented separately. Overall the package is internally consistent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97dgt2v1399h0vxb7rqf5mn6d849a67
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚀 Clawdis
Binspython3
