SSH Key Setup
SkillDev toolsConfigure SSH keys for GitHub access
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the SSH Key Setup skill
What this skill tells your AI
The instructions your AI receives, as published by edictum-ai/edictum in tests/fixtures/skills/ssh-setup/SKILL.md and read by ahel’s review.
Generate and configure SSH keys for GitHub.
Steps
ssh-keygen -t ed25519 -C "your_email@example.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub
Then add the public key to your GitHub account at https://github.com/settings/keys
Verify
ssh -T git@github.com
Signals
- GitHub stars
- 31
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ssh-setup- Source
- github.com/edictum-ai/edictum