seed-cli
Installation
SKILL.md
Seed CLI Skill
Scope: Document operations on Seed Hypermedia via the Seed CLI — creating, updating, reading documents and comments, searching, and managing drafts. For low-level gRPC access to a local Seed daemon, use the seed-grpc skill. For LLM-powered PDF import see the seed-pdf-import skill.
Prerequisites
1. Ensure CLI is Available and Up-to-Date
The Seed CLI is distributed as the npm package @seed-hypermedia/cli (binary: seed-cli).
Use npx to run it — this avoids global install permission issues and always fetches the latest version:
npx -y @seed-hypermedia/cli@latest --help
Related skills