credentials

Store and retrieve API tokens, secrets, and keys in a secure directory.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill credentials-perfectuser21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: credentials
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/skills/credentials
Command: npx skills add https://github.com/perfectuser21/cecelia --skill credentials-perfectuser21

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a secure and organized way to store, manage, and retrieve sensitive API tokens, secrets, and keys, ensuring they are not exposed and are readily available when needed.

Core Features & Use Cases

  • Secure Storage: Stores credentials in a protected directory (~/.credentials/) with strict file permissions.
  • Credential Retrieval: Allows easy access to stored credentials for use in API calls or other operations.
  • Use Case: When you need to interact with the Notion API, this Skill can securely retrieve your Notion API token and load it into your environment variables.

Quick Start

Use the credentials skill to find and load the GitHub API token.

Frequently Asked Questions about credentials

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

FAQPage Schema
How do I securely manage API keys and environment variables for development?

Securely manage API keys by storing credentials in a protected centralized directory with strict file permissions, then loading them into environment variables for programmatic access.

What is the best way to store secrets like Cloudflare or GitHub tokens locally?

The best way to store secrets locally is within a protected directory at `~/.credentials/`, which ensures sensitive API tokens are organized and secured with strict file access permissions.

Can I use this centralized credentials directory to load tokens for Notion and Feishu APIs?

Yes, you can retrieve stored tokens for services like Notion and Feishu and load them directly into your environment variables for secure API interactions.

How do I retrieve stored API keys for programmatic access?

Retrieve stored API keys by accessing the secure centralized directory, which facilitates loading the credentials into environment variables for immediate programmatic use.

Why should I use a centralized directory for secrets management instead of hardcoding tokens?

A centralized directory for secrets management ensures sensitive tokens are not exposed in code, providing secure handling and strict access control for your API credentials.

Does this approach to secrets management require any specific dependencies?

No dependencies are required to use this secrets management approach, as it securely stores and retrieves credentials using standard file system directories and permissions.