portal-skill-router

Routes Agent Town co-op requests to the correct specialized child skill after reading Rules skill file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents wasted effort by guiding you to pick the most specific Agent Town co-op skill before you take any action.

Core Features & Use Cases

  • Skill selection routing: Chooses exactly one specialized child skill path based on what the user is trying to do.
  • Upfront reading: Ensures you read one rules file first to follow the expected selection behavior.
  • Supported use cases: Co-op baseline looping tasks, ceremony commit/reveal tasks, and explicit fallback to rules when the request doesn’t clearly fit a specialized action.

Quick Start

Ask the assistant to route the request for Agent Town co-op to the most specific child skill, after reading the Rules skill file.

Frequently Asked Questions about portal-skill-router

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

FAQPage Schema
How do I route an Agent Town co-op request to the correct workflow skill?

To route an Agent Town co-op request, you must first read the Rules skill file to understand the selection behavior, then choose exactly one specialized child skill entry point that matches the request.

What is skill routing for co-op baseline looping tasks?

Skill routing for co-op baseline looping tasks is the process of selecting exactly one specialized child skill path to execute looping actions, preventing wasted effort by ensuring the most specific skill handles the job.

How do I generate ceremony commit and reveal payloads in a co-op workflow?

To generate ceremony commit and reveal payloads, you route the co-op request through this skill selection mechanism to a specialized child skill that explicitly handles commit/reveal payload generation.

When should I use a rules-based fallback in a Portal workflow?

You should use a rules-based fallback in a Portal workflow when an incoming co-op request does not clearly fit a specialized child skill action, ensuring the system defaults to general rule-based behavior.

Do I need to read a rules file before selecting a co-op child skill?

Yes, you must read the Rules skill file first to follow the expected selection behavior and guarantee you choose exactly one of the listed child skill entry points correctly.

Why does my Agent Town co-op task take the wrong action?

Your Agent Town co-op task takes the wrong action because you did not route the request to the most specific child skill, which requires reading the Rules skill file upfront to guide the selection.