agentos-api-agents

Interact with AgentOS Agent API endpoints for remote agent management.

4|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/ajshedivy/agno-cookbook --skill agentos-api-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentos-api-agents
Source: https://github.com/ajshedivy/agno-cookbook/tree/main/plugins/agno-agentos-api/skills/agentos-api-agents
Command: npx skills add https://github.com/ajshedivy/agno-cookbook --skill agentos-api-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to interact with AgentOS Agent API endpoints, enabling programmatic control over agents for advanced use cases beyond the standard CLI.

Core Features & Use Cases

  • Remote Agent Execution: Trigger and manage agents running on a remote AgentOS server.
  • Agent Discovery: Programmatically list and inspect available agents, their configurations, tools, and models.
  • Structured Output: Obtain agent responses in a structured format, ideal for integration into other applications or complex workflows.
  • Use Case: Integrate agent runs into your CI/CD pipeline to automatically test agent responses or build custom dashboards that display agent status and output.

Quick Start

Use the agentos-api-agents skill to run the agent with id 'my-agent' with the message 'What is the capital of France?'.

Frequently Asked Questions about agentos-api-agents

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

FAQPage Schema
How do I control AgentOS agents programmatically via API?

Programmatic control of AgentOS agents is achieved by calling Agent API endpoints. This supports listing agents, running them with streaming or non-streaming options, and passing dependencies for custom Python integrations.

Can I run a remote agent with streaming responses using the AgentOS API?

Yes, the AgentOS API supports triggering remote agent execution with both streaming and non-streaming options. This facilitates dynamic response handling for custom Python integrations and complex workflows.

How do I get structured output from an agent for my CI/CD pipeline?

Structured output from agents is obtained via AgentOS API endpoints, ideal for integrating runs into CI/CD pipelines. This allows you to automatically test agent responses or build custom dashboards displaying agent status.

Does the AgentOS API support session persistence for agent chaining?

Yes, the AgentOS API supports session persistence and chaining calls. This enables maintaining state across multiple agent interactions for advanced use cases like multi-step workflows and complex Python integrations.

How to list and inspect available agents on a remote AgentOS server?

To list and inspect agents, use the AgentOS Agent API for agent discovery. This programmatically retrieves available agents along with their configurations, tools, and models from the remote server.