Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/wiseaidotdev/autogpt/agents-mdgit clone --depth 1 https://github.com/wiseaidotdev/autogptWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03148 | $0.03148 |
| Opus 5 | $0.01574 | $0.01574 |
| Sonnet 5 | $0.00630 | $0.00630 |
| Haiku 4.5 | $0.00315 | $0.00315 |
Grade A, and why
autogpt AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories โ prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency โ measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
[*] "ManagerGPT": Completed Task: Task { description: "- Utilizing FastAPI and Python, develop a user-friendly UI for displaying weather data.\n- Step 1: Use HTML, CSS, and JavaScript to design and develop web pages that How it starts
The opening of the file, as written. The whole thing โ 177 lines โ stays where its author put it; the contents beside it link to each section on GitHub.
1. ๐ฉ ManagerGPT
ManagerGPT serves as the orchestrator of your project, directing the other agents to execute tasks based on your input. When you provide a project prompt, ManagerGPT divides it into tasks for BackendGPT, FrontendGPT, DesignerGPT, and ArchitectGPT.
How ManagerGPT Works?
Let's say you want to develop a full-stack app that fetches today's weather in Python using FastAPI. ManagerGPT simplifies this process by breaking it down into specific tasks for each specialized agent:
- ArchitectGPT: ManagerGPT instructs ArchitectGPT to design the application's structure, encompassing both backend and frontend components, utilizing Python and FastAPI:
[*] "ManagerGPT": Executing task: "Develop a full stack app that fetches today's weather in python using FastAPI."
ManagerGPT articulates the project goal and communicates it to the ArchitectGPT through Gemini API, which then generates specific steps for architecting the application:
[*] "ArchitectGPT": Executing tasks: Task { description: "- Design the user interface for the weather app, including input fields for location and a display area for weather details.\n- Implement a function to fetch current weather data from a weather API in Python.\n- Create a FastAPI endpoint that calls the weather fetching function and returns the weather data in JSON format.\n- Integrate the FastAPI endpoint with the front end to display the fetched weather data on the user interface.\n- Handle error scenarios and provide appropriate user feedback.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }
- DesignerGPT: ManagerGPT guides DesignerGPT in crafting a user-friendly interface tailored for presenting the weather forecast.
[*] "DesignerGPT": Executing tasks: Task { description: "- Utilize FastAPI in Python to develop a user interface for the weather app, integrating a location input field and display section for weather data.\n- Step 1: Define the layout and structure of the user interface, ensuring it's user-friendly and visually appealing.\n- Step 2: Implement the location search functionality, enabling users to input their desired location and retrieve relevant weather information.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }
- BackendGPT: ManagerGPT assigns BackendGPT to implement the backend logic using FastAPI, responsible for fetching weather data from external sources.
[*] "BackendGPT": Executing tasks: Task { description: "- Using FastAPI in Python, create a backend for a weather application featuring a user interface with a location input field and weather data display section.\n- Step 1: Design and develop the user interface, ensuring it's user-friendly and visually appealing.\n- Step 2: Implement the location search functionality, enabling users to input their desired location and retrieve relevant weather information.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }
- FrontendGPT: ManagerGPT directs FrontendGPT to develop the frontend interface, enabling users to interact with and visualize the weather data.
[*] "FrontendGPT": Executing tasks: Task { description: "- Using FastAPI in Python, create a user interface for a weather application.\n- Step 1: Create a user-friendly layout for displaying weather information.\n- Step 2: Implement FastAPI endpoints to fetch and display weather data.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }
Finally, ManagerGPT aggregates the outcomes from all GPTs, consolidating the generated tasks into a coherent project plan. Here's the summary of the completed tasks:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen ยท 177 lines ยท 3,148 tokens per session scan A d2a8e229bf49
autogpt AGENTS.md is an instructions file published in the GitHub repository wiseaidotdev/autogpt (115 stars, last pushed 2mo ago), licensed MIT. It adds 3,148 tokens to every session, about $0.0157 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
openagent CLAUDE.md
Claude Code instructions for the-open-agent/openagent, covering claude.md, commands, architecture, backend (go / beego) and frontend (react).
OpenHands AGENTS.md
AGENTS.md instructions for OpenHands/OpenHands, covering repository notes, general, repository map โ what belongs where, cross-repository boundaries and pr description human check.
mue-x CLAUDE.md
Instructions for KorroAi/mue-x, covering mue โ self-evolving ai agent for claude code, what you are in mue mode, commands, mode behavior and auto-start.
anda AGENTS.md
AGENTS.md instructions for ldclabs/anda, covering agents.md, scope, repository shape, working rules and runtime boundaries.
AgentForge AGENTS.md
AGENTS.md instructions for DataBassGit/AgentForge, covering agentforge agent guide, documentation map, working rules, local environment and change discipline.
frontman AGENTS.md
AGENTS.md instructions for frontman-ai/frontman, covering agent guidelines for frontman, worktree workflow, containerized worktrees, one-time infra setup and per-feature.