agentos-api-workflows

Manage and execute AgentOS Workflow API endpoints via HTTP requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agno[os], and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to interact with AgentOS Workflow API endpoints, enabling programmatic control over your deployed workflows, from listing and running them to handling complex integrations.

Core Features & Use Cases

  • Remote Workflow Execution: Trigger and manage workflows on a remote AgentOS server.
  • API Integration: Integrate workflow execution into custom applications or scripts.
  • Use Case: Automatically run a "content generation" workflow every time a new article draft is committed to a repository, passing the draft content as input.

Quick Start

Use the agentos-api-workflows skill to list all available workflows on your AgentOS server.

Frequently Asked Questions about agentos-api-workflows

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

FAQPage Schema
How do I trigger AgentOS workflows remotely via HTTP requests?

You can trigger AgentOS workflows remotely by sending HTTP requests to the Workflow API endpoints. This Skill provides programmatic access to execute workflows, list available workflows, and stream outputs from a remote AgentOS server.

Can I monitor the status and output of a running workflow through the AgentOS API?

Yes, you can monitor workflow status and stream outputs through the AgentOS API. The Skill supports standard operations for status monitoring and handling complex integrations by streaming workflow outputs programmatically.

Do I need the agno package to manage AgentOS workflows programmatically?

Yes, you need the agno[os] dependency installed to use this Skill. It provides the necessary client interfaces to interact with AgentOS Workflow API endpoints for remote execution and management.

What is the best way to integrate AgentOS workflow execution into custom applications?

The best way to integrate workflow execution into custom applications is by using this Skill's API client capabilities. It allows you to programmatically control deployed workflows, trigger them remotely, and handle outputs via HTTP requests.

How do I list all available workflows on a remote AgentOS server?

You can list all available workflows on an AgentOS server by querying the Workflow API endpoints. This Skill facilitates standard listing operations, allowing you to retrieve and manage your deployed workflows programmatically.

Can I automate running a workflow when new content is committed to a repository?

Yes, you can automate workflow execution by integrating the AgentOS API into your scripts. For example, you can trigger a content generation workflow automatically whenever a new article draft is committed, passing the draft as input.