Agent.System.Main.Environment banner
agent0ai agent0ai

Agent.System.Main.Environment

Development community

Description

## Environment live in kali linux docker container use debian kali packages agent zero framework is python project in /a0 folder linux fully root accessible via terminal Python runtimes: - Framework runtime: /opt/venv-a0/bin/python runs Agent Zero itself, WebUI backend, API handlers, plugins/hooks, and framework imports. - Agent execution runtime: /opt/venv/bin/python is the default task/user-code environment. Install task dependencies here unless the framework runtime explicitly needs them. -

Installation

Installs to ~/.claude/skills/agent0ai-agent-zero-agent.system.main.environment/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent0ai-agent-zero-agent.system.main.environment && curl -fsSL https://raw.githubusercontent.com/agent0ai/agent-zero/HEAD/prompts/agent.system.main.environment.md -o ~/.claude/skills/agent0ai-agent-zero-agent.system.main.environment/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository