No description
  • TypeScript 100%
Find a file
keeb de74ea9758 feat: add embedded ssh skill for AI agents
Embeds a Claude Code skill at .claude/skills/ssh/ that documents the
@keeb/ssh/host model (exec, upload, waitForConnection), connection
arguments, result resource shape, common workflow patterns, and known
gotchas. The skill is referenced from manifest.yaml so swamp will package
it into the extension archive on push.

Bumps version to 2026.04.06.1.
2026-04-06 18:34:14 -07:00
.claude/skills/ssh feat: add embedded ssh skill for AI agents 2026-04-06 18:34:14 -07:00
extensions/models Initial commit: @keeb/ssh swamp extension 2026-02-27 12:31:11 -08:00
.gitignore Initial commit: @keeb/ssh swamp extension 2026-02-27 12:31:11 -08:00
.swamp.yaml Initial commit: @keeb/ssh swamp extension 2026-02-27 12:31:11 -08:00
CLAUDE.md Add repository and tags to manifest 2026-03-02 22:01:56 -08:00
manifest.yaml feat: add embedded ssh skill for AI agents 2026-04-06 18:34:14 -07:00
README.md Initial commit: @keeb/ssh swamp extension 2026-02-27 12:31:11 -08:00

@keeb/ssh

Swamp extension for general-purpose SSH operations.

Models

ssh/host

Remote command execution, file upload, and connection waiting over SSH.

Method Description
exec Execute a command on the remote host
upload SCP a file to the remote host
waitForConnection Wait until SSH is reachable (with timeout)

Workflows

None — this is a foundational model used by other extensions.

Dependencies

None.

Used by

Install

swamp extension pull @keeb/ssh

License

MIT