Track job applications, contacts, deadlines, and follow-up reminders in a local SQLite database.
当用户想要记录求职申请、更新状态、列出即将进行的跟进事项或总结其申请流程的健康状况时,使用此技能。
辅助脚本将状态存储在 {baseDir}/.runtime/job-tracker.db 中。
bash
python {baseDir}/scripts/job_tracker.py add --company 示例公司 --role AI工程师 --status 已申请 --applied-on 2026-03-20 --next-follow-up 2026-03-27 --contact-name Priya --contact-email priya@example.com
bash
python {baseDir}/scripts/job_tracker.py update --id 1 --status 面试 --note 招聘人员安排了第一轮筛选 --next-follow-up 2026-03-30
bash
python {baseDir}/scripts/job_tracker.py list --status 面试
bash
python {baseDir}/scripts/job_tracker.py due --window 7
bash
python {baseDir}/scripts/job_tracker.py summary
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 job-tracker-1776066729 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 job-tracker-1776066729 技能
skillhub install job-tracker-1776066729
文件大小: 5.01 KB | 发布时间: 2026-4-14 14:04