crew-list

List internal Crew instances with route mode, channel bindings, and runtime status.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill crew-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crew-list
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/crews/main/skills/crew-list
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill crew-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you quickly discover which internal Crew instances are registered and ready to run, so you can understand current team availability without guessing.

Core Features & Use Cases

  • Internal Crew Directory Listing: Outputs all registered internal Crew entries with their route mode, channel bindings, and runtime status.
  • Operational Visibility for Routing & Bindings: Lets you verify which internal agents are bound to specific channels and whether they’re active.
  • Missing Data Guard: Detects when the internal directory file is missing and instructs you to regenerate it.

Quick Start

Ask the assistant to show the internal crew directory so you can view all internal crews, their routes, bindings, and statuses.

Frequently Asked Questions about crew-list

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

FAQPage Schema
How do I list registered internal crew instances and check their runtime status?

You can list internal crew instances by asking the assistant to show the internal crew directory. This reads TEAM_DIRECTORY.md from the Openclaw home directory and outputs all registered internal crews alongside their route mode, channel bindings, and current runtime status.

What is an internal crew directory and what routing information does it show?

An internal crew directory is a registry of internal multi-agent specialists. It displays each crew's route mode, channel bindings, and runtime status, providing operational visibility to verify which internal agents are correctly bound and currently available.

How do I verify which internal agents are bound to specific channels?

To verify channel bindings for internal agents, run the internal crew directory listing. This outputs all registered internal crews with their specific channel bindings and route modes, allowing you to confirm which agents are correctly mapped.

Does the internal crew directory listing show customer-facing crews?

No, the internal crew directory listing does not show customer-facing crews. It specifically applies to user requests checking internal specialists, excluding customer-facing crews from the operational visibility output.

Why does the internal crew directory listing return a missing file error?

The internal crew directory listing returns a missing file error when TEAM_DIRECTORY.md is absent from the Openclaw home directory. The script provides clear error messaging instructing you to regenerate the missing directory file.

Do I need specific dependencies to check internal crew availability?

You do not need specific dependencies to check internal crew availability. The listing requires only the list-internal-crews.sh script and the presence of the TEAM_DIRECTORY.md file in the Openclaw home directory to execute successfully.