agent-builder

Draft agents and attach scheduled automations while preventing immediate publication.

619|104|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/TesslateAI/OpenSail --skill agent-builder-tesslateai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-builder
Source: https://github.com/TesslateAI/OpenSail/tree/main/orchestrator/app/agent/skills/agent-builder
Command: npx skills add https://github.com/TesslateAI/OpenSail --skill agent-builder-tesslateai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft new agents and attach scheduled automations to them in a controlled, draft-only workflow, preventing immediate publication.

Core Features & Use Cases

  • Draft new specialised agents and attach schedules to run autonomously in the future.
  • Wire webhooks or app events to agents to trigger actions while keeping everything in draft state.
  • Enforce governance rules (depth-1 cap, draft-only lifecycle) before a human publishes via the UI.

Quick Start

Draft a new agent and attach a schedule to it, then keep the project in draft status until publication.

Frequently Asked Questions about agent-builder

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

FAQPage Schema
How do I draft new agents and attach scheduled automations without publishing them immediately?

You can draft new agents and attach scheduled automations using a draft-only workflow that prevents immediate publication. This approach enforces a depth-1 cap and requires a draft state for all artifacts, allowing human publishing via the UI later.

What's the best way to wire webhooks or app events to trigger agent actions?

Wiring webhooks or app events to trigger agent actions is handled by attaching schedules to agents in a draft state. The workflow provides tools like attach_schedule to compose these triggers while keeping all artifacts unpublished for review.

Can I use this to enforce governance rules before a human publishes agents via the UI?

Yes, you can enforce governance rules like a depth-1 cap and a draft-only lifecycle before human publication via the UI. The workflow ensures all agent artifacts remain in a draft state, preventing unauthorized or immediate deployment.

What are the limitations when composing end-to-end agent draft workflows?

The primary limitation is a strict depth-1 cap, restricting the complexity of agent hierarchies. Additionally, all artifacts must remain in a draft state, meaning no immediate publication or autonomous execution can occur until manually published via the UI.

How do I assign specialized skills and MCP servers to drafted agents?

You assign specialized skills and MCP servers to drafted agents using the assign_skill and assign_mcp tools. These tools allow you to compose end-to-end draft workflows, extending agent capabilities while preserving the draft state for later UI publishing.

Why does my agent automation workflow require a draft state for all artifacts?

The workflow requires a draft state for all artifacts to enforce controlled governance and prevent immediate publication. This ensures teams can safely compose end-to-end agent workflows with scheduled automations while retaining human oversight before final UI deployment.