Gives Claude direct access to Stream's Chat, Video, Feeds, and Moderation APIs through their official CLI. It handles the full workflow: verifies or installs the binary, resolves credentials from your .env or CLI config, discovers endpoints from a cached spec file, and runs queries with automatic safe mode for mutations. The exit code recovery is nicely thought out, it'll catch auth failures and trigger a browser login automatically. Useful when you're debugging production issues or need to list channels, check flagged messages, or query user data without leaving your terminal. The credential resolution is smart enough to figure out which Stream app you're working with based on context.
npx skills add https://github.com/getstream/agent-skills --skill stream-cli