omniagents-basic

Scaffold OmniAgents-compatible agents with YAML configuration and OpenAPI tools.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jo5i4swastaken/AI-Digest --skill omniagents-basic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omniagents-basic
Source: https://github.com/Jo5i4swastaken/AI-Digest/tree/main/.omni_code/skills/omniagents-basic
Command: npx skills add https://github.com/Jo5i4swastaken/AI-Digest --skill omniagents-basic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly create working OmniAgents-based AI agents using a YAML configuration format, reducing setup time and ensuring consistent structure.

Core Features & Use Cases

  • Scaffold an OmniAgents project with agent.yml, instructions.md, and tools integration.
  • Generate tools from an OpenAPI spec and wire them into the agent, or add skills to an existing agent.
  • Trigger during agent creation, tool addition, or REST API integration for MCP servers and WebSocket testing.

Quick Start

Create an agent directory with agent.yml and instructions.md, then run omniagents run -c agent.yml.

Frequently Asked Questions about omniagents-basic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an AI agent using YAML configuration?

You can generate tools from an OpenAPI spec by wiring the generated tool definitions directly into your agent.yml configuration, enabling automatic REST API integration for your agent workflow.

How do I integrate OpenAPI tools into an AI agent workflow?

You can generate tools from an OpenAPI spec by wiring the generated tool definitions directly into your agent.yml configuration, enabling automatic REST API integration for your agent workflow.

What is the best way to scaffold an OmniAgents project with custom tools?

The best way to scaffold an OmniAgents project is to define your agent.yml and instructions.md, then integrate builtins, custom tools, and OpenAPI-generated tools to ensure consistent component discovery and activation.

Can I add skills to an existing agent after initial scaffolding?

Yes, you can add skills to an existing agent by updating the YAML configuration to include optional skills, ensuring consistent loading of components within the established agent workflow.

Does OmniAgents YAML support MCP servers and WebSocket testing?

Yes, OmniAgents YAML supports integrating custom tools and OpenAPI-generated tools, which can be triggered during agent creation for MCP servers and WebSocket testing workflows.