← 返回
未分类

Job Tracker

Track job applications, contacts, deadlines, and follow-up reminders in a local SQLite database.
在本地 SQLite 数据库中跟踪求职申请、联系人、截止日期及跟进提醒。
mehulupase01 mehulupase01 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 379
下载
💾 1
安装
1
版本
#latest

概述

Job Tracker

Use this skill when the user wants to capture job applications, update status,

list upcoming follow-ups, or summarize the health of their application pipeline.

When to Use

  • Logging a new application from a chat message.
  • Updating status after an interview or recruiter reply.
  • Finding deadlines or follow-ups due soon.
  • Summarizing the current application pipeline.

Commands

The helper script stores state in {baseDir}/.runtime/job-tracker.db.

Add an application

python {baseDir}/scripts/job_tracker.py add --company "Example Corp" --role "AI Engineer" --status applied --applied-on 2026-03-20 --next-follow-up 2026-03-27 --contact-name "Priya" --contact-email "priya@example.com"

Update an application

python {baseDir}/scripts/job_tracker.py update --id 1 --status interview --note "Recruiter scheduled first-round screen" --next-follow-up 2026-03-30

List applications

python {baseDir}/scripts/job_tracker.py list --status interview

Show follow-ups due soon

python {baseDir}/scripts/job_tracker.py due --window 7

Show a summary

python {baseDir}/scripts/job_tracker.py summary

Safety Boundaries

  • Never invent application updates that the user did not supply.
  • Treat inferred dates as tentative unless explicitly confirmed.
  • Keep recruiter notes factual and avoid speculative judgments.
  • If a required field is missing, say so clearly instead of writing partial garbage into the database.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 06:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 78 📥 38,019
office-efficiency

Smart Scheduler

mehulupase01
协调会议请求、时间段建议、确认及本地日程的ICS导出
★ 0 📥 795
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,261