Skip to content
OpenSmartRoute
Skillv1.0.0

paper-check

学术论文全流程质检工具,支持全局检查和7个部分的专项审查(标题/摘要/引言/方法/结果/讨论/结论),适用于Gemini和Codex CLI

by wyhlovecpp(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from wyhlovecpp/my-codex-settings (skills/by-category/academic-writing/review-qa/paper-check/SKILL.md). Install upstream with npx skills add wyhlovecpp/my-codex-settings --skill paper-check. Copyright stays with the author (MIT).

使用此技能处理与 paper-check 描述匹配的任务。

工作流

  1. 先确认请求范围。
  2. 仅按需读取当前技能目录中的必要文件。
  3. 优先复用现有脚本、模板和资源,不重复造轮子。
  4. 执行任务后进行校验,并返回关键结果与变更文件。

约束

  • 保持上下文最小化,仅加载必要内容。
  • 输出简洁、可执行,避免冗长解释。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/wyhlovecpp-my-codex-settings-paper-check/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

wyhlovecpp-my-codex-settings-paper-check.ocm.jsonjson
{
  "ocm": "1",
  "id": "wyhlovecpp-my-codex-settings-paper-check",
  "kind": "skill",
  "name": "paper-check",
  "description": "学术论文全流程质检工具,支持全局检查和7个部分的专项审查(标题/摘要/引言/方法/结果/讨论/结论),适用于Gemini和Codex CLI",
  "publisher": "wyhlovecpp",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "paper",
      "quality-check",
      "academic",
      "validation",
      "review",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "学术论文全流程质检工具,支持全局检查和7个部分的专项审查(标题/摘要/引言/方法/结果/讨论/结论),适用于Gemini和Codex CLI"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/wyhlovecpp/my-codex-settings",
      "path": "skills/by-category/academic-writing/review-qa/paper-check/SKILL.md",
      "ref": "51ba3391156bb0b601e86baffb53d80cc1a156b0",
      "url": "https://github.com/wyhlovecpp/my-codex-settings/blob/51ba3391156bb0b601e86baffb53d80cc1a156b0/skills/by-category/academic-writing/review-qa/paper-check/SKILL.md",
      "key": "wyhlovecpp/my-codex-settings/skills/by-category/academic-writing/review-qa/paper-check/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "使用此技能处理与 `paper-check` 描述匹配的任务。\n\n## 工作流\n1. 先确认请求范围。\n2. 仅按需读取当前技能目录中的必要文件。\n3. 优先复用现有脚本、模板和资源,不重复造轮子。\n4. 执行任务后进行校验,并返回关键结果与变更文件。\n\n## 约束\n- 保持上下文最小化,仅加载必要内容。\n- 输出简洁、可执行,避免冗长解释。",
  "cost": {
    "context_tokens": 43
  }
}

Fetch it by URL: GET /api/v1/registry/wyhlovecpp-my-codex-settings-paper-check/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.