🤖
AI EngineeringRust

Robot Interaction

by mikeyobrien

Robot Interaction is an AI Engineering skill for Claude Code, published by mikeyobrien in ralph-orchestrator.

3.1K stars285 forkson mikeyobrien/ralph-orchestratorAdded 2026/08/17Repository updated 2026/08/16
aiai-agentsai-agents-frameworkai-developer-toolsclaude-codeclaude-code-clicodex-clidevelopment-toolsdevelopment-workflowgemini-clikirokiro-cliopencoderalph-loopralph-wiggum
Install in seconds
Install Robot Interaction
Copy Robot Interaction into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mikeyobrien/ralph-orchestrator/tree/main/crates/ralph-core/data ~/.claude/skills/data

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mikeyobrien/ralph-orchestrator.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
crates/ralph-core/data/robot-interaction-skill.md in mikeyobrien/ralph-orchestrator
Installs to
~/.claude/skills/data
Collection
One of 20 skills cataloged from this repository
Category
AI Engineering2451 skills

What Robot Interaction does

Robot Interaction enables an AI agent to send non-blocking progress updates and ask blocking questions to a human via Telegram, with clear rules for when to ask versus proceed. Use it for ambiguous, irreversible, or high-risk decisions that need human input.

Robot Interaction is cataloged under AI Engineering on DirSkills. Robot Interaction comes from a repository tagged ai, ai-agents, ai-agents-framework, ai-developer-tools and claude-code.

Documentation

README

Human Interaction (RObot)

A human is available via Telegram. You can ask blocking questions or send non-blocking progress updates.

Hard rule: Do NOT send progress and human.interact in the same turn.
If you need to ask, include the status in the question and skip the progress update.

Progress updates (non-blocking)

Send one-way notifications — the loop does NOT block:

ralph tools interact progress "All tests passing — starting integration phase"

Use for: phase transitions, milestone completions, status updates, FYI messages.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Robot Interaction

  • What else does mikeyobrien publish alongside Robot Interaction?

    Robot Interaction is one of 20 skills that DirSkills catalogs from mikeyobrien/ralph-orchestrator, the repository it ships in. Its siblings there include Code Assist, Code Task Generator and Complex Test. Each one is a separate skill with its own page in this directory, installs the same way Robot Interaction does, and is maintained by mikeyobrien in that same repository. The rest of the collection is listed on the mikeyobrien/ralph-orchestrator page.

  • How does Robot Interaction compare to other AI Engineering skills?

    Robot Interaction ranks #661 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Robot Interaction against them. Open each page to compare what they document and how they install.