Skip to content

快速开始

这一页面向“先用起来”的用户,不面向维护者。最短路径是:

  1. 选择安装入口。
  2. 创建或打开研究工作区。
  3. 运行 workflow,或先查看 task plan。
  4. 用质量门和标准产物保证结果可审计。

1. 选择最小安装入口

场景使用安装前是否需要 Python
Claude Desktop 且不想用 CLI推荐 direct plugin ZIP:qiongli-claude-desktop-plugin-<tag>.zip
Claude Desktop/Web 手动 skill 上传focused fallback skill ZIP,例如 qiongli-claude-desktop-skill-economics-<tag>.zip
只在一个客户端里用原生 plugin / extension
在 Codex/Claude Code plugin 形态中使用完整本地 Qiongliqiongli install --profile full --target all --surface plugin是,Python 3.12+
多个客户端需要全局 workflow assetsBootstrap partial
需要 doctor、validator 或 orchestrator task executionBootstrap full是,Python 3.12+
偏向 npm 自动化npm install -g qionglinpx qiongli@latest只有高级 bridge 命令需要
只需要 Python updater CLIpipx install qiongli

完整细节看 安装

2. 安装 workflow assets

如果你使用 Claude Desktop,并且不想处理 code / CLI 环境,先从 GitHub Release assets 下载 qiongli-claude-desktop-plugin-<tag>.zip。这是推荐的 direct plugin package,用于 Claude Desktop 中统一的 qiongli 入口。

如果 direct plugin 安装不可用,再下载一个 focused fallback skill ZIP。本阶段公开 Desktop ZIP subjects 是 coreeconomicsbusinessfinancepolitical-economygeoeconomicseconomics-accounting,还没有 standalone accounting Desktop ZIP。默认通用 workflow 用 qiongli-claude-desktop-skill-core-<tag>.zip;经济学专精 workflow 用 qiongli-claude-desktop-skill-economics-<tag>.zip;political economy 专精 workflow 用 qiongli-claude-desktop-skill-political-economy-<tag>.zip;geoeconomics 专精 workflow 用 qiongli-claude-desktop-skill-geoeconomics-<tag>.zip;business 专精 workflow 用 qiongli-claude-desktop-skill-business-<tag>.zip;finance 专精 workflow 用 qiongli-claude-desktop-skill-finance-<tag>.zip;官方 economics/accounting 交叉学科包用 qiongli-claude-desktop-skill-economics-accounting-<tag>.zip。在 Claude Desktop 中把 ZIP 拖拽到 Skills 上传/安装流程中,或使用 Customize > Skills > + > Create skill > Upload a skill。Claude.ai 网页版也使用同一个 ZIP 上传流程。

Desktop/Web ZIP 使用 coverage=focused,用于保持上传文件数预算。它是 subject 专精包,不是降质删减版:保留 workflows、templates、standards、所选 profiles、skills-summary.mdskills-core.md;专精 ZIP 还包含通过 layered overlays 生成的 selected effective skill markdown。

如果你选择 Codex 或 Claude Code 的原生 plugin 路径,从统一的 Skillsplace marketplace 安装 Qiongli:

bash
codex plugin marketplace add jxpeng98/skillsplace --ref main
bash
claude plugin marketplace add jxpeng98/skillsplace@main
claude plugin install qiongli@skillsplace

内置 literature MCP 不通过客户端 MCP 设置页填写 provider key。让 Codex、Claude Desktop、Claude Code 或其他本地 MCP client 先运行 qiongli_config_status,再用 qiongli_configure_provider 打开本地设置页配置 openalex.api_key、可选 openalex.emailsemantic_scholar.api_key。这样密钥不会进入 plugin manifest、release artifact 或对话上下文。

如果你需要跨客户端全局 workflow assets,使用 bootstrap 安装器。

Linux / macOS:

bash
curl -fsSL https://raw.githubusercontent.com/jxpeng98/qiongli/main/scripts/bootstrap_qiongli.sh | bash -s -- --profile partial --project-dir "$PWD" --target all

Windows PowerShell 7+:

powershell
winget install --id Microsoft.PowerShell --source winget
Invoke-WebRequest https://raw.githubusercontent.com/jxpeng98/qiongli/main/scripts/bootstrap_qiongli.ps1 -OutFile .\bootstrap_qiongli.ps1
pwsh -ExecutionPolicy Bypass -File .\bootstrap_qiongli.ps1 -Profile partial -ProjectDir "$PWD" -Target all

如果机器已经有 Python 3.12+,并且你需要 runtime check、validator 或 orchestrated task,把 --profile partial 改成 --profile full

npm 或 pipx 安装中,先安装一次本地 runtime,再在每个项目里配置 subject guidance:

