{
  "schemaVersion": "1.0",
  "item": {
    "slug": "paper-evoweb-ai",
    "name": "Scientific Article PDF Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/galizki/paper-evoweb-ai",
    "canonicalUrl": "https://clawhub.ai/galizki/paper-evoweb-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/paper-evoweb-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=paper-evoweb-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/paper-evoweb-ai"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/paper-evoweb-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/paper-evoweb-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/paper-evoweb-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/paper-evoweb-ai/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Paper.EvoWeb.ai Scientific Article PDF Generator",
        "body": "Generate scientific articles in PDF format with AI-powered content enrichment, citations, and professional formatting."
      },
      {
        "title": "Overview",
        "body": "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.\n\nPerfect for: Scientific papers, product research articles, white papers, technical documentation\n\nAPI Base URL: https://paper.evoweb.ai"
      },
      {
        "title": "Authentication",
        "body": "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\n\nImportant: After registration, user MUST confirm the email.\n\nThe API Key will be displayed in the Dashboard under the \"API Key Settings\" section.\n\nInclude this header in all requests:\n\nAccess-Token: your-api-key-here"
      },
      {
        "title": "How It Works",
        "body": "The workflow is straightforward:\n\nSubmit - Send article parameters including title, product info, and draft text\nGenerate - AI enriches content with research, citations, and formatting\nDownload - Receive PDF file automatically\n\nTypical generation time: 2-5 minutes"
      },
      {
        "title": "Generate Scientific Article PDF",
        "body": "POST /\n\nGenerates 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.\n\nRequest Headers:\n\nAccess-Token: your-api-key-here\nContent-Type: application/x-www-form-urlencoded\n\nRequest Body (form-urlencoded):\n\nFieldTypeRequiredDefaultDescriptionarticle_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\n\nExample Request:\n\n{\n  \"article_title\": \"Effects of Hyaluronic Acid on Skin Hydration\",\n  \"article_subtitle\": \"A Comprehensive Review\",\n  \"product_name\": \"HydraGlow Serum\",\n  \"product_url\": \"https://example.com/hydraglow-serum\",\n  \"product_url_priority\": true,\n  \"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\",\n  \"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.\",\n  \"research_focus\": \"impact on skin health and hydration levels\",\n  \"include_sources\": true,\n  \"enable_research\": true,\n  \"include_charts\": true\n}\n\nResponse (200 OK):\n\nContent-Type: application/pdf\nContent-Disposition: attachment; filename=\"article-title.pdf\"\nBody: Binary PDF file data\n\nThe PDF file will be automatically downloaded by the browser.\n\nError Responses:\n\n400 Bad Request - Missing required fields or invalid data\n401 Unauthorized - Invalid or missing API key\n402 Payment Required - Insufficient credits on account\n500 Internal Server Error - Generation failed"
      },
      {
        "title": "Instructions for AI Assistant",
        "body": "When a user requests a scientific article PDF, follow this workflow:"
      },
      {
        "title": "Step 1: Gather Required Information",
        "body": "Ensure you have all required fields:\n\nArticle title - Clear, descriptive title for the paper\nProduct name - The product being discussed\nProduct facts - Verified claims and data about the product\nSource text - The base draft text to expand\n\nAsk the user for any missing required information."
      },
      {
        "title": "Step 2: Enhance Optional Fields",
        "body": "Encourage users to provide:\n\nArticle subtitle - Add author names, affiliations, or subtitle\nProduct URL - Official product page for citations\nResearch focus - Specific areas to emphasize"
      },
      {
        "title": "Step 3: Configure Generation Options",
        "body": "Ask about preferences:\n\nEnable Deep Research Mode (enable_research) - Gather external sources and citations (takes longer but more comprehensive)\nInclude Charts (include_charts) - Add 1-3 data visualizations\nInclude Sources (include_sources) - Add references section\n\nDefault recommendations:\n\ninclude_sources: true - Always include citations\nenable_research: true - For comprehensive articles\ninclude_charts: false - Only if data visualization would be valuable"
      },
      {
        "title": "Step 4: Submit the Request",
        "body": "Call POST / with all parameters as form-urlencoded data.\n\nImportant: The response will be a binary PDF file. Handle it appropriately:\n\nInform the user that the PDF is being generated\nThe file will download automatically in their browser\nGeneration typically takes 2-5 minutes"
      },
      {
        "title": "Step 5: Inform the User",
        "body": "Tell them:\n\nPDF generation has started\nExpected completion time (2-5 minutes)\nThe file will download automatically when ready\n\nExample message:\n\n📄 Generating your scientific article PDF now!\n\nTitle: \"Effects of Hyaluronic Acid on Skin Hydration\"\nProduct: HydraGlow Serum\nOptions: Deep research mode enabled, charts included\n\n⏱️ This typically takes 3-5 minutes. The PDF will download automatically when ready."
      },
      {
        "title": "Step 6: Handle Errors",
        "body": "If the request fails:\n\nShow the error message clearly\nFor 400 Bad Request - Check required fields and data format\nFor 401 Unauthorized - Verify API key\nFor 402 Payment Required - User needs to add credits at https://paper.evoweb.ai/\nFor 500 Internal Server Error - Suggest trying again or simplifying the request"
      },
      {
        "title": "Product Research Article",
        "body": "User: \"Create a scientific paper about our new anti-aging cream\"\n\nRequired info:\n- Article title: \"Clinical Evaluation of Advanced Retinol Complex in Anti-Aging Treatment\"\n- Article subtitle: \"A 12-Week Study on Wrinkle Reduction and Skin Elasticity\"\n- Product name: \"AgeLess Retinol Cream\"\n- Product facts: \"Contains 0.5% retinol, tested on 150 participants aged 35-65, showed 38% reduction in fine lines, 42% improvement in skin elasticity, dermatologically tested\"\n- Source text: \"Retinol has been recognized as one of the most effective anti-aging ingredients in skincare. This clinical study evaluates the effectiveness of a novel retinol formulation...\"\n- Research focus: \"anti-aging effects and wrinkle reduction\"\n- Enable research: true\n- Include charts: true"
      },
      {
        "title": "Product Comparison Study",
        "body": "User: \"Need a paper comparing different protein supplements\"\n\nRequired info:\n- Article title: \"Comparative Analysis of Whey Protein Isolate Formulations\"\n- Product name: \"PureFit Whey Protein\"\n- Product facts: \"99% protein purity, 25g protein per serving, contains all essential amino acids, lactose-free, tested for heavy metals\"\n- Source text: \"Protein supplementation is crucial for muscle recovery and growth. This paper examines various protein sources and their bioavailability...\"\n- Research focus: \"protein absorption rates and muscle recovery\"\n- Enable research: true"
      },
      {
        "title": "White Paper for B2B",
        "body": "User: \"Write a white paper about our enterprise software solution\"\n\nRequired info:\n- Article title: \"Improving Enterprise Productivity Through AI-Powered Workflow Automation\"\n- Article subtitle: \"A Technical White Paper\"\n- Product name: \"WorkflowPro AI\"\n- Product url: \"https://example.com/workflowpro\"\n- Product facts: \"Reduces manual task processing by 65%, integrates with 200+ enterprise tools, processes 1M+ tasks monthly, 99.9% uptime SLA\"\n- Source text: \"Modern enterprises face increasing pressure to optimize workflows and reduce operational costs. This white paper presents a comprehensive analysis...\"\n- Research focus: \"workflow automation and ROI in enterprise environments\"\n- Enable research: true\n- Include charts: true"
      },
      {
        "title": "Writing Effective Article Content",
        "body": "✅ Do:\n\nProvide clear, factual product information\nInclude specific numbers and verified claims\nWrite comprehensive source text with key points\nSpecify research focus for targeted content\nEnable deep research for comprehensive articles\n\n❌ Don't:\n\nSubmit vague or unverified claims\nProvide minimal source text\nSkip important product details\nExpect the AI to invent data or facts"
      },
      {
        "title": "Product Facts Guidelines",
        "body": "Include specific, measurable information:\n\nClinical trial results (if available)\nIngredients and concentrations\nTarget audience or use cases\nCertifications or approvals\nPerformance metrics\nSafety information\n\nExample:\n\nGood: \"Contains 10% vitamin C, clinically tested on 200 participants, showed 52% improvement in skin brightness after 8 weeks, dermatologically approved, suitable for sensitive skin\"\n\nPoor: \"Good vitamin C product that works well\""
      },
      {
        "title": "Choosing Generation Options",
        "body": "Enable Deep Research Mode when:\n\nCreating comprehensive research papers\nNeed external citations and references\nTopic requires supporting scientific evidence\nHigher quality output is priority over speed\n\nInclude Charts when:\n\nPresenting statistical data\nComparing multiple products or studies\nVisualizing trends or results\nData would enhance understanding\n\nInclude Sources when:\n\nAcademic or professional audience\nCredibility is important\nNeed to reference external research\nBuilding trust in claims"
      },
      {
        "title": "Title Writing Tips",
        "body": "Create clear, professional titles:\n\nUse descriptive, specific language\nInclude key terms (product type, benefit, study type)\nKeep under 200 characters\nFollow academic title conventions\n\nExamples:\n\n\"Clinical Efficacy of Topical Vitamin C in Treating Hyperpigmentation: A 12-Week Study\"\n\"Comparative Analysis of Plant-Based Protein Sources for Athletic Performance\"\n\"The Role of Probiotics in Digestive Health: A Comprehensive Review\""
      },
      {
        "title": "Technical Details",
        "body": "Protocol: HTTPS REST API\nFormat: Form-urlencoded input, PDF binary output\nAuthentication: Header-based API key\nResponse: Binary PDF file with automatic download\nGeneration time: Typically 2-5 minutes\nMax field lengths: See parameter table above\nCosts: Credits per generation (see https://paper.evoweb.ai/ for pricing)"
      },
      {
        "title": "File Download Handling",
        "body": "The PDF response includes these headers:\n\nContent-Type: application/pdf\nContent-Disposition: attachment; filename=\"sanitized-article-title.pdf\"\n\nThe filename is automatically generated from the article title:\n\nCyrillic characters are transliterated to Latin\nSpaces converted to hyphens\nInvalid characters removed\nLimited to 100 characters\nFalls back to \"article-config.pdf\" if title is empty"
      },
      {
        "title": "Support & Resources",
        "body": "Get API Key: https://hub.oto.dev/app/register?utm_source=claw&utm_medium=skill&utm_campaign=paper&utm_content=v1.0.0\nHomepage: https://paper.evoweb.ai/\nAPI Issues: Contact Paper.EvoWeb.ai support\nAccount/Billing: Visit https://paper.evoweb.ai/"
      },
      {
        "title": "Notes",
        "body": "Each generation consumes credits from your account\nPDF quality depends on input quality (detailed facts and source text produce better results)\nDeep research mode takes longer but provides more comprehensive content\nCharts are generated based on data in product facts and research findings\nAll content is AI-generated and should be reviewed before publication\nThe system prioritizes product URL as source when product_url_priority is true\n\nReady to generate publication-ready scientific articles! 📄✨"
      }
    ],
    "body": "Paper.EvoWeb.ai Scientific Article PDF Generator\n\nGenerate scientific articles in PDF format with AI-powered content enrichment, citations, and professional formatting.\n\nOverview\n\nPaper.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.\n\nPerfect for: Scientific papers, product research articles, white papers, technical documentation\n\nAPI Base URL: https://paper.evoweb.ai\n\nAuthentication\n\nGet your API key at https://hub.oto.dev/app/register?utm_source=claw&utm_medium=skill&utm_campaign=paper&utm_content=v1.0.0\n\nImportant: After registration, user MUST confirm the email.\n\nThe API Key will be displayed in the Dashboard under the \"API Key Settings\" section.\n\nInclude this header in all requests:\n\nAccess-Token: your-api-key-here\n\nHow It Works\n\nThe workflow is straightforward:\n\nSubmit - Send article parameters including title, product info, and draft text\nGenerate - AI enriches content with research, citations, and formatting\nDownload - Receive PDF file automatically\n\nTypical generation time: 2-5 minutes\n\nAPI Endpoints\nGenerate Scientific Article PDF\n\nPOST /\n\nGenerates 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.\n\nRequest Headers:\n\nAccess-Token: your-api-key-here\nContent-Type: application/x-www-form-urlencoded\n\n\nRequest Body (form-urlencoded):\n\nField\tType\tRequired\tDefault\tDescription\narticle_title\tstring\tYes\t-\tThe main title that will appear at the top of the PDF (max 200 chars)\narticle_subtitle\tstring\tNo\t-\tOptional subtitle or author/affiliation line (max 300 chars)\nproduct_name\tstring\tYes\t-\tThe target product name that can be referenced throughout the article (max 120 chars)\nproduct_url\tstring (URL)\tNo\t-\tLink to the official product page (will be cited in references)\nproduct_url_priority\tboolean\tNo\ttrue\tIf checked, the product URL will be cited as the primary source\nproduct_facts\tstring (text)\tYes\t-\tKey facts, descriptions, and figures verified by the client\nsource_text\tstring (text)\tYes\t-\tThe base text draft to expand. Free-form input is accepted\nresearch_focus\tstring\tNo\t-\tOptional description of the research focus to guide the output\ninclude_sources\tboolean\tNo\ttrue\tInclude references and citations in the article\nenable_research\tboolean\tNo\tfalse\tIf enabled, the system will gather sources and citations before writing the article\ninclude_charts\tboolean\tNo\tfalse\tGenerate 1-3 data visualizations based on the research findings\n\nExample Request:\n\n{\n  \"article_title\": \"Effects of Hyaluronic Acid on Skin Hydration\",\n  \"article_subtitle\": \"A Comprehensive Review\",\n  \"product_name\": \"HydraGlow Serum\",\n  \"product_url\": \"https://example.com/hydraglow-serum\",\n  \"product_url_priority\": true,\n  \"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\",\n  \"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.\",\n  \"research_focus\": \"impact on skin health and hydration levels\",\n  \"include_sources\": true,\n  \"enable_research\": true,\n  \"include_charts\": true\n}\n\n\nResponse (200 OK):\n\nContent-Type: application/pdf\nContent-Disposition: attachment; filename=\"article-title.pdf\"\nBody: Binary PDF file data\n\nThe PDF file will be automatically downloaded by the browser.\n\nError Responses:\n\n400 Bad Request - Missing required fields or invalid data\n401 Unauthorized - Invalid or missing API key\n402 Payment Required - Insufficient credits on account\n500 Internal Server Error - Generation failed\nInstructions for AI Assistant\n\nWhen a user requests a scientific article PDF, follow this workflow:\n\nStep 1: Gather Required Information\n\nEnsure you have all required fields:\n\nArticle title - Clear, descriptive title for the paper\nProduct name - The product being discussed\nProduct facts - Verified claims and data about the product\nSource text - The base draft text to expand\n\nAsk the user for any missing required information.\n\nStep 2: Enhance Optional Fields\n\nEncourage users to provide:\n\nArticle subtitle - Add author names, affiliations, or subtitle\nProduct URL - Official product page for citations\nResearch focus - Specific areas to emphasize\nStep 3: Configure Generation Options\n\nAsk about preferences:\n\nEnable Deep Research Mode (enable_research) - Gather external sources and citations (takes longer but more comprehensive)\nInclude Charts (include_charts) - Add 1-3 data visualizations\nInclude Sources (include_sources) - Add references section\n\nDefault recommendations:\n\ninclude_sources: true - Always include citations\nenable_research: true - For comprehensive articles\ninclude_charts: false - Only if data visualization would be valuable\nStep 4: Submit the Request\n\nCall POST / with all parameters as form-urlencoded data.\n\nImportant: The response will be a binary PDF file. Handle it appropriately:\n\nInform the user that the PDF is being generated\nThe file will download automatically in their browser\nGeneration typically takes 2-5 minutes\nStep 5: Inform the User\n\nTell them:\n\nPDF generation has started\nExpected completion time (2-5 minutes)\nThe file will download automatically when ready\n\nExample message:\n\n📄 Generating your scientific article PDF now!\n\nTitle: \"Effects of Hyaluronic Acid on Skin Hydration\"\nProduct: HydraGlow Serum\nOptions: Deep research mode enabled, charts included\n\n⏱️ This typically takes 3-5 minutes. The PDF will download automatically when ready.\n\nStep 6: Handle Errors\n\nIf the request fails:\n\nShow the error message clearly\nFor 400 Bad Request - Check required fields and data format\nFor 401 Unauthorized - Verify API key\nFor 402 Payment Required - User needs to add credits at https://paper.evoweb.ai/\nFor 500 Internal Server Error - Suggest trying again or simplifying the request\nExample Use Cases\nProduct Research Article\nUser: \"Create a scientific paper about our new anti-aging cream\"\n\nRequired info:\n- Article title: \"Clinical Evaluation of Advanced Retinol Complex in Anti-Aging Treatment\"\n- Article subtitle: \"A 12-Week Study on Wrinkle Reduction and Skin Elasticity\"\n- Product name: \"AgeLess Retinol Cream\"\n- Product facts: \"Contains 0.5% retinol, tested on 150 participants aged 35-65, showed 38% reduction in fine lines, 42% improvement in skin elasticity, dermatologically tested\"\n- Source text: \"Retinol has been recognized as one of the most effective anti-aging ingredients in skincare. This clinical study evaluates the effectiveness of a novel retinol formulation...\"\n- Research focus: \"anti-aging effects and wrinkle reduction\"\n- Enable research: true\n- Include charts: true\n\nProduct Comparison Study\nUser: \"Need a paper comparing different protein supplements\"\n\nRequired info:\n- Article title: \"Comparative Analysis of Whey Protein Isolate Formulations\"\n- Product name: \"PureFit Whey Protein\"\n- Product facts: \"99% protein purity, 25g protein per serving, contains all essential amino acids, lactose-free, tested for heavy metals\"\n- Source text: \"Protein supplementation is crucial for muscle recovery and growth. This paper examines various protein sources and their bioavailability...\"\n- Research focus: \"protein absorption rates and muscle recovery\"\n- Enable research: true\n\nWhite Paper for B2B\nUser: \"Write a white paper about our enterprise software solution\"\n\nRequired info:\n- Article title: \"Improving Enterprise Productivity Through AI-Powered Workflow Automation\"\n- Article subtitle: \"A Technical White Paper\"\n- Product name: \"WorkflowPro AI\"\n- Product url: \"https://example.com/workflowpro\"\n- Product facts: \"Reduces manual task processing by 65%, integrates with 200+ enterprise tools, processes 1M+ tasks monthly, 99.9% uptime SLA\"\n- Source text: \"Modern enterprises face increasing pressure to optimize workflows and reduce operational costs. This white paper presents a comprehensive analysis...\"\n- Research focus: \"workflow automation and ROI in enterprise environments\"\n- Enable research: true\n- Include charts: true\n\nBest Practices\nWriting Effective Article Content\n\n✅ Do:\n\nProvide clear, factual product information\nInclude specific numbers and verified claims\nWrite comprehensive source text with key points\nSpecify research focus for targeted content\nEnable deep research for comprehensive articles\n\n❌ Don't:\n\nSubmit vague or unverified claims\nProvide minimal source text\nSkip important product details\nExpect the AI to invent data or facts\nProduct Facts Guidelines\n\nInclude specific, measurable information:\n\nClinical trial results (if available)\nIngredients and concentrations\nTarget audience or use cases\nCertifications or approvals\nPerformance metrics\nSafety information\n\nExample:\n\nGood: \"Contains 10% vitamin C, clinically tested on 200 participants, showed 52% improvement in skin brightness after 8 weeks, dermatologically approved, suitable for sensitive skin\"\n\nPoor: \"Good vitamin C product that works well\"\n\nChoosing Generation Options\n\nEnable Deep Research Mode when:\n\nCreating comprehensive research papers\nNeed external citations and references\nTopic requires supporting scientific evidence\nHigher quality output is priority over speed\n\nInclude Charts when:\n\nPresenting statistical data\nComparing multiple products or studies\nVisualizing trends or results\nData would enhance understanding\n\nInclude Sources when:\n\nAcademic or professional audience\nCredibility is important\nNeed to reference external research\nBuilding trust in claims\nTitle Writing Tips\n\nCreate clear, professional titles:\n\nUse descriptive, specific language\nInclude key terms (product type, benefit, study type)\nKeep under 200 characters\nFollow academic title conventions\n\nExamples:\n\n\"Clinical Efficacy of Topical Vitamin C in Treating Hyperpigmentation: A 12-Week Study\"\n\"Comparative Analysis of Plant-Based Protein Sources for Athletic Performance\"\n\"The Role of Probiotics in Digestive Health: A Comprehensive Review\"\nTechnical Details\nProtocol: HTTPS REST API\nFormat: Form-urlencoded input, PDF binary output\nAuthentication: Header-based API key\nResponse: Binary PDF file with automatic download\nGeneration time: Typically 2-5 minutes\nMax field lengths: See parameter table above\nCosts: Credits per generation (see https://paper.evoweb.ai/ for pricing)\nFile Download Handling\n\nThe PDF response includes these headers:\n\nContent-Type: application/pdf\nContent-Disposition: attachment; filename=\"sanitized-article-title.pdf\"\n\n\nThe filename is automatically generated from the article title:\n\nCyrillic characters are transliterated to Latin\nSpaces converted to hyphens\nInvalid characters removed\nLimited to 100 characters\nFalls back to \"article-config.pdf\" if title is empty\nSupport & Resources\nGet API Key: https://hub.oto.dev/app/register?utm_source=claw&utm_medium=skill&utm_campaign=paper&utm_content=v1.0.0\nHomepage: https://paper.evoweb.ai/\nAPI Issues: Contact Paper.EvoWeb.ai support\nAccount/Billing: Visit https://paper.evoweb.ai/\nNotes\nEach generation consumes credits from your account\nPDF quality depends on input quality (detailed facts and source text produce better results)\nDeep research mode takes longer but provides more comprehensive content\nCharts are generated based on data in product facts and research findings\nAll content is AI-generated and should be reviewed before publication\nThe system prioritizes product URL as source when product_url_priority is true\n\nReady to generate publication-ready scientific articles! 📄✨"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/galizki/paper-evoweb-ai",
    "publisherUrl": "https://clawhub.ai/galizki/paper-evoweb-ai",
    "owner": "galizki",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/paper-evoweb-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/paper-evoweb-ai",
    "agentUrl": "https://openagent3.xyz/skills/paper-evoweb-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/paper-evoweb-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/paper-evoweb-ai/agent.md"
  }
}