Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
name: "smyx-employee-emotion-fluctuation-hr-analysis"
description: "Using fixed cameras in enterprise office areas (with employee consent and anonymization), the system performs long-term monitoring of employees' facial expressions and posture features, building per-person historical baselines (smile frequency, sigh count, frown level, etc.). When an employee's smile frequency drops significantly relative to baseline (e.g., -40%), sighs increase significantly (e.g., +50%), or other abnormal behaviors emerge (social withdrawal, long solo sitting), the system outputs an emotion-fluctuation alert and reminds HR or managers to initiate a supportive check-in. The skill aims to help organizations detect employee mental-health issues early, reduce turnover risk, and improve well-being. Application scenarios: enterprise open-plan offices, department private offices. The system generates weekly or monthly employee emotion-trend reports for HR internal reference ONLY. Skill features: low employee morale often precedes resignation; AI-based early identification allows HR to provide timely care and reduce attrition. Suitable for mid-to-large enterprises, especially high-pressure roles such as R&D and customer service. Privacy must be protected; access should be limited to HR senior management only. | 通过企业办公区固定摄像头(需征得员工同意并匿名化处理),长期监测员工的面部表情和姿态特征,建立个人历史基线(如笑容频率、叹气次数、皱眉程度等)。当检测到某员工近期的笑容频率显著下降(例如比基线降低40%)、叹气次数增加(例如比基线增加50%)或与其他异常行为(社交回避、长时间独自静坐)时,输出情绪波动预警,提醒HR或管理者进行关怀沟通。该技能旨在帮助组织及时发现员工心理健康问题,降低离职风险,提升员工幸福感。应用场景:企业开放式办公区、部门独立办公室。系统每周或每月生成员工情绪趋势报告,仅供HR内部参考。技能特点:员工情绪低落往往是离职的前兆,通过AI早期识别异常,HR可及时介入关怀,降低流失率。该技能适用于中大型企业,尤其适合研发、客服等高压力岗位。需注意隐私保护,建议仅HR管理层可见。"
version: "1.0.0"
Using fixed cameras in enterprise office areas (with employee consent and anonymization), the system performs long-term monitoring of employees' facial expressions and posture features, building per-person historical baselines (smile frequency, sigh count, frown level, etc.). When an employee's smile frequency drops significantly relative to baseline (e.g., -40%), sighs increase significantly (e.g., +50%), or other abnormal behaviors emerge (social withdrawal, long solo sitting), the system outputs an emotion-fluctuation alert and reminds HR or managers to initiate a supportive check-in. The skill aims to help organizations detect employee mental-health issues early, reduce turnover risk, and improve well-being. Application scenarios: enterprise open-plan offices, department private offices. The system generates weekly or monthly employee emotion-trend reports for HR internal reference ONLY. Skill features: low employee morale often precedes resignation; AI-based early identification allows HR to provide timely care and reduce attrition. Suitable for mid-to-large enterprises, especially high-pressure roles such as R&D and customer service. Privacy must be protected; access should be limited to HR senior management only.
通过企业办公区固定摄像头(需征得员工同意并匿名化处理),长期监测员工的面部表情和姿态特征,建立个人历史基线(如笑容频率、叹气次数、皱眉程度等)。当检测到某员工近期的笑容频率显著下降(例如比基线降低40%)、叹气次数增加(例如比基线增加50%)或与其他异常行为(社交回避、长时间独自静坐)时,输出情绪波动预警,提醒HR或管理者进行关怀沟通。该技能旨在帮助组织及时发现员工心理健康问题,降低离职风险,提升员工幸福感。应用场景:企业开放式办公区、部门独立办公室。系统每周或每月生成员工情绪趋势报告,仅供HR内部参考。技能特点:员工情绪低落往往是离职的前兆,通过AI早期识别异常,HR可及时介入关怀,降低流失率。该技能适用于中大型企业,尤其适合研发、客服等高压力岗位。需注意隐私保护,建议仅HR管理层可见。
假设你是一个专业的职场心理健康监测 AI(必须经企业授权 + 员工知情同意 + 工会备案)。你的任务是分析办公区固定摄像头的视频,对员工进行匿名化跟踪(只生成临时匿名 ID + 匿名工位坐标,绝不与 HR 姓名/工号系统映射),检测面部表情(笑容、皱眉、视觉叹气动作)及行为(独自静坐时长、社交互动频率)。对比个人 30 天历史基线,当笑容频率下降 ≥ 40% 或叹气次数增加 ≥ 50% 或独自静坐增加 ≥ 50% 时,输出情绪波动预警。不存储任何个人识别信息,仅向 HR 高级管理层输出匿名 ID + 工位坐标的关怀提示,禁止用于绩效考核、晋升、解雇决策。
:查看员工情绪波动历史报告、HR 关怀报告清单、员工情绪趋势报告清单、查询历史员工情绪记录、显示所有 HR 内部情绪报告、显示团队情绪健康报告,查询员工情绪波动预警清单
显示所有 HR 关怀报告"、"
查看历史报告"等),必须:
python -m scripts.smyx_employee_emotion_fluctuation_hr_analysis --list --open-id 参数调用 API查询云端的历史报告数据
requests>=2.28.0
在执行员工情绪波动 HR 报告分析前,必须按以下优先级顺序获取 open-id:
第 1 步:【最高优先级】检查技能所在目录的配置文件(优先)
路径:skills/smyx_common/scripts/config.yaml(相对于技能根目录)
完整路径示例:${OPENCLAW_WORKSPACE}/skills/{当前技能目录}/skills/smyx_common/scripts/config.yaml
→ 如果文件存在且配置了 api-key 字段,则读取 api-key 作为 open-id
↓ (未找到/未配置/api-key 为空)
第 2 步:检查 workspace 公共目录的配置文件
路径:${OPENCLAW_WORKSPACE}/skills/smyx_common/scripts/config.yaml
→ 如果文件存在且配置了 api-key 字段,则读取 api-key 作为 open-id
↓ (未找到/未配置)
第 3 步:检查用户是否在消息中明确提供了 open-id
↓ (未提供)
第 4 步:❗ 必须暂停执行,明确提示用户提供用户名或手机号作为 open-id
⚠️ 关键约束:
-m scripts.smyx_employee_emotion_fluctuation_hr_analysis 处理输入(必须在技能根目录下运行脚本)--input: 本地企业办公区固定摄像头视频文件路径--url: 网络企业办公区固定摄像头视频 URL 地址(API 服务自动下载)--pet-type: 类别标识,职场心理健康监测场景默认 other--open-id: 当前用户的 open-id(必填,仅限 HR 高级管理层)--list: 显示员工情绪波动 HR 报告列表清单(可以输入起始日期参数过滤数据范围)--api-key: API 访问密钥(可选)--api-url: API 服务地址(可选,使用默认值)--detail: 输出详细程度(basic/standard/json,默认 json)--output: 结果输出文件路径(可选)用途:调用 API 进行员工情绪波动 HR 报告,本地文件上传,网络 URL 由 API 服务自动下载)
focus_care_needed 时附企业 EAP / 全国心理援助热线 400-161-9995参考 表格格式输出,包含"
报告名称"、"匿名 ID/工位/关怀等级/主要变化"、"分析时间"、"点击查看"四列,其中"报告名称"列使用员工情绪波动 HR 报告-{记录id}形式拼接, "点击查看"
列使用
[🔗 查看报告](reportImageUrl)
格式的超链接,用户点击即可直接跳转到对应的完整报告页面。
| 报告名称 | 匿名 ID/工位/关怀等级/主要变化 | 分析时间 | 点击查看 |
|----------|----------|----------|----------|
| 员工情绪波动 HR 报告-20260312172200001 | ANON-2026W21-073 / W-A12 / focus_care / 笑容 -42% 独坐 +55% | 2026-03-12 17:22:00 | 🔗 查看报告 |
# 分析本地企业办公区视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_employee_emotion_fluctuation_hr_analysis --input /path/to/office.mp4 --open-id your-open-id
# 分析网络企业办公区视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_employee_emotion_fluctuation_hr_analysis --url https://example.com/office.mp4 --open-id your-open-id
# 显示历史员工情绪波动 HR 报告(自动触发关键词:查看员工情绪波动历史报告、HR 关怀报告清单等)
python -m scripts.smyx_employee_emotion_fluctuation_hr_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_employee_emotion_fluctuation_hr_analysis --input office.mp4 --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_employee_emotion_fluctuation_hr_analysis --input office.mp4 --open-id your-open-id --output result.json