Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/helloayushisharma/ghostty-claude-code-setup/terminal-guidenpx skills add helloayushisharma/ghostty-claude-code-setup --skill terminal-guidegit clone --depth 1 https://github.com/helloayushisharma/ghostty-claude-code-setupWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/helloayushisharma/ghostty-claude-code-setup/terminal-guide)<a href="https://agentmods.dev/skills/helloayushisharma/ghostty-claude-code-setup/terminal-guide"><img src="https://agentmods.dev/badge/skills/helloayushisharma/ghostty-claude-code-setup/terminal-guide.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00074 | $0.02368 |
| Opus 5 | $0.00037 | $0.01184 |
| Sonnet 5 | $0.00015 | $0.00474 |
| Haiku 4.5 | $0.00007 | $0.00237 |
Grade B, and why
Terminal Guide scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo mv lsd-v1.2.0-x86_64-apple-darwin/lsd /usr/local/bin/ Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -LO https://github.com/lsd-rs/lsd/releases/download/v1.2.0/lsd-v1.2.0-x86_64-apple-darwin.tar.gz How it starts
The opening of the file, as written. The whole thing — 315 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Terminal Configuration Guide
Comprehensive guide for setting up a modern terminal experience on macOS with Ghostty, Warp-like features, zsh enhancements, and IDE-like vim keybindings.
Quick Reference
Keybindings Across All Apps
| Shortcut | Shell/Terminal | Vim | Action |
|---|---|---|---|
Option+←/→ |
Skip word | Skip word | Word navigation |
Cmd+←/→ |
Line start/end | Line start/end | Line navigation |
Option+Backspace |
Delete word | Delete word | Delete backward |
Cmd+D |
Split pane | Duplicate line | Context-specific |
Cmd+K |
Clear screen | - | Clear terminal |
→ (Right Arrow) |
Accept suggestion | - | Autosuggestion |
Ghostty Configuration
Config Location
- macOS:
~/Library/Application Support/com.mitchellh.ghostty/config - Linux:
~/.config/ghostty/config
Essential Settings
# Theme
theme = dark:Catppuccin Mocha,light:Catppuccin Latte
# macOS Option key as Alt (REQUIRED for keybindings)
macos-option-as-alt = true
# Transparency (set to 1.0 if not working)
background-opacity = 0.85
background-blur = true
# Session persistence
window-save-state = always
quit-after-last-window-closed = false
# Cursor
cursor-style = block
cursor-style-blink = false
# Shell integration
shell-integration = detect
shell-integration-features = no-cursor,sudo,title
Keybindings
# Navigation
keybind = cmd+right=text:\x05 # End of line
keybind = cmd+left=text:\x01 # Start of line
keybind = alt+right=text:\x1bf # Forward word
keybind = alt+left=text:\x1bb # Backward word
keybind = alt+backspace=text:\x17 # Delete word
# Splits
keybind = cmd+d=new_split:right
keybind = cmd+shift+d=new_split:down
keybind = cmd+alt+up=goto_split:top
keybind = cmd+alt+down=goto_split:bottom
keybind = cmd+alt+left=goto_split:left
keybind = cmd+alt+right=goto_split:right
# Tabs
keybind = cmd+t=new_tab
keybind = cmd+w=close_surface
keybind = cmd+1=goto_tab:1
keybind = cmd+2=goto_tab:2
# ... up to cmd+9
# Prompt jumping (requires shell integration)
keybind = cmd+up=jump_to_prompt:-1
keybind = cmd+down=jump_to_prompt:1
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 315 lines · 74 tokens per session scan B a82af5b75386
Terminal Guide is a skill published in the GitHub repository helloayushisharma/ghostty-claude-code-setup (4 stars, last pushed 4mo ago), licensed MIT. It adds 74 tokens to every session and 2,368 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.