Loofah skill
The public skill gives compatible agents a simple workflow:
- Use connected Loofah MCP tools for reading when available.
- Fall back to
loofah --jsonwhen MCP is unavailable. - Resolve session IDs from list or search results.
- Read session details before requesting the full transcript.
- Write only through the CLI — create standalone knowledge notes, edit note bodies, attach source artifacts, import audio, and transcribe it — because the MCP server is read-only.
- Never crawl or modify vault files directly.
Source
Section titled “Source”The maintained package is skills/loofah. It includes references for setup, CLI commands, MCP tools, and errors.
Install it
Section titled “Install it”For an agent that loads skills from the filesystem, copy the complete skills/loofah directory into that agent’s skills directory. Keep the directory name loofah so its relative links continue to work.
The skills under .agents/skills are contributor workflows for this repository. They are not part of the public loofah skill.