Agent skills for interacting with the Seed Hypermedia protocol.
npx claudepluginhub seed-hypermedia/skillsAgent skills for interacting with the Seed Hypermedia protocol — read and write documents, comments, and accounts.
Agent skills for reading and writing content on the Seed Hypermedia protocol.
Document operations via the Seed CLI (seed-cli).
hyper.media by default)Low-level gRPC access to the local Seed daemon via grpcurl.
/plugin marketplace add seed-hypermedia/skills
/plugin install seed-hypermedia@seed-hypermedia-skills
/reload-plugins
After installation, the agent can invoke the skills automatically based on context. You can also invoke them explicitly:
/seed-hypermedia:seed-cli — document operations via the Seed CLI/seed-hypermedia:seed-grpc — low-level gRPC access to the local daemonThe plugin updates automatically when a new version is published. To force an update:
/plugin marketplace add seed-hypermedia/skills
/reload-plugins
Or check the current version:
/plugin
To auto-enable the plugin for everyone working in a repository, add this to .claude/settings.json:
{
"extraKnownMarketplaces": {
"seed-hypermedia-skills": {
"source": {
"source": "github",
"repo": "seed-hypermedia/skills"
}
}
},
"enabledPlugins": {
"seed-hypermedia@seed-hypermedia-skills": true
}
}
Team members still need to run /plugin marketplace add seed-hypermedia/skills once to download the marketplace,
then /plugin install seed-hypermedia@seed-hypermedia-skills to install it.
Copy the skill directories from plugins/seed-hypermedia/skills/ into your agent's skill loading path. Each skill
is a self-contained directory with a SKILL.md entry point. The shared references/ directory at the plugin root
contains the Seed document format reference used by both skills.