agno-agi

66 mods across 10 repositories, 45k stars between them.

daily-rundown

25

agno-agi/context

Skill Claude CodeCodex

The owner's morning brief — inbound updates awaiting acknowledgment (via the rundown tool), today's meetings and due-or-overdue reminders from the CRM and the real calendar, the emails worth seeing from Gmail, and the Slack threads that need their eyes — each source folded in when connected and stitched into one short…

11 1mo ago A 87 tokens original Apache-2.0

knowledge-review

26

agno-agi/context

Skill Claude CodeCodex

Sweep the knowledge base for what needs attention — stubs with no real content, specs whose status is stale, decisions that were made but never written down, and pages missing from the index — and return a short "what needs attention" list. Read-only, so it reports rather than fixing anything itself. Use for "what in…

11 1mo ago A 103 tokens original Apache-2.0

prep-for

27

agno-agi/context

Skill Claude CodeCodex

Brief the owner before a meeting or conversation with a person, company, or project — sweep what we already know (crm + knowledge, plus slack, calendar, and gmail when connected), anchor to any upcoming meeting with them, and for people or orgs we don't know, widen to a web search for public background. Use for "prep…

11 1mo ago A 95 tokens original Apache-2.0

process-today

28

agno-agi/context

Skill Claude CodeCodex

Process the day into filed context — sweep today's activity (the inbound queue, CRM meetings and reminders, plus calendar, slack, and gmail when connected), extract what's worth keeping, and file it into the CRM and knowledge base. Use for "process today", "log today", "file today", "end-of-day wrap".

11 1mo ago A 69 tokens original Apache-2.0

research

29

agno-agi/context

Skill Claude CodeCodex

Research a topic and file the result — sweep what we already know (knowledge base, crm, and slack when connected), go to the web for current and external background, then write a clear sourced brief and FILE it into the knowledge base with updateknowledge. Labels what came from the web versus our own notes. Use for…

11 1mo ago A 102 tokens original Apache-2.0

week-plan

30

agno-agi/context

Skill Claude CodeCodex

Produce the owner's week-ahead plan — scheduled meetings and due-or-overdue reminders for the next 7 days, grouped by day, read from the CRM and enriched from the real calendar, Slack, and knowledge-base briefs when connected. Use for "what's my week", "plan the week ahead", "what's coming up".

11 1mo ago A 70 tokens original Apache-2.0

create-agent

31

agno-agi/agentos-docker

Skill Claude CodeCodex

Add a new agent to this AgentOS. Runs guided discovery or takes a concrete idea, then generates agents/slug.py, registers it in app/main.py, adds its manifest entry (description + quick prompts), restarts the container, and smoke-tests it for you. Covers the product agent too — ingest a product's website/docs into the…

5 yesterday B 114 tokens original Apache-2.0

create-evals

32

agno-agi/agentos-docker

Skill Claude CodeCodex

Author eval coverage for an agent in this AgentOS — map what the agent promises, mine real sessions and eval history from Postgres for scenarios, propose capabilities worth testing, then write, run, and audit Case entries in evals/cases.py. Use when the user wants evals created, coverage added, or an agent's behavior…

5 yesterday A 89 tokens original Apache-2.0

deploy-platform

33

agno-agi/agentos-docker

Skill Claude CodeCodex

Deploy this AgentOS to production with this template's deploy scripts — preflight the provider CLI and account, run the up.sh script, complete the JWT key step, verify the live platform on its public URL, then hand over the redeploy/logs/teardown instructions. Use this skill when the user asks to deploy, ship to…

5 yesterday A 82 tokens original Apache-2.0

eval-and-improve

34

agno-agi/agentos-docker

Skill Claude CodeCodex

Run the eval suite (python -m evals), diagnose every failure, fix what's in scope, and loop until all cases pass. Use when evals are failing — including overnight run-evals schedule failures — or when the user wants to run, diagnose, or repair the eval suite. To author new coverage, use create-evals instead.

5 yesterday A 74 tokens original Apache-2.0

extend-agent

35

agno-agi/agentos-docker

Skill Claude CodeCodex

User-driven loop to change an existing agent in this AgentOS — add a tool/MCP server/toolkit, add a capability (knowledge base, learning/memory, sub-agent, scheduled task), grow the safe Studio registry so components built at runtime gain a new capability, refine its instructions, or fix a specific known bug…

5 yesterday B 114 tokens original Apache-2.0

improve-agent

36

agno-agi/agentos-docker

Skill Claude CodeCodex

Autonomous hardening loop for an existing agent — derive probes from the agent's INSTRUCTIONS and from its real usage recorded in the database, run them against the live container, judge responses, edit the agent file, and re-probe until it reliably does what its instructions say. No user input needed. Use to harden…

5 yesterday A 87 tokens original Apache-2.0

review-and-improve

37

agno-agi/agentos-docker

Skill Claude CodeCodex

Repo-wide drift sweep for public-readiness — diff docs against code, confirm every agent is registered and reachable, every env var documented, every doc path exists, and scripts behave as advertised; auto-fix mechanical drift and flag the rest. Use before a public release or after a refactor.

5 yesterday A 64 tokens original Apache-2.0

setup-platform

38

agno-agi/agentos-docker

Skill Claude CodeCodex

Set up this AgentOS from a fresh clone — confirm Docker, configure .env, boot the containers, prove the MCP endpoint live, connect the AgentOS UI, then build the user's first agent. Use when the user asks to set up the platform, get started, or bring this repo up on a new machine.

5 yesterday A 67 tokens original Apache-2.0

agno-docs

40

agno-agi/agentos-docker

MCP server Claude CodeCodexCursor +2

MCP server "agno-docs", hosted remotely at docs.agno.com, as configured in agno-agi/agentos-docker.

5 yesterday A tokens not measured copy · 100% Apache-2.0

agno-agi/agentos-docker

Instructions file CodexOpenCode

Instructions for agno-agi/agentos-docker, covering agentos — docker template, project overview, architecture, key files and development setup.

5 yesterday C 15,223 tokens original Apache-2.0

agno-agi/agentos-docker

Instructions file

Instructions for agno-agi/agentos-docker, a project described as: AgentOS: Serve agents over API, MCP, and chat interfaces like Slack.

5 yesterday A 3 tokens copy · 100% Apache-2.0

create-agent

43

agno-agi/agentos-modal

Skill Claude CodeCodex

Add a new agent to this AgentOS. Runs guided discovery or takes a concrete idea, then generates agents/slug.py, registers it in app/main.py, adds its manifest entry (description + quick prompts), restarts the container, and smoke-tests it for you. Covers the product agent too — ingest a product's website/docs into the…

2 yesterday B 114 tokens copy · 100% Apache-2.0

create-evals

44

agno-agi/agentos-modal

Skill Claude CodeCodex

Author eval coverage for an agent in this AgentOS — map what the agent promises, mine real sessions and eval history from Postgres for scenarios, propose capabilities worth testing, then write, run, and audit Case entries in evals/cases.py. Use when the user wants evals created, coverage added, or an agent's behavior…

2 yesterday A 89 tokens copy · 100% Apache-2.0

deploy-platform

45

agno-agi/agentos-modal

Skill Claude CodeCodex

Deploy this AgentOS to production with this template's deploy scripts — preflight the provider CLI and account, run the up.sh script, complete the JWT key step, verify the live platform on its public URL, then hand over the redeploy/logs/teardown instructions. Use this skill when the user asks to deploy, ship to…

2 yesterday A 82 tokens copy · 100% Apache-2.0

eval-and-improve

46

agno-agi/agentos-modal

Skill Claude CodeCodex

Run the eval suite (python -m evals), diagnose every failure, fix what's in scope, and loop until all cases pass. Use when evals are failing — including overnight run-evals schedule failures — or when the user wants to run, diagnose, or repair the eval suite. To author new coverage, use create-evals instead.

2 yesterday A 74 tokens copy · 100% Apache-2.0

extend-agent

47

agno-agi/agentos-modal

Skill Claude CodeCodex

User-driven loop to change an existing agent in this AgentOS — add a tool/MCP server/toolkit, add a capability (knowledge base, learning/memory, sub-agent, scheduled task), grow the safe Studio registry so components built at runtime gain a new capability, refine its instructions, or fix a specific known bug…

2 yesterday B 114 tokens copy · 100% Apache-2.0

improve-agent

48

agno-agi/agentos-modal

Skill Claude CodeCodex

Autonomous hardening loop for an existing agent — derive probes from the agent's INSTRUCTIONS and from its real usage recorded in the database, run them against the live container, judge responses, edit the agent file, and re-probe until it reliably does what its instructions say. No user input needed. Use to harden…

2 yesterday A 87 tokens copy · 100% Apache-2.0