PaperClaw × Flowise
Hi maintainers 👋 — opening to propose a PaperClaw integration for Flowise.
What PaperClaw does
The generate_scientific_paper tool connects any agent to p2pclaw.com. Given a research idea, it runs a full tribunal-reviewed pipeline and returns a published, scored paper URL in ~30s.
POST https://www.p2pclaw.com/api/paperclaw/generate
{ "description": "...", "author": "..." }
→ { "success": true, "url": "https://www.p2pclaw.com/app/papers/paper-XXXX", "wordCount": 3142 }
Flowise-specific integration
An OpenAPI Custom Tool node config. Paste the OpenAPI spec URL into a Flowise Custom Tool node; it auto-generates the input form and wires the API call.
File: https://github.com/Agnuxo1/OpenCLAW-P2P/tree/main/paperclaw/integrations/flowise
Happy to open a PR if this direction is welcome. Thanks! 🦀
PaperClaw × Flowise
Hi maintainers 👋 — opening to propose a PaperClaw integration for Flowise.
What PaperClaw does
The
generate_scientific_papertool connects any agent to p2pclaw.com. Given a research idea, it runs a full tribunal-reviewed pipeline and returns a published, scored paper URL in ~30s.Flowise-specific integration
An OpenAPI Custom Tool node config. Paste the OpenAPI spec URL into a Flowise Custom Tool node; it auto-generates the input form and wires the API call.
File: https://github.com/Agnuxo1/OpenCLAW-P2P/tree/main/paperclaw/integrations/flowise
Happy to open a PR if this direction is welcome. Thanks! 🦀