I'm very sorry to bother you all but I've tried for 4 hours to install this plugin via Claude Code - to no avail.
I've attempted installation via SSH and HTTPS methods outlined and I cannot get Claude Code to install the plugin.
Upon running /plugin marketplace add addyosmani/agent-skills, Claude Code appears to correctly find the plugin on its marketplace.
When running /plugin install agent-skills@addy-agent-skills and selecting Install for you (user scope) or the other two options (project scope) or (local scope) I'm given this error:
Failed to install: Failed to clone repository: Cloning into
'C:\Users\<user>\.claude\plugins\cache\temp_github_1781195903581_f6sois'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I have my public SSH key in Github and can see it successfully upon running ssh -T git@github.com I successfully receive the response Hi zhayes84! You've successfully authenticated, but GitHub does not provide shell access.
I have been able to clone the repo locally to ~\.claude\plugins\marketplaces\addy-agent-skills but since it isn't an installed plugin within Claude Code, I cannot use the /spec command(s).
I'm so sorry if this is a dumb error on my part but I've done all I know to do. Claude Code runs in circles if I attempt to use it for diagnosis.
I'm very sorry to bother you all but I've tried for 4 hours to install this plugin via Claude Code - to no avail.
I've attempted installation via SSH and HTTPS methods outlined and I cannot get Claude Code to install the plugin.
Upon running
/plugin marketplace add addyosmani/agent-skills, Claude Code appears to correctly find the plugin on its marketplace.When running
/plugin install agent-skills@addy-agent-skillsand selectingInstall for you (user scope)or the other two options(project scope)or(local scope)I'm given this error:I have my public SSH key in Github and can see it successfully upon running
ssh -T git@github.comI successfully receive the responseHi zhayes84! You've successfully authenticated, but GitHub does not provide shell access.I have been able to clone the repo locally to
~\.claude\plugins\marketplaces\addy-agent-skillsbut since it isn't an installed plugin within Claude Code, I cannot use the/speccommand(s).I'm so sorry if this is a dumb error on my part but I've done all I know to do. Claude Code runs in circles if I attempt to use it for diagnosis.