Scope: Read-only gRPC access to Seed Hypermedia. If the user wants to write, update, or delete, refuse and route to the write-seed-hypermedia skill.
Use reflection to discover the API structure for new commands you don't know about. Important: Once you've discovered a service/method structure, you can reause it without doing reflection again. Assume the server does not change. However if subsequent requests fail (read the error message) and they fail because of structure, then you may do reflection again.
Operazioni seed Hypermedia gRPC di sola lettura per eseguire query su documenti, commenti, entità, account e metadati del server. Utilizzare quando l'utente desidera recuperare o ispezionare i dati Seed senza scrivere, aggiornare o eliminare nulla. Fonte: seed-hypermedia/seed.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/seed-hypermedia/seed --skill seed-hypermedia-read Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw