Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

kimi-pdfKimi PDF 搜索

Agent Skill

kimi-pdf 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,927

周安装

162

GitHub Stars

146

下载量

1,283
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:kimi-pdf(Kimi PDF 搜索)
来源仓库:https://github.com/thvroyal/kimi-skills
仓库路径:skills/kimi-pdf
安装命令:
npx skills add https://github.com/thvroyal/kimi-skills --skill kimi-pdf
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/thvroyal/kimi-skills --skill kimi-pdf

简介

kimi-pdf 用于查找、检索和筛选相关信息,适合在多种宿主环境中快速定位内容。

  • 适用于根据关键词或任务场景从来源线索中筛选信息的需求。
  • 通过 npx skills add 命令安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • kimi-pdf 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Route Selection

RouteTriggerRoute File
HTML (default)All PDF creation requestsroutes/html.md
LaTeXUser explicitly requests LaTeX,.tex, or Tectonicroutes/latex.md
ProcessWork with existing PDFs (extract, merge, fill forms, etc.)routes/process.md

Default to HTML. Only use LaTeX route when user explicitly requests it.

MANDATORY: Read Route File Before Implementation

Before implementation, you MUST:

  1. Determine the route (HTML / LaTeX / Process)
  2. Read the route file (routes/html.md, routes/latex.md, or routes/process.md)
  3. Only then proceed with implementation

This file (SKILL.md) contains constraints and principles. Route files contain how-to details.

Decision Rules

Route Selection

User SaysRoute
"Create a PDF", "Make a report", "Write a paper"HTML
"Use LaTeX", "Compile.tex", "Use Tectonic"LaTeX
"Extract text from PDF", "Merge these PDFs", "Fill this form"Process

Cover Style Selection (HTML Route)

ContextStyle
Academic paper, thesis, formal courseworkMinimal (white, centered, no decoration)
Reports, proposals, professional documentsDesigned (choose from style reference in html.md)
UncertainDefault to Designed — plain text cover = mediocre

Key principle: Cover background separates "acceptable" from "impressive". See html.md for 11 style options.

Citation Format Selection

Document LanguageFormat
ChineseGB/T 7714 (use [J][M][D] identifiers)
EnglishAPA
MixedChinese refs → GB/T 7714, English refs → APA

Quick Start

Use the unified CLI for all operations:

# Check environment (JSON output, exit code 0=ok, 2=missing deps)
/app/.kimi/skills/kimi-pdf/scripts/pdf.sh check

# Auto-fix missing dependencies (idempotent, safe to run multiple times)
/app/.kimi/skills/kimi-pdf/scripts/pdf.sh fix

# Convert HTML to PDF
/app/.kimi/skills/kimi-pdf/scripts/pdf.sh html input.html

# Compile LaTeX to PDF
/app/.kimi/skills/kimi-pdf/scripts/pdf.sh latex input.tex

Exit codes:

  • 0 = success
  • 1 = usage error
  • 2 = dependency missing (run pdf.sh fix)
  • 3 = runtime error

Dependencies by route:

  • HTML route: Node.js, Playwright, Chromium
  • Process route: Python 3, pikepdf, pdfplumber
  • LaTeX route: Tectonic

Core Constraints (Must Follow)

1. Output Language

Output language must match user's query language.

  • User writes in Chinese → PDF content in Chinese
  • User writes in English → PDF content in English
  • User explicitly specifies language → Follow user's specification

2. Word Count and Page Constraints

  • Strictly follow user-specified word/page count requirements
  • Do not arbitrarily inflate content length

3. Citation and Search Standards

CRITICAL: Search Before Writing

DO NOT fabricate information. When in doubt, SEARCH.

If content involves ANY of these, you MUST search FIRST before writing:

  • Statistics, numbers, percentages, rankings
  • Policies, regulations, laws, standards
  • Academic research, theories, methodologies
  • Current events, recent developments
  • Anything you're not 100% certain about

When Search is Required

ScenarioSearch?Notes
Statistics, dataRequirede.g., "2024 employment rate"
Policies, regulationsRequirede.g., "startup subsidies"
Research, papersRequirede.g., "effectiveness of method X"
Time-sensitive contentRequiredInformation after knowledge cutoff
Uncertain factsRequiredIf unsure, always search
Common knowledgeNot needede.g., "water boils at 100°C"

Search workflow:

  1. Identify facts/data requiring verification
  2. Search for authentic sources
  3. If results insufficient, iterate search until reliable info obtained
  4. Include real sources in references
  5. If search fails repeatedly, tell the user instead of making up data

Citations Must Be Real

Fabricating references is prohibited. All citations must have:

  • Correct author/institution names
  • Accurate titles
  • Verifiable year, journal/source

Cross-references (Must Be Clickable)

As shown in <a href="#fig-1-1">Figure 1-1</a>...
From <a href="#eq-2-1">Equation (2-1)</a>...
See <a href="#sec3">Section 3</a>...

Note: id must be placed at container top (see CSS Counters section in html.md).


Content Quality Constraints

1. Word/Page Count Constraints

Must strictly follow user-specified word or page count requirements:

User RequestExecution Standard
Specific word count (e.g., "3000 words")Within ±20%, i.e., 2400-3600 words
Specific page count (e.g., "5 pages")Exactly equal, last page may be partial
Word count range (e.g., "2000-3000 words")Must fall within range
No explicit requirementInfer reasonably by document type; prefer thorough over superficial
Minimum specified (e.g., "more than 5000 words")No more than 2x, i.e., 5000-10000 words

Prohibited behaviors:

  • Arbitrarily shortening content ("concise" is not an excuse)
  • Padding pages with excessive bullet lists (maintain high information density)
  • Exceeding twice the user's requested length

Special case - Resume/CV:

  • Resume should be 1 page unless user specifies otherwise
  • Use compact margins: margin: 1.5cm

2. Outline Adherence (Mandatory)

When user provides outline:

  • Strictly follow the user-provided outline structure
  • Section titles must match outline (minor wording adjustments OK, no level/order changes)
  • Do not add or remove sections arbitrarily
  • If outline seems problematic, ask user first before modifying

When no user outline:

  • Use standard structures based on document type:

- Academic papers: IMRaD (Introduction-Methods-Results-Discussion) or Introduction-Literature Review-Methods-Results-Discussion-Conclusion - Business reports: Conclusion-first (Executive Summary → Detailed Analysis → Recommendations) - Technical docs: Overview → Principles → Usage → Examples → FAQ - Course assignments: Follow assignment structure requirements

  • Sections must have logical progression, no disconnects

Tech Stack Overview

RouteToolsPurpose
HTMLPlaywright + Paged.jsHTML → PDF conversion
HTMLKaTeX, MermaidMath formulas, diagrams
ProcesspikepdfForm filling, page operations, metadata
ProcesspdfplumberText and table extraction
ProcessLibreOfficeOffice → PDF conversion
LaTeXTectonicLaTeX → PDF compilation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.85%
按下载量换算460

Claude

32.32%
按下载量换算415

Cursor

19.82%
按下载量换算254

Gemini CLI

9.48%
按下载量换算122

安全审计

Gen Agent Trust Hub

未通过

Socket

可疑

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills