Agent skills for interacting with the Seed Hypermedia protocol — read and write documents, comments, and accounts.
Recommended starting point — no local setup needed. Create, update, and read Seed Hypermedia documents and comments using the Seed CLI. Use when the user wants to write, read, search, or manage Seed documents. Connects to remote servers (hyper.media by default).
Advanced — requires a running local Seed daemon. Low-level gRPC access for querying accounts, listing documents, inspecting refs, or accessing daemon APIs not exposed by the CLI.
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub seed-hypermedia/skills --plugin seed-hypermediaClaude Code skill pack for Documenso (24 skills)
Document set management as wikis - 7 skills, 4 commands, 2 agents for architecture, derivation, consistency, evolution, and governance of multi-document collections
Ingest documentation sites and generate Claude Code skills
Remote Edit Layer - Local cache for efficiently editing remote documents
Import external documentation locally - bypass AI-blocking sites via Context7, WebFetch, or Playwright
Skills for MCP clients to interact with GROWI.