원클릭으로
achademio-academic-writing-assistant
Improves research paper quality via academic rewriting, summarization, and proofreading.
메뉴
Improves research paper quality via academic rewriting, summarization, and proofreading.
Recommends the best journals for an academic paper. Use this skill whenever an author wants to know where to submit their paper, asks for journal suggestions, wants to find suitable journals for their research, or asks "which journal should I submit to". Takes the paper abstract or full manuscript, gathers the author's preferences via interactive buttons, evaluates the quality and scope of the work, then produces an exhaustive ranked list of suitable journals drawn exclusively from the Scopus and WoS indexed journal database bundled with this skill. Enriches each recommendation with live metrics (IF, CiteScore, SJR, quartile) fetched from Scimago, JCR, and publisher pages. Delivers a formatted PDF report. Always trigger this skill — do not attempt journal recommendations without it.
A shared code repository for the PAN (Digital Text Forensics) research community. Includes tools for authorship attribution, profiling, and style analysis.
A shared code repository for the PAN (Digital Text Forensics) research community. Includes tools for authorship attribution, profiling, and style analysis.
Use when the user asks Agent Zero to operate the built-in Linux Desktop, XFCE apps, LibreOffice GUI apps, file manager, terminal, or visual desktop workflows.
Automates systematic literature reviews using multi-agent AI workflows. Can perform title/abstract screening, full-text screening, and data abstraction.
Verifies academic citations against real databases (Semantic Scholar, CrossRef, Europe PMC). Identifies fake or suspicious citations in research text.
| name | Achademio (Academic Writing Assistant) |
| description | Improves research paper quality via academic rewriting, summarization, and proofreading. |
| author | BioDockify AI Team (Integration of TajaKuzman/Achademio) |
| version | 1.0.0 |
This skill integrates Achademio to help BioDockify AI refine academic prose.
from agent_zero.skills.achademio import get_achademio
achademio = get_achademio()
# Rewrite text
refined = achademio.rewrite("AI is getting better at drug stuff.")
print(f"Academic Version: {refined}")