zotero-onboard-skill

Create or update Zotero workflow profiles in user-workflow.yaml with validated fields.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/liongkj/zotero-library-bridge-skills --skill zotero-onboard-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zotero-onboard-skill
Source: https://github.com/liongkj/zotero-library-bridge-skills/tree/main/skills/zotero-onboard-skill
Command: npx skills add https://github.com/liongkj/zotero-library-bridge-skills --skill zotero-onboard-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard user preferences for Zotero bridge components by creating or updating a reusable workflow profile that downstream skills can rely on.

Core Features & Use Cases

  • Captures interviewer-driven preferences and writes a user-workflow.yaml in skills/zotero-reading-classifier.
  • Validates required fields (workflow_name, triage_mode, tags.include, confidence_policy, note_template, where_to_cite_labels) and preserves existing settings.
  • Produces a concise summary of changes and locations of updated files to enable hands-off handoff to downstream skills.

Quick Start

Begin onboarding by answering a few high-impact questions to generate or update skills/zotero-reading-classifier/user-workflow.yaml.

Frequently Asked Questions about zotero-onboard-skill

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

FAQPage Schema
How do I set up a Zotero workflow profile for automated reading classification?

A Zotero workflow profile is configured by answering targeted onboarding questions to define preferences like triage mode, tags, and confidence policy, generating a validated user-workflow.yaml file for downstream automation components.

What preferences are required to validate a Zotero workflow yaml configuration?

Validating a Zotero workflow yaml requires specific fields including workflow_name, triage_mode, tags.include, confidence_policy, note_template, and where_to_cite_labels to ensure downstream processing executes correctly.

Can I update an existing Zotero workflow yaml without losing my current settings?

Updating an existing Zotero workflow yaml performs additive edits that safely preserve your current settings while capturing new preferences, ensuring no existing configurations are overwritten during the onboarding process.

How does a Zotero onboarding profile hand off to downstream skills?

Zotero onboarding hands off to downstream skills by producing a concise change summary and the updated user-workflow.yaml file location, enabling hands-off execution of subsequent reading classification tasks.

What is the best way to define triage mode and confidence policy for Zotero literature processing?

Defining triage mode and confidence policy is best handled through an interviewer-driven onboarding process that captures your specific requirements and validates them against required fields before writing to the workflow profile.

Do I need a separate onboarding step before running Zotero reading classifier skills?

A separate onboarding step is needed to create the reusable workflow profile with validated preferences, which downstream Zotero reading classifier components require to function properly.