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

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated
Automation

lifelog

生活记录自动化系统。自动识别消息中的日期(今天/昨天/前天/具体日期),使用 SubAgent 智能判断,记录到 Notion 对应日期,支持补录标记。 适用于:(1) 用户分享日常生活点滴时自动记录;(2) 定时自动汇总分析并填充情绪、事件、位置、人员字段

Archived SourceRecently Updated