31 lines
540 B
JSON
31 lines
540 B
JSON
{
|
|
"name": "Web-Access Skill 源码解析",
|
|
"description": "Claude Code 联网增强 Skill 源码分析与功能说明",
|
|
"status": "active",
|
|
"kind": "analysis",
|
|
"created": "2026-03-27",
|
|
"ports": [
|
|
{
|
|
"port": 4310,
|
|
"label": "dev",
|
|
"fixed": true
|
|
}
|
|
],
|
|
"stack": [
|
|
"HTML",
|
|
"JavaScript",
|
|
"Node.js"
|
|
],
|
|
"urls": [
|
|
{
|
|
"url": "http://localhost:4310",
|
|
"type": "docs",
|
|
"label": "local docs"
|
|
}
|
|
],
|
|
"worklog": {
|
|
"path": ".memory/worklog.json",
|
|
"auto": true
|
|
}
|
|
}
|