paperclip-manage-secrets

Manage Paperclip secrets and encrypted credentials through the Paperclip API.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/albertobaselga/paperclip-skills --skill paperclip-manage-secrets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-manage-secrets
Source: https://github.com/albertobaselga/paperclip-skills/tree/main/skills/paperclip-manage-secrets
Command: npx skills add https://github.com/albertobaselga/paperclip-skills --skill paperclip-manage-secrets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the risk and friction of hardcoding credentials by letting you store, rotate, update, and delete Paperclip secrets centrally and then reference them safely from agent and project environments.

Core Features & Use Cases

  • Secure Secret Storage: Keep API keys, tokens, and passwords encrypted instead of embedding them in configs.
  • Lifecycle Management: Create secrets, rotate values without changing references, update metadata, and delete stale entries when they are no longer needed.
  • Provider Awareness: Discover which secret backends are available on the current Paperclip instance and choose the right storage provider for the job.
  • Use Case: A team can store an OpenAI key once, bind it into multiple agent environments, and rotate it later without editing every project.

Quick Start

Ask the assistant to create a secure Paperclip secret for your company and wire it into the relevant environment configuration.

Frequently Asked Questions about paperclip-manage-secrets

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

FAQPage Schema
How do I manage API keys and credentials without hardcoding them in agent configs?

Paperclip secret management lets you centrally store API keys, tokens, and passwords as encrypted credentials. You can then reference these secrets safely from agent and project environments instead of embedding them in config files.

What's the best way to rotate API keys across multiple project environments?

Secret rotation in Paperclip allows you to update credential values centrally without changing the runtime references in your agent environments. This means you rotate a key once, and all bound projects automatically use the new value.

How do I discover which secret provider backends are available on my Paperclip instance?

Paperclip secret management supports provider discovery, letting you query which secret backends are available on your current instance. This helps you choose the right storage provider before creating or binding credentials.

Can I update metadata and delete stale secrets through the Paperclip API?

Yes, lifecycle management through the Paperclip API supports creating secrets, updating metadata, rotating values, and deleting stale entries when they are no longer needed across your environments.

Does Paperclip secret management work for binding credentials into multiple agent environments?

Paperclip secret management supports environment bindings, allowing you to store a credential once and wire it into multiple agent configurations. Runtime secret references keep your environments synced to the current value.