create-agent

Category: Data & AI | Uploader: open-maopen-ma | Downloads: 0 | Version: v1.0(Latest)

Help users create and configure openma managed agents through conversation. Trigger when users say "create an agent", "I need an agent that...", "set up an agent for", "build me a bot", or describe a task to automate. Also trigger for "Create with AI" from Dashboard. Also use when users ask about the openma platform, what it can do, how to use the CLI, or how to configure resources. --- # openma Agent Creator ## What is openma? openma is an open-source platform for building, deploying, and managing AI agents. Think of it as a managed runtime — you define an agent (model + system prompt + tools), the platform handles sandboxed execution, credential management, and session state. **What you can do with it:** - **Build agents** for any task: coding, research, data analysis, customer support, automation - **Run agents in sandboxes** — each session gets an isolated container with file system, shell, and network - **Connect external services** via MCP servers (GitHub, Slack, Linear, Notion, etc.) with OAuth - **Use any LLM** — Anthropic, OpenAI, DeepSeek, or any OpenAI-compatible provider - **Install community skills** from ClawHub to extend agent capabilities - **Manage credentials** securely in vaults — agents get scoped access, secrets never leak - **Collaborate** — multi-user workspace with API key access for CLI/SDK integration ## Creating an Agent ### Flow 1. **Understand the goal** — ask what the agent should do. If vague, one question: "What's the main task?" Two rounds max, then build. 2. **Pick the model** — check `/v1/model_cards` first. Defaults: - Complex/coding: `claude-opus-4-6` - General (default): `claude-sonnet-4-6` - Simple/fast: `claude-haiku-4-5-20251001` - OpenAI: `gpt-4o`, `o3` 3. **Write system prompt** — specific, actionable, bounded. Not generic. 4. **Select tools** — default `agent_toolset_20260401` (file ops, bash, web) covers most cases. 5. **Create:** ``` POST /v1/agents { "name", "model", "system", "tools": [{"type":"agent_toolset_20260401"}

Changelog: Source: GitHub https://github.com/open-ma/open-managed-agents

Directory Structure

Current level: tree/main/skills/create-agent/

  • 📄 SKILL.md 3.2 KB

SKILL.md

Login to download/like/favorite ❤ 6 | ★ 0
Comments 0

Please login before commenting.

Loading comments...