- 新增 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
20 lines
402 B
JSON
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"
|
|
]
|
|
}
|
|
}
|