Skip to content

feat: add runpod-ssh skill#13

Open
zackmckennarunpod wants to merge 1 commit intomainfrom
feat/runpod-ssh-skill
Open

feat: add runpod-ssh skill#13
zackmckennarunpod wants to merge 1 commit intomainfrom
feat/runpod-ssh-skill

Conversation

@zackmckennarunpod
Copy link
Copy Markdown

Summary

  • Adds a lean runpod-ssh skill for live pod editing without Docker rebuilds
  • Encodes only the RunPod-specific knowledge an agent lacks: dynamic port lookup via GraphQL, proxy hostname limitation, ephemeral storage behavior
  • Deliberately excludes general SSH/scp/rsync knowledge — agents already know that

Why lean?

The previous ssh-loop skill in private config was ~100 lines of step-by-step SSH tutorial. This distills it to the ~25 lines that actually matter: the port lookup query and 4 gotchas that are non-obvious without RunPod context.

Test plan

  • Verify port lookup query returns correct IP:port format
  • Confirm skill triggers correctly on "SSH into pod" / "edit code on pod" prompts

Lean skill teaching agents the RunPod-specific SSH patterns:
port lookup via GraphQL API, proxy hostname limitation, and
ephemeral storage gotchas. Replaces the verbose ssh-loop skill
with just the non-obvious RunPod knowledge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant