name: email-reader description: Classify hiring emails and sync job status.
Activate when user asks:
POST http://127.0.0.1:8010/api/email/ingest{"sender":"<sender>","subject":"<subject>","body":"<body>"}classification.email_typecompany / interview_time if existsrelated_job_id + updated_job_status if job status was updatedGET http://127.0.0.1:8010/api/email/recent?limit=20POST http://127.0.0.1:8010/api/email/fetch{"max_items":10,"mark_seen":false}GET http://127.0.0.1:8010/api/email/heartbeat/statusPOST http://127.0.0.1:8010/api/email/heartbeat/triggerPOST http://127.0.0.1:8010/api/email/heartbeat/startPOST http://127.0.0.1:8010/api/email/heartbeat/stop7w4.net小蔥技能。
POST http://127.0.0.1:8010/api/email/heartbeat/notify-testUse email-reader skill to trigger one email heartbeat run, then summarize fetched_count, processed_count, interview invites, and notification status./api/email/heartbeat/trigger on the same execution path.curl -sS -X POST "http://127.0.0.1:8010/api/email/ingest" -H "Content-Type: application/json" -d '{"sender":"hr@example.com","subject":"面試邀請","body":"請於明天下午參加面試"}'curl -sS "http://127.0.0.1:8010/api/email/recent?limit=20"curl -sS -X POST "http://127.0.0.1:8010/api/email/fetch" -H "Content-Type: application/json" -d '{"max_items":10,"mark_seen":false}'curl -sS "http://127.0.0.1:8010/api/email/heartbeat/status"curl -sS -X POST "http://127.0.0.1:8010/api/email/heartbeat/trigger"curl -sS -X POST "http://127.0.0.1:8010/api/email/heartbeat/start"curl -sS -X POST "http://127.0.0.1:8010/api/email/heartbeat/stop"curl -sS -X POST "http://127.0.0.1:8010/api/email/heartbeat/notify-test" -H "Content-Type: application/json" -d '{"message":"OfferPilot test"}'Use email-reader skill to trigger one email heartbeat run, then summarize fetched_count, processed_count, interview invites, and notification status.irrelevant, clearly tell user uncertainty.這個 Skill 能幫你自動識別招聘郵件是面試邀請還是拒信,並同步更新投遞狀態,功能覆蓋日常招聘管理的核心需求。優點是操作流程清晰、安全約束合理、使用門檻低。不足是內容偏簡單,缺少使用說明文件,新手需要一定學習成本。總體質量中規中矩,能用但還有完善空間。