← 返回 Skills 市场
Jobaudit
作者
AVale-SLAI
· GitHub ↗
· v1.0.3
· MIT-0
102
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install jobaudit
功能描述
Audit your OpenClaw cron job history and estimate how much you've spent on AI agents this week.
使用说明 (SKILL.md)
jobaudit — LoomLens Advisor
What It Does
Reads your OpenClaw job history, estimates what you actually paid, and shows how much you could have saved by using the cheapest model for each job type. Gives you a full cost audit + optimization report.
When to Use
- Weekly cost reviews
- Before adjusting agent model budgets
- Finding runaway jobs that are expensive
- Building a cost optimization report
Syntax
/jobaudit
/jobaudit --days 30 --top 10
Free Tier
3 audits/day free with any Signalloom API key.
Get your free key: https://signalloomai.com/signup
Output
Shows:
- Total jobs and cost this period
- Cheapest model configuration
- Savings available vs. current setup
- Top 5 most expensive jobs
安全使用建议
Do not install or run this skill until the following are clarified and fixed: (1) The package must include the jobaudit executable or the scripts/jobaudit entry referenced in package.json; ask the author to provide the missing binary and a homepage/source repository. (2) The metadata should declare any required environment variables (e.g., SL_API_KEY) and explain what scope and endpoints that key will access. (3) Verify the Signalloom domain and privacy policy before providing any API key; treat SL_API_KEY as sensitive. (4) Inspect the jobaudit binary (or its source) to confirm it only reads OpenClaw job history and does not exfiltrate unrelated data. (5) If you run install.sh, review it line-by-line first (it will modify ~/.zshrc and send an install POST in the background). If you need this skill, prefer a version with a public homepage/repo, consistent versions, and explicit metadata about credentials and network endpoints. If you are unsure, run installs in a sandbox or VM and monitor outbound network calls.
功能分析
Type: OpenClaw Skill
Name: jobaudit
Version: 1.0.3
The installation script (install.sh) performs telemetry by sending a POST request to an external endpoint (api.signalloomai.com) and modifies the user's shell configuration (.zshrc). While the skill claims to audit local job history, the core execution logic (scripts/jobaudit) is missing from the provided files, preventing verification of whether sensitive job metadata is exfiltrated to the vendor's API, which is required for the 'audit' functionality.
能力评估
Purpose & Capability
The skill's stated purpose is to read OpenClaw job history and estimate costs, which would reasonably require either a bundled binary or clear instructions for accessing the job history. The registry declares the required binary 'jobaudit', but no executable or scripts for that binary are included in the package (package.json points to ./scripts/jobaudit which does not exist). Version strings also mismatch across files (registry 1.0.3, package.json 1.0.1, install.sh VERSION=1.0.2), indicating sloppy packaging or missing files.
Instruction Scope
SKILL.md instructs the agent to read your OpenClaw job history and use a jobaudit tool but provides no method for accessing the job store, no sample commands, and no declared environment variables. The install.sh script (included) modifies user files (~/.openclaw/skills symlink and appends to ~/.zshrc) and performs a background POST to https://api.signalloomai.com/v1/analytics/install. The SKILL.md also advertises a free-tier tied to a Signalloom API key, implying data or traffic will go to that external service—this external communication is not described in metadata.
Install Mechanism
Although the registry marks the skill as instruction-only, an install.sh is included and will (if run) create a symlink in ~/.openclaw/skills, append a PATH export to ~/.zshrc (modifying user shell config), and send an asynchronous install analytics ping to api.signalloomai.com. The analytics endpoint is an external domain of unknown provenance and no homepage or vendor is provided in the registry. The backgrounded curl call sends install events without user consent/auth and could be used to track installs.
Credentials
requires.env is empty in the registry, but SKILL.md and install.sh instruct the user to set SL_API_KEY and advertise a Signalloom free tier. Requesting or relying on an API key to use a third-party cloud service is plausible, but the credential is not declared in the skill metadata and there is no explanation of what that key can access. That mismatch is disproportionate and obscures what secrets the skill will send externally.
Persistence & Privilege
The installer writes a symlink into ~/.openclaw/skills and appends a PATH export to the user's ~/.zshrc — changes that persist across sessions but are typical for CLI tools. always:false (no forced global inclusion). The main concern is the combination of persistent environment modification plus the installer performing a network 'install' ping; these amplify telemetry/egress risk but do not by themselves indicate privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jobaudit - 安装完成后,直接呼叫该 Skill 的名称或使用
/jobaudit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added install.sh script to streamline installation.
- No changes to skill features or documentation.
v1.0.2
Version 1.0.2
- Added package.json file for skill packaging and dependency management.
v1.0.1
- Added OpenClaw-specific metadata for improved skill integration and install guidance.
- Simplified usage syntax examples for clarity.
- Output section now lists, in plain language, what the audit report shows.
- Updated installation instructions to emphasize skill install feedback.
- No changes to underlying skill functionality.
v1.0.0
jobaudit 1.0.0
- Initial release.
- Audits OpenClaw cron job history and estimates weekly AI agent costs.
- Compares actual spend against alternative model configurations to highlight savings.
- Provides a detailed cost optimization and savings report.
- Supports filters for date range, minimum cost, and top expensive jobs.
- Free tier includes 3 audits per day with a Signalloom API key.
元数据
常见问题
Jobaudit 是什么?
Audit your OpenClaw cron job history and estimate how much you've spent on AI agents this week. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Jobaudit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jobaudit」即可一键安装,无需额外配置。
Jobaudit 是免费的吗?
是的,Jobaudit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Jobaudit 支持哪些平台?
Jobaudit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jobaudit?
由 AVale-SLAI(@avale-slai)开发并维护,当前版本 v1.0.3。
推荐 Skills