Agens pyzotero
skill_id: pyzotero
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/pyzotero/skill.yamlsource content
skill_id: pyzotero name: pyzotero description: Interact with Zotero reference management libraries using the pyzotero Python client. Retrieve, create, update, and delete items, collections, tags, and attachments via the Zotero Web API v3. Use this skill when working with Zotero libraries programmatically, managing bibliographic references, exporting citations, searching library contents, uploading PDF attachments, or building research automation workflows that integrate with Zotero. version: 1.0.0 author: K-Dense Inc. license: MIT License tags:
- scientific-agent-skills
- pyzotero tools:
- Read
- Write
- Edit
- Bash permissions: network: true filesystem: true shell: true agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: pyzotero upstream_path: scientific-skills/pyzotero/SKILL.md upstream_frontmatter: name: pyzotero description: Interact with Zotero reference management libraries using the pyzotero Python client. Retrieve, create, update, and delete items, collections, tags, and attachments via the Zotero Web API v3. Use this skill when working with Zotero libraries programmatically, managing bibliographic references, exporting citations, searching library contents, uploading PDF attachments, or building research automation workflows that integrate with Zotero. allowed-tools: Read Write Edit Bash license: MIT License metadata: skill-author: K-Dense Inc.