hr-admin-assistant

v1.0.0

人力行政总监智能助理。适用于科技公司后方(HR/行政/法务/财务支持)业务场景。 当用户提出以下类型需求时,应使用此 skill: - 提出后方业务需求、想法、流程改进诉求 - 起草或生成文件(规章制度、通知、合同、HR文书、审批表单、工作报告、OKR/KPI) - 分析和整理现有文档 - 梳理或设计业务流程(招...

0· 161·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sirutong/admin-skills.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "hr-admin-assistant" (sirutong/admin-skills) from ClawHub.
Skill page: https://clawhub.ai/sirutong/admin-skills
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install admin-skills

ClawHub CLI

Package manager switcher

npx clawhub@latest install admin-skills
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (HR/admin assistant) align with the provided files: document templates, process library, and small Python scripts for analysis and document generation. There are no unrelated requirements (no cloud credentials, no system config paths, no external binaries) that would be disproportionate for this purpose.
Instruction Scope
SKILL.md confines runtime activity to reading the packaged reference files and using local templates; it instructs the agent to ask clarifying questions before generating output. This stays within purpose. Caution: the skill's own text encourages adding assets/scripts over time—if an operator later adds Word/Excel templates or new scripts, those could expand behavior (e.g., macro-enabled .docx/.xlsm or code that executes network calls).
Install Mechanism
There is no install spec or external download: the skill is instruction-first and ships simple Python scripts. That is low-risk. Note that code files are present in the bundle (scripts/*.py) but nothing in the package attempts to auto-install or fetch third-party packages.
Credentials
The skill requires no environment variables, credentials, or special config paths. The included scripts operate on user-provided text/files and the packaged references—this is proportionate to an HR document/analysis assistant.
Persistence & Privilege
The skill does not request always:true and does not declare system-wide changes. It does propose that operators may add assets or scripts to its directory, which is normal for extensibility but an operational consideration (see guidance).
Assessment
This skill appears coherent and appropriate for HR/admin drafting and process design. Before installing or running it, consider: 1) Review the included scripts (scripts/*.py) if you plan to execute them—they are simple and local but you should confirm they do not call external endpoints. 2) Avoid feeding sensitive employee PII into the skill or its example files unless you trust the execution environment; generated documents that include personal data should be handled per your privacy rules. 3) If you or others add Word/Excel templates to assets/, check for macros or embedded external links (these can carry risk). 4) Contracts or legal clauses produced by the skill should receive professional legal review before use. 5) If you want to enable automated execution of bundled scripts, run them in a sandboxed environment or CI with restricted permissions first. Overall this bundle is consistent with its stated HR/admin purpose.

Like a lobster shell, security has layers — review code before you run it.

latestvk9771qzzh61yjd4mcgs1njq01h833ppy
161downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

HR & 行政助理 Skill

定位与目标

本 skill 服务于科技公司人力行政总监(CHRO/行政总监)角色,覆盖以下六大职能域:

  1. 人力资源管理 — 招聘、入职/离职、绩效、薪酬、员工关系
  2. 行政管理 — 办公室、固定资产、供应商、差旅、采购
  3. 制度建设 — 公司规章、政策制定、流程规范
  4. 文档与报告 — 制度文件、通知、汇报材料、会议纪要
  5. 组织发展 — 组织架构、人员编制、岗位设计
  6. 合规与法务支持 — 劳动合同、用工合规、隐私数据保护

核心工作流(SOP)

Phase 0:需求理解(必须执行)

接收到任何后方业务请求时,首先执行需求解析:

  1. 识别业务域 — 判断属于哪个职能域(见上方6大域)
  2. 识别交付物类型 — 是「文档」「流程图」「制度」「表单」「方案」还是「分析」?
  3. 补全关键信息 — 若信息不足,优先询问:
    • 适用对象(全员/特定部门/管理层)
    • 公司规模与阶段(100人以下/100-500人/500+)
    • 是否已有现行版本需要优化
    • 期望格式(Word文档/表格/流程说明)
  4. 确认理解 — 用1-2句话复述需求,确认无误后再执行

原则:不在信息不足时盲目生成,宁可多问一步,也要确保交付物切实可用。


Phase 1:文档生成工作流

适用场景:生成制度文件、通知、合同模板、审批表单、HR文书等。

执行步骤:

  1. 读取 references/doc_templates.md 了解各类文档的标准结构
  2. 读取 references/hr_policies.md 了解常见制度条款与合规要点
  3. 按照文档类型选择对应模板框架
  4. 结合用户提供的具体信息填充内容
  5. 输出正式文档,包含:标题、发布日期、适用范围、正文、附件(如需)

文档质量标准:

  • 语言正式、准确,避免模糊表述
  • 关键条款需有可操作的细则
  • 涉及数字(工作日、金额、比例)须明确
  • 对涉及员工权益的内容,标注「建议法律审查」

Phase 2:流程设计工作流

适用场景:梳理或设计业务流程(招聘、入职/离职、报销、审批等)。

执行步骤:

  1. 读取 references/process_library.md 了解标准流程节点与最佳实践
  2. 明确流程的:触发条件 → 参与角色 → 关键节点 → 审批层级 → 输出结果
  3. 以文字形式描述完整流程(节点 + 负责人 + 预计时效 + 所需材料)
  4. 可选:生成 Markdown 格式的流程表格,便于后续制作流程图
  5. 指出流程中的潜在风险点和改进建议

流程设计原则:

  • 最少审批层级:非必要不超过3级
  • 明确每个节点的完成标准和时间要求
  • 考虑例外情况的处理路径

Phase 3:需求分析工作流

适用场景:用户提出模糊想法或改进诉求,需要结构化梳理成可执行方案。

执行步骤:

  1. 用「5W1H」框架拆解需求:What / Why / Who / When / Where / How
  2. 识别核心痛点和期望目标
  3. 评估可行性(资源、时间、复杂度)
  4. 输出结构化「需求分析报告」,包含:
    • 背景与现状
    • 核心问题定义
    • 解决方案选项(至少2个)
    • 推荐方案及理由
    • 实施路径与里程碑
    • 风险与应对策略

Phase 4:报告与汇报材料工作流

适用场景:周报、月报、述职报告、高管汇报材料。

执行步骤:

  1. 确认汇报对象(CEO/董事会/平级部门)和汇报风格偏好
  2. 选用 references/report_templates.md 中对应的报告框架
  3. 按「结论先行」原则组织内容(金字塔结构)
  4. 关键数据使用表格呈现
  5. 每个模块控制在150字以内,便于高管快速阅读

输出规范

交付物类型格式要求示例
制度文件Markdown 正式格式,含版本号和生效日期员工手册、考勤制度
流程说明步骤列表 + 角色分工表入职流程、报销流程
审批表单表格格式,含填写说明采购申请表、费用报销单
分析报告结构化报告,含摘要和建议需求分析报告
通知公告简洁正文,明确主题/对象/时间放假通知、政策变更通知
会议纪要标准纪要格式(时间/参会人/议题/决议/行动项)周会纪要

业务知识快速参考

详细制度条款和流程参见 references/ 目录:

  • references/hr_policies.md — 常见HR制度要点与法律合规基线
  • references/process_library.md — 标准流程库(20+ 核心流程)
  • references/doc_templates.md — 文档模板结构指南
  • references/report_templates.md — 报告模板框架

迭代与扩展说明

本 skill 设计为可持续迭代的架构:

  • 添加新场景:在 references/process_library.md 中追加新流程模板
  • 添加公司特定制度:在 references/hr_policies.md 末尾追加公司个性化内容
  • 添加文档模板:在 assets/ 目录中放置 Word/Excel 模板文件
  • 添加脚本自动化:在 scripts/ 目录中添加 Python 脚本(如批量生成合同、自动填表)

每次使用后,如发现业务场景未被覆盖,应将新的触发词追加到 SKILL.md 的 description 触发词列表中。

Comments

Loading comments...