Skip to main content
Back to registry

agentica-claude-proxy

parcadei/continuous-claude-v3

Use this skill when developing or debugging the Agentica-Claude proxy integration.

Installs161
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill agentica-claude-proxy
About this skill
Use this skill when developing or debugging the Agentica-Claude proxy integration. Claude CLI in -p mode restricts file operations. You MUST add: Without this, agents will report "permission denied" for Write/Edit operations. Agentica expects SSE streaming, not plain JSON: Agents MUST return results as Python code blocks with a return statement: Agentica's REPL parser extracts code between ```python and ```. Agents will hallucinate success without actually using tools unless you explicitly warn them: Both Claude Code and Agentica have sandboxes: Solution: Use project-relative paths like workspace/ instead of /tmp/ Note: Logs only show final conversational response, not tool invocations. - Setting up Agentica agents to use Claude Code tools - Debugging agent hallucination issues - Fixing permission errors in file operations - Understanding the REPL response format - /tmp/ paths are blocked by Claude Code - Files outside project directory blocked by Agentica - Proxy implementation: scripts/agentica/claude_proxy.py - REPL_BASELINE prompt: scripts/agentica/claude_proxy.py:49-155 - Comprehensive test: workspace/test_swarm_all_tools.py - DependencySwarm: scripts/agentica/dependency_swarm.py

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does agentica-claude-proxy do?

Use this skill when developing or debugging the Agentica-Claude proxy integration.

Is agentica-claude-proxy good?

agentica-claude-proxy does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does agentica-claude-proxy work with?

agentica-claude-proxy currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to agentica-claude-proxy?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install agentica-claude-proxy?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill agentica-claude-proxy

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering