返回顶部
j

job-tracker

Track job applications, contacts, deadlines, and follow-up reminders in a local SQLite database.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
101
下载量
0
收藏
概述
安装方式
版本历史

job-tracker

# 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 ```bash 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 ```bash 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 ```bash python {baseDir}/scripts/job_tracker.py list --status interview ``` ### Show follow-ups due soon ```bash python {baseDir}/scripts/job_tracker.py due --window 7 ``` ### Show a summary ```bash 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 job-tracker-1776066729 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 job-tracker-1776066729 技能

通过命令行安装

skillhub install job-tracker-1776066729

下载 Zip 包

⬇ 下载 job-tracker v0.1.0

文件大小: 5.01 KB | 发布时间: 2026-4-14 14:04

v0.1.0 最新 2026-4-14 14:04
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部