
nextaltair skills on Claude Market
4 skills published by nextaltair. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
soul-in-sapphire
Long-term memory (LTM) operations backed by Notion. Persists decisions, preferences, facts, and procedures as durable records, tracks emotional state and event history, and writes daily journal entries. Recalled memory is meant to feed back into future agent behavior, not just serve as an archive.
calibre-catalog-read
Reads book catalog data from a Calibre Content server using calibredb, supporting list, search, and ID lookups. Runs a one-book AI analysis pipeline that extracts text, generates a structured analysis via a subagent, and writes the result as an HTML block back to the book's comments field. Analysis state is cached in SQLite to avoid reprocessing unchanged books.
subagent-spawn-command-builder
Builds sessions_spawn payload JSON from reusable profile configs without executing the spawn. Profiles define model, thinking, timeout, cleanup, agentId, and label. A Node.js script merges CLI options, profile values, and defaults into ready-to-use command JSON.
calibre-metadata-apply
Updates metadata on existing books in a Calibre library using calibredb over a Content server. Requires confirmed book IDs before writing and enforces a mandatory dry-run before any changes are applied. Supports fields like title, authors, series, tags, publisher, pubdate, and structured HTML comment blocks.