|
52 | 52 | "display_name": "Blender", |
53 | 53 | "version": "1.0.0", |
54 | 54 | "description": "3D modeling, animation, and rendering via blender --background --python", |
55 | | - "requires": "blender", |
| 55 | + "requires": "blender >= 4.2", |
56 | 56 | "homepage": "https://www.blender.org", |
57 | 57 | "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=blender/agent-harness", |
58 | 58 | "entry_point": "cli-anything-blender", |
|
173 | 173 | "contributor": "CLI-Anything-Team", |
174 | 174 | "contributor_url": "https://github.com/HKUDS/CLI-Anything" |
175 | 175 | }, |
| 176 | + { |
| 177 | + "name": "zotero", |
| 178 | + "display_name": "Zotero", |
| 179 | + "version": "0.1.0", |
| 180 | + "description": "Reference management via local Zotero SQLite, connector, and Local API", |
| 181 | + "requires": "Zotero desktop app", |
| 182 | + "homepage": "https://www.zotero.org", |
| 183 | + "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zotero/agent-harness", |
| 184 | + "entry_point": "cli-anything-zotero", |
| 185 | + "skill_md": "zotero/agent-harness/cli_anything/zotero/skills/SKILL.md", |
| 186 | + "category": "office", |
| 187 | + "contributor": "zhiwuyazhe_fjr", |
| 188 | + "contributor_url": "https://github.com/zhiwuyazhe_fjr" |
| 189 | + }, |
176 | 190 | { |
177 | 191 | "name": "mubu", |
178 | 192 | "display_name": "Mubu", |
|
0 commit comments