← Back to Skills Marketplace
nexaiguy

Nex Deliverables

by Nex AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nex-deliverables
Description
Client deliverable tracking and project management system for web agencies, design studios, marketing firms, and freelancers managing multiple simultaneous p...
Usage Guidance
This skill appears to be a straightforward local CLI app that stores data in ~/.nex-deliverables and installs a wrapper in ~/.local/bin. Before installing: (1) review setup.sh and nex-deliverables.py (you already have them) and confirm you're comfortable with files being created in your home directory; (2) run setup in a contained environment (container, VM, or throwaway user account) if you want to inspect behavior first; (3) note the CLI does not send data externally per the provided code, but if you modify it or add plugins, re-check for network calls; (4) ensure python3 is installed and ~/.local/bin is on your PATH (setup.sh suggests adding it if not). If you accept these, installation is consistent with the skill's stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: nex-deliverables Version: 1.0.0 The nex-deliverables skill bundle is a legitimate project management tool for tracking client deliverables. It uses a local SQLite database (~/.nex-deliverables/deliverables.db) and provides a CLI interface for managing clients, tasks, and deadlines. The code (nex-deliverables.py, lib/storage.py) and setup script (setup.sh) follow standard development practices, lack any network-based exfiltration or malicious execution logic, and contain no harmful prompt injection attempts.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The name/description (client deliverable tracker) matches the provided files and CLI behavior. Required binary is python3 and the code implements local SQLite storage, client/deliverable management, search, exports, and email text generation — all consistent with the stated purpose.
Instruction Scope
SKILL.md and the CLI only instruct running a local setup script and using the nex-deliverables CLI. Runtime instructions operate on local files (~/.nex-deliverables), the local SQLite DB, and stdout; there are no instructions to read unrelated system files, environment variables, or to transmit data to external endpoints.
Install Mechanism
There is no formal install spec in the registry, but a provided setup.sh performs installation: creates ~/.nex-deliverables, initializes the DB, makes nex-deliverables.py executable, and places a wrapper in ~/.local/bin. This is expected for a local CLI but does write files and a wrapper script into the user's home directory — reviewers should be aware the installer modifies ~/.local/bin and the data directory.
Credentials
The skill requests no environment variables or external credentials. All data storage is local. There are no apparent requests for unrelated secrets or config paths.
Persistence & Privilege
The skill does not force persistent inclusion (always: false). The setup script writes its own files and a CLI wrapper under the user's home, but it does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nex-deliverables
  3. After installation, invoke the skill by name or use /nex-deliverables
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug nex-deliverables
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nex Deliverables?

Client deliverable tracking and project management system for web agencies, design studios, marketing firms, and freelancers managing multiple simultaneous p... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Nex Deliverables?

Run "/install nex-deliverables" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nex Deliverables free?

Yes, Nex Deliverables is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nex Deliverables support?

Nex Deliverables is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nex Deliverables?

It is built and maintained by Nex AI (@nexaiguy); the current version is v1.0.0.

💬 Comments