Skip to content

Loofah skill

The public skill gives compatible agents a simple workflow:

  1. Use connected Loofah MCP tools for reading when available.
  2. Fall back to loofah --json when MCP is unavailable.
  3. Resolve session IDs from list or search results.
  4. Read session details before requesting the full transcript.
  5. 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.
  6. Never crawl or modify vault files directly.

The maintained package is skills/loofah. It includes references for setup, CLI commands, MCP tools, and errors.

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.