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.
Operaciones gRPC de Seed Hypermedia de solo lectura para consultar documentos, comentarios, entidades, cuentas y metadatos del servidor. Úselo cuando el usuario desee recuperar o inspeccionar datos de Seed sin escribir, actualizar ni eliminar nada. Fuente: seed-hypermedia/seed.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/seed-hypermedia/seed --skill seed-hypermedia-read Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw