yaak-cli
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 -vor--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 rawyaak folder show <folder_id>in user-facing work when auth may be present. Always sanitize those outputs withjq. - 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:
More from yistc/skills
yistc-linear-issue
Workflow for handling a Linear issue end-to-end. Uupdate Linear, create a git worktree from dev, implement the change, verify it, and open a GitHub PR linked to the issue.
19yistc-linear-research
Workflow for researching a Linear issue, gathering all relevant context, synthesizing key insights, and posting a structured summary back to the issue as a comment.
10drizzle-orm
Examples for drizzle-orm and guides for how to get the latest documentation and API references for drizzle-orm.
8yistc-nuxt
Instructions and examples for using the Nuxt framework.
4stripe-cli
Instructions and examples for using the Stripe CLI.
3hono
Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.
1