fkst-control-plane-operation-manual

Automate fkst control plane operations via NyxID CLI proxy.

Updated May 4, 2026
One-click install
npx skills add https://github.com/ChronoAIProject/nyx-skills --skill fkst-control-plane-operation-manual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fkst-control-plane-operation-manual
Source: https://github.com/ChronoAIProject/nyx-skills/tree/main/fkst-control-plane-operation-manual
Command: npx skills add https://github.com/ChronoAIProject/nyx-skills --skill fkst-control-plane-operation-manual

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nyxid, fkst-control-plane, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates operations on the fkst control plane, streamlining the process of creating GitHub repos, bootstrapping directories, triggering substrate sessions, and managing sessions through the NyxID CLI credential proxy.

Core Features & Use Cases

  • Create GitHub Repos: Automatically create GitHub repos under your account or organization.
  • Bootstrap .fkst Directory: Initialize the .fkst directory into an existing GitHub repo.
  • Trigger Substrate Sessions: Start fkst-substrate sessions with specific input arguments.
  • Manage Substrate Sessions: Check the status of all substrate sessions and stop/terminate specific sessions.
  • Use Case: An AI agent can use this Skill to create a new GitHub repo, bootstrap the .fkst directory, trigger a substrate session, and manage the session's lifecycle based on user commands.

Quick Start

Use the fkst-control-plane-operation-manual skill to create a new GitHub repo and trigger a fkst-substrate session with the following command: npx skills add ChronoAIProject/nyx-skills/fkst-control-plane-operation-manual

Frequently Asked Questions about fkst-control-plane-operation-manual

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

FAQPage Schema
How do I automate fkst control plane operations using NyxID CLI?

The fkst control plane operations are automated through the NyxID CLI credential proxy, handling GitHub repo creation, .fkst directory initialization, and substrate session management. You can trigger and manage these workflows programmatically.

What's the best way to create a GitHub repo and bootstrap a .fkst directory?

Bootstrapping a .fkst directory and creating a GitHub repo is handled by triggering the fkst control plane operation. This skill initializes the .fkst directory directly into an existing or newly created GitHub repository under your account or organization.

Do I need the NyxID CLI to trigger fkst-substrate sessions?

Yes, you need the NyxID CLI installed and fkst-control-plane service access to trigger fkst-substrate sessions. The CLI functions as the credential proxy required to start sessions with specific input arguments and manage the lifecycle.

Can I check the status of all fkst-substrate sessions and terminate specific ones?

Checking the status of all fkst-substrate sessions and stopping or terminating specific ones is supported. The skill manages the full session lifecycle, allowing you to monitor active sessions and terminate them based on user commands.

Why does my fkst-substrate session trigger fail without control plane access?

Triggering a fkst-substrate session fails without fkst-control-plane service access because the NyxID CLI proxy requires valid credentials to interact with the control plane and start the session with the necessary input arguments.