← 返回 Skills 市场
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nex-meetcost
功能描述
Meeting cost calculator. See what meetings actually cost in billable time. Per-attendee rates by role, recurring meeting projections (weekly/monthly/yearly),...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nex-meetcost - 安装完成后,直接呼叫该 Skill 的名称或使用
/nex-meetcost触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Nex MeetCost 是什么?
Meeting cost calculator. See what meetings actually cost in billable time. Per-attendee rates by role, recurring meeting projections (weekly/monthly/yearly),... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Nex MeetCost?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nex-meetcost」即可一键安装,无需额外配置。
Nex MeetCost 是免费的吗?
是的,Nex MeetCost 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nex MeetCost 支持哪些平台?
Nex MeetCost 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nex MeetCost?
由 Nex AI(@nexaiguy)开发并维护,当前版本 v1.0.0。
推荐 Skills