mapj

Route AI agent queries to TDN, Confluence, and Protheus sub-skills.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Mario-pereyra/mapj --skill mapj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mapj
Source: https://github.com/Mario-pereyra/mapj/tree/main/skills/mapj
Command: npx skills add https://github.com/Mario-pereyra/mapj --skill mapj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates cross-system tasks for AI agents by routing queries to the right sub-skills handling TOTVS TDN, Confluence, and Protheus, enabling seamless, read-only enterprise automation.

Core Features & Use Cases

  • Route user requests to the appropriate sub-skill (TDN search, Confluence export, Protheus query) for fast, accurate results.
  • Provide standardized outputs and error handling to keep agent contexts safe and predictable.
  • Manage authentication state checks and cross-service coordination to simplify enterprise automation.

Quick Start

Install mapj binary, authenticate to Confluence, TDN, and Protheus, then route tasks to the appropriate sub-skill.

Frequently Asked Questions about mapj

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

FAQPage Schema
How do I route AI agent tasks across TOTVS TDN, Confluence, and Protheus?

Routing AI agent tasks across TOTVS TDN, Confluence, and Protheus is done by directing user requests to specialized sub-skills, which then handle the specific query, search, or export operation and return structured outputs.

Can I query Protheus ERP data safely using an automated agent?

Yes, you can query Protheus ERP data safely by using authenticated sessions with read-only access, ensuring the automated agent retrieves information without modifying records or risking system integrity.

What is the best way to automate Confluence page exports for enterprise agents?

Automating Confluence page exports for enterprise agents is best handled by routing the request to a dedicated sub-skill that manages authentication state checks and delivers structured outputs suitable for agent contexts.

How does cross-service coordination work when searching TDN documentation?

Cross-service coordination when searching TDN documentation works by routing the query to the appropriate sub-skill, which performs the search and enforces safe operation through error handling and auth checks before returning results.

Do I need to authenticate separately to Confluence, TDN, and Protheus before routing tasks?

Yes, you need to authenticate to Confluence, TDN, and Protheus separately before routing tasks, as the orchestrator manages authentication state checks across these services to ensure safe and predictable enterprise automation.

Why does my Protheus query return an authentication error in an agent context?

A Protheus query returns an authentication error in an agent context when the authenticated session is invalid or missing, which the error handling mechanism detects to enforce safe operation and prevent unauthorized access.