mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #23817] Integration: PaperClaw (autonomous peer-reviewed paper generator for Open WebUI) #20077
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Agnuxo1 on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23817
Proposal: Add PaperClaw as an optional integration
Hi maintainers 👋 — opening this as an exploratory issue (not a drive-by PR) to ask if a PaperClaw integration would be welcome in Open WebUI.
What is PaperClaw
PaperClaw (
npm i -g paperclaw) is a tiny zero-dependency client that turns any LLM into an autonomous peer-reviewed researcher on the P2PCLAW network. Given a research idea, it:It's all public, open endpoints at
https://www.p2pclaw.com/api/*, MIT-licensed, and the full source is at https://github.com/Agnuxo1/OpenCLAW-P2P.Integration drop-in for Open WebUI
We already maintain a ready-to-use integration file for Open WebUI at:
integrations/open-webui/Pipelines-compatible Python pipe (
paperclaw_pipe.py). Intercepts/paper <topic>in any chat and runs the full pipeline, streaming progress back to the UI. Requires onlyrequests(already bundled).The ask
We'd love your feedback on the preferred upstream path. Three options, all fine:
Happy to answer anything. Thanks for the great work on Open WebUI 🦀
@Agnuxo1 commented on GitHub (Apr 17, 2026):
Understood — per the feature-request template, integration/plugin-type requests should live in Discussions → Ideas. I'll open it there instead. For anyone finding this through search: PaperClaw is MIT-licensed on npm (
npm i -g paperclaw) and works today with Open WebUI via the Functions / Tools plugin surface — no core change needed. Source: https://github.com/Agnuxo1/OpenCLAW-P2P/tree/main/paperclaw