bash
qiongli install --target auto
qiongli project init --project-dir .
qiongli project set-subject finance --project-dir .
qiongli project status --project-dir .
qiongli install --profile full --target all --surface plugin
qiongli remove --target all --dry-run
qiongli check --json

如果 .qiongli/guidance_manifest.yaml 不存在,Qiongli 使用隐式 active_subject: auto:先使用 core guidance,再根据当前任务临时推断 subject 和 method lens,并且在改变项目本地状态前写出可审计 proposal。--target auto 会检测 PATH 上已安装的受支持客户端 CLI;明确想写入所有支持平台路径时使用 --target all。当 Codex / Claude Code / Antigravity 需要本地 plugin 持有完整 Python MCP 时,使用 --profile full --surface plugin;配合 --target all 时,Antigravity plugin 会内置 root mcp_config.json,Hermes 会写入受管理的 full MCP client 配置。

Advanced compatibility、Desktop ZIP、focused package、release payload 和 install-surface testing 示例:

bash
qiongli install --subject economics --target all
qiongli install --subject accounting --target all
npx qiongli@latest install --subject economics --target all
qiongli install --subject economics-accounting --target all
qiongli install --subject economics --coverage focused --target all
qiongli upgrade --subject accounting --target all
qiongli customize --subject economics --name my-econ-lab --out ./qiongli-custom/econ-lab

--subject package install 是专精 package refresh,不是日常切换项目 subject 的方式。普通项目 subject 行为用 qiongli project set-subject 修改;installed subject 或 coverage 只在有意刷新专精安装包时改变。political-economygeoeconomics 是两个独立 subject,不是一个 composite。官方 composite subjects(例如 economics-accounting)是命名 subject,不是任意逗号分隔叠加。Custom overlays 只影响 generated output,不会改写 canonical source files;qiongli customize--custom-dir materialization 面向 Python/source checkout 工作流,npm runtime installs 在这个阶段使用预生成 payloads。

需要只保留 marketplace plugin 时,用 qiongli remove 移除 CLI 安装产生的全局资产。

3. 创建研究工作区

bash
mkdir my-paper
cd my-paper

然后打开你使用的客户端,并使用该客户端支持的入口。

Codex:

text
/skills
$qiongli plan an empirical paper on ai-in-education

Claude Code:

text
/qiongli
/paper
/lit-review
/paper-write
/code-build

Claude Desktop 使用已安装的 qiongli skill 或 direct plugin entry 来处理自然语言研究请求;当 workflow commands 可见时,/qiongli 是统一入口路由器。Codex 用 /skills 发现 skill,用 $qiongli 执行;它不会注册自定义 /qiongli slash command。Claude Code 在安装 command/workflow discovery 后可以使用 slash workflow 入口。这些入口只是 UX wrapper;真正的任务定义、预期产物、质量门和角色边界都在 Qiongli contracts 里。

完整客户端用法看 使用 Agent Skills

4. 选择研究路线

paper typepipeline适合场景
systematic-reviewsystematic-review-prisma需要 PRISMA 风格 search、screening、extraction、synthesis。
empiricalempirical-study标准实证研究论文。
qualitativequalitative-study访谈、案例、民族志或 process-oriented 输出。
empiricalrct-prereg需要 RCT preregistration 和 reporting checks。
theorytheory-paper需要概念发展、机制和 contribution framing。
methodscode-first-methods研究代码和方法 artifact 是一等产物。

按真实场景选路,看 任务场景

5. 先 inspect 再 run

如果你安装了 full runtime,建议先看任务路线:

bash
python3 -m bridges.orchestrator task-plan \
  --task-id F3 \
  --paper-type empirical \
  --topic ai-in-education \
  --cwd .

task-plan 会显示:

  • 必需和可选产物
  • 前置任务
  • functional owner 与 handoff trace
  • draft、review、fallback、verification 的 runtime plan

6. 执行 canonical task

bash
python3 -m bridges.orchestrator task-run \
  --task-id F3 \
  --paper-type empirical \
  --topic ai-in-education \
  --cwd . \
  --triad

常用参数:

  • --mcp-strict:外部 evidence provider 不可用时阻断。
  • --skills-strict:内部 skill spec 缺失时阻断。
  • --triad:请求第三方独立 audit。
  • --focus-output--output-budget:减少单次运行的辅助产物扩散。
  • --research-depth deep 配合 --max-rounds:执行更深的证据扩展与修订。

7. 理解质量门

Qiongli 的价值在于留下可审计痕迹:

  • literature search diagnostics 与 materialized search bundle
  • claim-evidence map 与 citation risk artifact
  • method diagnostics 与 reporting checks
  • code spec、plan、execution、review、reproducibility artifact
  • 多 agent 工作中的 handoff、disagreement record 与 verification status

需要理解这些 contract 怎么组合时,看 系统架构

Last updated:

Qiongli 文档站