Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate publication-ready scientific articles in PDF format with AI-powered research and citations
Generate publication-ready scientific articles in PDF format with AI-powered research and citations
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Generate scientific articles in PDF format with AI-powered content enrichment, citations, and professional formatting.
Paper.EvoWeb.ai transforms draft text and product information into publication-ready scientific articles. The system enriches your content with research, adds proper citations, generates visualizations, and exports a professionally formatted PDF document. Perfect for: Scientific papers, product research articles, white papers, technical documentation API Base URL: https://paper.evoweb.ai
Get your API key at https://hub.oto.dev/app/register?utm_source=claw&utm_medium=skill&utm_campaign=paper&utm_content=v1.0.0 Important: After registration, user MUST confirm the email. The API Key will be displayed in the Dashboard under the "API Key Settings" section. Include this header in all requests: Access-Token: your-api-key-here
The workflow is straightforward: Submit - Send article parameters including title, product info, and draft text Generate - AI enriches content with research, citations, and formatting Download - Receive PDF file automatically Typical generation time: 2-5 minutes
POST / Generates a scientific article in PDF format from provided text and product information. The PDF file will be returned as a binary response with automatic browser download. Request Headers: Access-Token: your-api-key-here Content-Type: application/x-www-form-urlencoded Request Body (form-urlencoded): FieldTypeRequiredDefaultDescriptionarticle_titlestringYes-The main title that will appear at the top of the PDF (max 200 chars)article_subtitlestringNo-Optional subtitle or author/affiliation line (max 300 chars)product_namestringYes-The target product name that can be referenced throughout the article (max 120 chars)product_urlstring (URL)No-Link to the official product page (will be cited in references)product_url_prioritybooleanNotrueIf checked, the product URL will be cited as the primary sourceproduct_factsstring (text)Yes-Key facts, descriptions, and figures verified by the clientsource_textstring (text)Yes-The base text draft to expand. Free-form input is acceptedresearch_focusstringNo-Optional description of the research focus to guide the outputinclude_sourcesbooleanNotrueInclude references and citations in the articleenable_researchbooleanNofalseIf enabled, the system will gather sources and citations before writing the articleinclude_chartsbooleanNofalseGenerate 1-3 data visualizations based on the research findings Example Request: { "article_title": "Effects of Hyaluronic Acid on Skin Hydration", "article_subtitle": "A Comprehensive Review", "product_name": "HydraGlow Serum", "product_url": "https://example.com/hydraglow-serum", "product_url_priority": true, "product_facts": "Contains 2% hyaluronic acid, clinically tested on 100 participants, showed 45% improvement in skin hydration after 4 weeks, dermatologist approved, suitable for all skin types", "source_text": "Hyaluronic acid is a naturally occurring substance in the human body that plays a crucial role in skin hydration. This study examines the effectiveness of topical hyaluronic acid applications in improving skin moisture levels and overall skin health.", "research_focus": "impact on skin health and hydration levels", "include_sources": true, "enable_research": true, "include_charts": true } Response (200 OK): Content-Type: application/pdf Content-Disposition: attachment; filename="article-title.pdf" Body: Binary PDF file data The PDF file will be automatically downloaded by the browser. Error Responses: 400 Bad Request - Missing required fields or invalid data 401 Unauthorized - Invalid or missing API key 402 Payment Required - Insufficient credits on account 500 Internal Server Error - Generation failed
When a user requests a scientific article PDF, follow this workflow:
Ensure you have all required fields: Article title - Clear, descriptive title for the paper Product name - The product being discussed Product facts - Verified claims and data about the product Source text - The base draft text to expand Ask the user for any missing required information.
Encourage users to provide: Article subtitle - Add author names, affiliations, or subtitle Product URL - Official product page for citations Research focus - Specific areas to emphasize
Ask about preferences: Enable Deep Research Mode (enable_research) - Gather external sources and citations (takes longer but more comprehensive) Include Charts (include_charts) - Add 1-3 data visualizations Include Sources (include_sources) - Add references section Default recommendations: include_sources: true - Always include citations enable_research: true - For comprehensive articles include_charts: false - Only if data visualization would be valuable
Call POST / with all parameters as form-urlencoded data. Important: The response will be a binary PDF file. Handle it appropriately: Inform the user that the PDF is being generated The file will download automatically in their browser Generation typically takes 2-5 minutes
Tell them: PDF generation has started Expected completion time (2-5 minutes) The file will download automatically when ready Example message: ๐ Generating your scientific article PDF now! Title: "Effects of Hyaluronic Acid on Skin Hydration" Product: HydraGlow Serum Options: Deep research mode enabled, charts included โฑ๏ธ This typically takes 3-5 minutes. The PDF will download automatically when ready.
If the request fails: Show the error message clearly For 400 Bad Request - Check required fields and data format For 401 Unauthorized - Verify API key For 402 Payment Required - User needs to add credits at https://paper.evoweb.ai/ For 500 Internal Server Error - Suggest trying again or simplifying the request
โ Do: Provide clear, factual product information Include specific numbers and verified claims Write comprehensive source text with key points Specify research focus for targeted content Enable deep research for comprehensive articles โ Don't: Submit vague or unverified claims Provide minimal source text Skip important product details Expect the AI to invent data or facts
Include specific, measurable information: Clinical trial results (if available) Ingredients and concentrations Target audience or use cases Certifications or approvals Performance metrics Safety information Example: Good: "Contains 10% vitamin C, clinically tested on 200 participants, showed 52% improvement in skin brightness after 8 weeks, dermatologically approved, suitable for sensitive skin" Poor: "Good vitamin C product that works well"
Enable Deep Research Mode when: Creating comprehensive research papers Need external citations and references Topic requires supporting scientific evidence Higher quality output is priority over speed Include Charts when: Presenting statistical data Comparing multiple products or studies Visualizing trends or results Data would enhance understanding Include Sources when: Academic or professional audience Credibility is important Need to reference external research Building trust in claims
Create clear, professional titles: Use descriptive, specific language Include key terms (product type, benefit, study type) Keep under 200 characters Follow academic title conventions Examples: "Clinical Efficacy of Topical Vitamin C in Treating Hyperpigmentation: A 12-Week Study" "Comparative Analysis of Plant-Based Protein Sources for Athletic Performance" "The Role of Probiotics in Digestive Health: A Comprehensive Review"
Protocol: HTTPS REST API Format: Form-urlencoded input, PDF binary output Authentication: Header-based API key Response: Binary PDF file with automatic download Generation time: Typically 2-5 minutes Max field lengths: See parameter table above Costs: Credits per generation (see https://paper.evoweb.ai/ for pricing)
The PDF response includes these headers: Content-Type: application/pdf Content-Disposition: attachment; filename="sanitized-article-title.pdf" The filename is automatically generated from the article title: Cyrillic characters are transliterated to Latin Spaces converted to hyphens Invalid characters removed Limited to 100 characters Falls back to "article-config.pdf" if title is empty
Get API Key: https://hub.oto.dev/app/register?utm_source=claw&utm_medium=skill&utm_campaign=paper&utm_content=v1.0.0 Homepage: https://paper.evoweb.ai/ API Issues: Contact Paper.EvoWeb.ai support Account/Billing: Visit https://paper.evoweb.ai/
Each generation consumes credits from your account PDF quality depends on input quality (detailed facts and source text produce better results) Deep research mode takes longer but provides more comprehensive content Charts are generated based on data in product facts and research findings All content is AI-generated and should be reviewed before publication The system prioritizes product URL as source when product_url_priority is true Ready to generate publication-ready scientific articles! ๐โจ
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.