agentica-claude-proxy

Integrate Agentica SDK with Maestro CLI's Claude proxy for agent tool usage.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill agentica-claude-proxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentica-claude-proxy
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/agentica-claude-proxy
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill agentica-claude-proxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides guidance and troubleshooting for integrating the Agentica SDK with the Maestro CLI's Claude proxy, enabling AI agents to leverage Maestro's tool capabilities.

Core Features & Use Cases

  • Agent Tool Integration: Configure Agentica agents to utilize Maestro's Read, Write, Edit, and Bash tools.
  • Debugging: Resolve issues related to agent hallucination, permission errors, and incorrect response formats.
  • Use Case: You are developing an AI agent using Agentica and want it to be able to read and write files within your project managed by Maestro. This skill will guide you through setting up the proxy, ensuring correct tool invocation, and handling response formats.

Quick Start

Start the Claude proxy and Agentica server using the provided commands to enable agent interaction with Maestro tools.

Frequently Asked Questions about agentica-claude-proxy

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

FAQPage Schema
How do I integrate the Agentica SDK with a CLI proxy for AI agent development?

To integrate Agentica with a CLI proxy, start the Claude proxy and Agentica server to enable agent interaction. You must configure tool flag usage, SSE streaming, and REPL response formatting to allow agents to leverage Maestro's file and bash operations.

Why does my AI agent hallucinate or hit permission errors when using Maestro CLI tools?

Agent hallucination and permission errors during Maestro CLI tool usage typically stem from incorrect tool flag configuration or path sandboxing issues. Properly configuring the Claude proxy response formatting ensures agents invoke Read, Write, Edit, and Bash tools correctly without triggering errors.

How do I set up SSE streaming for Agentica agents using a Claude proxy?

Setting up SSE streaming for Agentica agents involves starting the Claude proxy and configuring the Agentica server to handle streaming responses. This ensures proper REPL response formatting, allowing agents to interact with Maestro's file and bash operations without interruption.

Can I use Agentica agents to read and write files managed by Maestro?

Yes, you can use Agentica agents to read and write files managed by Maestro. By configuring the Claude proxy integration, agents can securely utilize Maestro's Read, Write, Edit, and Bash tools while avoiding path sandboxing and permission issues in agentic workflows.

What are the limitations of using a Claude proxy for AI agent file operations?

When using a Claude proxy for AI agent file operations, limitations include path sandboxing restrictions and potential permission errors. Agents may also experience hallucination if tool flags are not properly configured, requiring careful setup of REPL response formatting to maintain workflow stability.

Does agentica-claude-proxy work without additional dependencies?

The agentica-claude-proxy skill operates without external dependencies, providing scripts and references to guide integration. It focuses on configuring the Agentica SDK and Maestro CLI proxy interaction, requiring only proper server startup to enable AI agent tool capabilities.