diff --git a/docs/hub/index.html b/docs/hub/index.html index 1499b77e2..72d24ea1a 100644 --- a/docs/hub/index.html +++ b/docs/hub/index.html @@ -1002,7 +1002,7 @@ ? `
Requires ${esc(c.requires)}
` : ''; const skillLink = c.skill_md - ? `Skill` + ? `Skill` : ''; const sourceLink = `Source`; const titleHtml = c.homepage diff --git a/registry.json b/registry.json index 4de402e55..d595c2d24 100644 --- a/registry.json +++ b/registry.json @@ -196,7 +196,7 @@ "homepage": "https://github.com/PiaoyangGuohai1/cli-anything-zotero", "install_cmd": "pip install cli-anything-zotero", "entry_point": "cli-anything-zotero", - "skill_md": null, + "skill_md": "https://github.com/PiaoyangGuohai1/cli-anything-zotero/blob/main/cli_anything/zotero/skills/SKILL.md", "category": "office", "contributor": "PiaoyangGuohai1", "contributor_url": "https://github.com/PiaoyangGuohai1"