zotero-cli
Command-line interface for Zotero - search your Zotero library, add/edit notes, read attachments, and manage bibliographic references from the terminal.
Install
mkdir -p .claude/skills/zotero-cli && curl -L -o skill.zip "https://mcp.directory/api/skills/download/3053" && unzip -o skill.zip -d .claude/skills/zotero-cli && rm skill.zipInstalls to .claude/skills/zotero-cli
About this skill
Zotero CLI
Command-line interface for the Zotero reference manager, providing terminal-based access to your Zotero library through the Zotero API.
Quick Start
# Install (PEP 668 systems)
sudo apt install pipx && pipx ensurepath && pipx install zotero-cli
# Configure
zotcli configure
# Start using
zotcli query "machine learning"
zotcli add-note "\"deep learning\""
zotcli read "\"attention mechanism\""
📖 Detailed guide: QUICKSTART.md
Installation
pipx (Recommended for PEP 668 systems)
pipx install zotero-cli
pip (Generic)
pip install --user zotero-cli
export PATH="$HOME/.local/bin:$PATH"
Virtual Environment
python3 -m venv ~/.venvs/zotero-cli
source ~/.venvs/zotero-cli/bin/activate
pip install zotero-cli
📖 Complete installation guide: INSTALL.md
Core Commands
| Command | Description |
|---|---|
zotcli query "topic" | Search library |
zotcli add-note "paper" | Add a note |
zotcli edit-note "paper" | Edit a note |
zotcli read "paper" | Read first PDF attachment |
zotcli configure | Configure API credentials |
Configuration
# Set default editor
export VISUAL=nano # or vim, emacs, code
# Run configuration
zotcli configure
# Verify setup
./scripts/setup_and_check.sh
Helper Scripts
| Script | Purpose |
|---|---|
setup_and_check.sh | Automated setup and verification |
backup_restore.sh | Backup and restore configuration |
update_check.sh | Check for updates |
quick_search.py | Formatted search output |
export_citations.py | Export citations (BibTeX, RIS) |
batch_process.sh | Process multiple queries |
Usage examples:
# Quick search
python scripts/quick_search.py "topic" --format table
# Export citations
python scripts/export_citations.py "topic" --format bib > refs.bib
# Backup
./scripts/backup_restore.sh backup
# Update check
./scripts/update_check.sh check
📖 Scripts documentation: scripts/README.md
Query Syntax
"neural AND networks" # Boolean AND
"(deep OR machine) AND learning" # OR + grouping
"learning NOT neural" # NOT
"\"deep learning\"" # Phrase search
"transform*" # Prefix search
Workflows
Literature Review
zotcli query "topic"
zotcli add-note "paper"
python scripts/export_citations.py "topic" --format bib > refs.bib
Daily Research
python scripts/quick_search.py "\"recent\"" --format table
zotcli add-note "\"interesting paper\""
./scripts/backup_restore.sh backup
📖 More examples: EXAMPLES.md
Documentation
| Document | Description |
|---|---|
| QUICKSTART.md | 5-minute quick start guide |
| INSTALL.md | Comprehensive installation guide |
| EXAMPLES.md | Practical usage examples |
| scripts/README.md | Helper scripts guide |
Troubleshooting
Command not found:
export PATH="$HOME/.local/bin:$PATH"
pipx ensurepath
Permission denied (PEP 668 systems):
pipx install zotero-cli
Configuration errors:
zotcli configure
📖 Detailed troubleshooting: INSTALL.md
Quick Reference
# Essential commands
zotcli query "topic" # Search
zotcli add-note "paper" # Add note
zotcli edit-note "paper" # Edit note
zotcli read "paper" # Read PDF
# Helper scripts
./scripts/setup_and_check.sh # Setup
./scripts/backup_restore.sh backup # Backup
./scripts/update_check.sh check # Update
./scripts/batch_process.sh queries.txt --output results.txt # Batch
For complete documentation:
- QUICKSTART.md - Get started
- INSTALL.md - Installation details
- EXAMPLES.md - Usage examples
- SKILL_SUMMARY.md - Full overview
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversDesktop Commander MCP unifies code management with advanced source control, git, and svn support—streamlining developmen
Claude Code is an AI powered coding assistant that streamlines coding tasks, file ops, Git, and searches by auto-bypassi
Integrate Zotero: a leading citator tool for managing citations, collections, and research papers with the powerful soft
Integrate Zotero with top citations tools. Search and manage scholarly references using software Zotero and zoterobib fo
Integrate DuckDuckGo web search into your site with our MCP server, supporting features like Google custom search and ro
Perplexity Advanced: Dockerized Perplexity CLI and API client — AI chatbot CLI to query Perplexity & OpenRouter, attach
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.