server-connect
仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么
给 Claude Code 非交互式的 SSH 通道并把机器上的信息写成 server-info/ 文件夹,自动收集服务、端口、部署路径、日志和数据库等。适合把开发或生产服务器加入工作区、接手没人记录的基础设施,或当 Claude 无法访问机器时使用。先确保可达再自动盘点并记录,避免会话被交互提示卡住。
▸ 展开 SKILL.md 英文原文
Gives Claude Code non-interactive SSH access to a server and then writes a server-info folder by interrogating the machine — services, ports, deploy paths, logs, databases — rather than being told. Use when adding a dev or production server to a workspace, onboarding onto infrastructure nobody documented, or when Claude cannot reach a machine it needs. Trigger: "connect to the server", "set up ssh", "document this server", "add the dev server", "why can't you reach the box".
0
Stars
0
Forks
13
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/server-connect/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/server-connect/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Server Connect — Reachable, Then Written Down Two jobs, in this order: 1. **Make the server reachable by name**, non-interactively, so no session ever stalls on a prompt it cannot answer. 2. **Write down what is on it**, by looking rather than by asking, into `server-info/`. The second is the part people skip, and it is the part that pays. A session that has to rediscover which service runs on which port every time is a session spending its context on archaeology. --- ## SAFETY RULES — read before running anything - **Read-only until told otherwise.** Discovery does not restart services, edit configs, or touch a database. Every command in Step 5 is safe to run on production. - *
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有