Rundeck

by bytesagain3

Enable Self-Service Operations: Give specific users access to your existing tools, services, and scr job-scheduler, groovy, ansible, audit, automation.

3.8k效率与工作流未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain3/job-scheduler

文档

Job Scheduler

Job Scheduler v2.0.0 — a productivity toolkit for managing scheduled tasks, tracking job execution, and organizing workflow automation from the command line.

Each command accepts free-text input. When called without arguments it displays recent entries; when called with input it logs the entry with a timestamp for future reference.

Commands

CommandDescription
job-scheduler add <input>Add a new job or task entry
job-scheduler plan <input>Log a planning note (e.g. schedule layout, dependency mapping)
job-scheduler track <input>Track job execution progress or milestones
job-scheduler review <input>Log a review entry (e.g. post-run analysis, feedback)
job-scheduler streak <input>Track streaks (e.g. consecutive successful runs)
job-scheduler remind <input>Log a reminder for an upcoming job or deadline
job-scheduler prioritize <input>Log priority decisions (e.g. reorder job queue, set urgency)
job-scheduler archive <input>Archive completed or obsolete jobs
job-scheduler tag <input>Tag entries with labels for organization
job-scheduler timeline <input>Log timeline entries (e.g. milestone dates, Gantt-style notes)
job-scheduler report <input>Log a report entry (e.g. summarize job outcomes)
job-scheduler weekly-review <input>Log a weekly review summary

Utility Commands

CommandDescription
job-scheduler statsShow summary statistics across all entry types
job-scheduler export <fmt>Export all data in json, csv, or txt format
job-scheduler search <term>Search all entries for a keyword (case-insensitive)
job-scheduler recentShow the 20 most recent activity log entries
job-scheduler statusHealth check — version, data dir, entry count, disk usage
job-scheduler helpShow the built-in help message
job-scheduler versionPrint version string (job-scheduler v2.0.0)

Data Storage

All data is stored locally in ~/.local/share/job-scheduler/. Each command writes to its own log file (e.g. add.log, plan.log, track.log, weekly-review.log). A unified history.log tracks all activity with timestamps. Exports are written to the same directory as export.json, export.csv, or export.txt.

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • Standard Unix utilities: date, wc, du, tail, grep, sed, cat
  • No external dependencies or network access required

When to Use

  1. Managing recurring job schedules — use add to register new jobs, plan to lay out execution schedules, and remind to set deadline reminders so nothing slips through.
  2. Tracking job execution and success rates — use track to log each run's outcome, streak to monitor consecutive successes, and stats to get an overview of all activity.
  3. Conducting weekly operational reviews — use weekly-review to summarize the week's job outcomes, review to analyze individual runs, and report to generate stakeholder summaries.
  4. Prioritizing and organizing a job queue — use prioritize to log priority decisions, tag to categorize jobs by team or system, and timeline to map out execution order and dependencies.
  5. Archiving and auditing historical jobs — use archive to move completed jobs out of active view, search to find past entries by keyword, and export json to create audit-ready snapshots.

Examples

bash
# Add a new scheduled job
job-scheduler add "Daily DB backup — runs at 02:00 UTC, retention 30 days"

# Plan the execution schedule
job-scheduler plan "Q2 migration jobs: Phase 1 (Apr 1-15), Phase 2 (Apr 16-30)"

# Track a job execution result
job-scheduler track "Daily backup completed successfully — 4.2 GB, 12 min"

# Set a reminder for an upcoming deadline
job-scheduler remind "Quarterly report generation due Friday 5pm"

# Prioritize jobs in the queue
job-scheduler prioritize "Move security patching ahead of feature deployments"

# Tag a job for organization
job-scheduler tag "backup-daily: critical, infrastructure, automated"

# Log a weekly review
job-scheduler weekly-review "15/17 jobs succeeded, 2 failed (disk space), resolved"

# Search for all backup-related entries
job-scheduler search "backup"

# View summary statistics
job-scheduler stats

# Export all data to JSON
job-scheduler export json

How It Works

Job Scheduler is a lightweight Bash script that stores timestamped entries in plain-text log files. Each command follows the same pattern:

  • No arguments → display the 20 most recent entries from that command's log
  • With arguments → append a timestamped entry to the log and confirm the save

The stats command aggregates line counts across all .log files. The export command serializes all logs into your chosen format. The search command greps case-insensitively across every log file in the data directory.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

相关 Skills

技能工坊

by anthropics

Universal
热门

覆盖 Skill 从创建到迭代优化全流程:起草能力、补测试提示、跑评测与基准方差分析,并持续改写内容和描述,提升效果与触发准确率。

技能工坊把技能从创建、迭代到评测串成闭环,方差分析加描述优化,特别适合把触发准确率打磨得更稳。

效率与工作流
未扫描111.1k

表格处理

by anthropics

Universal
热门

围绕 .xlsx、.xlsm、.csv、.tsv 做读写、修复、清洗、格式整理、公式计算与格式转换,适合修改现有表格、生成新报表或把杂乱数据整理成交付级电子表格。

做 Excel/CSV 相关任务很省心,能直接读写、修复、清洗和格式转换,尤其擅长把乱七八糟的表格整理成交付级文件。

效率与工作流
未扫描111.1k

PDF处理

by anthropics

Universal
热门

遇到 PDF 读写、文本表格提取、合并拆分、旋转加水印、表单填写或加解密时直接用它,也能提取图片、生成新 PDF,并把扫描件通过 OCR 变成可搜索文档。

PDF杂活别再来回切工具了,文本表格提取、合并拆分到OCR识别一次搞定,连扫描件也能变可搜索。

效率与工作流
未扫描111.1k

相关 MCP 服务

文件系统

编辑精选

by Anthropic

热门

Filesystem 是 MCP 官方参考服务器,让 LLM 安全读写本地文件系统。

这个服务器解决了让 Claude 直接操作本地文件的痛点,比如自动整理文档或生成代码文件。适合需要自动化文件处理的开发者,但注意它只是参考实现,生产环境需自行加固安全。

效率与工作流
83.0k

by wonderwhy-er

热门

Desktop Commander 是让 AI 直接执行终端命令、管理文件和进程的 MCP 服务器。

这工具解决了 AI 无法直接操作本地环境的痛点,适合需要自动化脚本调试或文件批量处理的开发者。它能让你用自然语言指挥终端,但权限控制需谨慎,毕竟让 AI 执行 rm -rf 可不是闹着玩的。

效率与工作流
5.9k

EdgarTools

编辑精选

by dgunning

热门

EdgarTools 是无需 API 密钥即可解析 SEC EDGAR 财报的开源 Python 库。

这个工具解决了金融数据获取的痛点——直接让 AI 读取结构化财报,比如让 Claude 分析苹果的 10-K 文件。适合量化分析师或金融开发者快速构建数据管道。但注意,它依赖 SEC 网站稳定性,高峰期可能延迟。

效率与工作流
2.0k

评论