← Back to Skills Marketplace
unisound-llm

unisound-paper-writing-assist

by Unisound-LLM · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unisound-paper-writing-assist
Description
医生端临床科研 — 论文写作辅助,按 IMRaD 等结构将要点扩写为学术中文/英文段落草稿。
README (SKILL.md)

论文写作辅助

概述

根据作者提供的章节类型要点列表(可含已测主要结局、样本量、统计方法名等),由内部医疗大模型生成 IMRaD 风格段落草稿(引言 / 方法 / 结果 / 讨论 / 摘要等),并附带报告规范意识层面的检查清单式提示(如 CONSORT / STROBE 等仅为写作提醒,不做合规认证)。

本 skill 不代写未披露数据,不生成伪造统计结果;数值须由作者在 notes 中显式给出,模型只做语言组织与逻辑衔接。

业界脉络(写法参考,非功能承诺)

医学期刊写作长期以 IMRaD 结构为主流;观察性与干预性研究分别有 STROBE、CONSORT 等报告规范用于提高可重复性。生成式辅助写作的常见产品形态为「大纲 → 段落 → 术语一致性润色」流水线。本 skill 将「章节 + 要点」映射为该流水线的最小可调用单元,便于与编辑器或投稿前校验工具组合。

快速开始

python3 scripts/run.py --input input.json --output output.json --appkey YOUR_KEY

输入字段(JSON)

字段 必填 说明
section abstractintroductionmethodsresultsdiscussion
notes 字符串数组:每点一条事实或待写要点
language zh(默认)或 en
journal_style_hint 目标期刊或字数上限等自由文本

输出约定

{
  "skill": "论文写作辅助",
  "status": "ok",
  "data": { },
  "text": "Markdown:段落草稿 + 规范提醒"
}

参数

  • --input PATH必填
  • --output PATH:可选。
  • --appkey STRING必填

模型配置

  • https://maas-api.hivoice.cn/v1/chat/completions · u1-insuremed

边界

草稿须由作者修改、署名并对科学内容负责;禁止将模型输出作为未经验证的结论直接投稿。

Usage Guidance
Before installing, verify the publisher identity, use a dedicated API key, and only provide research notes that are approved for transmission to the hivoice LLM API. Do not include patient-identifying or confidential clinical information unless your organization permits it.
Capability Analysis
Type: OpenClaw Skill Name: unisound-paper-writing-assist Version: 1.0.0 The skill is a legitimate medical paper writing assistant that facilitates the generation of academic drafts using a specific LLM API (maas-api.hivoice.cn). The Python script (scripts/run.py) is a clean implementation using standard libraries to handle HTTP requests and JSON processing, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The SKILL.md and code consistently describe converting user-provided section notes into IMRaD-style manuscript draft text. The medical-writing use is purpose-aligned, but outputs still require human scientific review.
Instruction Scope
The system instructions explicitly prohibit inventing data, sample sizes, p-values, or references and require missing information to be listed rather than fabricated.
Install Mechanism
There is no install script or dependency installation; the runnable script uses Python standard libraries. However, the packaged _meta.json owner/slug differ from the registry metadata, so publisher/provenance should be checked.
Credentials
The script reads a user-specified JSON input file, posts its contents to the disclosed hivoice LLM API, and writes an optional user-specified output file. This is proportionate to the stated purpose, but data leaves the local environment.
Persistence & Privilege
No background persistence, elevated local privileges, or destructive actions are shown. The skill does require a user-supplied app key for the external model API.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unisound-paper-writing-assist
  3. After installation, invoke the skill by name or use /unisound-paper-writing-assist
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the skill, now named "med-doctor-paper-writing-assist". - Generates IMRaD-structured academic drafts in Chinese or English from user-provided key points. - Includes writing reminders aligned with major reporting guidelines such as CONSORT and STROBE. - Does not fabricate results; authors must supply all data for model to organize and draft. - Designed for integration with manuscript editors and pre-submission checking tools.
Metadata
Slug unisound-paper-writing-assist
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is unisound-paper-writing-assist?

医生端临床科研 — 论文写作辅助,按 IMRaD 等结构将要点扩写为学术中文/英文段落草稿。 It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install unisound-paper-writing-assist?

Run "/install unisound-paper-writing-assist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is unisound-paper-writing-assist free?

Yes, unisound-paper-writing-assist is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does unisound-paper-writing-assist support?

unisound-paper-writing-assist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created unisound-paper-writing-assist?

It is built and maintained by Unisound-LLM (@unisound-llm); the current version is v1.0.0.

💬 Comments