← 返回 Skills 市场
jacob-g-park

polaris-datainsight-doc-extract

作者 jacob-g-park · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
292
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polaris-datainsight-doc-extract
功能描述
Extract structured data from Office documents (DOCX, PPTX, XLSX, HWP, HWPX) using the Polaris AI DataInsight Doc Extract API. Use when the user wants to pars...
安全使用建议
This skill appears to do what it says (send a document to Polaris DataInsight and parse the returned ZIP), but the registry metadata failing to declare the required POLARIS_DATAINSIGHT_API_KEY is a red flag you should resolve before installing. Actions to take before use: 1) Ask the publisher to update the registry metadata to list POLARIS_DATAINSIGHT_API_KEY as a required credential and to provide a homepage/source for verification. 2) Verify the API hostname (datainsight-api.polarisoffice.com) and the service terms/privacy policy on the official Polaris/Polaris Office site. 3) Only supply an API key you control; avoid putting long-lived/high-privilege credentials into shared environments. Prefer scoped or ephemeral keys if Polaris supports them. 4) Test with non-sensitive documents first to confirm where data is transmitted and how results are returned. 5) If you cannot confirm the publisher or metadata, treat the skill as untrusted and do not expose sensitive documents or secrets to it.
功能分析
Type: OpenClaw Skill Name: polaris-datainsight-doc-extract Version: 1.0.0 The skill is designed to extract structured data from Office documents by uploading them to the Polaris AI DataInsight API at `https://datainsight-api.polarisoffice.com`. It retrieves an API key from the `POLARIS_DATAINSIGHT_API_KEY` environment variable, which is a standard practice for handling secrets. The Python code in `SKILL.md` demonstrates reading a local file, making an HTTPS POST request to the specified endpoint, and processing the ZIP response. There is no evidence of arbitrary command execution, unauthorized file system access beyond the input document, or data exfiltration to unrelated external endpoints. The instructions for the AI agent are aligned with the skill's stated purpose and do not contain malicious prompt injection attempts.
能力评估
Purpose & Capability
The skill's stated purpose (extracting DOCX/PPTX/XLSX/HWP/HWPX via Polaris DataInsight) matches the runtime instructions (POST to datainsight-api.polarisoffice.com with x-po-di-apikey). However, the registry metadata lists no required environment variables or primary credential while the SKILL.md explicitly requires POLARIS_DATAINSIGHT_API_KEY — an incoherence between claimed requirements and runtime needs.
Instruction Scope
The SKILL.md stays within the stated purpose: it shows how to POST the file, parse the ZIP response, and return structured JSON. It does not instruct reading unrelated system files, harvesting other environment variables, or sending data to third parties besides the documented Polaris endpoints. It does instruct the agent to invoke the skill broadly when users mention document extraction, which is consistent with the skill's function.
Install Mechanism
This is instruction-only (no install spec, no code files). That minimizes install-time risk because nothing is downloaded or written by the skill itself.
Credentials
The SKILL.md requires an API key via the environment variable POLARIS_DATAINSIGHT_API_KEY and shows the x-po-di-apikey header, but the skill metadata did not declare any required env vars or a primary credential. Requesting a service API key is proportionate to the purpose, but the metadata omission is a mismatch that could mislead users about what secrets are needed and expected.
Persistence & Privilege
always is false and there are no install scripts or indications the skill will modify agent-wide settings or other skills. The skill does not request permanent platform privileges beyond normal autonomous invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polaris-datainsight-doc-extract
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polaris-datainsight-doc-extract 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Polaris DataInsight Doc Extract 1.0.0 — Initial Release - Extracts structured data from DOCX, PPTX, XLSX, HWP, and HWPX files using the Polaris AI DataInsight API. - Supports extracting text, images, tables (with CSV/HTML/JSON), charts (with CSV), shapes, equations, headers, and footers from Office-format documents. - Returns a unified, page-based JSON schema for all elements, packaged in a ZIP file response. - Ready for parsing document structure, building RAG pipelines, or automating Office data extraction workflows. - Includes usage examples in Python and curl; outlines authentication and API key requirements. - Designed for easy integration and scales for data analysis, document parsing, and content conversion tasks.
元数据
Slug polaris-datainsight-doc-extract
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

polaris-datainsight-doc-extract 是什么?

Extract structured data from Office documents (DOCX, PPTX, XLSX, HWP, HWPX) using the Polaris AI DataInsight Doc Extract API. Use when the user wants to pars... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。

如何安装 polaris-datainsight-doc-extract?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polaris-datainsight-doc-extract」即可一键安装,无需额外配置。

polaris-datainsight-doc-extract 是免费的吗?

是的,polaris-datainsight-doc-extract 完全免费(开源免费),可自由下载、安装和使用。

polaris-datainsight-doc-extract 支持哪些平台?

polaris-datainsight-doc-extract 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 polaris-datainsight-doc-extract?

由 jacob-g-park(@jacob-g-park)开发并维护,当前版本 v1.0.0。

💬 留言讨论