HRBP Skill — Modify (调岗)

Update external crew agent workspace files and channel bindings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, node, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you update an existing external crew agent’s role, workflow, tools, identity, and channel bindings without guessing or breaking configuration.

Core Features & Use Cases

  • External-only agent modification: Ensures the target is an external crew instance and rejects internal crews managed by the Main Agent.
  • Config-aware workspace edits: Reads the target instance’s current SOUL.md / AGENTS.md / TOOLS.md / IDENTITY.md and guides you to confirm a clear before→after modification plan.
  • Channel binding management: Adds or removes direct channel bindings by running the provided modify-agent.sh script and updates related declared skills/registry when needed.
  • Operational safety: Requires explicit user confirmation before changing any workspace files, and reminds you to restart Gateway after updates.

Quick Start

Modify the external agent instance “<instance-id>” by asking the HRBP Modify skill to update its SOUL.md role and adjust its channel binding, then confirm the proposed plan when prompted.

Frequently Asked Questions about HRBP Skill — Modify (调岗)

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

FAQPage Schema
How do I update an external crew agent's role and workflow configuration?

Channel binding management adds or removes direct channel access for external agents by running the modify-agent.sh script. It updates related declared skills and registry entries while preserving external crew crew-type and tier constraints.

Can I use this to modify internal crews managed by the Main Agent?

No, you cannot use this to modify internal crews managed by the Main Agent. The skill enforces external-only agent modification, rejecting any internal crew instances to maintain system integrity and prevent unauthorized configuration changes.

How do I safely change an external agent's identity and tool permissions?

To safely change an external agent's identity and tool permissions, request the modification and review the generated before→after plan. The system requires explicit user confirmation before editing any workspace configuration files to ensure operational safety.

What should I do after modifying external crew agent configurations?

After modifying external crew agent configurations, you must restart the Gateway. The skill explicitly reminds users to perform this restart to ensure the updated workspace configuration and channel bindings take full effect across the system.