能力标签
Claude技能

人文写作助手

基于 Python · 专为 Claude 深度优化,CLI 一键安装
英文名:humanities-writing-companion
⭐ 27 Stars 💻 Python 📄 NOASSERTION 🏷 AI 8.0分
8.0AI 综合评分
academic-writingbilingualclaude-skill
✦ AI Skill Hub 推荐

人文写作助手 是 AI Skill Hub 本期精选Claude技能之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

人文写作助手 是一款基于 Python 的开源工具,在 GitHub 上收获 0k+ Star,是academic-writing、bilingual、claude-skill领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
人文写作助手 依赖 Python 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Python 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 人文写作助手 的版本更新,及时通知重要功能变化。

📋 工具概览

人文写作助手 是一款基于 Python 开发的开源工具,专注于 academic-writing、bilingual、claude-skill 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 27
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
NOASSERTION
AI 综合评分
8.0 分
工具类型
Claude技能
Forks

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

人文写作助手 是一款基于 Python 开发的开源工具,专注于 academic-writing、bilingual、claude-skill 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 专为 Claude 系列模型深度优化的扩展技能
  • 通过 Claude Code CLI 一键安装,配置零门槛
  • 充分利用 Claude 的长上下文和推理能力
  • 支持与 MCP 工具组合使用,扩展能力边界
🎯 主要使用场景
  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:pip 安装(推荐)
pip install humanities-writing-companion

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install humanities-writing-companion

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/tizzy916/humanities-writing-companion
cd humanities-writing-companion
pip install -e .

# 验证安装
python -c "import humanities_writing_companion; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
humanities-writing-companion --help

# 基本用法
humanities-writing-companion input_file -o output_file

# Python 代码中调用
import humanities_writing_companion

# 示例
result = humanities_writing_companion.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# humanities-writing-companion 配置文件示例(config.yml)
app:
  name: "humanities-writing-companion"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
humanities-writing-companion --config config.yml

# 或通过环境变量配置
export HUMANITIES_WRITING_COMPANION_API_KEY="your-key"
export HUMANITIES_WRITING_COMPANION_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 74/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Humanities Writing Companion · 人文学科写作伙伴

An agent skill for humanities scholars whose primary deliverable is a long-form argumentative text — history, philosophy, literature, cultural studies, art history, religious studies, classics. Written in the open Agent Skills (SKILL.md) format — works with Claude Code, the Claude Agent SDK, and any agent that supports the format.

License: CC BY-NC 4.0 Skill format: Agent Skills-orange) [Status: stable]() DOI Wiki

📖 Wiki · 中文版 README · Skill source · English · Skill source · 中文

---

About the Author

Shen Cong — BFA, Experimental Art, Central Academy of Fine Arts (CAFA); MA, History of Science, Tsinghua University (advisor: Hu Yilin); Founder & CEO of Tianyu Vision, a sci-art studio working on scientific visualization, science communication, and sci-art convergence.

This skill came out of writing the author's own MA thesis, Technical Liberalism. He noticed that almost every AI writing tool on the market pulled toward polishing and averaging — whereas humanities scholarship needs the opposite: protecting the author's scholarly voice, stress-testing argumentative rigor, and surviving adversarial peer review. So he built this skill — not to write for him, but to read for him, delivering at each of four layers (basic rigor / argument development / paragraph function / sentence-level expression) the kind of critique a real humanities scholar would actually give.

📮 GitHub @tizzy916 · shencong916@gmail.com · Corrections, collaboration, and conversation welcome.

---

Core features

Install

Verify the installation

After installing, start a new conversation and either:

  1. Ask Claude: "What skills do you currently have loaded?"humanities-writing-companion should appear in the list; or
  2. Say a trigger phrase directly, e.g. "review my section" or "帮我看看这段" — the skill should activate and respond in its four-layer-critique voice rather than as a generic polisher.

If neither works, check that the folder sits directly under ~/.claude/skills/ (i.e., ~/.claude/skills/humanities-writing-companion/SKILL.md exists) and restart Claude Code.

Quick start · three typical scenarios

Showcase: Before / After

A real example of the four-layer critique in action. Author's draft paragraph (English translation of a Chinese-language thesis chapter on Stiegler):

Before. Stiegler's pharmakon concept shows that technology is both poison and remedy. AI is therefore a pharmakon as well. We must be careful in our use of AI, lest we fall into its negative effects. As Stiegler said, technology is a double-edged sword.

The skill's response, top-down, four layers:

🔴 Layer 1 · Foundation — Argument standing

  The paragraph claims pharmakon = "double-edged sword." Stiegler explicitly
  rejects this equivalence (WMLWL, p. 12): pharmakon is curative AND
  destructive AT THE SAME TIME, not alternately, and the destructive force
  is proportional to the curative one. "Double-edged sword" implies a
  user-choice framing; pharmakon implies a structural condition that
  precedes user choice. This is not nuance — it is the whole point of
  borrowing the concept from Derrida.

  Verdict: Foundation broken. Do not proceed to lower layers until fixed.

