career-ops-plugin-{{NAME}}

CareerOpsプラグインテンプレート

CareerOpsプラグインの実行方法、生成データ、設定項目を記述するためのテンプレートです。

AIスキル大辞典による日本語要約
品質評価85/100評価確度:十分
人気度(GitHub Star) 100発掘スコア 55
01

このSkillでできること

  • CareerOpsプラグインの実行フックを案内する
  • 生成する求人データやエクスポート内容を記述する
  • プラグイン固有の設定項目を整理する
  • プラグインの対象範囲を明確に保つ
02

使い方

01
STEP 1

{{NAME}}を対象プラグイン名に置き換える

02
STEP 2

node plugins.mjs run {{NAME}}で実行方法を記述する

03
STEP 3

生成するJob[]の項目や出力先を具体化する

04
STEP 4

config/plugins.yml内の設定項目を記載する

03

Skillのインストール

このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。

Repository:
https://github.com/santifer/career-ops
手動でインストールする

README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。

git clone https://github.com/career-ops-hq/career-ops.git
cd career-ops && npm install
npx playwright install chromium   # only needed for PDF generation
npm run doctor                     # Validates all prerequisites
cp config/profile.example.yml config/profile.yml  # Edit with your details
cp templates/portals.example.yml portals.yml       # Customize companies
claude   # or codex / opencode / qwen / agy / grok
npm i -g @santifer/career-ops
cp .env.example .env
npm install
node gemini-eval.mjs "We are looking for a Senior AI Engineer..."
node gemini-eval.mjs --file ./jds/my-job.txt
node agent-inbox.mjs add "..."   # queue a request for the next session
npm run gemini:eval -- "JD text here"
04

このSkillを使うプロンプト例

Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。

このCareerOpsプラグインのSKILL.mdを完成させてください。実行方法、生成データの構造、設定項目だけを記述し、コアファイルの変更は含めないでください。
出力例を見る
実行方法、生成されるJob[]のフィールド、設定ファイル内の対象項目を整理したプラグイン説明を出力します。
05

安全性チェック

自動解析による参考情報です。Skillの安全性を保証するものではありません。

外部API通信検出あり
Shellコマンド実行明確な記述なし
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
  • network: nies. Now it's open source. <img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsantifer%2
  • network: ## What Is This career-ops ([career-ops.org](https://career-ops.org), also known as **careerops**) is an open-source AI job search that runs lo
  • credential: , what you push and where. ## Settings TODO: any non-secret options the user sets in `config/plugins.yml` under `plugins.{{NAME}}` (these arrive as `
06

関連Skill