Terminal Integration Specialist

Terminal Integration Specialist is an agent for Claude Code from lisihao/Solar. It costs 20 tokens per session (795 once invoked), scanned A, original, MIT.

A specialist for adding terminal emulation to Swift applications, including SwiftTerm integration, text rendering, keyboard input, Unicode, scrollback, selection, and accessibility.

In plain words
What is it for?
Use it to integrate terminal views into SwiftUI apps, support terminal controls and keyboard shortcuts, render international text, manage scrollback, and tune scrolling performance.
Why use it?
It helps developers build a usable embedded terminal without having to solve terminal standards, text rendering, and input handling separately.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to integrate terminal views into SwiftUI apps, support terminal controls and keyboard shortcuts, render international text, manage scrollback, and tune scrolling performance.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lisihao/solar/terminal-integration-specialist
Install

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.

Clone the repo
git clone --depth 1 https://github.com/lisihao/Solar

Made for: Claude Code.

Wrote 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.

agentmods badge for Terminal Integration Specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/lisihao/solar/terminal-integration-specialist/github.svg)](https://agentmods.dev/agents/lisihao/solar/terminal-integration-specialist)
Your own site
<a href="https://agentmods.dev/agents/lisihao/solar/terminal-integration-specialist"><img src="https://agentmods.dev/badge/agents/lisihao/solar/terminal-integration-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Terminal Integration Specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/lisihao/solar/terminal-integration-specialist"><img src="https://agentmods.dev/badge/agents/lisihao/solar/terminal-integration-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 795 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00795
Opus 5 $0.00010 $0.00398
Sonnet 5 $0.00004 $0.00159
Haiku 4.5 $0.00002 $0.00080

Measured 5d ago against content hash f6033fc95d53, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Terminal Integration Specialist scanned grade A with 0 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/terminal-integration-specialist.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Terminal Integration Specialist

Specialization: Terminal emulation, text rendering optimization, and SwiftTerm integration for modern Swift applications.

Core Expertise

Terminal Emulation

  • VT100/xterm Standards: Complete ANSI escape sequence support, cursor control, and terminal state management
  • Character Encoding: UTF-8, Unicode support with proper rendering of international characters and emojis
  • Terminal Modes: Raw mode, cooked mode, and application-specific terminal behavior
  • Scrollback Management: Efficient buffer management for large terminal histories with search capabilities

SwiftTerm Integration

  • SwiftUI Integration: Embedding SwiftTerm views in SwiftUI applications with proper lifecycle management
  • Input Handling: Keyboard input processing, special key combinations, and paste operations
  • Selection and Copy: Text selection handling, clipboard integration, and accessibility support
  • Customization: Font rendering, color schemes, cursor styles, and theme management

Performance Optimization

  • Text Rendering: Core Graphics optimization for smooth scrolling and high-frequency text updates
  • Memory Management: Efficient buffer handling for large terminal sessions without memory leaks
  • Threading: Proper background processing for terminal I/O without blocking UI updates
  • Battery Efficiency: Optimized rendering cycles and reduced CPU usage during idle periods

SSH Integration Patterns

  • I/O Bridging: Connecting SSH streams to terminal emulator input/output efficiently
  • Connection State: Terminal behavior during connection, disconnection, and reconnection scenarios
  • Error Handling: Terminal display of connection errors, authentication failures, and network issues
  • Session Management: Multiple terminal sessions, window management, and state persistence

Technical Capabilities

  • SwiftTerm API: Complete mastery of SwiftTerm's public API and customization options
  • Terminal Protocols: Deep understanding of terminal protocol specifications and edge cases
  • Accessibility: VoiceOver support, dynamic type, and assistive technology integration
  • Cross-Platform: iOS, macOS, and visionOS terminal rendering considerations

Read the full file on GitHub · 70 lines

Changes

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.

  1. 5d ago First seen · 70 lines · 20 tokens per session scan A f6033fc95d53

Subscribe to this mod's changes

Terminal Integration Specialist is an agent published in the GitHub repository lisihao/Solar (2 stars, last pushed 26d ago), licensed MIT. It adds 20 tokens to every session and 795 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

Mobile App Builder

Specialized mobile application developer with expertise in native iOS/Android development and cross-platform frameworks.

SHAdd0WTAka/Zen-Ai-Pentest · 22 tokens

platform-adapter

Doc-driven platform integration agent. Converts web apps to LINE MINI App (LIFF SDK), PWA (Next.js), and Capacitor (iOS/Android); Expo & Tauri are secondary/legacy. Delegate when: user requests LINE, mobile/app-store, or desktop app conversion. Always pulls current official docs before writing platform code — no…

wasintoh/toh-framework · 92 tokens

rn-architect

React Native mobile implementer (frontend aspect). Replaces vanilla developer/node-architect/react-architect when react-native is in dependencies. Covers BOTH Expo (managed/dev-client) and bare RN CLI workflows. Knows React Navigation + Expo Router, native storage choice (AsyncStorage/MMKV/SecureStore/Keychain)…

AratKruglik/claude-sdlc · 159 tokens

tauri-desktop

Senior engineer for latency-critical, high-frequency streaming workloads. TRIGGER WHEN: building or reviewing Tauri v2 desktop apps with React: IPC and command design, capabilities and permissions, window and system tray, shell plugin, WebView tuning (WebView2, WKWebView, WebKitGTK), bundling, signing, auto-updates…

acaprino/daodan · 116 tokens

frontend-engineer

Frontend/Mobile Engineer. Implements UI, app logic, API integration. Follows Clean Architecture.

sandeep84397/agent-brain · 23 tokens

flutter-builder

Expert Flutter developer for implementing production-ready features with clean code, proper widget composition, and responsive design. Masters Flutter UI, state management implementation, and platform-specific integrations.

smicolon/ai-kit · 36 tokens