agent-packager

Package agents into Stratio Cowork ZIP bundles with validation.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill agent-packager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-packager
Source: https://github.com/Stratio/genai-agents/tree/main/agent-creator/skills/agent-packager
Command: npx skills add https://github.com/Stratio/genai-agents --skill agent-packager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The packaging workflow automates turning an agent's files into deployable Stratio Cowork bundles, ensuring consistent metadata and artifact structure for quick deployment.

Core Features & Use Cases

  • Generate a ready-to-deploy agent bundle (opencode-agent ZIP) and a final Stratio Cowork bundle with metadata.
  • Include shared skills ZIP automatically when new shared skills exist, and validate required root files.
  • Use case: when preparing an agent for deployment to Stratio Cowork, you run the packager to produce a consistent bundle ready for upload.

Quick Start

Execute the packaging workflow to produce the agent opencode ZIP and the final stratio-cowork ZIP bundle.

Frequently Asked Questions about agent-packager

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

FAQPage Schema
How do I package an agent for deployment to Stratio Cowork?

To package an agent for Stratio Cowork, the workflow automates staging and zips agent files, shared skills, and resources into a final deployable container bundle with validated metadata.

What files are required in a Stratio Cowork agent bundle?

A Stratio Cowork agent bundle requires AGENTS.md, README.md, opencode.json, and metadata.yaml at the root, with optional scripts, templates, and internal skills included when present.

How are shared skills included when bundling an agent ZIP?

When shared skills exist, the packaging process automatically generates a shared-skills ZIP and bundles it alongside the agent ZIP into the final Stratio Cowork container ZIP.

Do I need internal skills to create a Stratio Cowork bundle?

Internal skills are optional for creating a Stratio Cowork bundle; the packager includes them when present but still produces a valid bundle with just the required root files.

What is the difference between an agent ZIP and a final container ZIP?

The agent ZIP contains the core agent files, while the final container ZIP wraps the agent ZIP, shared-skills ZIP, and required root metadata files into the complete Stratio Cowork deployment bundle.

Why does my agent bundle fail validation during the packaging workflow?

Agent bundle validation fails when required root files like AGENTS.md, README.md, opencode.json, or metadata.yaml are missing or incorrectly structured in the final bundle.