Skip to content

gtskevin/HumanAILens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human-AI Lens

一个 Codex skill,用于把 AI 行为、人机协同、AI 透明性、多智能体模拟、AI 辅助决策等论文解读成中文 HTML 研究简报。

它的核心目标不是普通摘要,而是服务一个研究问题:

如何提高人机协同绩效?

What It Does

  • 读取并缓存 PDF 文本。
  • 生成结构化 analysis.json
  • 用模板渲染自包含 HTML 研究简报。
  • 输出五个固定模块:
    • 研究背景与核心问题
    • 研究方法与实验设计
    • 核心发现
    • 研究意义
    • 未来研究启发与设计

Files

  • SKILL.md: skill 主说明和执行规则。
  • agents/openai.yaml: Codex 内的显示配置。
  • scripts/render_paper_brief.py: JSON 到 HTML 的渲染脚本。
  • templates/paper-brief-template.html: HTML 简报模板。

Install

把本仓库复制到你的 Codex skills 目录,例如:

mkdir -p ~/.codex/skills
git clone https://github.com/gtskevin/HumanAILens.git ~/.codex/skills/HumanAILens

然后在 Codex 中用:

$HumanAILens 解读这篇论文

Requirements

  • Python 3
  • pdftotext,推荐通过 Poppler 安装

macOS:

brew install poppler

Output

默认生成:

  • outputs/cache/<paper-slug>.txt
  • outputs/cache/<paper-slug>.analysis.json
  • outputs/<paper-slug>.html

HTML 文件是自包含页面,不依赖外部字体、图片或 JavaScript。

License

MIT

About

Codex skill for Chinese human-AI collaboration paper interpretation briefs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors