u/CommunityDoc

Zotero skill for codex and other agents
▲ 3 r/zotero

Zotero skill for codex and other agents

Hi all
I am a heavy Zotero user with over 8 GB library. Like many, I have been using agents of late like claude code, gemini-cli, and now consolidated on Codex.
A use case was working with manuscripts that have Zotero references. Initially i was working with markdown versions of manuscripts but soon realized reference management was a pain and also realized that agents had document skills allowing them to work with DocX files in OOXML directly. Then came a search for agent talking to Zotero as well and I came across many projects as well as the in built local Zotero server.
Based on that, I created a Zotero-use skill for agents. I have personally used it in two papers and it works really well. Of course it is Open Sourced as all knowledge should be.
Hope you will find it helpful and of use.

Bests
Vivek

Https://epidemiology.tech
https://github.com/drguptavivek

github.com
u/CommunityDoc — 3 hours ago

So i noted that creating users, first login, etc in keycloak were triggering emails that were synchronous blocking executions. The UI for freeze for upto 4s while SMTP processes the request. To address that, today I created an Async Email module. All emails get enqueued in a DB backend store and get sent as queue gets processed. To visualise the queue status, there is a dashboard that has been linked into a custom theme.

Tested today with 4-6 users. Hopefully would work well.

https://github.com/drguptavivek/vg\_sso/tree/main/custom-async-email-spi

Bests

Vivek

github.com
u/CommunityDoc — 30 days ago