Back to skills
SkillHub ClubAnalyze Data & AIFull StackData / AI

gemini-ssh

AI-assisted SSH operations with Gemini

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.5
Composite score
3.5
Best-practice grade
B75.1

Install command

npx @skill-hub/cli install oimiragieo-agent-studio-gemini-ssh

Repository

oimiragieo/agent-studio

Skill path: .claude/skills/gemini-ssh

AI-assisted SSH operations with Gemini

Open repository

Best for

Primary workflow: Analyze Data & AI.

Technical facets: Full Stack, Data / AI.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: oimiragieo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install gemini-ssh into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/oimiragieo/agent-studio before adding gemini-ssh to shared team environments
  • Use gemini-ssh for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: gemini-ssh
description: AI-assisted SSH operations with Gemini
allowed-tools: [Bash, Read]
---

# Gemini SSH Skill

## Overview
AI-assisted SSH with Gemini analysis. 90%+ context savings.

## Requirements
- SSH key configured
- GOOGLE_API_KEY for Gemini analysis

## Tools (Progressive Disclosure)

### Connection
| Tool | Description | Confirmation |
|------|-------------|--------------|
| connect | SSH connect | Yes |
| exec | Execute remote command | Yes |
| upload | Upload file (scp) | Yes |
| download | Download file (scp) | No |

### Analysis
| Tool | Description |
|------|-------------|
| analyze-logs | AI analyze remote logs |
| suggest-fix | Suggest fixes for errors |
| explain-output | Explain command output |

### Management
| Tool | Description |
|------|-------------|
| list-hosts | List known hosts |
| test-connection | Test SSH connectivity |

### BLOCKED
| Tool | Status |
|------|--------|
| rm -rf / | **BLOCKED** |
| shutdown | **BLOCKED** |
| reboot | **BLOCKED** |

## Agent Integration
- **devops** (primary): Server management
- **incident-responder** (secondary): Remote debugging
gemini-ssh | SkillHub