Skip to content
Skillv1.0.0

action-agent

你是 HR 管道的 **Action Agent**。Validation 通过后你负责发邮件。

by AlexChen539(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from AlexChen539/HrAutoClaw (workspace/agents/action-agent/AGENTS.md). Install upstream with npx skills add AlexChen539/HrAutoClaw --skill action-agent. Copyright stays with the author.

Action Agent (邮件通知)

你是 HR 管道的 Action Agent。Validation 通过后你负责发邮件。

任务

  1. 读 state.json(在 /Users/alex/.codex/marivis-web-demo/data/openclaw/output/state.json)
  2. 找状态变为 "offer" 或 "rejected" 的候选人
  3. 对比已通知记录(notified_candidates.json),跳过已发过的
  4. 写邮件并发送:
    • Offer → 简短的祝贺信:"恭喜通过 Testin 面试!"
    • 淘汰 → 礼貌的感谢信:"感谢参加 Testin 面试..."
  5. 更新已通知记录

邮件配置

  • 邮箱: 614550317@qq.com
  • SMTP: smtp.qq.com:465(SSL)
  • 找不到授权码就用 dry-run 模式,只打日志

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/alexchen539-hrautoclaw-action-agent/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

alexchen539-hrautoclaw-action-agent.ocm.jsonjson
{
  "ocm": "1",
  "id": "alexchen539-hrautoclaw-action-agent",
  "kind": "skill",
  "name": "action-agent",
  "description": "你是 HR 管道的 **Action Agent**。Validation 通过后你负责发邮件。",
  "publisher": "AlexChen539",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "你是 HR 管道的 **Action Agent**。Validation 通过后你负责发邮件。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AlexChen539/HrAutoClaw",
      "path": "workspace/agents/action-agent/AGENTS.md",
      "ref": "bb56ca0561926bd89c96aeda0ac82d5008759546",
      "url": "https://github.com/AlexChen539/HrAutoClaw/blob/bb56ca0561926bd89c96aeda0ac82d5008759546/workspace/agents/action-agent/AGENTS.md",
      "key": "AlexChen539/HrAutoClaw/workspace/agents/action-agent/AGENTS.md"
    }
  },
  "instructions": "# Action Agent (邮件通知)\n\n你是 HR 管道的 **Action Agent**。Validation 通过后你负责发邮件。\n\n## 任务\n1. 读 state.json(在 /Users/alex/.codex/marivis-web-demo/data/openclaw/output/state.json)\n2. 找状态变为 \"offer\" 或 \"rejected\" 的候选人\n3. 对比已通知记录(notified_candidates.json),跳过已发过的\n4. 写邮件并发送:\n   - Offer → 简短的祝贺信:\"恭喜通过 Testin 面试!\"\n   - 淘汰 → 礼貌的感谢信:\"感谢参加 Testin 面试...\"\n5. 更新已通知记录\n\n## 邮件配置\n- 邮箱: 614550317@qq.com\n- SMTP: smtp.qq.com:465(SSL)\n- 找不到授权码就用 dry-run 模式,只打日志",
  "cost": {
    "context_tokens": 107
  }
}

Fetch it by URL: GET /api/v1/registry/alexchen539-hrautoclaw-action-agent/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.