seren-cloud

Manage skill deployments and executions via the seren-cloud publisher API.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/terraleiloa/seren-skills --skill seren-cloud-terraleiloa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seren-cloud
Source: https://github.com/terraleiloa/seren-skills/tree/main/seren/seren-cloud
Command: npx skills add https://github.com/terraleiloa/seren-skills --skill seren-cloud-terraleiloa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of deploying, operating, and monitoring Seren skills in a managed cloud runtime without manually managing infrastructure.

Core Features & Use Cases

  • Publish and deploy hosted skill bundles: Create deployment instances for a given skill using the seren-cloud publisher endpoint.
  • Manage deployment lifecycle: Start, stop, update config/secrets, and delete deployments while keeping compute resources under control.
  • Run and observe executions: Trigger one-off runs, stream live updates, and inspect run logs and emitted artifacts.
  • Use reusable execution environments: Create, retrieve, update, and delete environment profiles used by deployments.

Quick Start

Tell the AI to help you deploy a new agent to seren-cloud by calling the POST /publishers/seren-cloud/deploy endpoint with your code bundle, agent name, and the target skill_slug.

Frequently Asked Questions about seren-cloud

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

FAQPage Schema
How do I deploy a skill code bundle to a managed cloud runtime?

Trigger a one-off run invocation through the seren-cloud publisher API, which allows you to stream live execution updates and inspect run logs alongside any emitted artifacts.

How do I start and stop always-on skill deployments?

You can start and stop always-on skill deployments by sending authenticated lifecycle management requests to the seren-cloud API, ensuring your compute resources remain under control during operations.

Do I need a Bearer token to manage deployment lifecycle operations?

Yes, you need a Bearer token for authentication using your SEREN_API_KEY to securely manage deployment lifecycle operations, update configurations, and delete deployments via the publisher API.

How do I manage execution environment profiles for hosted skills?

Manage execution environment profiles by sending API requests to create, retrieve, update, or delete environments used by your deployments, ensuring your hosted skills run with the correct configurations.

How do I trigger a one-off run and inspect logs for a deployed skill?

Trigger a one-off run invocation through the seren-cloud publisher API, which allows you to stream live execution updates and inspect run logs alongside any emitted artifacts.