yaak-cli

Installation
SKILL.md

Yaak CLI

Use this skill when the user mentions Yaak or yaak, or when you need to inspect or send requests stored in the shared Yaak workspace.

Safety Rules

  • Treat Yaak GUI and CLI as sharing the same saved workspace data.
  • Do not inspect, print, or expand authentication tokens from requests, folders, or inherited parent folders unless the user explicitly asks.
  • Do not use yaak -v or --verbose. Verbose mode prints request headers.
  • Assume inherited auth on parent folders is correct unless the user explicitly asks you to debug auth.
  • Never run raw yaak request show <request_id> or raw yaak folder show <folder_id> in user-facing work when auth may be present. Always sanitize those outputs with jq.
  • If you need to inspect a request definition, sanitize auth fields:
yaak request show <request_id> | jq 'del(.authentication, .authenticationType)'

If you need to inspect a folder definition, sanitize auth fields:

Related skills
Installs
17
Repository
yistc/skills
First Seen
Mar 27, 2026