get

Retrieve Alfred configuration, credentials, overlays, and platform files read-only.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Kord96/kordinate --skill get
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get
Source: https://github.com/Kord96/kordinate/tree/main/agents/alfred/skills/get
Command: npx skills add https://github.com/Kord96/kordinate --skill get

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a secure, consistent way to retrieve personal and environment data managed by Alfred so callers can obtain configuration, credentials, overlays, and platform files without manual file lookups or unsafe handling of secrets.

Core Features & Use Cases

  • Direct retrieval of full config, per-cluster config fragments, and reusable profile entries from the Alfred profile tree.
  • Secret access via the pass store for credential values with explicit guidance to never cache or log secrets.
  • Overlay and platform inspection to list or return overlay directories, namespace overlays, and specific platform files like scaling.yaml, plus a status summary for validation.
  • Use Case: An operator asks Alfred for a cluster overlay for troubleshooting and receives the exact overlay files or a namespace manifest without additional narration.

Quick Start

Ask Alfred to return the config for cluster prod and show the overlay contents for namespace default.

Frequently Asked Questions about get

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

FAQPage Schema
How do I retrieve Alfred-managed configuration and credentials for an authenticated profile?

Retrieve Alfred-managed configuration and credentials by applying the get skill within the alfred agent to read profile config.yaml, overlay directories, and pass store entries. It operates read-only and requires access to KORDINATE_HOME agents/alfred/profile paths.

How do I securely access secrets from the pass store without logging sensitive values?

Access secrets from the pass store by retrieving credential values through the get skill, which operates read-only and explicitly avoids caching or logging secret values during runtime or administrative tasks.

Can I inspect cluster overlays and platform files like scaling.yaml without manual file lookups?

Inspect cluster overlays and platform files like scaling.yaml by requesting overlay directories and namespace manifests directly through the get skill. It returns exact overlay files without additional narration for troubleshooting.

Does retrieving config fragments require read access to specific profile paths?

Retrieving config fragments requires read access to KORDINATE_HOME agents/alfred/profile paths and the pass command. The get skill operates strictly read-only to securely return per-cluster config fragments and profile definitions.

What limitations exist when retrieving configuration and overlays from Alfred?

Limitations include operating strictly read-only, requiring authenticated caller access, and explicitly avoiding caching or logging of secret values. The get skill retrieves config and overlays but does not modify profile definitions or platform files.