Install
openclaw skills install encrypted-file-reader读取本地授权访问的加密及受保护文本、Word和Excel文件内容,支持企业安全策略环境下的合法文件读取。
openclaw skills install encrypted-file-reader读取本地加密/受保护的文件内容,支持企业安全策略环境。
python D:\ai\skills\encrypted-file-reader\read_file.py <文件路径>
# 读取文本文件
python D:\ai\skills\encrypted-file-reader\read_file.py E:\data\test.txt
# 读取 Word 文档
python D:\ai\skills\encrypted-file-reader\read_file.py E:\data\test.docx
# 读取 Excel 表格
python D:\ai\skills\encrypted-file-reader\read_file.py E:\data\test.xlsx