一键导入
noctalia-sticky-notes
Control Noctalia Sticky Notes via IPC on this NixOS setup. Use when asked to add, list, update, remove, clear, or toggle sticky notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Control Noctalia Sticky Notes via IPC on this NixOS setup. Use when asked to add, list, update, remove, clear, or toggle sticky notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | noctalia-sticky-notes |
| description | Control Noctalia Sticky Notes via IPC on this NixOS setup. Use when asked to add, list, update, remove, clear, or toggle sticky notes. |
Use noctalia-shell ipc commands (not qs -c ...) in this environment.
noctalia-shell ipc show | rg "^target plugin:sticky-notes$"
If missing:
systemctl --user restart noctalia-shellnoctalia-shell ipc show~/.config/noctalia/plugins/sticky-notes# Add note (returns noteId)
noctalia-shell ipc call plugin:sticky-notes addNote "Buy milk"
# List notes (JSON)
noctalia-shell ipc call plugin:sticky-notes getNotes
# Update note
noctalia-shell ipc call plugin:sticky-notes updateNote "note_123" "Updated text"
# Remove note
noctalia-shell ipc call plugin:sticky-notes removeNote "note_123"
# Clear all notes
noctalia-shell ipc call plugin:sticky-notes clearNotes
# Toggle panel
noctalia-shell ipc call plugin:sticky-notes togglePanel
Sticky Notes renders Markdown. You can include things like:
# Title**bold**, *italic*, ~~done~~- [ ] todo, - [x] done`inline` and fenced blocks[label](url), Example:
noctalia-shell ipc call plugin:sticky-notes addNote $'# Today\n- [ ] Review PR\n- [x] Rebuild\n\n```sh\nnoctalia-shell ipc show\n```'
# Pretty list (newest first)
noctalia-shell ipc call plugin:sticky-notes getNotes \
| jq -r 'sort_by(.modified) | reverse[] | "\(.noteId)\t\(.content)"'
# Get latest note id
noctalia-shell ipc call plugin:sticky-notes getNotes \
| jq -r 'sort_by(.modified) | last | .noteId'
Use the local kagi-cli for Kagi search, news, smallweb, quick answers, assistant, translate, and subscriber summarization. Trigger when asked to use Kagi or kagi-cli.
Teaching-assistant mode for hint-first help, conceptual explanations, debugging guidance, and code review without defaulting to full solutions. Use when the user wants to learn, be coached, or get guided help instead of direct code generation.
Documentation-driven development using Air - a filesystem-based planning tool. Use when working with Air documents, managing project specifications, tracking implementation progress, or when the user mentions Air, airctl commands, or documentation-driven development workflows.
Navigate and modify Nix-based dotfiles with flakes and home-manager. Use when working with nix configs, finding where settings live, or understanding the repository structure.
Create or update Pi skills (SKILL.md plus optional scripts, references, or assets). Use when someone asks to design a new Pi skill, refine an existing one, or structure skills for Pi discovery or packaging.
Guide for extending Pi — decide between skills, extensions, prompt templates, themes, context files, or custom models, then create and package them. Use when someone wants to extend Pi, add capabilities, create a skill, build an extension, or make a Pi package.