โ† All skills
Tencent SkillHub ยท Developer Tools

Zotero Cli

Command-line interface for Zotero - search your Zotero library, add/edit notes, read attachments, and manage bibliographic references from the terminal.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Command-line interface for Zotero - search your Zotero library, add/edit notes, read attachments, and manage bibliographic references from the terminal.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
EXAMPLES.md, INSTALL.md, QUICKSTART.md, README.md, SKILL.md, SKILL_SUMMARY.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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

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

CommandDescriptionzotcli query "topic"Search libraryzotcli add-note "paper"Add a notezotcli edit-note "paper"Edit a notezotcli read "paper"Read first PDF attachmentzotcli configureConfigure 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

ScriptPurposesetup_and_check.shAutomated setup and verificationbackup_restore.shBackup and restore configurationupdate_check.shCheck for updatesquick_search.pyFormatted search outputexport_citations.pyExport citations (BibTeX, RIS)batch_process.shProcess 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

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

DocumentDescriptionQUICKSTART.md5-minute quick start guideINSTALL.mdComprehensive installation guideEXAMPLES.mdPractical usage examplesscripts/README.mdHelper 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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • EXAMPLES.md Docs
  • INSTALL.md Docs
  • QUICKSTART.md Docs
  • README.md Docs
  • SKILL_SUMMARY.md Docs