🔑
AutomationPython

Credentials Management

by alinaqi

Credentials Management is an Automation skill for Claude Code, published by alinaqi in maggy.

704 stars57 forkson alinaqi/maggyAdded 2026/08/23Repository updated 2026/08/18
ai-codingclaudeclaude-codedeveloper-toolsproject-initializationpythonreactsecuritytypescript
Install in seconds
Install Credentials Management
Copy Credentials Management into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/alinaqi/maggy/tree/main/skills/credentials ~/.claude/skills/credentials

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/alinaqi/maggy.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/credentials/SKILL.md in alinaqi/maggy
Installs to
~/.claude/skills/credentials
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Credentials Management does

Credentials Management loads API keys from a centralized access file and maps them to project environment variables. Use it when a project needs secure setup for services like OpenAI, Anthropic, Stripe, or Supabase.

Credentials Management is cataloged under Automation on DirSkills. Credentials Management comes from a repository tagged ai-coding, claude, claude-code, developer-tools and project-initialization.

Documentation

README

Credentials Management Skill

For securely loading API keys from a centralized access file and configuring project environments.


Credentials File Discovery

REQUIRED: When a project needs API keys, ask the user:

I need API credentials for [service]. Do you have a centralized access keys file?

Please provide the path (e.g., ~/Documents/Access.txt) or type 'manual' to enter keys directly.

Default Locations to Check

~/Documents/Access.txt
~/Access.txt
~/.secrets/keys.txt
~/.credentials.txt

Supported File Formats

The credentials file can use any of these formats:

Format 1: Colon-separated

Render API: rnd_xxxxx
OpenAI API: sk-proj-xxxxx
Claude API: sk-ant-xxxxx
Reddit client id: xxxxx
Reddit secret: xxxxx

This is the opening of the README. Read the full README on GitHub.

Commands Credentials Management provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /sk-proj-
  • /sk-ant-

Frequently asked about Credentials Management

  • What else does alinaqi publish alongside Credentials Management?

    Credentials Management is one of 25 skills that DirSkills catalogs from alinaqi/maggy, the repository it ships in. Its siblings there include AI Engine Optimization, AI Models Reference and AWS Aurora. Each one is a separate skill with its own page in this directory, installs the same way Credentials Management does, and is maintained by alinaqi in that same repository. The rest of the collection is listed on the alinaqi/maggy page.

  • How does Credentials Management compare to other Automation skills?

    Credentials Management ranks #1063 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Credentials Management against them. Open each page to compare what they document and how they install.

More from alinaqi/maggy

Credentials Management is one of 25 skills cataloged on DirSkills from alinaqi/maggy.

See all 25 skills