portal-coop

Coordinate Agent Town co-op unlocks via Team Code connection and dual Open press.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Agent-Town/Portal --skill portal-coop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portal-coop
Source: https://github.com/Agent-Town/Portal/tree/main/public/fixtures/multi-skill-pack/skills/co-op
Command: npx skills add https://github.com/Agent-Town/Portal --skill portal-coop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines the Agent Town co-op flow by coordinating the Team Code lifecycle and the agent’s match-and-open actions so users don’t have to manage timing and state manually.

Core Features & Use Cases

  • Co-op session orchestration: Handles connecting with a Team Code and managing the co-op interaction loop.
  • Match and open coordination: Polls, matches the correct sigil/team context, and performs the dual Open press step.
  • Baseline loop support: Use for the standard Agent Town workflow when ceremony cryptography isn’t required (e.g., routine co-op unlocks).

Quick Start

Use the portal-coop skill to run the generic Team Code co-op unlock flow by providing the human session identity and the agent’s sigil/team context.

Frequently Asked Questions about portal-coop

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

FAQPage Schema
How do I automate co-op session orchestration with Team Code in Agent Town?

Co-op session orchestration is automated by managing the Team Code connection lifecycle and polling the interaction loop automatically. This eliminates manual state tracking during routine co-op unlocks.

What is the agent co-op unlock flow and how does sigil matching work?

The co-op unlock flow coordinates polling and matching the correct sigil and team context between a human session and an agent. It requires deterministic state progression to ensure both sides resolve the same context before triggering the open action.

Do I need ceremony cryptography for standard Agent Town co-op unlocks?

No, standard Agent Town co-op unlocks do not require ceremony cryptography. You can use the baseline loop behavior to handle routine connections and dual Open press execution without cryptographic ceremonies.

How to coordinate the dual Open press step for agent co-op matching?

To coordinate the dual Open press, the system first polls and matches the correct sigil and team context. Once the human session and agent interaction resolve the same context, the open action is triggered automatically.

Why does my agent co-op session state fail to match the human context?

Session state fails to match when deterministic state progression is broken between the human session and the agent interaction. Both sides must resolve the exact same sigil and team context before the open action can execute.