SkillsCat
SkillsCat
Trending
Docs
royashbrook

royashbrook

@royashbrook

GitHub
1 Skills
17 Total Stars
June 2026 Joined

Public Skills

hush

by royashbrook

Use whenever an agent needs to STORE, GENERATE, or USE a secret (API token, key, signing value, password) without ever exposing the plaintext. Replaces the "go set this env var / paste this token into that system" dance with one structured, OS-keychain-backed flow where the value goes straight from source into the consumer and never passes through the agent (no transcript, no logs, no cloud). Two add-paths: a value you GENERATED elsewhere (a vendor token, a PAT) gets pasted in once via a hidden prompt the agent can't see; a value that just needs to be STRONG+RANDOM (an operator key, a webhook signing secret) the agent generates and stores itself. Then it injects straight into the consumer (an env var, or a command's stdin), never printed , so an agent running as the user, with their CLIs already authed, can set server-side secrets and call services without the value ever touching the chat or disk. Triggers: "store this token", "save this key", "add it to the keychain", "generate an operator/signing key", "use the X secret to call Y", or any moment an agent needs a credential to reach a service. macOS, Linux, and Windows backends built in; the never-print contract is portable beyond them.

CLI Tools 17 1mo ago
SkillsCat
SkillsCat

An open platform for discovering, sharing, and installing AI agent skills.

Discover

  • Trending
  • Recently Added
  • Top Rated
  • Categories

Resources

  • Docs
  • Claude Code Docs
  • Claude Code GitHub
  • Cursor

Legal

  • Privacy Policy
  • Terms of Service

© 2026 SkillsCat. Open source under AGPL-3.0.

Docs · Privacy · Terms