Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

wps_office_auto_skill

本地办公自动化,支持文档生成与润色,合同审查,表格清洗与分析,PPT制作,PDF转换与批量处理。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 62 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (文档/表格/PPT/PDF 本地办公自动化) matches the included code and declared dependencies (python-docx, openpyxl, python-pptx, PyPDF2, pdfplumber, pandas, Pillow, reportlab, etc.). No unrelated credentials or cloud SDKs are requested.
Instruction Scope
SKILL.md and examples instruct the agent to call main.execute with parameters and show reading/writing local files (base64-encoded payloads). The instructions do not ask for environment variables or system-wide secrets. Note: examples and code perform file I/O on user-supplied files (PDF/Excel/Word), so the skill will process whatever files you pass to it.
Install Mechanism
No install spec in the skill metadata (instruction-only), so nothing is automatically downloaded at install time. The repository contains setup.py and requirements.txt for optional pip installation — both are standard and dependencies are well-known PyPI packages. No suspicious external download URLs are present in the provided files.
Credentials
The skill declares no required environment variables, no primary credential, and no special config paths. The code does not reference hidden env vars or tokens in the visible files. (DEPLOYMENT.md mentions CLAWHUB_TOKEN only for publishing the package, which is unrelated to runtime operation.)
Persistence & Privilege
Skill flags are default (always: false, agent-invocable, model invocation allowed). The skill does not request permanent platform-level privileges and does not attempt to modify other skills or system-wide agent settings in the visible files.
Assessment
This skill appears to be a coherent offline office automation package that processes files you provide (Word/Excel/PDF/PPT). Before installing: 1) Note a minor metadata mismatch — SKILL.md/CHANGELOG reference version 1.1.0 while registry metadata lists 1.0.2; verify you have the intended version. 2) Review and install the declared Python dependencies in a virtual environment (requirements.txt). 3) The skill will read and write local files you pass to it (examples use base64-encoded payloads); do not feed it sensitive files unless you trust the code and environment. 4) Although no network calls or credentials are present in the shown code, you should review the remaining truncated files (and run tests) to confirm there are no hidden network operations. 5) If you are concerned, run the skill in an isolated sandbox or virtual machine and inspect network activity during use.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.2
Download zip
latestvk979952n33dpdb0jmdfbesada5831dxg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

WPS Office Automation Skill

本地化的办公自动化ClawHub Skill,支持文档、表格、演示、PDF的全格式智能处理。

功能特性

文档处理

  • 公文生成:自动生成符合格式规范的公文(通知、报告、会议纪要)
  • 智能润色:支持正式化、精简化、商务化多风格润色
  • 合同审查:智能识别风险条款,生成审查报告

表格处理

  • 数据清洗:自动识别异常值、重复项,生成清洗报告
  • 智能分析:一句话完成求和、筛选、透视分析
  • 图表生成:自动创建可视化图表,支持多种样式

演示处理

  • 大纲生成:根据主题自动生成PPT大纲
  • 智能排版:自动匹配商务模板,完成图文排版
  • 批量生成:从Excel数据批量生成多页PPT

PDF处理

  • 格式转换:PDF转Word/Excel,保留格式
  • 内容提取:提取核心要点,生成摘要
  • 批量处理:合并/拆分/水印

使用方法

基本调用

from main import execute

result = await execute({
    "action": "生成通知公文",
    "doc_type": "notice",
    "title": "测试通知",
    "subject": "测试内容"
})

支持的操作类型

操作类型说明
generate_document生成公文
polish_document润色文档
review_contract审查合同
clean_data清洗数据
analyze_data分析数据
generate_chart生成图表
generate_ppt_outline生成PPT大纲
create_presentation创建演示文稿
convert_pdf转换PDF
extract_pdf提取PDF内容
merge_pdf合并PDF
split_pdf拆分PDF

技术特性

  • 本地处理,无需网络连接
  • 无需外部API密钥
  • 数据安全可控
  • 异步I/O操作
  • 模块化设计

依赖

  • python-docx>=0.8.11
  • openpyxl>=3.1.2
  • python-pptx>=0.6.21
  • PyPDF2>=3.0.1
  • pdfplumber>=0.10.3
  • pandas>=2.0.0
  • Pillow>=10.0.0
  • pydantic>=2.5.0
  • reportlab>=4.0.0

版本

当前版本: 1.1.0

详见 CHANGELOG.md

Files

21 total
Select a file
Select a file to preview.

Comments

Loading comments…