hive-credentials

Store and manage encrypted AI agent credentials locally with health checks.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/nk10nikhil/hive-spm-clone --skill hive-credentials-nk10nikhil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-credentials
Source: https://github.com/nk10nikhil/hive-spm-clone/tree/main/.claude/skills/hive-credentials
Command: npx skills add https://github.com/nk10nikhil/hive-spm-clone --skill hive-credentials-nk10nikhil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Secure local credentials for AI agents with encrypted storage, eliminating insecure handling and drift between sessions.

Core Features & Use Cases

  • Local encrypted credential store at ~/.hive/credentials with health checks before persistence.
  • Optional Aden sync for OAuth-based provisioning and server-side credential management.
  • Auditable configuration via ~/.hive/configuration.json to track methods and tokens.

Quick Start

Run the hive credentials setup workflow for your agent.

Frequently Asked Questions about hive-credentials

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

FAQPage Schema
How do I securely store credentials for AI agents on a local machine?

Secure credential storage for AI agents is achieved by using an encrypted local store at ~/.hive/credentials, enforcing strict safety rules and health checks before persisting sensitive tokens.

What is the best way to manage OAuth credentials across multiple AI workflows?

Managing OAuth credentials across workflows is handled through optional server-side Aden sync, enabling secure provisioning and centralized credential management to eliminate drift between active sessions.

How does an encrypted credential store handle configuration auditing?

Credential store configuration auditing is managed via ~/.hive/configuration.json, which tracks provisioning methods and tokens to provide an auditable record of credential usage and changes.

Can I run a health check before persisting credentials to the local store?

Yes, you can run a health check before persisting credentials to the local store, as the system enforces health validations at ~/.hive/credentials to prevent saving invalid or broken tokens.

Does local credential storage require server-side sync to function properly?

No, local credential storage does not require server-side sync to function; the encrypted store at ~/.hive/credentials operates independently, while Aden sync is entirely optional for OAuth provisioning.