agent-browser-aircall-local
π―Skillfrom kentoje/dotfiles
Automates browser-based interactions with Aircall's local interface for managing phone calls and communication workflows.
Installation
npx skills add https://github.com/kentoje/dotfiles --skill agent-browser-aircall-localSkill Details
Overview
# dotfiles
Screenshots
Flow
Nix is in charge of managing the system configuration. The dotfiles are managed by stow and are symlinked to the home directory.
Homebrew is installed via Nix, and most of UI applications are installed if possible with Nix.
Install
Stow
Run stow in the current dotfiles directory which should be in $HOME/dotfiles
```bash
$ sudo ./setup/macos/setup.sh
```
nix-darwin
Install nix
```bash
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```
Install nix-darwin
```bash
$ nix run nix-darwin -- switch --flake ./.config/nix-darwin-
```
Update nix packages
```bash
$ nix flake update ./.config/nix-darwin-pro
```
Rebuild env
```bash
$ darwin-rebuild switch --flake
```
Tmux
Install tmux plugins
```bash
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
$ nvim .config/tmux/tmux.config
```
Run plugin install with:
More from this repository6
Sends desktop notifications or alerts for system events, task completions, or custom triggers within the user's development environment.
prose-gen skill from kentoje/dotfiles
Opens a local staging browser environment for development and testing purposes, likely facilitating quick access to localhost web applications or development servers.
Generates temporary authentication tokens for staging environments, simplifying secure access to development and testing infrastructure
Creates a merge request in GitLab directly from the command line, likely using GitLab's API to streamline the merge request workflow.
I apologize, but I cannot confidently infer what the "hi" Claude Code skill does from the provided README. The README describes system configuration, dotfiles management, and installation instructi...