HRBP Skill — Recruit (招聘 / 实例化)

Instantiate external HRBP agent instances from templates and register them in openclaw.json.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill hrbp-skill-recruit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: HRBP Skill — Recruit (招聘 / 实例化)
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/crews/hrbp/skills/hrbp-recruit
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill hrbp-skill-recruit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you quickly create and register new external HRBP crew instances (agents) from reusable templates, while enforcing a safe, declare-mode skill allowlist and optional channel binding.

Core Features & Use Cases

  • Template discovery & instantiation: Uses an HRBP template library to match the new role; if none matches, creates a new template scaffold before instantiating.
  • Instance proposal & confirmation flow: Collects instance ID/name, template source, optional channel binding, optional skill customization, and optional role tuning adjustments (SOUL.md).
  • Workspace generation & registration: Creates the workspace directory, copies template files, writes DECLARED_SKILLS, initializes optional customer DB schema, and registers the agent into openclaw.json with correct route mode (external bind-only).
  • Operational history updates: Updates HRBP external registry and HRBP memory operation history, so the new role is auditable.

Quick Start

Ask the system to recruit a new external HRBP agent instance named "产品A客服" with ID "cs-product-a", based on the best matching HRBP template, bound to your channel if needed, and then create its workspace and register it after you confirm.

Frequently Asked Questions about HRBP Skill — Recruit (招聘 / 实例化)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and register external HRBP agents from templates?

To create external HRBP agents, this Skill matches role requirements to a template library, generates the workspace, writes DECLARED_SKILLS, and registers the instance into openclaw.json. It enforces proposal-first confirmation before applying any filesystem changes.

How does template instantiation handle roles that have no existing match?

Template instantiation scaffolds a new template from scratch when no existing template matches the desired HRBP role. The scaffolded template is then used to generate the workspace, copy files, and initialize the agent configuration.

What is declare-mode skill whitelisting in HRBP agent recruitment?

Declare-mode skill whitelisting restricts instantiated HRBP agents to only use explicitly declared skills. During workspace generation, the Skill writes a DECLARED_SKILLS file to enforce this safe boundary for external crews.

Can I bind an external HRBP agent instance to a specific channel?

Yes, you can bind an external HRBP agent to a channel during the instance proposal phase. The Skill configures the correct external bind-only route mode in openclaw.json upon registration.

What are the formatting requirements for HRBP agent instance IDs?

Instance IDs must use lowercase hyphenated formatting. The Skill enforces strict instance ID formatting to ensure valid directory creation and openclaw.json registration.

Does agent recruitment support initializing a custom database schema?

Yes, the recruitment workflow supports optional customer-db initialization. When generating the workspace, it can initialize the database schema alongside writing DECLARED_SKILLS and creating the feedback directory.