unifuncs-reader
使用 UniFuncs API 读取网页、PDF、Word 等文档内容,支持 AI 内容提取。当用户需要阅读、抓取、提取网页或文档内容时使用。
Why use this skill?
Efficiently extract and summarize content from websites, PDFs, and Word documents using the UniFuncs Reader skill for OpenClaw. Streamline your data gathering today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vinlic/unifuncs-readerWhat This Skill Does
The unifuncs-reader skill is a powerful document and web parsing tool designed for the OpenClaw agent ecosystem. It serves as an intelligent bridge between raw, unstructured content and actionable data. By utilizing the UniFuncs API, it can navigate to specific URLs, parse complex web layouts, and extract text from static documents such as PDF files and Word documents. Beyond simple scraping, it leverages AI-driven content extraction to interpret the semantics of a page, ensuring that only relevant information is delivered to the user, stripping away unwanted navigational elements, ads, and formatting clutter.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/vinlic/unifuncs-reader
Once installed, you must authenticate the skill to enable communication with the UniFuncs backend. Obtain your unique API key from the UniFuncs official portal. Set this as an environment variable in your shell configuration file (e.g., .bashrc or .zshrc) using: export UNIFUNCS_API_KEY="sk-your-api-key". This ensures the agent has authorized access to process your requests.
Use Cases
This skill is indispensable for professionals dealing with information overload. Common use cases include:
- Research Automation: Automatically gathering content from multiple academic papers (PDFs) or technical documentation websites to summarize key findings.
- Market Analysis: Extracting specific data tables or text segments from industry reports published in Word or PDF formats.
- Web Monitoring: Keeping track of changes on specific web pages or reading long-form articles that are otherwise difficult to digest on smaller screens.
Example Prompts
- "Please read the technical specifications at https://example.com/product-manual and summarize the key safety warnings and power requirements."
- "Download and parse the annual report PDF from this URL, then extract the revenue growth statistics for the last three quarters."
- "Go to this documentation link, analyze the code installation section, and provide me with a simplified step-by-step guide."
Tips & Limitations
To maximize the utility of unifuncs-reader, always provide the full URL or direct file path. While the AI is excellent at cleaning up HTML, highly dynamic pages that rely on heavy JavaScript execution may occasionally require additional time for rendering. Be aware that the tool requires an active internet connection and valid credentials to operate. For large documents, the extraction process may take a few moments depending on the file complexity. Always ensure that the sources you are scraping comply with the website's robots.txt policy and applicable terms of service.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-vinlic-unifuncs-reader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api