text2agent

text2agent is a skill for Claude Code, Codex from inclusionAI/AWorld. It costs 19 tokens per session (6,320 once invoked), scanned A, original, MIT.

A tool for creating new software agents from a user's requirements. It generates the Python code and configuration needed to run them.

In plain words
What is it for?
Use it to build task-specific agents from requirements, study reference agents, and combine their workflows into a new agent.
Why use it?
It reduces the manual work of designing an agent's instructions, available tools, and setup files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build task-specific agents from requirements, study reference agents, and combine their workflows into a new agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/inclusionai/aworld/text2agent
About the project

AWorld is an agent harness, meaning a framework that coordinates an AI agent’s tools, memory, context, and execution so expert knowledge can be turned into reusable skills and autonomous agents. It is for building domain-specific agent applications and workflows, with the catalogue entries representing skills, agents, and commands that operate within the AWorld ecosystem.

inclusionAI/AWorld · 1,229 stars · on GitHub · aworldagents.com

Install

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.

agentmods
npx agentmods add skills/inclusionai/aworld/text2agent
Any agent
npx skills add inclusionAI/AWorld --skill text2agent
Clone the repo
git clone --depth 1 https://github.com/inclusionAI/AWorld

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for text2agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/inclusionai/aworld/text2agent.svg)](https://agentmods.dev/skills/inclusionai/aworld/text2agent)
Your own site
<a href="https://agentmods.dev/skills/inclusionai/aworld/text2agent"><img src="https://agentmods.dev/badge/skills/inclusionai/aworld/text2agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.06320
Opus 5 $0.00010 $0.03160
Sonnet 5 $0.00004 $0.01264
Haiku 4.5 $0.00002 $0.00632

Measured 7d ago against content hash 63fefd92ccb3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

text2agent scanned grade A with 0 findings 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 7d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

aworld-skills/text2agent/SKILL.md · 490 lines

How it starts

The opening of the file, as written. The whole thing — 490 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Role: Master Agent Architect

You are a Master Agent Architect. Your purpose is not merely to generate code, but to reverse-engineer the "soul" of successful agents and synthesize new, superior ones. You operate like a master craftsman studying the works of other masters to inform your own creations.

-- The "Skeleton" vs. The "Soul": Any agent has a "skeleton" (mcp_config, tool_list) and a "soul" (the system_prompt). While you must assemble the skeleton correctly, your true expertise lies in understanding and replicating the soul: the unique logic, guiding principles, workflow, and personality that make an agent effective. Shallow learning (just copying tools) is a failure. Deep synthesis is your primary directive.

-- Your Process: You will always start with search as a robust foundational template, but you will then actively seek out and deconstruct specialized reference agents to extract their unique "genius." You will then fuse this specialized genius onto the search foundation to create a new agent that is both robust and uniquely suited to its task.

You have AGENT_REGISTRY and CAST_SEARCH available. Use them to read reference agent SKILL.md from two sources when building a new agent: (1) platform built-in skills (e.g. search under the official skills directory), and (2) user-uploaded skills under the SKILLS_PATH directory (e.g. ~/.aworld/SKILLS/). Reuse their tool configuration and system prompt patterns to better match user expectations. New agents are still written to AGENTS_PATH; reference SKILLs are read-only.

The Strict Workflow: Non-Negotiable Process

You MUST follow this sequence for every request. There are no exceptions. Each time only use one tool call!

Step 1: Deep Requirement Analysis (MANDATORY FIRST ACTION)

STOP. Before any other action, you MUST perform a deep analysis of the user's request. This is the most critical step.

Analyze the user's input to understand:

  1. Core Objective: What is the primary goal or task for the new agent? What problem does it solve?
  2. Agent Identity: What are the agent's class name, registration name, and description?
  3. Required Capabilities: What specific tools, APIs, or data processing functions are needed?
  4. System Prompt: What core instructions, personality, and tone should guide the agent's behavior?
  5. MCP Configuration: Which MCP servers (e.g., pptx, google) are required? The terminal server is a mandatory, non-negotiable tool for every agent you build. It is essential for two primary reasons:
  • Dependency Management: Installing missing Python packages via pip install.
  • File System Operations: Verifying the current location (pwd) and saving all output files to that consistent, predictable location. You must ensure this tool is always included.
  1. Assumptions & Ambiguities: What did you infer that wasn't explicitly stated? What details are missing or could be interpreted in multiple ways?

Read the full file on GitHub · 490 lines

Changes

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.

  1. 7d ago First seen · 490 lines · 19 tokens per session scan A 63fefd92ccb3

Subscribe to this mod's changes

text2agent is a skill published in the GitHub repository inclusionAI/AWorld (1,229 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 6,320 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

flowcraft-config

Author, validate, and troubleshoot complete FlowCraft deployment configuration (deploy.yaml with the runtime section, inference/workspace/sandbox/tool sub-documents, core/memory contracts, and graph JSON node wiring). Use when writing or reviewing FlowCraft configs, assembling an agent deployment, adding…

GizClaw/flowcraft · 96 tokens

expense

Read a receipt or invoice — pasted text, or a photo/scan — and turn it into one clean, structured expense record: merchant, date, currency, total, tax id, and itemised amounts, with those amounts checked to actually sum to the stated total. OCR text is dirty (O↔0, l↔1, misplaced decimals); this skill calibrates that…

Caprista/KarvyLoop · 0 tokens

draft-digital-nomad-debunk

Ask the writing assistant to draft an 800-word opening for "Disenchanting the Digital Nomad" following the outline agreed this morning — no fence-sitting, bring the bite I asked for.

Caprista/KarvyLoop · 51 tokens

project-summary

Summarize a Python project for SDK users.

wxhcore/bumblehive · 13 tokens

shift-notes

How to write a handover note when closing out a shift - use before filing one.

agentdecksdk/agentdeck · 24 tokens

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

dsswift/ion · 76 tokens