1
0
Files
Skill/.claude/settings.local.json
lanyuanxiaoyao 6b4fcf2647 创建 lyxy-reader-html skill
- 新增 skill: lyxy-reader-html,用于解析 HTML 文件和 URL 网页内容
- 支持 URL 下载(pyppeteer → selenium → httpx → urllib 优先级回退)
- 支持 HTML 解析(trafilatura → domscribe → MarkItDown → html2text 优先级回退)
- 支持查询功能:全文提取、字数统计、行数统计、标题提取、章节提取、正则搜索
- 新增 spec: html-document-parsing
- 归档 change: create-lyxy-reader-html-skill
2026-03-08 02:02:03 +08:00

20 lines
402 B
JSON

{
"permissions": {
"allow": [
"Bash(uv:*)",
"Bash(openspec:*)",
"WebSearch",
"WebFetch(*)",
"Bash(pip index:*)",
"Bash(pip show:*)",
"Bash(mkdir:*)",
"Bash(ls:*)",
"Bash(git:*)",
"mcp__context7__resolve-library-id",
"mcp__context7__query-docs",
"mcp__exa__get_code_context_exa",
"mcp__exa__web_search_exa"
]
}
}