chat_with_agent

Route user inquiries to appropriate agents for collaboration and review.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/9999-12-31/Dr.Claw --skill chat-with-agent-9999-12-31
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat_with_agent
Source: https://github.com/9999-12-31/Dr.Claw/tree/main/src/qwenpaw/agents/skills/chat_with_agent-en
Command: npx skills add https://github.com/9999-12-31/Dr.Claw --skill chat-with-agent-9999-12-31

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to consult and engage another agent when specialized input, review, or decision support is required, ensuring the right expertise is applied to the task.

Core Features & Use Cases

  • Foreground agent communication: initiate conversations with a designated agent and provide context.
  • Session continuity: maintain context across multiple turns using a session_id.
  • Flexible routing: route requests to a specific agent or default to the best available when unspecified.

Quick Start

Ask me to talk to a specific agent by providing the agent's ID and your message.

Frequently Asked Questions about chat_with_agent

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

FAQPage Schema
How do I route a user inquiry to another agent for expert review?

You can route user inquiries to another agent by specifying the target agent's ID and your message, which enables cross-agent collaboration for specialized input and decision support.

Can I maintain context across multiple turns when chatting with another agent?

Yes, you can maintain context across multiple turns during agent communication by using a session_id, ensuring continuity for ongoing conversations and task delegation.

What happens if I need agent communication but don't specify a target agent?

When a specific agent is unspecified, the system uses flexible routing to default to the best available agent, ensuring your workflow receives the required expertise.

Does cross-agent collaboration support background task submissions?

Yes, cross-agent collaboration supports background submissions through optional task delegation, allowing you to submit work to an agent for ongoing sessions without foreground interaction.

When do I need multi-agent collaboration for my workflow?

You need multi-agent collaboration when a task requires specialized input, a plan, or a review from another agent, ensuring the right expertise is applied to your communication workflow.

Do I need specific access to use chat_with_agent for multi-agent sessions?

Yes, you require access to list_agents and chat_with_agent functions, plus optional submit_to_agent for ongoing sessions and task delegation across your workflow.