jobhunt-ops-broadcast-copy

Maintain a file-backed jobhunt operations system (applications, assessments, interviews) with a status board + changelog, plus scheduled broadcast reminders. Use when the user asks to track job applications, summarize what to do next, update statuses (e.g., “测评完成/面试安排/截止时间确认”), or set up periodic broadcasts (e.g., 10:00/12:00/15:00/20:00 China time). Also use when converting email screenshots into structured tasks/events and persisting them.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jobhunt-ops-broadcast-copy" with this command: npx skills add 17159216167/jobhunt-ops-broadcast/17159216167-jobhunt-ops-broadcast-jobhunt-ops-broadcast-copy

Jobhunt Ops Broadcast

Maintain a file-backed and updateable job search ops workflow:

  • Canonical status: jobhunt_ops/STATUS.md
  • Change log: jobhunt_ops/CHANGELOG.md
  • Personal-assistant DB (source of truth for tasks/events): ~/.claude/personal_assistant/
  • Workspace mirror (for co-management): jobhunt_ops/db_mirror/ (gitignored)
  • Scheduled broadcasts via OpenClaw cron → main session system event JOBHUNT_BROADCAST

Workflow (always follow)

0) Safety / privacy

  • Never ask for or store mailbox login passwords.
  • If the user posts tokens/authorization codes in chat: instruct them to revoke + delete the message.

1) Ingest updates (screenshots or user messages)

When the user sends:

  • Email screenshots
  • A status update sentence (e.g., “TCL测评已完成”, “百度笔试晚上8点开始”, “截止 3/4 24:00”)

Do:

  1. Extract minimal facts: company, stage (投递/测评/笔试/面试/结果), timestamps, links (optional), constraints.
  2. Determine record type:
    • Task: anything with a deadline or an action (测评/跟进/确认时间窗口)
    • Event: anything with a scheduled time block (面试/笔试开始时间)
  3. If time is ambiguous: mark as 待确认, do not guess.

2) Persist (write in 3 places)

For each change, update all of:

A) File-backed ops (workspace)

  • Update jobhunt_ops/STATUS.md (latest truth)
  • Append a line in jobhunt_ops/CHANGELOG.md with timestamp + what changed

B) Personal assistant DB

  • Add/update task in ~/.claude/personal_assistant/tasks.json
  • Add/update event in ~/.claude/personal_assistant/schedule.json

C) Workspace mirror

  • Run jobhunt_ops/sync_db.ps1 to mirror the DB into jobhunt_ops/db_mirror/

3) Broadcast rules (10:00 / 15:00 / 20:00)

Triggered by system event JOBHUNT_BROADCAST.

Broadcast format:

  1. P0 (48h): due within 48h
  2. P0 (24h): due within 24h
  3. Today’s 1-3 actions (most important first)
  4. Ask for status: “回复:已完成/进行中/无法完成 + 原因”

Prioritization:

  • Deadline first (测评/笔试)
  • Then follow-up checks (投递进度)
  • Then prep tasks (面试准备)

4) Status update protocol

When the user says “已完成/进行中/延期/改期/进入下一轮”,you must:

  • Update the matching item status in tasks/events
  • Update STATUS.md checkbox/state
  • Append to changelog
  • Sync DB mirror

Commands / scripts

  • DB mirror sync: jobhunt_ops/sync_db.ps1

Notes

  • Prefer concise, action-first outputs.
  • Keep only 1-3 next actions per message.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Dependency Map Builder

梳理跨团队依赖、关键路径、脆弱节点和催办节奏,输出文本依赖图与风险链。;use for dependency, coordination, risk workflows;do not use for 替代甘特图工具, 直接修改项目系统.

Registry SourceRecently Updated
Automation

Cronhelp

Cron expression helper and scheduler tool. Translate cron expressions to human-readable text, generate cron expressions from natural language descriptions, v...

Registry SourceRecently Updated
760Profile unavailable
Automation

Apm Monitor

APM, (Application Performance Management) tool for large-scale distributed systems. apm-monitor, java, agent, apm, distributed-tracing, monitoring, performan...

Registry SourceRecently Updated
940Profile unavailable
Automation

Scalekit-Agent-Auth

Use this skill whenever the user asks for information from, or wants to take an action in, a third-party tool or service. This includes — but is not limited...

Registry SourceRecently Updated
1K4Profile unavailable