feat(tools): add googleworkspace-cli, agent-browser, slack-cli#20
Merged
Conversation
Register three agent-oriented CLI tools with cross-platform support: - googleworkspace-cli: brew or binary download from GitHub Releases - agent-browser: brew or npm install -g (no binary distribution) - slack-cli: brew cask or binary download from GitHub Releases Each tool follows the RTK dual-method pattern (brew when available, official fallback for Linux). All three are opt-in only — the default tool set (rtk, nvim-plugins) is unchanged. Also adds DRY helpers (_dotfiles_install_brew_formula, _dotfiles_install_brew_cask, _dotfiles_install_github_binary, _dotfiles_install_npm_global) and refactors rtk:brew to use them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
brew installor binary download from GitHub Releasesbrew installornpm install -g(no binary distribution available)brew install --caskor binary download from GitHub Releasesbrew→officialfallback)DOTFILES_DEFAULT_AGENT_TOOLSremainsrtk,nvim-plugins_dotfiles_install_brew_formula,_dotfiles_install_brew_cask,_dotfiles_install_github_binary,_dotfiles_install_npm_globalrtk:brewto use the new brew helperPlatform Matrix
brew install googleworkspace-cli~/.local/bin/gwsbrew install agent-browsernpm install -g agent-browserbrew install --cask slack-cli~/.local/bin/slackTest plan
python3 -m pytest tests/ -v— 66 passed, 3 subtests passeddotfiles tools list— shows all 10 toolsdotfiles tools plan <tool>— correct brew output for all threeDOTFILES_TOOLS_DEFAULT_METHOD=official dotfiles tools plan <tool>— correct fallback outputdotfiles tools install agent-browser— end-to-end brew installDOTFILES_TOOLS_DEFAULT_METHOD=official dotfiles tools install slack-cli— binary download on macOS🤖 Generated with Claude Code