← Back to Skills Marketplace
philonis

领导模块

by philonis · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ Security Clean
255
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install multi-thread-dialogue
Description
多线程对话架构:主代理前台响应,子代理后台处理任务,支持打断、状态处理、两阶段审查和任务监控 / Multi-thread dialogue architecture: main agent responds in foreground, sub-agents handle tasks in background...
Usage Guidance
This skill appears internally consistent and is instruction-only. Before installing or applying its recommendations: 1) Back up your AGENTS.md and any agent-config files so you can revert changes. 2) Inspect the actual AGENTS.md edits it recommends and ensure they don't introduce unexpected triggers or external endpoints. 3) Create the memory file in a controlled location and review its contents/permissions (it will store task IDs and state). 4) If you plan to run 'npx skills add ...', inspect the package that command would fetch from the registry first (the skill bundle here is only docs). 5) Note the skill author/source is not strongly verified in registry metadata; prefer installing only from trusted sources. If you want, I can (a) produce a diff-ready AGENTS.md snippet you can review before applying, or (b) check a specific AGENTS.md file for unexpected content.
Capability Analysis
Type: OpenClaw Skill Name: multi-thread-dialogue Version: 1.1.1 The skill provides a conceptual framework and instructional templates for implementing a multi-agent task management system within OpenClaw. It primarily consists of Markdown documentation (SKILL.md, README.md) and configuration files (skill.yaml, _meta.json) that guide the agent on how to route tasks, manage sub-agent states, and track progress using a local JSON file (memory/multi-thread-tasks.json). No malicious code, data exfiltration attempts, or harmful prompt injections were identified.
Capability Assessment
Purpose & Capability
Name/description describe multi-thread dialogue and sub-agent orchestration; the skill only asks you to update AGENTS.md (agent behavior rules) and create a local task state file, which are coherent with the stated capability. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Instructions are concrete and limited: add a 'Multi-Thread Dialogue Mode' section to AGENTS.md, create memory/multi-thread-tasks.json, and use provided prompt templates. This stays within the stated purpose, but it does instruct you to modify your agent config (AGENTS.md) and to create persistent task state on disk — both are powers that change agent behavior and persist state, so review those changes before applying.
Install Mechanism
There is no automated install spec or code to download. The README shows a suggested 'npx skills add' command, but the skill bundle itself is instruction-only. Because nothing is fetched or executed by the skill automatically, the install risk is low — however, if you run the npx command yourself it will fetch code from the registry, so inspect that package before running.
Credentials
The skill requests no environment variables, credentials, or config paths. The only persistent artifact is a local JSON file for task state (memory/multi-thread-tasks.json), which is proportionate to a task-management skill.
Persistence & Privilege
always:false and no autonomous privilege escalation. Still, the skill explicitly tells you to modify AGENTS.md (agent behavior rules) and create a persistent memory file. Modifying AGENTS.md can change global agent behavior — expected for an orchestration skill, but worth a deliberate review and backup before applying.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multi-thread-dialogue
  3. After installation, invoke the skill by name or use /multi-thread-dialogue
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- Added full bilingual (Chinese/English) documentation and instructions throughout SKILL.md for broader accessibility. - No functional or logic changes; primary update is extended documentation for installation, usage, features, configuration, and file structure in both languages. - Clarified that all core logic remains implemented via AGENTS.md, with this skill focusing on guidance and templates. - No code or underlying logic modifications in this version.
v1.1.0
Multi-Thread Dialogue v1.1.0 - Introduces a multi-threaded dialogue architecture, enabling the system to handle multiple tasks in parallel using sub-agents. - Supports task interruption, state management with four clear statuses (DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, BLOCKED), and monitors for long-running or stalled tasks. - Models can be selected dynamically based on task complexity; includes specific rules for splitting simple vs. long tasks, as well as handling large context. - Implements an optional two-phase review for improved quality and provides direct user controls such as task numbering and interruption commands. - Configuration guidance and prompt templates are included for easy setup in AGENTS.md, along with default monitoring and concurrency limits.
Metadata
Slug multi-thread-dialogue
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 领导模块?

多线程对话架构:主代理前台响应,子代理后台处理任务,支持打断、状态处理、两阶段审查和任务监控 / Multi-thread dialogue architecture: main agent responds in foreground, sub-agents handle tasks in background... It is an AI Agent Skill for Claude Code / OpenClaw, with 255 downloads so far.

How do I install 领导模块?

Run "/install multi-thread-dialogue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 领导模块 free?

Yes, 领导模块 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 领导模块 support?

领导模块 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 领导模块?

It is built and maintained by philonis (@philonis); the current version is v1.1.1.

💬 Comments