🟡 Layer 2 · Structure — Argument unfolding (deferred until L1 fixed)

🟢 Layer 3 · Paragraph (deferred)

⚪ Layer 4 · Sentence (deferred)

After the author rewrites the foundation, the same paragraph might become:

After. In Stiegler's framework — extended from Derrida's reading of Plato's Phaedruspharmakon names a structural condition rather than a moral choice: a technology's curative force is inseparable from and proportional to its destructive force (Stiegler, What Makes Life Worth Living, 2013, p. 12). For LLMs, this means the question is not "are we careful enough in our use?" — that frame presupposes a user fully outside the pharmakon. The question is: in what historical-organological configuration does the pharmakon's destructive face become structurally dominant? I argue, following Stiegler's reading of digital tertiary retention in Automatic Society (2017), that …

What changed: a clichéd "double-edged sword" framing replaced by Stiegler's actual conceptual move, a citation anchored at a verifiable page, and a forward-pointing thesis the next paragraph can develop. The skill did not write the rewrite — it identified that the foundation was wrong, named why, and refused to do sentence-level work until the foundation was repaired.

This is what "thinking partner, not polishing tool" means in practice.

---

Claude Agent SDK

SKILL.md can be loaded into your system prompt directly. The skill is plain text — no runtime dependencies.

Reflexive writing support (distinctive module)

If your research itself involves human-AI collaboration (autoethnography of AI-assisted writing), the skill provides six categories of "reflexive moments":

🔄 Direction change · 🚫 Refusal · 🎭 Voice conflict · 🔧 Tool dependency · 💡 Unexpected insight · 🤖 AI-trace awareness

Scholarly basis (citable in your paper): - Christou (2026). Reconfiguring Reflexivity in the Era of AI. Qualitative Inquiry. - Wiles (2025). Recursive Cognition in Practice. International Journal of Qualitative Methods. - Panke (2025). How Can (A)I Research This? An Autoethnographic Exploration of Generative AI.

Scenario 3: fighting AI cliché (two-version comparison)

If your paper has been through AI polishing but you want to restore the original voice:

Mode F · draft revision → compare AI-polished vs. original → keep improvements + restore voice

---

Comparison with adjacent tools

ToolTheir focusWhere this skill differs
**Jenni AI**Real-time autocompletion + literature searchWe do thought-dialogue, not autocompletion. Real-time prediction skips the cognitive work that humanities argument needs.
**Paperpal**Academic language polishing (STEM/biomed-leaning)We're a writing architecture (12 modes, 4-layer critique, discipline routing), not a point polishing tool.
**Yomu AI**Sourcely literature engine + paragraph feedbackWe assume the author manages literature (Zotero/Drive). Mode I helps organize what you've already read — never replaces the reading.
**Thesify**Paper Digest + Purpose-CheckMode G is inspired by Purpose-Check. We use it within a broader four-layer critique workflow plus reviewer calibration.
**HyperWrite Devil's Advocate**Point-tool counter-argument generationMode D is a full devil's-advocate mode with 1–5 calibration, methodology-focus sub-mode, and a Concession Threshold (anti-sycophancy).
**Grammarly / DeepL Write**Grammar / translation polishingWe never rewrite for "clarity" at the cost of voice. "My hand writes my voice" is a core principle, not optional.
**Generic ChatGPT / Claude (no skill)**General-purpose chatWe carry persistent style profile, reader profile, revision log, four-layer critique, discipline routing, AI-trace checklist, and citation toolchain across sessions.

---

🎯 aiskill88 AI 点评 A 级 2026-07-13

高质量开源人文写作助手,支持双语

⚡ 核心功能

👥 适合人群

Claude 重度用户AI 研究者和开发者需要专业领域 AI 增强的专家

🎯 使用场景

  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱

⚖️ 优点与不足

✅ 优点
  • +深度优化 Claude 使用体验
  • +CLI 一键安装,极度便捷
  • +官方支持,稳定可靠
⚠️ 不足
  • 仅限 Claude 用户使用,受平台限制
  • 功能边界受当前 Claude 模型能力约束
⚠️ 使用须知

该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

参考SKILL.md文件
💡 AI Skill Hub 点评

经综合评估,人文写作助手 在Claude技能赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
📚 深入学习 人文写作助手
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 humanities-writing-companion
Topics academic-writingbilingualclaude-skill
GitHub https://github.com/tizzy916/humanities-writing-companion
License NOASSERTION
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/tizzy916/humanities-writing-companion 🌐 官方网站  https://doi.org/10.5281/zenodo.20280773

收录时间:2026-07-13 · 更新时间:2026-07-13 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →