create-agent

Featured

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.

AI & Automation 269 stars 39 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
81
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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, bas...

Details

Author
openma-ai
Repository
openma-ai/open-managed-agents
Created
5 months ago
Last Updated
yesterday
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category