setup-credentials

Detect missing credentials and store them securely in the encrypted credential store.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Lovuwer/Stupid --skill setup-credentials
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-credentials
Source: https://github.com/Lovuwer/Stupid/tree/main/.claude/skills/setup-credentials
Command: npx skills add https://github.com/Lovuwer/Stupid --skill setup-credentials

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the secure setup of credentials for AI agents by detecting missing credentials in an agent's config, guiding users to provide them, and storing them in the encrypted credential store at ~/.hive/credentials.

Core Features & Use Cases

  • Detect missing credentials and present user-friendly setup options for each required credential.
  • Support multiple authentication methods (Aden OAuth sync, direct API keys, and a custom credential store) with health checks and health validation.
  • Record configuration methods and export credentials to the current shell session to streamline authoring and deployment.

Quick Start

  1. Run the setup-credentials skill for your hubspot-agent to see missing credentials.
  2. Follow prompts to provide an Anthropic API key first, then configure HubSpot using Aden or direct API key, and optionally store in a custom credential store.
  3. Validate credentials by re-running the agent's startup validation to ensure readiness.

Frequently Asked Questions about setup-credentials

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

FAQPage Schema
How do I securely store API keys for my AI agents?

Securely store API keys for AI agents by detecting missing credentials in the agent's config, prompting for secure input, and saving them to an encrypted credential store at ~/.hive/credentials to prevent plaintext exposure.

Can I configure HubSpot credentials using OAuth for my agent workflow?

Yes, you can configure HubSpot credentials using Aden OAuth sync for agent workflows. The setup process supports Aden OAuth sync, direct API keys, and a custom store, performing health checks and validation prior to persisting the credentials.

What is the best way to validate credentials before deploying an agent?

The best way to validate credentials before deploying an agent is to re-run the agent's startup validation. This ensures readiness by verifying that required credentials are present and pass health checks in the encrypted store.

How do I export stored credentials to my current shell session?

Export stored credentials to your current shell session by completing the interactive setup and configuration recording. The skill provides steps to export the encrypted credentials, streamlining subsequent authoring and deployment.

Does the encrypted credential store support custom authentication methods?

Yes, the encrypted credential store supports custom authentication methods. Alongside Aden OAuth sync and direct API keys, you can optionally store credentials in a custom credential store with health validation prior to persistence.