alexchen539-hrautoclaw-action-agent.ocm.json json Copy{
"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
}
}