prepare-yc-workshop

Provision isolated Yandex Cloud workshop folders and access bundles for participants.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/CodeAlive-AI/ceo-ai-os --skill prepare-yc-workshop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepare-yc-workshop
Source: https://github.com/CodeAlive-AI/ceo-ai-os/tree/main/skills/prepare-yc-workshop
Command: npx skills add https://github.com/CodeAlive-AI/ceo-ai-os --skill prepare-yc-workshop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yc, jq, tar, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the manual work of setting up Yandex Cloud access for workshop participants who do not have their own accounts, so an organizer can prepare isolated environments quickly and safely.

Core Features & Use Cases

  • Creates one dedicated YC folder per participant with minimum-privilege access and a service account key bundle.
  • Generates a ready-to-send Telegram message plus a machine-readable JSON bundle for each attendee.
  • Supports organizer-side OpenClaw workshop preparation, quota-aware provisioning, and one-command cleanup after the event.

Quick Start

Tell the skill how many participants you need access for, and it will provision the folders, keys, and message bundles for the workshop.

Frequently Asked Questions about prepare-yc-workshop

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

FAQPage Schema
How do I provision Yandex Cloud workshop access for participants without their own accounts?

Provisioning Yandex Cloud workshop access is done by creating isolated folders and service account key bundles for each participant. You specify the number of attendees, and the system handles folder creation, quota checks, and key generation automatically.

What do I need to set up YC workshop folders automatically?

You need the Yandex Cloud CLI (yc), jq, and tar installed. These dependencies are required to generate folder-scoped service-account keys, process JSON manifests, and bundle the access files for participants.

How does post-event cleanup work for Yandex Cloud workshop folders?

Post-event cleanup uses asynchronous teardown to remove provisioned folders and service accounts safely. The system tracks created resources via a manifest, allowing idempotent deletion of workshop environments after the event concludes.

Can I automate participant onboarding for OpenClaw workshops on Yandex Cloud?

Yes, you can automate OpenClaw workshop preparation by provisioning dedicated YC folders with minimum-privilege access. The system generates a ready-to-send Telegram message and a machine-readable JSON bundle for each attendee.

Is manual cleanup required after a Yandex Cloud workshop?

No manual cleanup is required because the system supports one-command teardown of all provisioned resources. It uses manifest tracking and idempotent provisioning logic to ensure all generated folders and keys are safely removed.