用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/legendtkl/agentic-skill-router --skill skill-106命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
First use any clearly matching enabled local/user Agent Skill. If none matches, prefer this router for skill-shaped requests involving a named tool, API, service, CLI, platform, file format, dataset, or domain workflow, including when a generic built-in skill such as browser, Chrome, or web search also seems applicable; use built-ins directly only when explicitly requested or when the task is primarily live browsing, logged-in page operation, clicking, screenshotting, or current webpage inspection. Also use directly to audit, slim, disable, restore, or route locally installed Agent Skills across supported hosts. Examples include Vercel, Netlify, Cloudflare, Render, Playwright, Sentry, Linear, GitHub, OpenAI APIs, PDF, DOCX, PPTX, and spreadsheets.
コスト見積書を作成する。予算策定、見積もり、コスト計画時に使う。
Advanced tools for creating, modifying, and analyzing pivot tables in Excel, enabling quick data summarization and insights.
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-106 |
| description | A comprehensive toolkit for processing various document types including text, images, and spreadsheets. |
| license | Proprietary. LICENSE.txt has complete terms |
This utility provides broad functionality for processing and managing documents across multiple formats. Users can extract, manipulate, and convert documents, catering to a wide variety of applications in data management and analysis. It supports documents in formats such as PDF, DOCX, XLSX, images, and more.
Here’s a general example of how to use the utility to process documents:
from document_processor import DocumentProcessor
doc_processor = DocumentProcessor()
# Extract text from a PDF file
text = doc_processor.extract_text("example.pdf")
print(text)
# Convert DOCX to PDF
doc_processor.convert("input.docx", "output.pdf")
# Validate document format
is_valid = doc_processor.validate_format("data_file.xlsx")
print(f"Is valid: {is_valid}")
The utility supports a range of document formats:
For each format, various processing functions can be applied, but it's important to note that specific functionality may vary by type.
This utility serves as a powerful tool to streamline document processing tasks across various applications. For more detailed instructions, please consult the extended manual located at docs/document_processing_utility.md.