bk-credential

Manage external service credentials securely within BlueKiwi workflows.

22|17|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/dandacompany/bluekiwi --skill bk-credential
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bk-credential
Source: https://github.com/dandacompany/bluekiwi/tree/main/packages/cli/src/assets/skills/bk-credential
Command: npx skills add https://github.com/dandacompany/bluekiwi --skill bk-credential

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables secure registration, updating, and deletion of external service credentials such as API keys and tokens within the BlueKiwi platform, preventing credential misuse and streamlining credential management workflows.

Core Features & Use Cases

  • Credential Management: Add, list, edit, and delete credentials for various external services directly from BlueKiwi commands.
  • Secure Handling: Ensures credentials are never exposed or printed in plain text, maintaining security best practices.
  • Use Case: A developer wants to store their GitHub API token in BlueKiwi to enable authenticated API calls during workflow execution without hardcoding secrets.

Quick Start

Use the bk-credential skill to add a new API key for a third-party service securely in BlueKiwi.

Frequently Asked Questions about bk-credential

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

FAQPage Schema
How do I securely store API keys for external services in BlueKiwi?

You can securely store API keys in BlueKiwi by adding them as credentials through the platform's credential management commands. This ensures secrets are safely registered and never exposed in plain text during workflow execution.

Can I list and delete existing tokens within the BlueKiwi platform?

Yes, you can list and delete existing tokens within BlueKiwi. The credential management functionality supports listing, editing, and deleting credentials to maintain accurate and secure external service access.

How does credential injection work during workflow execution?

Credential injection works by integrating stored secrets into workflows at runtime. This mechanism safely injects the necessary tokens or API keys when a process runs, preventing the need to hardcode sensitive credentials.

What is the best way to prevent credential misuse when updating API tokens?

The best way to prevent credential misuse when updating API tokens is to use secure credential management commands. This allows you to edit existing secrets safely within the platform without exposing them in plain text.

Do I need to hardcode secrets to enable authenticated API calls in BlueKiwi?

No, you do not need to hardcode secrets. By registering external service credentials in BlueKiwi, the platform securely injects the required tokens at runtime, enabling authenticated API calls without exposing sensitive data in your code.