seed-grpc
Installation
SKILL.md
Seed gRPC Skill
Scope: Read-only gRPC access to a local Seed Hypermedia daemon. If the user wants to write, update, or delete documents, route to the seed-cli skill.
Prerequisites
Check if grpcurl is installed:
which grpcurl
If not installed:
# macOS
brew install grpcurl
Related skills