返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
s

scientific-writer

AI-powered scientific writing tool. Generate publication-ready papers, grant proposals, posters, and more with real-time research and verified citations.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
481
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

scientific-writer

# Scientific Writer AI-powered scientific writing tool that combines deep research with well-formatted outputs. ## Installation ```bash pip install scientific-writer ``` ## Prerequisites - Python 3.10-3.12 - ANTHROPIC_API_KEY (required) - OPENROUTER_API_KEY (optional for research lookup) Set API keys: ```bash export ANTHROPIC_API_KEY='your_key' # or create .env file echo "ANTHROPIC_API_KEY=your_key" > .env ``` ## Usage ### As Python API ```python import asyncio from scientific_writer import generate_paper async def main(): async for update in generate_paper( query="Create a Nature paper on CRISPR gene editing...", data_files=["editing_efficiency.csv", "western_blot.png"] ): if update["type"] == "progress": print(f"[{update['stage']}] {update['message']}") else: print(f"✓ PDF: {update['files']['pdf_final']}") asyncio.run(main()) ``` ### Via OpenClaw exec ```bash # Run scientific writer python3 -c " import asyncio from scientific_writer import generate_paper async def main(): async for update in generate_paper( query='Create a paper on your topic...', data_files=[] ): print(update) asyncio.run(main()) " ``` ## Available Skills (when used as plugin) - `scientific-schematics` - AI diagram generation (CONSORT, neural networks, pathways) - `research-lookup` - Real-time literature search - `peer-review` - Systematic manuscript evaluation - `citation-management` - BibTeX and reference handling - `clinical-reports` - Medical documentation - `research-grants` - NSF, NIH, DOE proposal support - `scientific-slides` - Research presentations - `latex-posters` - Conference poster generation - `hypothesis-generation` - Scientific hypothesis development ## Output - Scientific papers (Nature, Science, NeurIPS format) - Grant proposals (NSF, NIH, DOE) - Conference posters (LaTeX beamerposter) - Literature reviews - Clinical reports ## Notes - Requires ANTHROPIC_API_KEY for Claude to work - Place data files in `data/` folder (images → figures/, data → data/) - Outputs saved to `writing_outputs/`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cluade-scientific-writer-wrapper-1776304531 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cluade-scientific-writer-wrapper-1776304531 技能

通过命令行安装

skillhub install cluade-scientific-writer-wrapper-1776304531

下载

⬇ 下载 scientific-writer v1.0.0(免费)

文件大小: 2.38 KB | 发布时间: 2026-4-16 16:07

v1.0.0 最新 2026-4-16 16:07
Initial release of Scientific Writer: an AI-powered tool for scientific writing and research.

- Generates publication-ready papers, proposals, posters, and more with verified citations.
- Offers Python API and OpenClaw integration for easy workflow.
- Supports real-time literature search, citation management, peer review, and schematic generation.
- Outputs include papers, grant proposals, posters, literature reviews, and clinical reports.
- Requires ANTHROPIC_API_KEY for operation; optional OPENROUTER_API_KEY for research lookup.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部