This lets Claude interact with Infinity, the visual project management tool, through Membrane's auth layer. You get actions for listing and managing workspaces, boards, folders, items, and attributes without handling OAuth yourself. The CLI approach is solid: search actions by intent, run them with JSON input, or proxy direct API calls when the prebuilt actions don't cover your edge case. Good if you're building agents that need to read task data or update project status programmatically. The Membrane wrapper means you avoid the usual credential refresh headaches, though you're adding a dependency layer between your code and the Infinity API.
npx skills add https://github.com/membranedev/application-skills --skill infinity