---
name: Career Ops Plugin
slug: career-ops-plugin
category: Automation
description: Career Ops Plugin teaches an AI agent how to run a career-ops plugin and interpret the job data it produces. Use it when integrating job search or resume automation into an agent workflow.
github: "https://github.com/santifer/career-ops/tree/main/plugins/_template"
language: JavaScript
stars: 63667
forks: 12555
install: "npx degit https://github.com/santifer/career-ops/tree/main/plugins/_template ~/.claude/skills/_template"
installs_to: ~/.claude/skills/_template
source_path: plugins/_template/skill.md
collection_size: 7
category_size: 1523
collection_url: "https://dirskills.com/collections/santifer/career-ops"
added: 2026-08-13T07:36:47.093Z
last_synced: 2026-08-13T07:36:47.093Z
canonical_url: "https://dirskills.com/skills/career-ops-plugin"
---

# Career Ops Plugin

Career Ops Plugin teaches an AI agent how to run a career-ops plugin and interpret the job data it produces. Use it when integrating job search or resume automation into an agent workflow.

**Install:**

```bash
npx degit https://github.com/santifer/career-ops/tree/main/plugins/_template ~/.claude/skills/_template
```

## README

# {{NAME}}

> This file teaches an AI agent how to drive THIS plugin. Keep it scoped to the
> plugin's own domain — it must not instruct the agent to edit core files, change
> scoring, or act outside the plugin's declared hooks.

## How to run it

- `node plugins.mjs run {{NAME}}` — runs the plugin's hook.

## What it produces

TODO: describe the data structure. For a producer hook, the `Job[]` fields you
emit (title, url, company, location). For an export hook, what you push and where.

## Settings

TODO: any non-secret options the user sets in `config/plugins.yml` under
`plugins.{{NAME}}` (these arrive as `ctx.settings`).
