Resources
1Install
npx skillscat add unifuncs/unifuncs-skill/unifuncs-reader Install via the SkillsCat registry.
SKILL.md
UniFuncs 网页阅读 Skill
读取网页、PDF、Word 等文档内容,支持 AI 内容提取。
首次使用配置
- 前往 https://unifuncs.com/account 获取 API Key
- 设置环境变量:
export UNIFUNCS_API_KEY="sk-your-api-key"
使用方法
python3 scripts/read.py "https://example.com"
# 查看所有参数
python3 scripts/read.py --help