Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Memberships

Agent Zero

2.4k members • Free

17 contributions to Agent Zero
Anyone Interested In A Prompt Guide?
I was crafting a guide - sort of a cheat-sheet for myself and my team. Wanted to know if anyone else was interested. I could share it on here when I am finished.
Poll
7 members have voted
0 likes • 10h
I can go further and craft an advanced guide too. Like showing how to use JSON, MarkDown, or XML for prompts - these give even better results. Just give a thumbs up if you are interested.
0 likes • 9h
Here is a 1-page Cheat Sheet
Browser Skills
In the call today someone had mentioned the frustration with getting a screenshot from the browser. I noticed it is successful with a python script. I don't recall exactly - mostly because the agent figured it out on it's own. When it figured out how to complete the task with the python script, I told it to save the steps it used as a new skill. Initially it took about 4 minutes to complete the task, but now it only takes about 23 seconds. I am going to make skills for other troublesome browser tasks as well. Has this been the same experience for you?
3 likes • 13h
I can share my Browser Skill if anyone is interested. Just give a thumbs up and I will see about uploading it or sharing a screenshot here.
0 likes • 9h
Okay, here is my Skill file. This is a screenshot capture skill. Looking more closely, it seems it does use playwrite, but at least this method is successful in my experience. As with anything - read before you execute this!
Very Pleased With AgentZero Design Structure
Just wanted to say, I have tried other agents, this one is heading in the right direction. Like the idea of the up and coming plugins and the focus on security and stability.
0 likes • 13h
@Joshua Hupp Prompting. Simply know how to talk to the LLM that the Agent is using. See my post I made in the Q&A. Section. https://www.skool.com/agent-zero/anyone-interested-in-a-prompt-guide
Agent Zero Stalling
I have two different instances of A0, one on my desktop and one on a vps. Both are running different models. The desktop is running a local model through Ollama. I see BOTH stalling out and even with nudges, they struggled to move along. Is that normal? I am assuming it is something I am doing.
0 likes • 18h
No, that shouldn't be normal. In my experience I have only had to nudge the agent once, and I have done many, many tasks and projects already. Ollama is slow. Switch to LM Studio https://lmstudio.ai/ and turn on the server to connect AgentZero. Inside AgentZero use this to connect: http://host.docker.internal:1234/v1 Trust me, it is the best option for running local models.
0 likes • 18h
@Dale Thomas Something to know - the 27B is a dense model, meaning all 27 billion parameters are loaded at once. Try a mixture of experts model like the Qwen3.5-35B-A3B the A3B in the name means: only 3 billion parameters active - so it will run faster - plus with 35 total parameters there is a little more training knowledge in the model. Try that - but use LM Studio and adjust your settings so your system won't crash.
How to pre-configure Agent Zero with A0_SET_
Working with VPS or just in need of auto-config? You can skip the Settings UI entirely and set any Agent Zero setting straight from your .env file. This is especially useful for Docker deployments, CI pipelines, or if you just want a reproducible setup. How it works Add any setting to your `.env` file with the `A0_SET_` prefix: ``` A0_SET_{setting_name}={value} ``` A few examples: # Models A0_SET_chat_model_provider=anthropic A0_SET_chat_model_name=claude-sonnet-4.6 A0_SET_chat_model_ctx_length=200000 A0_SET_util_model_provider=openrouter A0_SET_util_model_name=google/gemini-3-flash-preview # Agent profile A0_SET_agent_profile=agent0 A0_SET_agent_knowledge_subdir=custom The name is case-insensitive (A0_SET_chat_model_provider and A0_SET_CHAT_MODEL_PROVIDER both work). These env vars act as defaults: if you later change a setting in the UI and save, the saved value takes priority. Think of A0_SET_ as default if nothing else is configured. Questions? Drop them in #general! See you in the Community Call at 4PM UTC. Skool link: https://www.skool.com/live/DlyvNKHbyWw
0 likes • 18h
I run things locally, but still good to know. Can we set config for sub-agents here as well? Like if I wanted to configure a custom agent for creative writing and I wanted to specify it's own provider and context length?
1-10 of 17
Daniel ITwizard
3
44points to level up
@daniel-p-4970
Certified IT professional and Linux user. Investigative researcher.

Active 23m ago
Joined Mar 2, 2026
USA
Powered by