secretzero-author

Guide creation of json-schema compliant Secretfile.yml configurations through a multi-step workflow.

7|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/zloeber/SecretZero --skill secretzero-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secretzero-author
Source: https://github.com/zloeber/SecretZero/tree/main/.agents/skills/secretzero-author
Command: npx skills add https://github.com/zloeber/SecretZero --skill secretzero-author

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires secretzero, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of authoring, reviewing, and walking-through new or existing Secretfile.yml configurations, ensuring high-quality, json-schema compliant manifests without consuming secrets in agent context.

Core Features & Use Cases

  • Guided Authoring Session: Provides a step-by-step workflow for new and existing manifests.
  • Local & Cloud Secret Handling: Supports local files and various cloud platform API secrets.
  • Environment Breakout: Manages environment variance using .szvar files.
  • Provider Target Binding: Attaches least-privilege identity policies to cloud targets.
  • Use Case: Automate the creation of a secure and validated Secretfile.yml for a multi-environment application using both local and AWS resources.

Quick Start

Initialize the authoring session for a new Secretfile.yml in the current directory.

Frequently Asked Questions about secretzero-author

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

FAQPage Schema
How do I create a Secretfile.yml configuration for multi-environment applications?

You can create a Secretfile.yml configuration using a guided authoring workflow that supports local files and cloud platform APIs, managing environment variance with `.szvar` files to ensure schema-compliant manifests.

What is the best way to manage environment-specific secrets in a YAML manifest?

Managing environment-specific secrets involves using `.szvar` files to handle environment breakouts, allowing a single Secretfile.yml to define distinct lane configurations across different deployment targets without consuming secrets directly.

How does SecretZero handle cloud provider secrets and least-privilege policies?

SecretZero handles cloud provider secrets by utilizing provider target binding to attach least-privilege identity policies to cloud targets, ensuring secure API secret synchronization without consuming secrets in the agent context.

Can I validate a Secretfile.yml manifest without exposing secrets in my environment?

You can validate a Secretfile.yml manifest without exposing secrets because the authoring workflow uses contextless discovery and validation tools, ensuring JSON schema compliance without consuming secrets in the agent context.

Do I need SecretZero installed to author and review Secretfile.yml files?

You need SecretZero installed as a dependency to author and review Secretfile.yml files, because the workflow requires it and related tools to perform manifest validation, contextless discovery, and secret synchronization.

What are the limitations of using contextless discovery for secret management?

Contextless discovery prevents secret consumption in the agent context but requires strict JSON schema compliance and properly configured `.szvar` environment breakouts to validate and synchronize cloud API secrets successfully.