Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

jason-academic-writing杰森学术写作

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

3,105

周安装

132

GitHub Stars

公开资料未说明

下载量

1,088
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install jason-academic-writing

简介

用于辅助文档、README、Markdown 和内容稿件的整理与改写,适合提炼结构和统一术语。

  • 具备完整性检查和多代理审核系统,优化方法/结果/讨论部分的提示逻辑。
  • 通过 clawhub 安装,需保留项目已有事实和命令,避免写成确定结论。
  • 安装命令为 openclaw skills install jason-academic-writing,来源仓库为 https://github.com/ithacajason/jason-academic-writing。
  • 建议结合原始 README 核验审核流程和对外文案语气控制要求。

SKILL.md

name
jason-academic-writing
description
Complete academic paper writing pipeline with integrity checks and multi-agent review system. Optimized prompts for Methods/Results/Discussion sections. Features self-counterargument framework, bias matrix, and overclaim self-audit. Use when writing research papers, need citation verification, anti-hallucination checks, multi-perspective review, or auditable process records.
version
1.0.1
requires
env

Academic Writing Pipeline

End-to-end academic paper production with built-in quality gates and multi-agent review.

Pipeline Overview

Research → Write → Integrity Check → Review → Revise → Summary

Each stage has defined inputs/outputs and quality gates. The pipeline is non-linear: stages may loop (Review → Revise → Re-Review) until quality threshold met.

Stage Details

Stage 1: Research

Goal: Gather and organize evidence.

Actions:

  1. Literature search via Semantic Scholar API
  2. Filter by relevance score ≥ 0.5
  3. Grade evidence level (A: meta-analysis, B: RCT, C: observational, D: opinion)
  4. Output: research/evidence.json

Script: scripts/research.py

Stage 2: Write

Goal: Generate structured manuscript.

Actions:

  1. Build argument chain from evidence
  2. Generate sections: Abstract, Introduction, Methods, Results, Discussion
  3. Track citation markers for each claim
  4. Output: draft/manuscript.md

Script: scripts/write.py

Stage 3: Integrity Check (CRITICAL)

Goal: Anti-hallucination verification.

Check types:

  • Citation verification: DOI exists? Authors match? Year correct?
  • Data verification: Numbers match tables/figures?
  • Claim verification: Evidence supports assertion?

Threshold: Must pass 100% of checks to proceed.

Script: scripts/integrity_check.py

APIs used:

  • Semantic Scholar (https://api.semanticscholar.org)
  • CrossRef DOI (https://api.crossref.org/works/)

Stage 4: Review (5-Person Panel)

Agents:

RoleFocusScore Weight
Editor-in-ChiefContribution, journal fit30%
MethodologyMethods, stats, reproducibility25%
Domain ExpertRelated work, theory20%
Devil's AdvocateStrongest counter-arguments15%
SynthesizerMerge opinions, roadmap10%

Decision mapping:

  • ≥80: Accept
  • 65-79: Minor Revision
  • 50-64: Major Revision
  • <50: Reject

Script: scripts/review.py

Stage 5: Revise

Goal: Address reviewer feedback.

Actions:

  1. Parse Synthesizer roadmap
  2. Generate revision plan with priorities
  3. Rewrite affected sections
  4. Re-run Integrity Check

Script: scripts/revise.py

Stage 6: Process Summary

Goal: Auditable record.

Output: summary.json containing:

  • Timeline of each stage
  • Decision points and scores
  • Integrity check results
  • Reviewer scores and comments
  • Revision history

Script: scripts/summary.py

Configuration

Edit config.yaml for:

  • Model selection (default: qwen3.5-plus)
  • Temperature (default: 0.3 for stability)
  • Review thresholds
  • API keys

Usage

# Full pipeline
python scripts/main.py --topic "your research topic"

# Single stage
python scripts/main.py --stage integrity-check --input draft/manuscript.md

# With custom config
python scripts/main.py --config custom_config.yaml

Quality Gates

GateRequirementAction on Fail
Evidence≥5 Grade A/B sourcesReturn to Research
Integrity100% verificationReturn to Write
Review≥65 scoreLoop Revise
Final Integrity100% verificationBlock submission

Key Principles

  1. Integrity First: Citation verification is non-negotiable
  2. Quantified Review: Scores enable objective decisions
  3. Loopable Pipeline: Revision cycles until threshold met
  4. Auditable Output: Process Summary for journal submission

Reference Files

  • references/review_rubric.md - Detailed scoring criteria
  • references/evidence_levels.md - Evidence grading standards
  • references/citation_styles.md - Journal formatting guides

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

90.73%
按下载量换算987

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills