output-credentials-edit

Edit and re-encrypt encrypted credentials in Output.ai projects via CLI.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-credentials-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-credentials-edit
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-credentials-edit
Command: npx skills add https://github.com/growthxai/output --skill output-credentials-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View and manage encrypted credentials within an Output.ai project, enabling safe storage and controlled access for secrets and API keys.

Core Features & Use Cases

  • View global, environment-specific, and per-workflow credentials in plaintext for verification.
  • Edit and re-encrypt credentials using the CLI, with automatic secure temp-file handling and wipe.
  • Retrieve a specific credential value (get) and verify structure before use in automation.

Quick Start

Edit credentials for your Output.ai project using the CLI to securely decrypt, modify, and re-encrypt secrets.

Frequently Asked Questions about output-credentials-edit

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

FAQPage Schema
How do I view and edit encrypted credentials for an Output.ai project?

You can view and edit encrypted credentials for an Output.ai project using the CLI to securely decrypt, modify, and re-encrypt secrets. The process handles decryption on-disk, modifications in-memory, and safe re-encryption to protect sensitive data.

Can I retrieve a specific environment-specific key or per-workflow secret?

Yes, you can retrieve a specific credential value using the get operation. This allows you to verify the structure and content of global credentials, environment-specific keys, and per-workflow secrets before using them in automation workflows.

How does CLI-based credential management handle sensitive data during editing?

CLI-based credential management applies on-disk decryption, in-memory handling, and automatic secure temp-file handling with a wipe. This ensures sensitive data is safely re-encrypted after you edit credentials to maintain protection.

What is the best way to manage API keys and secrets in Output.ai workflows?

The best way to manage API keys and secrets in Output.ai workflows is using CLI-based credential management. It enables safe storage and controlled access by allowing you to edit, show, and get operations for global, environment-specific, and per-workflow secrets.

Does editing encrypted credentials require manual file cleanup afterward?

No, editing encrypted credentials does not require manual file cleanup. The CLI automatically manages secure temp-file handling and performs a wipe after the in-memory modifications are complete and the credentials are safely re-encrypted.

When do I need to decrypt credentials in an Output.ai project?

You need to decrypt credentials in an Output.ai project when you want to view plaintext secrets for verification, edit and re-encrypt outdated API keys, or retrieve a specific credential value to verify its structure before use in automation.