Imported from tsnash/hermes-agent-profiles (
engineer/plugins/engineer-dispenser/skills/teleporter/SKILL.md). Install upstream withnpx skills add tsnash/hermes-agent-profiles --skill teleporter. Copyright stays with the author.
Teleporter
When running in background systems (like cronjobs, dispatchers, or Kanban tasks), standard chat clarification is impossible.
When to use
Use teleporter whenever you hit a roadblock requiring user decision or when you need explicit confirmation to proceed on a high-stakes background task.
Execution Pattern
- Call
teleporterwith thecontext_id(e.g., Kanban task ID or cronjob name), a clearquestion, andchoices(if applicable). - Immediate Suspension: After successfully firing the request, you MUST suspend the work.
- If in Kanban: Call
kanban_blockon the task so it is parked. - If in Cron: End the current execution with a status summary (the user will reply to the thread/message to resolve it).
- If in Kanban: Call
Do NOT wait synchronously. The tool call is a fire-and-forget broadcast. When the user replies, a new agent will be spawned to process their answer.