pinax-agent-router

Route Pinax tasks to the appropriate operator skill by task type.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/yeisme/pinax --skill pinax-agent-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinax-agent-router
Source: https://github.com/yeisme/pinax/tree/main/.agents/skills/pinax-agent-router
Command: npx skills add https://github.com/yeisme/pinax --skill pinax-agent-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that Pinax tasks are directed to the most suitable operator skill, optimizing the workflow and ensuring the correct execution of commands.

Core Features & Use Cases

  • Task Routing: Automatically routes Pinax tasks to the smallest suitable operator skill.
  • Operator Skills: Manages various operator skills like pinax-vault-operator, pinax-retrieval-operator, etc.
  • Use Case: When a user wants to add a note or search for information within Pinax, this Skill ensures that the task is sent to the appropriate operator skill for efficient processing.

Quick Start

Use the pinax-agent-router skill to add a new note to your Pinax vault.

Frequently Asked Questions about pinax-agent-router

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

FAQPage Schema
How do I route Pinax tasks to the correct operator skill automatically?

Task routing for Pinax assigns each command to the smallest suitable operator skill based on the task type. This ensures commands like adding notes or searching information are executed by the correct operator, such as pinax-vault-operator or pinax-retrieval-operator, optimizing workflow efficiency.

What is the best way to manage multiple Pinax operator skills in one workflow?

Managing multiple Pinax operator skills is best handled by an agent router that directs tasks to the appropriate operator. This skill acts as a central router, ensuring commands are sent to the smallest suitable operator skill for efficient processing and correct execution across your workflow.

How do I add a note to my Pinax vault using an operator skill?

To add a note to your Pinax vault, you can use a task routing skill to direct the action to the appropriate operator. The router sends the note-adding command to the pinax-vault-operator, ensuring the task is executed correctly and efficiently within the Pinax structure.

Do I need to know Pinax command structure to use task routing?

Yes, effectively routing Pinax tasks requires knowledge of Pinax operator skills and command structure. The routing skill relies on this understanding to match task types with the correct operator, ensuring commands are directed to the most suitable skill for execution.

Can I use task routing to search for information within Pinax?

Yes, you can use task routing to search for information within Pinax. The router directs your search command to the appropriate operator skill, such as the pinax-retrieval-operator, ensuring the information retrieval task is processed efficiently by the correct operator.