Merge pull request #201 from PiaoyangGuohai1/update-zotero-v0.3.3

feat(zotero): update registry to v0.4.1 — standalone repo with 52 MCP tools
This commit is contained in:
Yuhao
2026-04-13 16:31:31 +08:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1070,7 +1070,7 @@
? `<div class="card-requires"><strong>Requires</strong> ${esc(c.requires)}</div>`
: '';
const skillLink = c.skill_md
? `<a href="${REPO}/blob/main/${c.skill_md}" target="_blank">Skill</a>`
? `<a href="${c.skill_md.startsWith('http') ? c.skill_md : `${REPO}/blob/main/${c.skill_md}`}" target="_blank">Skill</a>`
: '';
const sourceLink = `<a href="${REPO}/tree/main/${c.name}/agent-harness" target="_blank">Source</a>`;
const titleHtml = c.homepage
+8 -8
View File
@@ -204,16 +204,16 @@
{
"name": "zotero",
"display_name": "Zotero",
"version": "0.1.0",
"description": "Reference management via local Zotero SQLite, connector, and Local API",
"requires": "Zotero desktop app",
"homepage": "https://www.zotero.org",
"install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zotero/agent-harness",
"version": "0.4.1",
"description": "CLI & MCP server for Zotero 7/8 — 52 MCP tools + 70+ CLI commands for search, import, PDF, BibTeX, notes, and more",
"requires": "Zotero 7/8 desktop app (running), Python 3.10+",
"homepage": "https://github.com/PiaoyangGuohai1/cli-anything-zotero",
"install_cmd": "pip install cli-anything-zotero",
"entry_point": "cli-anything-zotero",
"skill_md": "zotero/agent-harness/cli_anything/zotero/skills/SKILL.md",
"skill_md": "https://github.com/PiaoyangGuohai1/cli-anything-zotero/blob/main/cli_anything/zotero/skills/SKILL.md",
"category": "office",
"contributor": "zhiwuyazhe_fjr",
"contributor_url": "https://github.com/zhiwuyazhe_fjr"
"contributor": "PiaoyangGuohai1",
"contributor_url": "https://github.com/PiaoyangGuohai1"
},
{
"name": "mubu",