talk-to

Sends messages to agents through Oracle threads with persistent per-agent channels.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill talk-to-heman1033p-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: talk-to
Source: https://github.com/heman1033p-create/cv-v2-kongphop/tree/main/.gemini/skills/talk-to
Command: npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill talk-to-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating with other agents requires manually tracking conversation threads and composing messages, which fragments communication across sessions. This Skill manages agent messaging through Oracle threads so each agent has a persistent, reusable channel. ## Core Features & Use Cases - Persistent Agent Channels: Automatically finds or creates a channel:{agent} thread so conversations with each agent stay in one place. - Multiple Messaging Modes: Supports one-shot messages, direct thread posting by ID (#42), fast channel creation with --new, topic-specific threads, and channel listing. - Autonomous Loop Conversations: The loop mode drives a multi-turn conversation on your behalf, reading responses and composing follow-ups to extract insights without user prompts. - Use Case: Ask "talk to arthur what's your status" and the Skill locates Arthur's channel thread, posts a composed message, reads any replies, and confirms delivery with the thread ID. ## Quick Start Ask the assistant to talk to a specific agent with your message, for example: send a message to arthur asking about his current status.

Frequently Asked Questions about talk-to

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

FAQPage Schema
How do I send a message to another agent?▼

Use the talk-to command with the agent name and your message intent, such as "/talk-to arthur what's your status". The Skill finds or creates the agent's channel thread, composes the message, posts it, and shows any responses.

How do I post a message to a specific thread by ID?▼

Reference the thread directly with the # prefix, for example "/talk-to #42 follow up on this". This skips the channel lookup entirely and posts straight to that thread ID.

What is loop mode in agent messaging?▼

Loop mode runs an autonomous conversation where the AI reads agent responses and composes follow-up questions without user prompts, up to 10 iterations. It ends with a summary of key insights gathered from the exchange.

Can I create separate topic threads for the same agent?▼

Yes, use the --topic flag with a slug to route messages to a topic:{agent}:{slug} thread instead of the default channel:{agent} thread. This keeps distinct discussion topics separated for one agent.

Why does the Skill reuse channel threads instead of creating new ones?▼

Each agent has one persistent channel thread that acts as the routing key, so conversations stay continuous and searchable. Use --new only when you intentionally want to skip lookup and create a fresh thread.