zotero-workflow-orchestrator

Coordinate multi-step Zotero actions across metadata, attachments, and notes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinating multi-step Zotero workflows across metadata, attachments, and notes to streamline complex requests.

Core Features & Use Cases

  • Orchestrates multi-step Zotero actions (metadata resolution, attachment resolution, note updates) in a single user request.
  • Decides the optimal execution path (native Zotero MCP vs bridge fallback) and passes structured context between steps.
  • Supports quote-to-annotation flows after final PDF import and ensures data is handed off safely.

Quick Start

Orchestrate a two-step Zotero workflow, resolving metadata and then attaching the local file to an item.

Frequently Asked Questions about zotero-workflow-orchestrator

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

FAQPage Schema
How do I automate multi-step Zotero workflows like resolving metadata and attaching local PDFs in one request?

To automate multi-step Zotero workflows, you can orchestrate actions like metadata resolution and local PDF attachment within a single request. The system coordinates execution paths, enforces safety checks, and passes structured context between steps to complete the sequence.

Can I turn quotes into real Zotero annotations after importing a PDF?

Yes, you can turn quotes into real Zotero annotations after final PDF import. The workflow supports quote-to-annotation flows by ensuring data is safely handed off and routed correctly to create native annotations within your library.

What is the best way to manage Zotero collection updates alongside note modifications?

The best way to manage Zotero collection updates with note modifications is using a workflow orchestration approach. It coordinates these multi-step actions together, deciding the optimal execution path between native MCP and bridge fallback to write back safely.

Does this Zotero orchestration workflow work without native MCP server access?

Yes, this Zotero orchestration works without native MCP access by utilizing a bridge fallback mechanism. If native Zotero MCP is unavailable, the system automatically routes actions through the bridge fallback to ensure your multi-step workflows still execute and report the write path.

How does Zotero metadata resolution handle local attachment discovery during multi-step tasks?

Zotero metadata resolution handles local attachment discovery by passing structured context between sequential workflow steps. After resolving metadata, the orchestration layer locates local PDFs, enforces routing rules, and ensures safe data handoff before reporting the final write path.

When should I avoid using a multi-step Zotero orchestration workflow?

You should avoid multi-step Zotero orchestration for single, isolated actions like simple metadata edits. This workflow is designed specifically for requests involving two or more Zotero actions, adding routing rules and handoff structures that are unnecessary for basic, single-step tasks.