Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

paper-evoweb-ai纸 Evoweb AI

Agent Skill

paper-evoweb-ai 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

26,725

周安装

1,148

GitHub Stars

1

下载量

9,368
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paper-evoweb-ai(纸 Evoweb AI)
来源仓库:https://github.com/galizki/paper-evoweb-ai
安装命令:
openclaw skills install paper-evoweb-ai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install paper-evoweb-ai

简介

利用 AI 自动生成符合发表标准的科学论文 PDF。

  • 适合研究人员快速生成初稿或模拟实验结果展示。paper-evoweb-ai 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装,输入主题与参考文献即可输出。
  • 可能调用第三方写作引擎,需关注数据安全与版权问题。
  • 建议人工审核生成内容以确保逻辑严谨性和事实准确。

SKILL.md

name
Scientific Article PDF Generator
description
Generate publication-ready scientific articles in PDF format with AI-powered research and citations
homepage
https://paper.evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=paper&utm_content=v1.0.0
metadata
{"clawdbot":{"emoji":"📄","requires":{"bins":[],"env":["EVOWEB_API_KEY"]}}}

Paper.EvoWeb.ai Scientific Article PDF Generator

Generate scientific articles in PDF format with AI-powered content enrichment, citations, and professional formatting.

Overview

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

Authentication

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

How It Works

The workflow is straightforward:

  1. Submit - Send article parameters including title, product info, and draft text
  2. Generate - AI enriches content with research, citations, and formatting
  3. Download - Receive PDF file automatically

Typical generation time: 2-5 minutes

API Endpoints

Generate Scientific Article PDF

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):

FieldTypeRequiredDefaultDescription
article_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 source
product_factsstring (text)Yes-Key facts, descriptions, and figures verified by the client
source_textstring (text)Yes-The base text draft to expand. Free-form input is accepted
research_focusstringNo-Optional description of the research focus to guide the output
include_sourcesbooleanNotrueInclude references and citations in the article
enable_researchbooleanNofalseIf enabled, the system will gather sources and citations before writing the article
include_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

Instructions for AI Assistant

When a user requests a scientific article PDF, follow this workflow:

Step 1: Gather Required Information

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.

Step 2: Enhance Optional Fields

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

Step 3: Configure Generation Options

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

Step 4: Submit the Request

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

Step 5: Inform the User

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.

Step 6: Handle Errors

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

Example Use Cases

Product Research Article

User: "Create a scientific paper about our new anti-aging cream"

Required info:
- Article title: "Clinical Evaluation of Advanced Retinol Complex in Anti-Aging Treatment"
- Article subtitle: "A 12-Week Study on Wrinkle Reduction and Skin Elasticity"
- Product name: "AgeLess Retinol Cream"
- 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"
- 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..."
- Research focus: "anti-aging effects and wrinkle reduction"
- Enable research: true
- Include charts: true

Product Comparison Study

User: "Need a paper comparing different protein supplements"

Required info:
- Article title: "Comparative Analysis of Whey Protein Isolate Formulations"
- Product name: "PureFit Whey Protein"
- Product facts: "99% protein purity, 25g protein per serving, contains all essential amino acids, lactose-free, tested for heavy metals"
- Source text: "Protein supplementation is crucial for muscle recovery and growth. This paper examines various protein sources and their bioavailability..."
- Research focus: "protein absorption rates and muscle recovery"
- Enable research: true

White Paper for B2B

User: "Write a white paper about our enterprise software solution"

Required info:
- Article title: "Improving Enterprise Productivity Through AI-Powered Workflow Automation"
- Article subtitle: "A Technical White Paper"
- Product name: "WorkflowPro AI"
- Product url: "https://example.com/workflowpro"
- Product facts: "Reduces manual task processing by 65%, integrates with 200+ enterprise tools, processes 1M+ tasks monthly, 99.9% uptime SLA"
- Source text: "Modern enterprises face increasing pressure to optimize workflows and reduce operational costs. This white paper presents a comprehensive analysis..."
- Research focus: "workflow automation and ROI in enterprise environments"
- Enable research: true
- Include charts: true

Best Practices

Writing Effective Article Content

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

Product Facts Guidelines

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"

Choosing Generation Options

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

Title Writing Tips

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"

Technical Details

  • 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)

File Download Handling

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

Support & Resources

  • 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/

Notes

  • 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! 📄✨

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.12%
按下载量换算7,318

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills