Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

cron-job-token-auditorcron 作业令牌审计员

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

3,128

周安装

133

GitHub Stars

公开资料未说明

下载量

1,096
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cron-job-token-auditor(cron 作业令牌审计员)
来源仓库:https://github.com/x3r081/cron-job-token-auditor
安装命令:
openclaw skills install cron-job-token-auditor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install cron-job-token-auditor

简介

cron-job-token-auditor 审核 cron 作业令牌成本分布与确定性工作负载。

  • 适用于优化 Gateway 资源配置与避免非必要代理轮次消耗场景。
  • 通过 clawhub 安装后解析 jobs.json 输出分类报告与节流建议。
  • 令牌计数规则可能随平台更新变化,需定期复核计量方式一致性。
  • 审计结果不能替代服务商官方计费明细,仅作内部成本控制参考。

SKILL.md

name
cron-job-token-auditor
slug
cron-job-token-auditor
displayName
Cron Job Token Auditor
description
>-
version
1.0.0
metadata
openclaw
homepage
https://docs.openclaw.ai

Cron Job Auditor

This skill guides read-only reviews of OpenClaw Gateway cron jobs so the user can spot token-saving opportunities—typically moving purely mechanical recurring work to an OS-scheduled script (systemd timer, launchd, etc.) that calls openclaw message send without running the model on every tick.

Hard boundaries

  • Do not edit jobs.json, systemd units, or user scripts unless the user explicitly asks for a draft or a diff to apply themselves.
  • Do not claim guaranteed savings; give confidence levels (high / medium / low).
  • Do not assume paths: default is often ~/.openclaw/cron/jobs.json — confirm or use openclaw cron / docs if the install differs.

When to apply this skill

  • User asks to audit, review, optimize, or reduce tokens for cron, scheduled jobs, or recurring OpenClaw tasks.
  • User shares or points to jobs.json (or pastes JSON).

What to read

  1. jobs.json (or user-provided excerpt): each job’s name, enabled, schedule, payload, delivery, agentId.
  2. Prefer openclaw cron / openclaw cron list (or current CLI) when available — aligns with the live Gateway.
  3. REFERENCE.md in this skill folder for glossary and checklist language.

Classification (per job)

  • payload.kind: agentTurn → counts as LLM-invoking for each run (unless documentation says otherwise for this version).
  • Extract a short summary of the message / instructions (first ~200 chars + ellipsis if long). Do not reproduce secrets or API keys; redact chat IDs as ***.

Heuristics — “script candidate”

Flag as candidate only when medium or high confidence:

SignalSuggests
Same task could be a shell/Python script + one messagePossible migration
Prompt needs search, summarization, judgment, variable tool useUsually keep agent cron
Only fetch fixed URL, run CLI, grep, template messageStronger candidate

Patterns (map each candidate to one):

  • A — CLI + send: e.g. some-cli … \| … then openclaw message send …
  • B — HTTP + send: curl/fetch + parse + send (no LLM).
  • C — Hybrid: data from script; optional rare agent run for exceptions only (document separately).

Output format — use this template every time

## Cron Job Auditor — Summary

- **Source**: (path or CLI)
- **Jobs scanned**: N (enabled: M)
- **Likely LLM per run**: (count of agentTurn-style jobs, or “unknown” if schema unclear)

## Per-job table

| Job name | Enabled | Schedule | Payload kind | LLM? | Confidence (migration) | Notes |
|----------|---------|----------|--------------|------|------------------------|-------|

## Candidates for OS timer + script (no auto-migration)

For each row with confidence **medium** or **high**:

### 1. `<job name>`

- **Why it costs tokens**: …
- **Suggested pattern**: A / B / C (one paragraph)
- **Prerequisites**: …
- **Manual steps** (numbered):
  1. Implement script at `…` (user path)
  2. Test with dry-run / manual run
  3. Add systemd timer (or launchd) — user edits unit files
  4. **Disable or remove** the Gateway cron entry to avoid duplicate sends
  5. Verify with checklist in REFERENCE.md

## Not recommended for migration

| Job | Reason |
|-----|--------|

## Low-confidence items

(Brief list — what would be needed to decide.)

Tone

  • Clear, cautious, actionable. Prefer numbered steps over prose walls.
  • Link to OpenClaw Cron documentation when reminding users how Gateway scheduling works.

Related

  • Users who already moved jobs to OS scripts often keep openclaw message send for delivery only — that path avoids per-tick LLM usage for the poll itself.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.51%
按下载量换算828

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install cron-job-token-auditor 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills