Zotero Setup banner
musharna musharna

Zotero Setup

Development community

Description

--- description: First-run setup for zotero-provenance — pick a library, create the collection, store credentials --- Set up zotero-provenance for this user. First check whether it is already configured: ```bash ls -l "${ZOTERO_SECRETS_FILE:-$HOME/.config/zotero-provenance/secrets.env}" 2>/dev/null || echo "not configured" ``` If it is already configured, say so and ask whether they want to reconfigure before doing anything. Otherwise tell the user they need a Zotero API key with library **

Installation

Installs to ~/.claude/skills/musharna-zotero-provenance-zotero-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/musharna-zotero-provenance-zotero-setup && curl -fsSL https://raw.githubusercontent.com/musharna/zotero-provenance/HEAD/commands/zotero-setup.md -o ~/.claude/skills/musharna-zotero-provenance-zotero-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository