seed-hypermedia-read
Installation
SKILL.md
Seed Hypermedia gRPC Skill
Scope: Read-only gRPC access to Seed Hypermedia. If the user wants to write, update, or delete, refuse and route to the seed-hypermedia-write skill.
Prerequisites
Check if grpcurl is installed:
which grpcurl
If not installed:
# macOS
brew install grpcurl