manual-cloud-task

Initiate Codex Cloud tasks manually from tracked handoff packets.

2|Updated Sep 13, 2025
One-click install
npx skills add https://github.com/s977043/plangate --skill manual-cloud-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manual-cloud-task
Source: https://github.com/s977043/plangate/tree/main/.agents/skills/manual-cloud-task
Command: npx skills add https://github.com/s977043/plangate --skill manual-cloud-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability provides a controlled, human-in-the-loop workflow to initiate Codex Cloud tasks using a tracked handoff packet as the sole work directive, avoiding uncontrolled automation and ensuring traceable handoffs.

Core Features & Use Cases

  • Manual Cloud task initiation using a tracked handoff packet as the sole instruction.
  • Enforces human-in-the-loop control by disallowing automated triggers (e.g., GitHub comments) and requiring explicit approval.
  • Supports local preparation and synchronization workflows (prepare-cloud, sync-cloud) with dedicated scripts.

Quick Start

Prepare the tracked handoff packet with the prepare-cloud command and, after Cloud task execution, sync the results back with the sync-cloud command.

Frequently Asked Questions about manual-cloud-task

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

FAQPage Schema
How do I manually trigger a Codex Cloud task from a local handoff?

To manually trigger a Codex Cloud task, you use the prepare-cloud command to create a tracked handoff packet, which serves as the sole work directive for initiating the execution.

What is a tracked handoff packet for cloud task automation?

A tracked handoff packet is the sole work instruction required for manual cloud task initiation. It ensures traceable, human-in-the-loop handoffs while preventing uncontrolled automated triggers.

Can I initiate Codex Cloud tasks using automated GitHub comments?

No, you cannot initiate tasks via automated GitHub comments. The workflow enforces human-in-the-loop control by disallowing automated triggers and requiring explicit manual approval.

How do I synchronize Codex Cloud results back to my local environment?

You synchronize Codex Cloud results back to your local environment by running the sync-cloud command after the Cloud task execution completes, handling packet synchronization.

When should I use manual cloud task initiation instead of full automation?

Use manual cloud task initiation for Codex Cloud workstreams where human-driven execution steps are preferred, ensuring controlled, traceable handoffs and avoiding uncontrolled automated task execution.