
from application-skills36
Integrate Retriever search and discovery via the Membrane CLI — manage connections and run queries across Retriever data sources.
Provides integration guidance for using Retriever through the Membrane CLI. It explains how to install the CLI, authenticate, create and manage connections, discover available actions, and run queries or proxy requests to Retriever. The skill focuses on practical commands and examples so an agent can automate Retriever interactions in both interactive and headless environments.
Use this skill when the user needs to search or query Retriever data programmatically, set up or verify Retriever connections via Membrane, discover available actions, or proxy raw API requests through Membrane. Appropriate for workflows that require authenticated access and tool-discovery before execution.
Inferred compatible agents: Claude Code, Copilot-style agents, or any agent able to call shell commands and CLIs (requires network access and a Membrane account).
Thin CLI-wrapper skill for Retriever via Membrane. No bundled scripts — purely instructional, documenting membrane CLI commands for connection setup and action invocation. Clean frontmatter and organized sections, but monolithic with no separation of concerns. Requires npm global install and multi-step auth before any functionality works.
No security concerns beyond instructing global npm install of an external package. The skill is essentially documentation for the Membrane CLI, not a programmatic integration. Useful only for existing Membrane/Retriever users.