file-config-wizard

Configure fractary-file storage handlers with interactive validation and environment variable credentials.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fractary/claude-plugins --skill file-config-wizard
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: file-config-wizard
Source: https://github.com/fractary/claude-plugins/tree/main/plugins/file/skills/config-wizard
Command: npx skills add https://github.com/fractary/claude-plugins --skill file-config-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, bash, and includes scripts (resource) components.

What problem does it solve?

This Skill guides users through interactive storage handler setup with validation, covering local, r2, s3, gcs, and gdrive.

Core Features & Use Cases

  • Interactive setup: Step-by-step prompts for handler selection
  • Validation: Pre-flight checks before saving
  • Security: Recommends environment variables for secrets

Quick Start

Start the wizard to configure storage handlers for your project.

Frequently Asked Questions about file-config-wizard

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

FAQPage Schema
How do I configure storage handlers for cloud and local file systems?▼

This Skill configures storage handlers through an interactive wizard supporting local, R2, S3, GCS, and Google Drive. It guides you through handler selection, validates inputs, and securely stores credentials via environment variables rather than plaintext, ensuring compliance with security best practices.

Can I set up storage configuration without storing plaintext credentials?▼

Yes. The wizard enforces credential security by recommending environment variables for all secrets and prevents plaintext storage in config files. It validates that sensitive fields use environment variable references before saving, protecting your credentials from exposure.

How do I validate storage handler configuration before deployment?▼

The Skill includes pre-save validation that checks handler-specific fields and offers optional test connections to verify credentials work. It prevents overwrites without confirmation and secures config file permissions at 0600, catching misconfigurations before they reach production.

What storage handlers does this configuration wizard support?▼

The wizard supports five storage handlers: local filesystem, Cloudflare R2, AWS S3, Google Cloud Storage, and Google Drive. Each handler includes validation rules tailored to its configuration requirements and authentication methods.

Can I configure storage handlers per-project or globally?▼

Storage configuration supports both per-project and global scope. You can manage handler settings at project level for isolated setups or globally for shared configurations across multiple projects, with confirmation safeguards against accidental overwrites.

Does the configuration wizard work in non-interactive environments?▼

Yes. The Skill operates in both interactive and non-interactive modes, allowing scripted configuration pipelines and CI/CD workflows to configure storage handlers programmatically while maintaining the same validation and security standards.