zotero-note-writeback

Resolve Zotero items from hints and write back structured notes.

Updated May 23, 2026
One-click install
npx skills add https://github.com/brigealong/zotero-mcp-enhanced --skill zotero-note-writeback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zotero-note-writeback
Source: https://github.com/brigealong/zotero-mcp-enhanced/tree/main/skills/zotero-note-writeback
Command: npx skills add https://github.com/brigealong/zotero-mcp-enhanced --skill zotero-note-writeback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Resolve a Zotero item from hints and write back structured notes into an existing item, including cases where the target item must be resolved from title, author, quotes, or source Markdown hints, and with the option to save a local Markdown copy of the note.

Core Features & Use Cases

  • Resolve the target item via search-first, cache-based mapping for stable re-writes.
  • Dual-write support to Zotero and optional local Markdown copies of notes.
  • Include Zotero deep links in notes to enable quick navigation to sources.

Quick Start

Provide a payload describing your note and run the workflow to locate the Zotero item before writing back.

Frequently Asked Questions about zotero-note-writeback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically write notes into a Zotero item from a Markdown discussion?

To write notes into a Zotero item from Markdown, this Skill resolves the target item from title, author, or quote hints and writes structured notes directly back into that item, optionally saving local Markdown copies and adding Zotero deep links.

How does Zotero item resolution work when writing back notes from source Markdown hints?

Zotero item resolution uses a search-first, cache-based mapping strategy to locate the correct item from provided Markdown hints, ensuring stable re-writes by consistently identifying the target item before applying the note writeback.

Do I need zotero-cli-cc and API keys to automate Zotero note writeback?

Automating Zotero note writeback requires zotero-cli-cc and access to a local Zotero data directory. Optional ZOT_LIBRARY_ID and ZOT_API_KEY environment variables are needed for API-based writebacks to your library.

Can I include Zotero deep links in my notes to navigate back to the source?

Yes, you can include Zotero deep links in your notes to enable quick navigation to the original sources. The Skill automatically embeds these deep links during the structured note writeback process into the resolved item.

What is the best way to save a local Markdown copy of notes when writing back to Zotero?

The best way to save a local Markdown copy is using the dual-write support built into the Zotero writeback process, which simultaneously writes structured notes into the Zotero item and saves an optional local Markdown copy of the note.