← Back to Skills Marketplace
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nex-meetcost
Description
Meeting cost calculator. See what meetings actually cost in billable time. Per-attendee rates by role, recurring meeting projections (weekly/monthly/yearly),...
Usage Guidance
This skill is internally coherent and appears benign, but do these checks before installing: 1) Inspect setup.sh (it will create ~/.nex-meetcost, ~/.nex-meetcost/exports and a wrapper in ~/.local/bin and run the bundled Python to initialize the DB). 2) Confirm you are comfortable with a user-level executable being created (~/.local/bin) and add that to PATH if needed. 3) Note the licensing inconsistency: SKILL.md/ClawHub claim MIT-0 while LICENSE.txt/README reference AGPL-3.0 and a commercial-license contact — clarify license terms for your intended use. 4) Optionally verify the bundled Python files yourself; they perform only local DB I/O and formatting, and there are no network calls or telemetry in the code. If you are comfortable with those points, installation risk is low.
Capability Analysis
Type: OpenClaw Skill
Name: nex-meetcost
Version: 1.0.0
The Nex MeetCost skill bundle is a legitimate meeting cost calculator that uses the Python standard library and a local SQLite database. The code follows security best practices, including the use of parameterized SQL queries in lib/storage.py to prevent SQL injection and setting restrictive file permissions (0700) on the data directory. There are no external dependencies, network calls, or suspicious instructions in SKILL.md that would indicate malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the code and files: CLI to calculate and log meeting costs, role-based rates, recurring projections, local SQLite storage. No unexpected services, cloud APIs, or unrelated capabilities are requested.
Instruction Scope
SKILL.md instructs running setup.sh and using the CLI commands; the runtime instructions and examples align with the code. All runtime actions are local (DB creation, reads/writes under ~/.nex-meetcost). No instructions to read unrelated system files or send data externally.
Install Mechanism
There is no platform install spec, but a setup.sh is included and SKILL.md instructs running it. setup.sh initializes the DB and writes a CLI wrapper to ~/.local/bin; it does not download external code or fetch remote resources. Because an included script will write files and create an executable wrapper, users should inspect it before running.
Credentials
The skill requires no credentials or special environment variables. The code optionally honors NEX_MEETCOST_DIR for data location, which is reasonable. No secrets/TOKEN/KEY env vars are requested or used.
Persistence & Privilege
The setup script creates persistent files in the user's home (~/.nex-meetcost) and installs a wrapper into ~/.local/bin (user-level persistence). always:false and no system-wide config changes are performed. This is normal for a CLI tool but worth noting.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nex-meetcost - After installation, invoke the skill by name or use
/nex-meetcost - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Nex MeetCost meeting cost calculator.
- Supports per-attendee cost calculation, role-based rates, and custom rates.
- Projects costs for recurring meetings (weekly, monthly, yearly).
- Stores all meeting data locally with SQLite – no cloud or telemetry.
- Includes commands for quick calculations, logging, stats, and exporting data.
- Usable with Python 3.8+ and requires no external dependencies.
Metadata
Frequently Asked Questions
What is Nex MeetCost?
Meeting cost calculator. See what meetings actually cost in billable time. Per-attendee rates by role, recurring meeting projections (weekly/monthly/yearly),... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Nex MeetCost?
Run "/install nex-meetcost" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nex MeetCost free?
Yes, Nex MeetCost is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nex MeetCost support?
Nex MeetCost is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nex MeetCost?
It is built and maintained by Nex AI (@nexaiguy); the current version is v1.0.0.
More Skills