| name | write_skill |
| description | Academic writing skill for generating summaries, reports, literature reviews, and other research documents |
| version | 1.0.0 |
| author | PaperAgent Team |
Academic Writing Skill
This skill enables you to generate various types of academic writing, including summaries, literature reviews, research reports, and other scholarly documents. Use this skill when you need to produce well-structured academic content.
Available Tools
You have access to the following writing tools (registered in the Toolkit):
1. generate_summary
Generate a concise summary of given text.
Parameters:
text (str, required): Text to summarize
max_length (int, optional): Maximum length in words (default: 500)
style (str, optional): "academic", "casual", "technical" (default: "academic")
language (str, optional): Output language - "zh" or "en" (default: "zh")
Returns: Generated summary text.
Example:
generate_summary(
text=paper_abstract,
max_length=200,
style="academic",
language="zh"
)
2. generate_report_section
Generate a specific section of an academic report.