[{"data":1,"prerenderedAt":4440},["ShallowReactive",2],{"best-practices:custom-skill-development":3,"content-manifest":1935},{"id":4,"title":5,"body":6,"category":1918,"date":1919,"description":1920,"difficulty":1921,"extension":1922,"meta":1923,"navigation":203,"path":1924,"seo":1925,"source":1919,"sourceName":1919,"sourceType":1926,"stem":1927,"tags":1928,"updatedAt":1933,"__hash__":1934},"bestPractices/best-practices/custom-skill-development.md","自定义技能开发指南",{"type":7,"value":8,"toc":1882},"minimark",[9,12,16,20,78,81,84,95,99,102,625,628,633,870,874,1057,1061,1110,1113,1119,1122,1128,1131,1135,1219,1222,1312,1315,1328,1331,1334,1384,1387,1418,1421,1517,1521,1524,1537,1540,1562,1565,1604,1607,1611,1614,1620,1624,1661,1665,1694,1698,1726,1730,1733,1795,1798,1801,1821,1824,1839,1842,1853,1856,1878],[10,11,5],"h1",{"id":5},[13,14,15],"p",{},"当现有技能无法满足你的特定需求时，开发自定义技能是最好的解决方案。这篇指南将带你从零开始创建一个完整的 OpenClaw 技能。",[17,18,19],"h2",{"id":19},"什么时候需要自定义技能",[21,22,23,36],"table",{},[24,25,26],"thead",{},[27,28,29,33],"tr",{},[30,31,32],"th",{},"场景",[30,34,35],{},"建议",[37,38,39,48,55,62,70],"tbody",{},[27,40,41,45],{},[42,43,44],"td",{},"需要调用内部 API 或私有服务",[42,46,47],{},"✅ 自定义技能",[27,49,50,53],{},[42,51,52],{},"需要特定的数据处理逻辑",[42,54,47],{},[27,56,57,60],{},[42,58,59],{},"需要集成公司内部工具",[42,61,47],{},[27,63,64,67],{},[42,65,66],{},"现有技能功能接近但不完全满足",[42,68,69],{},"先看能否通过配置调整",[27,71,72,75],{},[42,73,74],{},"只是需要简单的提示词增强",[42,76,77],{},"考虑 SOUL.md 或 Hooks",[17,79,80],{"id":80},"技能项目结构",[13,82,83],{},"一个标准的技能项目结构如下：",[85,86,91],"pre",{"className":87,"code":89,"language":90},[88],"language-text","my-skill/\n├── skill.yaml          # 技能配置文件（必需）\n├── skill.md            # 技能说明文档\n├── handler.py          # Python 处理逻辑\n├── handler.js          # 或 JavaScript 处理逻辑\n├── requirements.txt    # Python 依赖\n├── package.json        # JavaScript 依赖\n├── tests/\n│   └── test_handler.py # 测试文件\n├── examples/\n│   └── example-usage.md\n└── README.md\n","text",[92,93,89],"code",{"__ignoreMap":94},"",[17,96,98],{"id":97},"skillyaml-配置文件","skill.yaml 配置文件",[13,100,101],{},"这是技能的核心配置文件：",[85,103,107],{"className":104,"code":105,"language":106,"meta":94,"style":94},"language-yaml shiki shiki-themes github-light github-dark","# 基本信息\nname: my-custom-skill\nversion: 1.0.0\ndescription:\n  en: My custom skill for OpenClaw\n  zh: 我的 OpenClaw 自定义技能\nauthor: your-name\nlicense: MIT\n\n# 触发关键词\ntriggers:\n  - \"my skill\"\n  - \"自定义技能\"\n  - \"帮我处理\"\n\n# 参数定义\nparameters:\n  - name: input_text\n    type: string\n    required: true\n    description:\n      en: The text to process\n      zh: 需要处理的文本\n\n  - name: mode\n    type: enum\n    required: false\n    default: \"standard\"\n    options:\n      - \"standard\"\n      - \"advanced\"\n    description:\n      en: Processing mode\n      zh: 处理模式\n\n# 执行配置\nexecution:\n  handler: handler.py\n  timeout: 30\n  memory: 256\n\n# 权限声明\npermissions:\n  - network      # 网络访问\n  - filesystem   # 文件系统\n  - environment  # 环境变量\n\n# 环境变量需求\nenvironment:\n  - name: API_KEY\n    required: true\n    description: API 密钥\n\n  - name: API_URL\n    required: false\n    default: \"https://api.example.com\"\n    description: API 地址\n","yaml",[92,108,109,118,133,145,154,165,176,187,198,205,211,219,228,236,244,249,255,263,275,286,297,305,316,327,332,344,354,364,375,383,391,399,406,416,426,431,437,445,456,467,478,483,489,497,508,519,530,535,541,548,560,569,579,584,596,605,615],{"__ignoreMap":94},[110,111,114],"span",{"class":112,"line":113},"line",1,[110,115,117],{"class":116},"sJ8bj","# 基本信息\n",[110,119,121,125,129],{"class":112,"line":120},2,[110,122,124],{"class":123},"s9eBZ","name",[110,126,128],{"class":127},"sVt8B",": ",[110,130,132],{"class":131},"sZZnC","my-custom-skill\n",[110,134,136,139,141],{"class":112,"line":135},3,[110,137,138],{"class":123},"version",[110,140,128],{"class":127},[110,142,144],{"class":143},"sj4cs","1.0.0\n",[110,146,148,151],{"class":112,"line":147},4,[110,149,150],{"class":123},"description",[110,152,153],{"class":127},":\n",[110,155,157,160,162],{"class":112,"line":156},5,[110,158,159],{"class":123},"  en",[110,161,128],{"class":127},[110,163,164],{"class":131},"My custom skill for OpenClaw\n",[110,166,168,171,173],{"class":112,"line":167},6,[110,169,170],{"class":123},"  zh",[110,172,128],{"class":127},[110,174,175],{"class":131},"我的 OpenClaw 自定义技能\n",[110,177,179,182,184],{"class":112,"line":178},7,[110,180,181],{"class":123},"author",[110,183,128],{"class":127},[110,185,186],{"class":131},"your-name\n",[110,188,190,193,195],{"class":112,"line":189},8,[110,191,192],{"class":123},"license",[110,194,128],{"class":127},[110,196,197],{"class":131},"MIT\n",[110,199,201],{"class":112,"line":200},9,[110,202,204],{"emptyLinePlaceholder":203},true,"\n",[110,206,208],{"class":112,"line":207},10,[110,209,210],{"class":116},"# 触发关键词\n",[110,212,214,217],{"class":112,"line":213},11,[110,215,216],{"class":123},"triggers",[110,218,153],{"class":127},[110,220,222,225],{"class":112,"line":221},12,[110,223,224],{"class":127},"  - ",[110,226,227],{"class":131},"\"my skill\"\n",[110,229,231,233],{"class":112,"line":230},13,[110,232,224],{"class":127},[110,234,235],{"class":131},"\"自定义技能\"\n",[110,237,239,241],{"class":112,"line":238},14,[110,240,224],{"class":127},[110,242,243],{"class":131},"\"帮我处理\"\n",[110,245,247],{"class":112,"line":246},15,[110,248,204],{"emptyLinePlaceholder":203},[110,250,252],{"class":112,"line":251},16,[110,253,254],{"class":116},"# 参数定义\n",[110,256,258,261],{"class":112,"line":257},17,[110,259,260],{"class":123},"parameters",[110,262,153],{"class":127},[110,264,266,268,270,272],{"class":112,"line":265},18,[110,267,224],{"class":127},[110,269,124],{"class":123},[110,271,128],{"class":127},[110,273,274],{"class":131},"input_text\n",[110,276,278,281,283],{"class":112,"line":277},19,[110,279,280],{"class":123},"    type",[110,282,128],{"class":127},[110,284,285],{"class":131},"string\n",[110,287,289,292,294],{"class":112,"line":288},20,[110,290,291],{"class":123},"    required",[110,293,128],{"class":127},[110,295,296],{"class":143},"true\n",[110,298,300,303],{"class":112,"line":299},21,[110,301,302],{"class":123},"    description",[110,304,153],{"class":127},[110,306,308,311,313],{"class":112,"line":307},22,[110,309,310],{"class":123},"      en",[110,312,128],{"class":127},[110,314,315],{"class":131},"The text to process\n",[110,317,319,322,324],{"class":112,"line":318},23,[110,320,321],{"class":123},"      zh",[110,323,128],{"class":127},[110,325,326],{"class":131},"需要处理的文本\n",[110,328,330],{"class":112,"line":329},24,[110,331,204],{"emptyLinePlaceholder":203},[110,333,335,337,339,341],{"class":112,"line":334},25,[110,336,224],{"class":127},[110,338,124],{"class":123},[110,340,128],{"class":127},[110,342,343],{"class":131},"mode\n",[110,345,347,349,351],{"class":112,"line":346},26,[110,348,280],{"class":123},[110,350,128],{"class":127},[110,352,353],{"class":131},"enum\n",[110,355,357,359,361],{"class":112,"line":356},27,[110,358,291],{"class":123},[110,360,128],{"class":127},[110,362,363],{"class":143},"false\n",[110,365,367,370,372],{"class":112,"line":366},28,[110,368,369],{"class":123},"    default",[110,371,128],{"class":127},[110,373,374],{"class":131},"\"standard\"\n",[110,376,378,381],{"class":112,"line":377},29,[110,379,380],{"class":123},"    options",[110,382,153],{"class":127},[110,384,386,389],{"class":112,"line":385},30,[110,387,388],{"class":127},"      - ",[110,390,374],{"class":131},[110,392,394,396],{"class":112,"line":393},31,[110,395,388],{"class":127},[110,397,398],{"class":131},"\"advanced\"\n",[110,400,402,404],{"class":112,"line":401},32,[110,403,302],{"class":123},[110,405,153],{"class":127},[110,407,409,411,413],{"class":112,"line":408},33,[110,410,310],{"class":123},[110,412,128],{"class":127},[110,414,415],{"class":131},"Processing mode\n",[110,417,419,421,423],{"class":112,"line":418},34,[110,420,321],{"class":123},[110,422,128],{"class":127},[110,424,425],{"class":131},"处理模式\n",[110,427,429],{"class":112,"line":428},35,[110,430,204],{"emptyLinePlaceholder":203},[110,432,434],{"class":112,"line":433},36,[110,435,436],{"class":116},"# 执行配置\n",[110,438,440,443],{"class":112,"line":439},37,[110,441,442],{"class":123},"execution",[110,444,153],{"class":127},[110,446,448,451,453],{"class":112,"line":447},38,[110,449,450],{"class":123},"  handler",[110,452,128],{"class":127},[110,454,455],{"class":131},"handler.py\n",[110,457,459,462,464],{"class":112,"line":458},39,[110,460,461],{"class":123},"  timeout",[110,463,128],{"class":127},[110,465,466],{"class":143},"30\n",[110,468,470,473,475],{"class":112,"line":469},40,[110,471,472],{"class":123},"  memory",[110,474,128],{"class":127},[110,476,477],{"class":143},"256\n",[110,479,481],{"class":112,"line":480},41,[110,482,204],{"emptyLinePlaceholder":203},[110,484,486],{"class":112,"line":485},42,[110,487,488],{"class":116},"# 权限声明\n",[110,490,492,495],{"class":112,"line":491},43,[110,493,494],{"class":123},"permissions",[110,496,153],{"class":127},[110,498,500,502,505],{"class":112,"line":499},44,[110,501,224],{"class":127},[110,503,504],{"class":131},"network",[110,506,507],{"class":116},"      # 网络访问\n",[110,509,511,513,516],{"class":112,"line":510},45,[110,512,224],{"class":127},[110,514,515],{"class":131},"filesystem",[110,517,518],{"class":116},"   # 文件系统\n",[110,520,522,524,527],{"class":112,"line":521},46,[110,523,224],{"class":127},[110,525,526],{"class":131},"environment",[110,528,529],{"class":116},"  # 环境变量\n",[110,531,533],{"class":112,"line":532},47,[110,534,204],{"emptyLinePlaceholder":203},[110,536,538],{"class":112,"line":537},48,[110,539,540],{"class":116},"# 环境变量需求\n",[110,542,544,546],{"class":112,"line":543},49,[110,545,526],{"class":123},[110,547,153],{"class":127},[110,549,551,553,555,557],{"class":112,"line":550},50,[110,552,224],{"class":127},[110,554,124],{"class":123},[110,556,128],{"class":127},[110,558,559],{"class":131},"API_KEY\n",[110,561,563,565,567],{"class":112,"line":562},51,[110,564,291],{"class":123},[110,566,128],{"class":127},[110,568,296],{"class":143},[110,570,572,574,576],{"class":112,"line":571},52,[110,573,302],{"class":123},[110,575,128],{"class":127},[110,577,578],{"class":131},"API 密钥\n",[110,580,582],{"class":112,"line":581},53,[110,583,204],{"emptyLinePlaceholder":203},[110,585,587,589,591,593],{"class":112,"line":586},54,[110,588,224],{"class":127},[110,590,124],{"class":123},[110,592,128],{"class":127},[110,594,595],{"class":131},"API_URL\n",[110,597,599,601,603],{"class":112,"line":598},55,[110,600,291],{"class":123},[110,602,128],{"class":127},[110,604,363],{"class":143},[110,606,608,610,612],{"class":112,"line":607},56,[110,609,369],{"class":123},[110,611,128],{"class":127},[110,613,614],{"class":131},"\"https://api.example.com\"\n",[110,616,618,620,622],{"class":112,"line":617},57,[110,619,302],{"class":123},[110,621,128],{"class":127},[110,623,624],{"class":131},"API 地址\n",[17,626,627],{"id":627},"处理逻辑实现",[629,630,632],"h3",{"id":631},"python-实现","Python 实现",[85,634,638],{"className":635,"code":636,"language":637,"meta":94,"style":94},"language-python shiki shiki-themes github-light github-dark","# handler.py\nimport os\nimport json\nfrom typing import Dict, Any\n\ndef execute(params: Dict[str, Any]) -> Dict[str, Any]:\n    \"\"\"\n    技能执行入口函数\n\n    Args:\n        params: 包含所有参数的字典\n\n    Returns:\n        包含结果的字典\n    \"\"\"\n    input_text = params.get(\"input_text\", \"\")\n    mode = params.get(\"mode\", \"standard\")\n\n    # 获取环境变量\n    api_key = os.environ.get(\"API_KEY\")\n    api_url = os.environ.get(\"API_URL\", \"https://api.example.com\")\n\n    try:\n        # 处理逻辑\n        result = process_text(input_text, mode)\n\n        return {\n            \"success\": True,\n            \"result\": result,\n            \"metadata\": {\n                \"mode\": mode,\n                \"input_length\": len(input_text)\n            }\n        }\n    except Exception as e:\n        return {\n            \"success\": False,\n            \"error\": str(e)\n        }\n\ndef process_text(text: str, mode: str) -> str:\n    \"\"\"核心处理逻辑\"\"\"\n    if mode == \"advanced\":\n        # 高级处理\n        return text.upper()\n    else:\n        # 标准处理\n        return text.title()\n","python",[92,639,640,645,650,655,660,664,669,674,679,683,688,693,697,702,707,711,716,721,725,730,735,740,744,749,754,759,763,768,773,778,783,788,793,798,803,808,812,817,822,826,830,835,840,845,850,855,860,865],{"__ignoreMap":94},[110,641,642],{"class":112,"line":113},[110,643,644],{},"# handler.py\n",[110,646,647],{"class":112,"line":120},[110,648,649],{},"import os\n",[110,651,652],{"class":112,"line":135},[110,653,654],{},"import json\n",[110,656,657],{"class":112,"line":147},[110,658,659],{},"from typing import Dict, Any\n",[110,661,662],{"class":112,"line":156},[110,663,204],{"emptyLinePlaceholder":203},[110,665,666],{"class":112,"line":167},[110,667,668],{},"def execute(params: Dict[str, Any]) -> Dict[str, Any]:\n",[110,670,671],{"class":112,"line":178},[110,672,673],{},"    \"\"\"\n",[110,675,676],{"class":112,"line":189},[110,677,678],{},"    技能执行入口函数\n",[110,680,681],{"class":112,"line":200},[110,682,204],{"emptyLinePlaceholder":203},[110,684,685],{"class":112,"line":207},[110,686,687],{},"    Args:\n",[110,689,690],{"class":112,"line":213},[110,691,692],{},"        params: 包含所有参数的字典\n",[110,694,695],{"class":112,"line":221},[110,696,204],{"emptyLinePlaceholder":203},[110,698,699],{"class":112,"line":230},[110,700,701],{},"    Returns:\n",[110,703,704],{"class":112,"line":238},[110,705,706],{},"        包含结果的字典\n",[110,708,709],{"class":112,"line":246},[110,710,673],{},[110,712,713],{"class":112,"line":251},[110,714,715],{},"    input_text = params.get(\"input_text\", \"\")\n",[110,717,718],{"class":112,"line":257},[110,719,720],{},"    mode = params.get(\"mode\", \"standard\")\n",[110,722,723],{"class":112,"line":265},[110,724,204],{"emptyLinePlaceholder":203},[110,726,727],{"class":112,"line":277},[110,728,729],{},"    # 获取环境变量\n",[110,731,732],{"class":112,"line":288},[110,733,734],{},"    api_key = os.environ.get(\"API_KEY\")\n",[110,736,737],{"class":112,"line":299},[110,738,739],{},"    api_url = os.environ.get(\"API_URL\", \"https://api.example.com\")\n",[110,741,742],{"class":112,"line":307},[110,743,204],{"emptyLinePlaceholder":203},[110,745,746],{"class":112,"line":318},[110,747,748],{},"    try:\n",[110,750,751],{"class":112,"line":329},[110,752,753],{},"        # 处理逻辑\n",[110,755,756],{"class":112,"line":334},[110,757,758],{},"        result = process_text(input_text, mode)\n",[110,760,761],{"class":112,"line":346},[110,762,204],{"emptyLinePlaceholder":203},[110,764,765],{"class":112,"line":356},[110,766,767],{},"        return {\n",[110,769,770],{"class":112,"line":366},[110,771,772],{},"            \"success\": True,\n",[110,774,775],{"class":112,"line":377},[110,776,777],{},"            \"result\": result,\n",[110,779,780],{"class":112,"line":385},[110,781,782],{},"            \"metadata\": {\n",[110,784,785],{"class":112,"line":393},[110,786,787],{},"                \"mode\": mode,\n",[110,789,790],{"class":112,"line":401},[110,791,792],{},"                \"input_length\": len(input_text)\n",[110,794,795],{"class":112,"line":408},[110,796,797],{},"            }\n",[110,799,800],{"class":112,"line":418},[110,801,802],{},"        }\n",[110,804,805],{"class":112,"line":428},[110,806,807],{},"    except Exception as e:\n",[110,809,810],{"class":112,"line":433},[110,811,767],{},[110,813,814],{"class":112,"line":439},[110,815,816],{},"            \"success\": False,\n",[110,818,819],{"class":112,"line":447},[110,820,821],{},"            \"error\": str(e)\n",[110,823,824],{"class":112,"line":458},[110,825,802],{},[110,827,828],{"class":112,"line":469},[110,829,204],{"emptyLinePlaceholder":203},[110,831,832],{"class":112,"line":480},[110,833,834],{},"def process_text(text: str, mode: str) -> str:\n",[110,836,837],{"class":112,"line":485},[110,838,839],{},"    \"\"\"核心处理逻辑\"\"\"\n",[110,841,842],{"class":112,"line":491},[110,843,844],{},"    if mode == \"advanced\":\n",[110,846,847],{"class":112,"line":499},[110,848,849],{},"        # 高级处理\n",[110,851,852],{"class":112,"line":510},[110,853,854],{},"        return text.upper()\n",[110,856,857],{"class":112,"line":521},[110,858,859],{},"    else:\n",[110,861,862],{"class":112,"line":532},[110,863,864],{},"        # 标准处理\n",[110,866,867],{"class":112,"line":537},[110,868,869],{},"        return text.title()\n",[629,871,873],{"id":872},"javascript-实现","JavaScript 实现",[85,875,879],{"className":876,"code":877,"language":878,"meta":94,"style":94},"language-javascript shiki shiki-themes github-light github-dark","// handler.js\nmodule.exports = {\n  async execute(params) {\n    const { input_text, mode = 'standard' } = params\n\n    const apiKey = process.env.API_KEY\n    const apiUrl = process.env.API_URL || 'https://api.example.com'\n\n    try {\n      const result = await processText(input_text, mode)\n\n      return {\n        success: true,\n        result,\n        metadata: {\n          mode,\n          inputLength: input_text.length\n        }\n      }\n    } catch (error) {\n      return {\n        success: false,\n        error: error.message\n      }\n    }\n  }\n}\n\nasync function processText(text, mode) {\n  if (mode === 'advanced') {\n    return text.toUpperCase()\n  }\n  return text\n    .split(' ')\n    .map(word => word.charAt(0).toUpperCase() + word.slice(1))\n    .join(' ')\n}\n","javascript",[92,880,881,886,891,896,901,905,910,915,919,924,929,933,938,943,948,953,958,963,967,972,977,981,986,991,995,1000,1005,1010,1014,1019,1024,1029,1033,1038,1043,1048,1053],{"__ignoreMap":94},[110,882,883],{"class":112,"line":113},[110,884,885],{},"// handler.js\n",[110,887,888],{"class":112,"line":120},[110,889,890],{},"module.exports = {\n",[110,892,893],{"class":112,"line":135},[110,894,895],{},"  async execute(params) {\n",[110,897,898],{"class":112,"line":147},[110,899,900],{},"    const { input_text, mode = 'standard' } = params\n",[110,902,903],{"class":112,"line":156},[110,904,204],{"emptyLinePlaceholder":203},[110,906,907],{"class":112,"line":167},[110,908,909],{},"    const apiKey = process.env.API_KEY\n",[110,911,912],{"class":112,"line":178},[110,913,914],{},"    const apiUrl = process.env.API_URL || 'https://api.example.com'\n",[110,916,917],{"class":112,"line":189},[110,918,204],{"emptyLinePlaceholder":203},[110,920,921],{"class":112,"line":200},[110,922,923],{},"    try {\n",[110,925,926],{"class":112,"line":207},[110,927,928],{},"      const result = await processText(input_text, mode)\n",[110,930,931],{"class":112,"line":213},[110,932,204],{"emptyLinePlaceholder":203},[110,934,935],{"class":112,"line":221},[110,936,937],{},"      return {\n",[110,939,940],{"class":112,"line":230},[110,941,942],{},"        success: true,\n",[110,944,945],{"class":112,"line":238},[110,946,947],{},"        result,\n",[110,949,950],{"class":112,"line":246},[110,951,952],{},"        metadata: {\n",[110,954,955],{"class":112,"line":251},[110,956,957],{},"          mode,\n",[110,959,960],{"class":112,"line":257},[110,961,962],{},"          inputLength: input_text.length\n",[110,964,965],{"class":112,"line":265},[110,966,802],{},[110,968,969],{"class":112,"line":277},[110,970,971],{},"      }\n",[110,973,974],{"class":112,"line":288},[110,975,976],{},"    } catch (error) {\n",[110,978,979],{"class":112,"line":299},[110,980,937],{},[110,982,983],{"class":112,"line":307},[110,984,985],{},"        success: false,\n",[110,987,988],{"class":112,"line":318},[110,989,990],{},"        error: error.message\n",[110,992,993],{"class":112,"line":329},[110,994,971],{},[110,996,997],{"class":112,"line":334},[110,998,999],{},"    }\n",[110,1001,1002],{"class":112,"line":346},[110,1003,1004],{},"  }\n",[110,1006,1007],{"class":112,"line":356},[110,1008,1009],{},"}\n",[110,1011,1012],{"class":112,"line":366},[110,1013,204],{"emptyLinePlaceholder":203},[110,1015,1016],{"class":112,"line":377},[110,1017,1018],{},"async function processText(text, mode) {\n",[110,1020,1021],{"class":112,"line":385},[110,1022,1023],{},"  if (mode === 'advanced') {\n",[110,1025,1026],{"class":112,"line":393},[110,1027,1028],{},"    return text.toUpperCase()\n",[110,1030,1031],{"class":112,"line":401},[110,1032,1004],{},[110,1034,1035],{"class":112,"line":408},[110,1036,1037],{},"  return text\n",[110,1039,1040],{"class":112,"line":418},[110,1041,1042],{},"    .split(' ')\n",[110,1044,1045],{"class":112,"line":428},[110,1046,1047],{},"    .map(word => word.charAt(0).toUpperCase() + word.slice(1))\n",[110,1049,1050],{"class":112,"line":433},[110,1051,1052],{},"    .join(' ')\n",[110,1054,1055],{"class":112,"line":439},[110,1056,1009],{},[17,1058,1060],{"id":1059},"技能说明文档-skillmd","技能说明文档 (skill.md)",[85,1062,1066],{"className":1063,"code":1064,"language":1065,"meta":94,"style":94},"language-markdown shiki shiki-themes github-light github-dark","# My Custom Skill\n\n## 功能说明\n\n这个技能用于处理文本，支持标准和高级两种模式。\n\n## 使用方法\n\n### 基本用法\n\n","markdown",[92,1067,1068,1074,1078,1083,1087,1092,1096,1101,1105],{"__ignoreMap":94},[110,1069,1070],{"class":112,"line":113},[110,1071,1073],{"class":1072},"sq-ep","# My Custom Skill\n",[110,1075,1076],{"class":112,"line":120},[110,1077,204],{"emptyLinePlaceholder":203},[110,1079,1080],{"class":112,"line":135},[110,1081,1082],{"class":1072},"## 功能说明\n",[110,1084,1085],{"class":112,"line":147},[110,1086,204],{"emptyLinePlaceholder":203},[110,1088,1089],{"class":112,"line":156},[110,1090,1091],{"class":127},"这个技能用于处理文本，支持标准和高级两种模式。\n",[110,1093,1094],{"class":112,"line":167},[110,1095,204],{"emptyLinePlaceholder":203},[110,1097,1098],{"class":112,"line":178},[110,1099,1100],{"class":1072},"## 使用方法\n",[110,1102,1103],{"class":112,"line":189},[110,1104,204],{"emptyLinePlaceholder":203},[110,1106,1107],{"class":112,"line":200},[110,1108,1109],{"class":1072},"### 基本用法\n",[13,1111,1112],{},"请用自定义技能处理这段文字：你好世界",[85,1114,1117],{"className":1115,"code":1116,"language":90},[88],"\n### 指定模式\n\n",[92,1118,1116],{"__ignoreMap":94},[13,1120,1121],{},"请用自定义技能的高级模式处理：hello world",[85,1123,1126],{"className":1124,"code":1125,"language":90},[88],"\n## 参数说明\n\n| 参数 | 类型 | 必需 | 说明 |\n|------|------|------|------|\n| input_text | string | 是 | 需要处理的文本 |\n| mode | enum | 否 | 处理模式：standard 或 advanced |\n\n## 示例\n\n输入：`请用自定义技能处理：hello world`\n输出：`Hello World`\n\n输入：`请用自定义技能的高级模式处理：hello world`\n输出：`HELLO WORLD`\n",[92,1127,1125],{"__ignoreMap":94},[17,1129,1130],{"id":1130},"本地测试",[629,1132,1134],{"id":1133},"使用-cli-测试","使用 CLI 测试",[85,1136,1140],{"className":1137,"code":1138,"language":1139,"meta":94,"style":94},"language-bash shiki shiki-themes github-light github-dark","# 测试技能\nopenclaw skills test my-skill --input '{\"input_text\": \"hello world\"}'\n\n# 指定模式测试\nopenclaw skills test my-skill --input '{\"input_text\": \"hello world\", \"mode\": \"advanced\"}'\n\n# 查看详细输出\nopenclaw skills test my-skill --input '{\"input_text\": \"test\"}' --verbose\n","bash",[92,1141,1142,1147,1168,1172,1177,1192,1196,1201],{"__ignoreMap":94},[110,1143,1144],{"class":112,"line":113},[110,1145,1146],{"class":116},"# 测试技能\n",[110,1148,1149,1153,1156,1159,1162,1165],{"class":112,"line":120},[110,1150,1152],{"class":1151},"sScJk","openclaw",[110,1154,1155],{"class":131}," skills",[110,1157,1158],{"class":131}," test",[110,1160,1161],{"class":131}," my-skill",[110,1163,1164],{"class":143}," --input",[110,1166,1167],{"class":131}," '{\"input_text\": \"hello world\"}'\n",[110,1169,1170],{"class":112,"line":135},[110,1171,204],{"emptyLinePlaceholder":203},[110,1173,1174],{"class":112,"line":147},[110,1175,1176],{"class":116},"# 指定模式测试\n",[110,1178,1179,1181,1183,1185,1187,1189],{"class":112,"line":156},[110,1180,1152],{"class":1151},[110,1182,1155],{"class":131},[110,1184,1158],{"class":131},[110,1186,1161],{"class":131},[110,1188,1164],{"class":143},[110,1190,1191],{"class":131}," '{\"input_text\": \"hello world\", \"mode\": \"advanced\"}'\n",[110,1193,1194],{"class":112,"line":167},[110,1195,204],{"emptyLinePlaceholder":203},[110,1197,1198],{"class":112,"line":178},[110,1199,1200],{"class":116},"# 查看详细输出\n",[110,1202,1203,1205,1207,1209,1211,1213,1216],{"class":112,"line":189},[110,1204,1152],{"class":1151},[110,1206,1155],{"class":131},[110,1208,1158],{"class":131},[110,1210,1161],{"class":131},[110,1212,1164],{"class":143},[110,1214,1215],{"class":131}," '{\"input_text\": \"test\"}'",[110,1217,1218],{"class":143}," --verbose\n",[629,1220,1221],{"id":1221},"单元测试",[85,1223,1225],{"className":635,"code":1224,"language":637,"meta":94,"style":94},"# tests/test_handler.py\nimport pytest\nfrom handler import execute\n\ndef test_standard_mode():\n    result = execute({\"input_text\": \"hello world\"})\n    assert result[\"success\"] is True\n    assert result[\"result\"] == \"Hello World\"\n\ndef test_advanced_mode():\n    result = execute({\"input_text\": \"hello world\", \"mode\": \"advanced\"})\n    assert result[\"success\"] is True\n    assert result[\"result\"] == \"HELLO WORLD\"\n\ndef test_empty_input():\n    result = execute({\"input_text\": \"\"})\n    assert result[\"success\"] is True\n    assert result[\"result\"] == \"\"\n",[92,1226,1227,1232,1237,1242,1246,1251,1256,1261,1266,1270,1275,1280,1284,1289,1293,1298,1303,1307],{"__ignoreMap":94},[110,1228,1229],{"class":112,"line":113},[110,1230,1231],{},"# tests/test_handler.py\n",[110,1233,1234],{"class":112,"line":120},[110,1235,1236],{},"import pytest\n",[110,1238,1239],{"class":112,"line":135},[110,1240,1241],{},"from handler import execute\n",[110,1243,1244],{"class":112,"line":147},[110,1245,204],{"emptyLinePlaceholder":203},[110,1247,1248],{"class":112,"line":156},[110,1249,1250],{},"def test_standard_mode():\n",[110,1252,1253],{"class":112,"line":167},[110,1254,1255],{},"    result = execute({\"input_text\": \"hello world\"})\n",[110,1257,1258],{"class":112,"line":178},[110,1259,1260],{},"    assert result[\"success\"] is True\n",[110,1262,1263],{"class":112,"line":189},[110,1264,1265],{},"    assert result[\"result\"] == \"Hello World\"\n",[110,1267,1268],{"class":112,"line":200},[110,1269,204],{"emptyLinePlaceholder":203},[110,1271,1272],{"class":112,"line":207},[110,1273,1274],{},"def test_advanced_mode():\n",[110,1276,1277],{"class":112,"line":213},[110,1278,1279],{},"    result = execute({\"input_text\": \"hello world\", \"mode\": \"advanced\"})\n",[110,1281,1282],{"class":112,"line":221},[110,1283,1260],{},[110,1285,1286],{"class":112,"line":230},[110,1287,1288],{},"    assert result[\"result\"] == \"HELLO WORLD\"\n",[110,1290,1291],{"class":112,"line":238},[110,1292,204],{"emptyLinePlaceholder":203},[110,1294,1295],{"class":112,"line":246},[110,1296,1297],{},"def test_empty_input():\n",[110,1299,1300],{"class":112,"line":251},[110,1301,1302],{},"    result = execute({\"input_text\": \"\"})\n",[110,1304,1305],{"class":112,"line":257},[110,1306,1260],{},[110,1308,1309],{"class":112,"line":265},[110,1310,1311],{},"    assert result[\"result\"] == \"\"\n",[13,1313,1314],{},"运行测试：",[85,1316,1318],{"className":1137,"code":1317,"language":1139,"meta":94,"style":94},"pytest tests/\n",[92,1319,1320],{"__ignoreMap":94},[110,1321,1322,1325],{"class":112,"line":113},[110,1323,1324],{"class":1151},"pytest",[110,1326,1327],{"class":131}," tests/\n",[17,1329,1330],{"id":1330},"安装与部署",[629,1332,1333],{"id":1333},"本地安装",[85,1335,1337],{"className":1137,"code":1336,"language":1139,"meta":94,"style":94},"# 从本地目录安装\nopenclaw skills install ./my-skill\n\n# 验证安装\nopenclaw skills list | grep my-skill\n",[92,1338,1339,1344,1356,1360,1365],{"__ignoreMap":94},[110,1340,1341],{"class":112,"line":113},[110,1342,1343],{"class":116},"# 从本地目录安装\n",[110,1345,1346,1348,1350,1353],{"class":112,"line":120},[110,1347,1152],{"class":1151},[110,1349,1155],{"class":131},[110,1351,1352],{"class":131}," install",[110,1354,1355],{"class":131}," ./my-skill\n",[110,1357,1358],{"class":112,"line":135},[110,1359,204],{"emptyLinePlaceholder":203},[110,1361,1362],{"class":112,"line":147},[110,1363,1364],{"class":116},"# 验证安装\n",[110,1366,1367,1369,1371,1374,1378,1381],{"class":112,"line":156},[110,1368,1152],{"class":1151},[110,1370,1155],{"class":131},[110,1372,1373],{"class":131}," list",[110,1375,1377],{"class":1376},"szBVR"," |",[110,1379,1380],{"class":1151}," grep",[110,1382,1383],{"class":131}," my-skill\n",[629,1385,1386],{"id":1386},"配置环境变量",[85,1388,1390],{"className":1137,"code":1389,"language":1139,"meta":94,"style":94},"# 在 .env 文件中添加\nAPI_KEY=your-api-key-here\nAPI_URL=https://api.example.com\n",[92,1391,1392,1397,1408],{"__ignoreMap":94},[110,1393,1394],{"class":112,"line":113},[110,1395,1396],{"class":116},"# 在 .env 文件中添加\n",[110,1398,1399,1402,1405],{"class":112,"line":120},[110,1400,1401],{"class":127},"API_KEY",[110,1403,1404],{"class":1376},"=",[110,1406,1407],{"class":131},"your-api-key-here\n",[110,1409,1410,1413,1415],{"class":112,"line":135},[110,1411,1412],{"class":127},"API_URL",[110,1414,1404],{"class":1376},[110,1416,1417],{"class":131},"https://api.example.com\n",[13,1419,1420],{},"或在配置文件中：",[85,1422,1426],{"className":1423,"code":1424,"language":1425,"meta":94,"style":94},"language-json shiki shiki-themes github-light github-dark","{\n  \"skills\": {\n    \"entries\": {\n      \"my-custom-skill\": {\n        \"enabled\": true,\n        \"config\": {\n          \"apiKey\": \"${API_KEY}\",\n          \"apiUrl\": \"${API_URL}\"\n        }\n      }\n    }\n  }\n}\n","json",[92,1427,1428,1433,1441,1448,1455,1468,1475,1487,1497,1501,1505,1509,1513],{"__ignoreMap":94},[110,1429,1430],{"class":112,"line":113},[110,1431,1432],{"class":127},"{\n",[110,1434,1435,1438],{"class":112,"line":120},[110,1436,1437],{"class":143},"  \"skills\"",[110,1439,1440],{"class":127},": {\n",[110,1442,1443,1446],{"class":112,"line":135},[110,1444,1445],{"class":143},"    \"entries\"",[110,1447,1440],{"class":127},[110,1449,1450,1453],{"class":112,"line":147},[110,1451,1452],{"class":143},"      \"my-custom-skill\"",[110,1454,1440],{"class":127},[110,1456,1457,1460,1462,1465],{"class":112,"line":156},[110,1458,1459],{"class":143},"        \"enabled\"",[110,1461,128],{"class":127},[110,1463,1464],{"class":143},"true",[110,1466,1467],{"class":127},",\n",[110,1469,1470,1473],{"class":112,"line":167},[110,1471,1472],{"class":143},"        \"config\"",[110,1474,1440],{"class":127},[110,1476,1477,1480,1482,1485],{"class":112,"line":178},[110,1478,1479],{"class":143},"          \"apiKey\"",[110,1481,128],{"class":127},[110,1483,1484],{"class":131},"\"${API_KEY}\"",[110,1486,1467],{"class":127},[110,1488,1489,1492,1494],{"class":112,"line":189},[110,1490,1491],{"class":143},"          \"apiUrl\"",[110,1493,128],{"class":127},[110,1495,1496],{"class":131},"\"${API_URL}\"\n",[110,1498,1499],{"class":112,"line":200},[110,1500,802],{"class":127},[110,1502,1503],{"class":112,"line":207},[110,1504,971],{"class":127},[110,1506,1507],{"class":112,"line":213},[110,1508,999],{"class":127},[110,1510,1511],{"class":112,"line":221},[110,1512,1004],{"class":127},[110,1514,1515],{"class":112,"line":230},[110,1516,1009],{"class":127},[17,1518,1520],{"id":1519},"发布到-clawhub","发布到 ClawHub",[629,1522,1523],{"id":1523},"准备发布",[1525,1526,1527,1531,1534],"ol",{},[1528,1529,1530],"li",{},"确保技能完整且经过测试",[1528,1532,1533],{},"更新版本号",[1528,1535,1536],{},"准备 README 和文档",[629,1538,1539],{"id":1539},"打包",[85,1541,1543],{"className":1137,"code":1542,"language":1139,"meta":94,"style":94},"openclaw skills pack my-skill -o my-skill.ocpkg\n",[92,1544,1545],{"__ignoreMap":94},[110,1546,1547,1549,1551,1554,1556,1559],{"class":112,"line":113},[110,1548,1152],{"class":1151},[110,1550,1155],{"class":131},[110,1552,1553],{"class":131}," pack",[110,1555,1161],{"class":131},[110,1557,1558],{"class":143}," -o",[110,1560,1561],{"class":131}," my-skill.ocpkg\n",[629,1563,1564],{"id":1564},"发布",[85,1566,1568],{"className":1137,"code":1567,"language":1139,"meta":94,"style":94},"# 登录 ClawHub\nopenclaw skills login\n\n# 发布技能\nopenclaw skills publish my-skill.ocpkg\n",[92,1569,1570,1575,1584,1588,1593],{"__ignoreMap":94},[110,1571,1572],{"class":112,"line":113},[110,1573,1574],{"class":116},"# 登录 ClawHub\n",[110,1576,1577,1579,1581],{"class":112,"line":120},[110,1578,1152],{"class":1151},[110,1580,1155],{"class":131},[110,1582,1583],{"class":131}," login\n",[110,1585,1586],{"class":112,"line":135},[110,1587,204],{"emptyLinePlaceholder":203},[110,1589,1590],{"class":112,"line":147},[110,1591,1592],{"class":116},"# 发布技能\n",[110,1594,1595,1597,1599,1602],{"class":112,"line":156},[110,1596,1152],{"class":1151},[110,1598,1155],{"class":131},[110,1600,1601],{"class":131}," publish",[110,1603,1561],{"class":131},[17,1605,1606],{"id":1606},"最佳实践",[629,1608,1610],{"id":1609},"_1-保持单一职责","1. 保持单一职责",[13,1612,1613],{},"每个技能应该只做一件事，并且做好它。",[85,1615,1618],{"className":1616,"code":1617,"language":90},[88],"✅ 好：一个技能只处理 PDF 转换\n❌ 差：一个技能处理 PDF、Word、Excel 转换\n",[92,1619,1617],{"__ignoreMap":94},[629,1621,1623],{"id":1622},"_2-提供清晰的错误信息","2. 提供清晰的错误信息",[85,1625,1627],{"className":635,"code":1626,"language":637,"meta":94,"style":94},"def execute(params):\n    if not params.get(\"input_text\"):\n        return {\n            \"success\": False,\n            \"error\": \"缺少必需参数：input_text\",\n            \"hint\": \"请提供需要处理的文本，例如：处理这段文字：你好\"\n        }\n",[92,1628,1629,1634,1639,1643,1647,1652,1657],{"__ignoreMap":94},[110,1630,1631],{"class":112,"line":113},[110,1632,1633],{},"def execute(params):\n",[110,1635,1636],{"class":112,"line":120},[110,1637,1638],{},"    if not params.get(\"input_text\"):\n",[110,1640,1641],{"class":112,"line":135},[110,1642,767],{},[110,1644,1645],{"class":112,"line":147},[110,1646,816],{},[110,1648,1649],{"class":112,"line":156},[110,1650,1651],{},"            \"error\": \"缺少必需参数：input_text\",\n",[110,1653,1654],{"class":112,"line":167},[110,1655,1656],{},"            \"hint\": \"请提供需要处理的文本，例如：处理这段文字：你好\"\n",[110,1658,1659],{"class":112,"line":178},[110,1660,802],{},[629,1662,1664],{"id":1663},"_3-支持中英文","3. 支持中英文",[85,1666,1668],{"className":104,"code":1667,"language":106,"meta":94,"style":94},"description:\n  en: Process text with custom logic\n  zh: 使用自定义逻辑处理文本\n",[92,1669,1670,1676,1685],{"__ignoreMap":94},[110,1671,1672,1674],{"class":112,"line":113},[110,1673,150],{"class":123},[110,1675,153],{"class":127},[110,1677,1678,1680,1682],{"class":112,"line":120},[110,1679,159],{"class":123},[110,1681,128],{"class":127},[110,1683,1684],{"class":131},"Process text with custom logic\n",[110,1686,1687,1689,1691],{"class":112,"line":135},[110,1688,170],{"class":123},[110,1690,128],{"class":127},[110,1692,1693],{"class":131},"使用自定义逻辑处理文本\n",[629,1695,1697],{"id":1696},"_4-合理的超时设置","4. 合理的超时设置",[85,1699,1701],{"className":104,"code":1700,"language":106,"meta":94,"style":94},"execution:\n  timeout: 30  # 简单操作 30 秒足够\n  # timeout: 300  # 复杂操作可以更长\n",[92,1702,1703,1709,1721],{"__ignoreMap":94},[110,1704,1705,1707],{"class":112,"line":113},[110,1706,442],{"class":123},[110,1708,153],{"class":127},[110,1710,1711,1713,1715,1718],{"class":112,"line":120},[110,1712,461],{"class":123},[110,1714,128],{"class":127},[110,1716,1717],{"class":143},"30",[110,1719,1720],{"class":116},"  # 简单操作 30 秒足够\n",[110,1722,1723],{"class":112,"line":135},[110,1724,1725],{"class":116},"  # timeout: 300  # 复杂操作可以更长\n",[629,1727,1729],{"id":1728},"_5-最小权限原则","5. 最小权限原则",[13,1731,1732],{},"只申请必要的权限：",[85,1734,1736],{"className":104,"code":1735,"language":106,"meta":94,"style":94},"# ✅ 只需要网络访问\npermissions:\n  - network\n\n# ❌ 不要申请不必要的权限\npermissions:\n  - network\n  - filesystem  # 如果不需要文件访问\n  - environment # 如果不需要环境变量\n",[92,1737,1738,1743,1749,1756,1760,1765,1771,1777,1786],{"__ignoreMap":94},[110,1739,1740],{"class":112,"line":113},[110,1741,1742],{"class":116},"# ✅ 只需要网络访问\n",[110,1744,1745,1747],{"class":112,"line":120},[110,1746,494],{"class":123},[110,1748,153],{"class":127},[110,1750,1751,1753],{"class":112,"line":135},[110,1752,224],{"class":127},[110,1754,1755],{"class":131},"network\n",[110,1757,1758],{"class":112,"line":147},[110,1759,204],{"emptyLinePlaceholder":203},[110,1761,1762],{"class":112,"line":156},[110,1763,1764],{"class":116},"# ❌ 不要申请不必要的权限\n",[110,1766,1767,1769],{"class":112,"line":167},[110,1768,494],{"class":123},[110,1770,153],{"class":127},[110,1772,1773,1775],{"class":112,"line":178},[110,1774,224],{"class":127},[110,1776,1755],{"class":131},[110,1778,1779,1781,1783],{"class":112,"line":189},[110,1780,224],{"class":127},[110,1782,515],{"class":131},[110,1784,1785],{"class":116},"  # 如果不需要文件访问\n",[110,1787,1788,1790,1792],{"class":112,"line":200},[110,1789,224],{"class":127},[110,1791,526],{"class":131},[110,1793,1794],{"class":116}," # 如果不需要环境变量\n",[17,1796,1797],{"id":1797},"常见问题",[629,1799,1800],{"id":1800},"技能安装后不生效",[1525,1802,1803,1809,1815],{},[1528,1804,1805,1806],{},"检查技能是否启用：",[92,1807,1808],{},"openclaw skills list",[1528,1810,1811,1812],{},"检查配置是否正确：",[92,1813,1814],{},"openclaw skills info my-skill",[1528,1816,1817,1818],{},"重启 Gateway：",[92,1819,1820],{},"openclaw restart",[629,1822,1823],{"id":1823},"环境变量读取失败",[1525,1825,1826,1829,1832],{},[1528,1827,1828],{},"确认 .env 文件位置正确",[1528,1830,1831],{},"检查变量名是否匹配",[1528,1833,1834,1835,1838],{},"使用 ",[92,1836,1837],{},"${VAR_NAME}"," 格式引用",[629,1840,1841],{"id":1841},"执行超时",[1525,1843,1844,1847,1850],{},[1528,1845,1846],{},"增加 timeout 设置",[1528,1848,1849],{},"优化处理逻辑",[1528,1851,1852],{},"考虑异步处理",[17,1854,1855],{"id":1855},"下一步",[1857,1858,1859,1866,1872],"ul",{},[1528,1860,1861],{},[1862,1863,1865],"a",{"href":1864},"/docs/manual/skills-system","Skills 系统详解",[1528,1867,1868],{},[1862,1869,1871],{"href":1870},"/best-practices/hooks-practical-guide","Hooks 实战指南",[1528,1873,1874],{},[1862,1875,1877],{"href":1876},"/docs/reference/configuration-reference","配置参考",[1879,1880,1881],"style",{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .s9eBZ, html code.shiki .s9eBZ{--shiki-default:#22863A;--shiki-dark:#85E89D}html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sq-ep, html code.shiki .sq-ep{--shiki-default:#005CC5;--shiki-default-font-weight:bold;--shiki-dark:#79B8FF;--shiki-dark-font-weight:bold}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}",{"title":94,"searchDepth":120,"depth":120,"links":1883},[1884,1885,1886,1887,1891,1892,1896,1900,1905,1912,1917],{"id":19,"depth":120,"text":19},{"id":80,"depth":120,"text":80},{"id":97,"depth":120,"text":98},{"id":627,"depth":120,"text":627,"children":1888},[1889,1890],{"id":631,"depth":135,"text":632},{"id":872,"depth":135,"text":873},{"id":1059,"depth":120,"text":1060},{"id":1130,"depth":120,"text":1130,"children":1893},[1894,1895],{"id":1133,"depth":135,"text":1134},{"id":1221,"depth":135,"text":1221},{"id":1330,"depth":120,"text":1330,"children":1897},[1898,1899],{"id":1333,"depth":135,"text":1333},{"id":1386,"depth":135,"text":1386},{"id":1519,"depth":120,"text":1520,"children":1901},[1902,1903,1904],{"id":1523,"depth":135,"text":1523},{"id":1539,"depth":135,"text":1539},{"id":1564,"depth":135,"text":1564},{"id":1606,"depth":120,"text":1606,"children":1906},[1907,1908,1909,1910,1911],{"id":1609,"depth":135,"text":1610},{"id":1622,"depth":135,"text":1623},{"id":1663,"depth":135,"text":1664},{"id":1696,"depth":135,"text":1697},{"id":1728,"depth":135,"text":1729},{"id":1797,"depth":120,"text":1797,"children":1913},[1914,1915,1916],{"id":1800,"depth":135,"text":1800},{"id":1823,"depth":135,"text":1823},{"id":1841,"depth":135,"text":1841},{"id":1855,"depth":120,"text":1855},"开发",null,"从零开始开发 OpenClaw 自定义技能，包括项目结构、配置文件、处理逻辑、测试方法和发布流程。","中级","md",{},"/best-practices/custom-skill-development",{"title":5,"description":1920},"official","best-practices/custom-skill-development",[1929,1930,1931,1932],"skills","development","custom","tutorial","2026-03-13","nUiu3GnfNsaRMk8mHnPdaTWG53reFa3DkgGWVFU3Msg",{"generatedAt":1936,"collections":1937,"totals":4438},"2026-04-01T13:45:24.307Z",{"docs":1938,"news":3086,"bestPractices":3823},{"count":1939,"items":1940},161,[1941,1955,1965,1974,1982,1987,1992,1999,2008,2015,2024,2031,2040,2048,2057,2064,2071,2077,2084,2091,2100,2108,2117,2126,2135,2144,2151,2156,2164,2173,2181,2190,2198,2203,2210,2218,2227,2234,2242,2248,2255,2260,2268,2275,2280,2290,2299,2306,2313,2320,2328,2334,2339,2345,2354,2359,2364,2371,2377,2385,2392,2398,2405,2410,2416,2423,2429,2439,2444,2453,2459,2464,2469,2477,2484,2490,2497,2505,2512,2519,2528,2536,2544,2551,2557,2564,2570,2579,2585,2592,2597,2606,2614,2622,2630,2637,2644,2654,2660,2666,2671,2679,2686,2693,2700,2706,2713,2718,2728,2739,2745,2751,2757,2763,2770,2777,2784,2793,2798,2803,2810,2817,2826,2833,2840,2846,2852,2859,2865,2870,2875,2882,2888,2896,2902,2909,2915,2924,2930,2936,2943,2949,2955,2963,2971,2976,2984,2990,2996,3003,3010,3015,3022,3032,3039,3045,3052,3058,3065,3071,3080],{"title":1942,"description":1943,"path":1944,"category":1945,"updatedAt":1946,"sourceType":1947,"tags":1948},"OpenClaw 核心概念","用一页建立 OpenClaw 的核心心智图，分清 Gateway、Agent、Channels、Tools、Skills、Memory 和 Control UI 各自负责什么。","/docs/getting-started/core-concepts","入门","2026-03-16","internal",[1949,1950,1951,1952,1953,1954],"concepts","gateway","agent","channels","tools","memory",{"title":1956,"description":1957,"path":1958,"category":1945,"updatedAt":1959,"sourceType":1947,"tags":1960},"如果你是开发团队，应该先走哪条入口","面向开发团队和独立开发者，帮助判断应该先理解架构、配置、渠道还是扩展能力，避免刚跑通就把 OpenClaw 做成一团难维护的实验场。","/docs/getting-started/developer-team-entry","2026-03-23",[1961,1962,1963,1964,1929],"developers","teams","architecture","configuration",{"title":1966,"description":1967,"path":1968,"category":1945,"updatedAt":1959,"sourceType":1947,"tags":1969},"如果你是企业运维，应该先走哪条入口","面向企业运维和长期维护者，帮助判断应该先看 Gateway、远程访问、安全还是升级治理，避免把 OpenClaw 当成一次性安装项目。","/docs/getting-started/enterprise-ops-entry",[1970,1971,1950,1972,1973],"enterprise","operations","security","upgrades",{"title":1975,"description":1976,"path":1977,"category":1945,"updatedAt":1978,"sourceType":1926,"tags":1979},"创建第一个 Agent","从零开始创建你的第一个 OpenClaw Agent，理解 Agent 的基本概念和配置方式。","/docs/getting-started/first-agent","2026-03-12",[1951,1980,1932,1981],"quickstart","basics",{"title":1983,"description":1984,"path":1985,"category":1945,"updatedAt":1978,"sourceType":1926,"tags":1986},"接入第一个渠道","学习如何将 OpenClaw Agent 接入消息渠道，实现多平台统一管理。","/docs/getting-started/first-channel",[1952,1980,1932,1981],{"title":1988,"description":1989,"path":1990,"category":1945,"updatedAt":1978,"sourceType":1926,"tags":1991},"添加第一个技能","学习如何为 OpenClaw Agent 添加和配置技能，让助手具备更多能力。","/docs/getting-started/first-skill",[1929,1980,1932,1981],{"title":1993,"description":1994,"path":1995,"category":1945,"updatedAt":1978,"sourceType":1926,"tags":1996},"创建第一个工作流","学习如何使用 OpenClaw 的工作流功能，实现自动化任务处理。","/docs/getting-started/first-workflow",[1997,1998,1980,1932],"workflow","automation",{"title":2000,"description":2001,"path":2002,"category":1945,"updatedAt":2003,"sourceType":1926,"tags":2004},"快速入门","按官方推荐链路，在本机完成 OpenClaw 的安装、初始化、状态检查和第一次进入 Control UI。","/docs/getting-started/getting-started","2026-03-11",[1980,2005,2006,2007],"installation","onboarding","dashboard",{"title":2009,"description":2010,"path":2011,"category":1945,"updatedAt":2003,"sourceType":1926,"tags":2012},"Onboarding 引导流程说明","基于官方 Onboarding 思路，说明第一次配置 OpenClaw 时应该先做什么、后做什么，以及哪些事情不要过早展开。","/docs/getting-started/onboarding-guide",[2006,2013,2014,1950],"daemon","setup",{"title":2016,"description":2017,"path":2018,"category":1945,"updatedAt":2019,"sourceType":1926,"tags":2020},"Onboarding 的本地模式和远程模式怎么选","基于最新官方 Onboarding Wizard 文档，整理 openclaw onboard 在 local 与 remote 两种模式下分别会做什么、不会做什么，以及第一次使用更适合走哪条路。","/docs/getting-started/onboarding-local-vs-remote","2026-03-21",[2006,2021,2022,1950,2023],"remote","local","wizard",{"title":2025,"description":2026,"path":2027,"category":1945,"updatedAt":1959,"sourceType":1947,"tags":2028},"如果你是个人用户，应该先走哪条入口","面向个人重度使用者，帮助判断应该先从 Dashboard、WebChat、渠道、模型还是 Skills 开始，而不是一上来就把整套能力全部接齐。","/docs/getting-started/personal-user-entry",[2029,2030,2007,1952,1929],"personal","getting-started",{"title":2032,"description":2033,"path":2034,"category":2035,"updatedAt":2003,"sourceType":1926,"tags":2036},"如何开始系统理解 OpenClaw","给第一次接触 OpenClaw 的中文用户一条更清晰的阅读顺序，先建立整体认知，再进入安装、接入和运维细节。","/docs/getting-started/reading-path","使用指南",[2037,2038,2039,2006],"reading-path","overview","docs",{"title":2041,"description":2042,"path":2043,"category":2044,"updatedAt":1933,"sourceType":1926,"tags":2045},"OpenClaw 是什么","用中文快速理解 OpenClaw 的定位、使用方式和它与普通聊天产品的差别。","/docs/getting-started/what-is-openclaw","产品",[2038,2046,1952,2047],"self-hosted","assistant",{"title":2049,"description":2050,"path":2051,"category":1945,"updatedAt":1959,"sourceType":1947,"tags":2052},"我什么时候再上 Skills、Plugins 和多 Agent","帮你判断现在是否已经适合进入 Skills、Plugins、Hooks 或多 Agent 扩展，而不是在基础链路未稳定时过早堆复杂度。","/docs/getting-started/when-to-add-skills-plugins-and-multi-agent",[1929,2053,2054,2055,2056],"plugins","multi-agent","hooks","decision",{"title":2058,"description":2059,"path":2060,"category":1945,"updatedAt":2061,"sourceType":1947,"tags":2062},"我什么时候该开始接入渠道","帮你判断现在是否已经适合进入 Telegram、WhatsApp、飞书等渠道接入，而不是在最小链路未稳定时过早增加复杂度。","/docs/getting-started/when-to-connect-channels","2026-03-24",[1952,2006,2056,1950,2063],"safety",{"title":2065,"description":2066,"path":2067,"category":1945,"updatedAt":2061,"sourceType":1947,"tags":2068},"模型、配置和安全这三页分别什么时候看","用最短方式判断什么时候该去看模型选择、关键配置和安全实践，避免把问题带到错误页面里越看越乱。","/docs/getting-started/when-to-read-models-config-security",[2069,2070,1972,2056,2030],"models","configurations",{"title":2072,"description":2073,"path":2074,"category":1945,"updatedAt":2061,"sourceType":1947,"tags":2075},"Dashboard、WebChat 和聊天渠道分别什么时候用","把 OpenClaw 最常见的三个使用入口拆开，帮助你判断什么时候该进 Dashboard，什么时候该用 WebChat，什么时候才值得接入 Telegram、飞书或 WhatsApp。","/docs/getting-started/when-to-use-dashboard-webchat-or-channels",[2007,2076,1952,2056,2030],"webchat",{"title":2078,"description":2079,"path":2080,"category":1945,"updatedAt":2061,"sourceType":1947,"tags":2081},"我应该先从哪个页面开始","面向第一次进入中文站的用户，按目标、角色和当前问题判断应该先看文档、学习路径、主题中心、视频还是案例。","/docs/getting-started/which-page-should-i-start-with",[2030,2056,2039,2082,2083],"paths","topics",{"title":2085,"description":2086,"path":2087,"category":2044,"updatedAt":2003,"sourceType":1926,"tags":2088},"OpenClaw 适合哪些用户","判断你是否真的需要 OpenClaw，以及它更适合哪类中文用户和团队。","/docs/getting-started/who-is-openclaw-for",[2089,1962,2090,2046],"users","scenarios",{"title":2092,"description":2093,"path":2094,"category":2095,"updatedAt":2003,"sourceType":2096,"tags":2097},"Agent 工作区结构说明","了解 OpenClaw 工作区里各类核心文件的作用，包括 AGENTS、SOUL、USER、MEMORY、日志、skills 和 sessions。","/docs/manual/agent-workspace","功能","third-party",[2098,2099,1954,1929],"workspace","soul",{"title":2101,"description":2102,"path":2103,"category":2104,"updatedAt":2003,"sourceType":1926,"tags":2105},"Gateway 架构概览","理解 OpenClaw 的 Gateway、Control-plane 客户端和 Nodes 如何协作，以及为什么它是一个单一长连接网关系统。","/docs/manual/architecture","架构",[1950,2106,1963,2107],"nodes","control-plane",{"title":2109,"description":2110,"path":2111,"category":2095,"updatedAt":2112,"sourceType":1926,"tags":2113},"bindings 的优先级怎么影响 agent 选择","基于最新官方 Channel Routing 与 Configuration 文档，解释 peer、guild、team、account、channel 和 default agent 的命中顺序，以及为什么 binding 命中问题常常看起来像“模型选错了”。","/docs/manual/bindings-precedence-and-agent-selection","2026-03-22",[2114,2115,2116,1952,1964],"bindings","routing","agents",{"title":2118,"description":2119,"path":2120,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2121},"BlueBubbles 与 iMessage 接入","为什么官方更推荐 BlueBubbles，而不是 legacy imsg，以及远程 Mac 和 webhook 模式下该注意什么。","/docs/manual/bluebubbles-imessage",[1952,2122,2123,2124,2125],"bluebubbles","imessage","macos","webhook",{"title":2127,"description":2128,"path":2129,"category":2095,"updatedAt":2130,"sourceType":1926,"tags":2131},"Broadcast Groups 和普通 routing 的边界怎么区分","基于最新官方 Broadcast Groups 与 Channel Routing 文档，解释 Broadcast Groups 何时会生效、为什么它不是 bindings 的替代品，以及多代理同群运行时的 session、工具和响应顺序边界。","/docs/manual/broadcast-groups-and-routing-boundaries","2026-03-25",[2132,2115,2133,2116,2134],"broadcast","groups","session",{"title":2136,"description":2137,"path":2138,"category":2139,"updatedAt":2140,"sourceType":1926,"tags":2141},"Broadcast 和普通 bindings 谁先生效，什么时候该用哪一个","基于最新官方 Broadcast Groups、Channel Routing 与 Groups 文档，整理 broadcast、bindings、group policy 和 mention gating 的生效顺序，帮助团队区分“多 agent 协作”和“单 agent 路由”到底该落在哪层。","/docs/manual/broadcast-vs-binding-precedence","使用说明","2026-03-29",[2132,2114,2115,2133,2142,2143],"precedence","manual",{"title":2145,"description":2146,"path":2147,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2148},"Camera Capture 与拍照/短视频能力","理解 OpenClaw 的 camera capture 如何通过 nodes 暴露给 agent，以及设备权限和用户设置为什么比命令本身更重要。","/docs/manual/camera-capture",[2149,2106,2150,2124,1951],"camera","mobile",{"title":2152,"description":2153,"path":2154,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2155},"频道与 Session 路由怎么决定上下文边界","基于最新官方 Channel Routing 文档，整理 OpenClaw 的 session key 形状、DM/main 合并、线程隔离、binding 优先级，以及为什么 routing 不是模型自己决定的。","/docs/manual/channel-routing-and-session-keys",[2115,2134,1952,2114,2133],{"title":2157,"description":2158,"path":2159,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2160},"OpenClaw 渠道能力概览","了解 OpenClaw 当前支持的主要聊天渠道、接入方式，以及第一次应该如何选择和配置渠道。","/docs/manual/channels-overview",[1952,2161,2162,2163],"telegram","whatsapp","discord",{"title":2165,"description":2166,"path":2167,"category":2095,"updatedAt":2112,"sourceType":1926,"tags":2168},"ClawHub 的搜索、信号和信任边界","基于最新官方 ClawHub 文档，整理技能注册表里的搜索、标签、下载信号、举报与 moderation 机制，以及中文用户挑选技能时最该看什么。","/docs/manual/clawhub-discovery-and-trust-signals",[2169,1929,2170,2171,2172],"clawhub","registry","moderation","discovery",{"title":2174,"description":2175,"path":2176,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2177},"ClawHub 的版本、锁文件和 sync 怎么理解","基于最新官方 ClawHub 文档，整理 skill bundle 的版本化、.clawhub/lock.json 的作用、sync 的扫描规则，以及为什么 ClawHub 不只是“安装站”。","/docs/manual/clawhub-versioning-and-sync",[2169,1929,2178,2179,2180],"sync","lockfile","versioning",{"title":2182,"description":2183,"path":2184,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2185},"社区插件目录怎么用","基于最新官方插件文档，整理 Community plugins 页面里最重要的筛选思路，帮助你判断哪些第三方插件值得装、哪些只适合观察。","/docs/manual/community-plugins-directory",[2053,2186,2187,2188,2189],"community","ecosystem","extensions","directory",{"title":2191,"description":2192,"path":2193,"category":2139,"updatedAt":2140,"sourceType":1926,"tags":2194},"Control UI 的 Tools 面板为什么更像运行时目录，不是静态配置页","基于最新官方 WebChat 文档，解释 Control UI `/agents` 里的 Tools 面板如何通过 tools.catalog 拉取运行时目录、何时回退到静态列表，以及为什么真正的可用性最终仍由 allow/deny 和多层策略优先级决定。","/docs/manual/control-ui-tools-catalog-and-policy-precedence",[2195,1953,2196,2197,2143],"control-ui","catalog","policy",{"title":2199,"description":2200,"path":2201,"category":1945,"updatedAt":2003,"sourceType":1926,"tags":2202},"Control UI 是什么","理解 Control UI 在 OpenClaw 中承担的角色，以及首次安装、排错和长期运行时应该如何使用它。","/docs/manual/control-ui",[2007,2195,1950,1971],{"title":2204,"description":2205,"path":2206,"category":2044,"updatedAt":2003,"sourceType":1926,"tags":2207},"OpenClaw 核心能力总览","用一页理解 OpenClaw 当前最重要的能力结构，包括渠道、控制台、扩展和运行边界。","/docs/manual/core-capabilities",[2208,1952,1929,2209],"capabilities","voice",{"title":2211,"description":2212,"path":2213,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2214},"Dashboard 快速打开与认证行为","基于最新官方 Dashboard 文档，整理 openclaw dashboard 的快速打开路径、token 在浏览器里的保存行为，以及本地与远程打开时最容易混淆的认证边界。","/docs/manual/dashboard-fast-path-and-auth",[2007,2195,2215,2216,2217],"auth","token","browser",{"title":2219,"description":2220,"path":2221,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2222},"Deepgram 音频转录怎么接","基于最新官方 Deepgram provider 文档，整理 OpenClaw 里语音转录的接入方式、配置重点，以及它和聊天模型 provider 的边界。","/docs/manual/deepgram-audio-transcription",[2223,2224,2225,2209,2226],"deepgram","transcription","audio","providers",{"title":2228,"description":2229,"path":2230,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2231},"Discord 与 Slack 接入重点","团队协作场景里，Discord 和 Slack 分别适合什么、和 Telegram/WhatsApp 的差别在哪里，以及群组响应策略该怎么收敛。","/docs/manual/discord-and-slack",[1952,2163,2232,2098,2233],"slack","team",{"title":2235,"description":2236,"path":2237,"category":2095,"updatedAt":1978,"sourceType":1926,"tags":2238},"Exec 工具、apply_patch 与执行审批","基于官方 exec、apply_patch 和 exec approvals 文档，解释高权限工具如何工作，为什么审批是硬边界，以及哪些配置最值得先看。","/docs/manual/exec-tools-and-approvals",[2239,2240,2241,1953,1972],"exec","apply-patch","approvals",{"title":2243,"description":2244,"path":2245,"category":2095,"updatedAt":2140,"sourceType":1926,"tags":2246},"从 Skills 到 Workflows：OpenClaw 扩展栈完整地图","把 Skills、Tools、插件、Hooks、ClawHub、OpenProse、Lobster 和审批流程收成一张扩展地图，帮助你判断什么时候该引入哪一层复杂度。","/docs/manual/extension-stack-full-map",[1929,1953,2053,2055,2247,2241],"workflows",{"title":2249,"description":2250,"path":2251,"category":2139,"updatedAt":2140,"sourceType":1926,"tags":2252},"Telegram forum topic、群 session 和 thread key 应该怎么一起看","基于最新官方 Groups 与 Channel Routing 文档，整理 Telegram forum topic 在 OpenClaw 里的 session key 形态、topic 级上下文隔离和群触发边界，帮助团队理解“同一群里的不同 topic”为什么已经不是同一条会话。","/docs/manual/forum-topics-and-group-session-keys",[2161,2253,2254,2115,2143],"forum-topics","sessions",{"title":2256,"description":2257,"path":2258,"category":2095,"updatedAt":2140,"sourceType":1926,"tags":2259},"从第一次跑通到长期运行：OpenClaw 的完整系统地图","把安装、Gateway、控制面、渠道、模型、记忆、自动化和长期维护放到一条完整主线上，帮助你从“先跑起来”过渡到“长期稳定使用”。","/docs/manual/from-first-run-to-long-running-system",[1963,1950,1952,2069,1954,1998],{"title":2261,"description":2262,"path":2263,"category":2095,"updatedAt":2130,"sourceType":1926,"tags":2264},"Headless nodes 和设备宿主边界怎么分","基于最新官方 Nodes、Architecture 与 Pairing 文档，解释 headless nodes、普通设备节点和 Gateway 之间的职责差异，帮助团队理解“能力跑在哪台机器上”这条边界。","/docs/manual/headless-node-hosts-and-device-boundaries",[2106,2265,2266,2267,1950],"headless","pairing","devices",{"title":2269,"description":2270,"path":2271,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2272},"Hooks 生命周期与事件类型","基于最新官方 Hooks 文档，解释 agent:bootstrap、session start/end、/new、/reset 等生命周期事件分别适合放什么逻辑，以及什么时候该用 hook pack 或插件托管 hooks。","/docs/manual/hook-lifecycle-events",[2055,2273,2274,1998,2053],"lifecycle","events",{"title":2276,"description":2277,"path":2278,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2279},"Hooks 能做什么","从中文用户角度理解 OpenClaw 里的 hooks，不把它只看成技术细节，而看成自动化扩展点。","/docs/manual/hooks-overview",[2055,1998,2247,2274],{"title":2281,"description":2282,"path":2283,"category":2095,"updatedAt":2112,"sourceType":1926,"tags":2284},"消息入口的去重、合并和排队是怎么工作的","基于最新官方 Messages 文档，解释 OpenClaw 的 inbound dedupe、inbound debounce、active-run queue 和 outbound chunking 各自解决什么问题，避免把“回复慢”都误判成模型问题。","/docs/manual/inbound-dedupe-and-debounce",[2285,2286,2287,2288,2289],"messages","queueing","dedupe","debounce","delivery",{"title":2291,"description":2292,"path":2293,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2294},"本地模型支持（Ollama）","使用 Ollama 在本地运行大语言模型，实现隐私优先、零成本的 AI 助手体验。","/docs/manual/local-models-ollama",[2295,2296,2297,2298,2046],"ollama","local-model","llm","privacy",{"title":2300,"description":2301,"path":2302,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2303},"节点位置能力怎么用","基于最新官方 Location Command 文档，整理 OpenClaw 的 location.get 能力、权限模式、精确位置开关，以及它和普通聊天入口的边界。","/docs/manual/location-command-nodes",[2304,2106,2150,494,2305],"location","gps",{"title":2307,"description":2308,"path":2309,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2310},"记忆文件怎么分层加载","基于最新官方 Memory 文档，整理 OpenClaw 的 daily log、MEMORY.md、memory_search 和 memory_get 各自适合存什么，以及为什么群组上下文不该直接读长期记忆。","/docs/manual/memory-files-and-loading-boundaries",[1954,1065,2254,2311,2312],"memory_search","memory_get",{"title":2314,"description":2315,"path":2316,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2317},"memory plugin slot 和 Markdown source of truth 怎么配合","基于最新官方 Memory、CLI memory 与 Plugins 文档，解释为什么 OpenClaw 记忆的 source of truth 仍然是 Markdown 文件，以及 plugins.slots.memory 该怎么理解和切换。","/docs/manual/memory-plugin-slots-and-source-of-truth",[1954,2053,2318,2319,1065],"lancedb","memory-core",{"title":2321,"description":2322,"path":2323,"category":2095,"updatedAt":1978,"sourceType":1926,"tags":2324},"记忆搜索与索引机制","基于官方记忆概念和 memory CLI 文档，解释记忆文件、索引来源、provider 选择以及排障时该看什么。","/docs/manual/memory-search-and-indexing",[1954,2325,2326,2327,2318],"search","indexing","embeddings",{"title":2329,"description":2330,"path":2331,"category":2095,"updatedAt":2003,"sourceType":2096,"tags":2332},"OpenClaw 记忆系统怎么工作","理解 OpenClaw 的 SOUL、Tools、用户长期记忆和会话上下文如何协作，以及为什么它更像持续运行的系统而不是一次性聊天窗口。","/docs/manual/memory-system",[1954,2099,2134,2333],"logs",{"title":2335,"description":2336,"path":2337,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2338},"Memory、Tools、Skills 如何协同","记忆层负责保留什么，Tools 负责执行什么，Skills 负责组织什么，三者该怎么分工才不会让 OpenClaw 越用越乱。","/docs/manual/memory-tools-skills-playbook",[1954,1953,1929,2099,1997],{"title":2340,"description":2341,"path":2342,"category":2095,"updatedAt":1978,"sourceType":1926,"tags":2343},"消息投递、重试与响应行为","基于官方 retry、messages 和 FAQ 文档，解释消息发送失败时 OpenClaw 会重试什么，不会重试什么，以及为什么群聊和渠道行为会不同。","/docs/manual/message-retries-and-delivery",[2285,2344,2289,2161,2163],"retry",{"title":2346,"description":2347,"path":2348,"category":2139,"updatedAt":2140,"sourceType":1926,"tags":2349},"模型 allowlist、alias 和图片能力门控应该怎么理解","基于最新官方 Models CLI 文档，整理 agents.defaults.models、primary、fallbacks、imageModel 和 imageGenerationModel 的职责，帮助团队理解模型白名单和共享能力门控到底会影响什么。","/docs/manual/model-allowlists-and-capability-gating",[2069,2350,2351,2352,2353,2143],"allowlist","aliases","image","gating",{"title":2355,"description":2356,"path":2357,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2358},"OpenClaw 的 Models 应该怎么理解","理解 OpenClaw 里模型层的角色、选择思路和常见配置边界，避免把所有问题都误判成模型问题。","/docs/manual/models-overview",[2069,2297,2226,2115],{"title":2360,"description":2361,"path":2362,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2363},"Nodes 与设备能力","理解 OpenClaw 的 nodes 是什么、如何配对，以及相机、语音、屏幕、位置等设备能力在系统里的作用。","/docs/manual/nodes-and-device-actions",[2106,2150,2149,2209,2266],{"title":2365,"description":2366,"path":2367,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2368},"OpenProse 和 Lobster 的边界怎么分","基于最新官方 Lobster 文档，整理 OpenProse 与 Lobster 在多智能体准备、确定性执行和审批恢复上的分工，帮助中文团队判断什么时候该用 /prose，什么时候该转成工作流运行时。","/docs/manual/openprose-and-lobster-boundaries",[2369,2370,2054,2241,1997],"openprose","lobster",{"title":2372,"description":2373,"path":2374,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2375},"插件托管 hooks 与扩展能力边界","基于最新官方 Plugins 与 Hooks 文档，整理插件托管 hooks 的工作方式、显示位置、启停边界，以及为什么它和独立 hook pack 不是同一种治理对象。","/docs/manual/plugin-managed-hooks",[2053,2055,1998,2188,2376],"governance",{"title":2378,"description":2379,"path":2380,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2381},"插件清单与配置校验","基于最新官方文档，解释 openclaw.plugin.json 的必填字段、校验规则，以及为什么插件清单会直接影响配置是否可通过。","/docs/manual/plugin-manifest",[2053,2382,2383,2384,1964],"manifest","schema","validation",{"title":2386,"description":2387,"path":2388,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2389},"插件包与频道目录元信息","根据最新官方插件文档，解释 package packs、插件 id 生成规则、openclaw.channel 元信息，以及为什么这些字段会影响安装与引导体验。","/docs/manual/plugin-package-packs",[2053,2390,1952,2391,2188],"package-packs","metadata",{"title":2393,"description":2394,"path":2395,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2396},"OpenClaw 插件系统怎么用","基于官方插件与 CLI 文档，解释插件和 Skills、Tools 的边界，说明安装、启用、更新与风险控制的基本方法。","/docs/manual/plugins-overview",[2053,2188,1929,1953,2397],"cli",{"title":2399,"description":2400,"path":2401,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2402},"模型提供商与故障转移","基于官方 providers 文档，整理 OpenClaw 常见 provider、默认模型写法、fallback 思路和长期运行时的配置重点。","/docs/manual/providers-and-fallback",[2226,2069,2403,2404,2295],"fallback","openrouter",{"title":2406,"description":2407,"path":2408,"category":2095,"updatedAt":2003,"sourceType":2096,"tags":2409},"Session 与配对机制","理解 OpenClaw 如何通过配对、allowFrom、群组提及规则和 session 隔离来识别用户并保护上下文边界。","/docs/manual/session-and-pairing",[2134,2266,1952,2215],{"title":2411,"description":2412,"path":2413,"category":2139,"updatedAt":2140,"sourceType":1926,"tags":2414},"session memory search 什么时候值得开，什么时候先别开","基于最新官方 Memory 与 memory CLI 文档，整理 OpenClaw 的 session memory search、异步索引刷新、delta threshold 和 embedding cache 各自适合什么场景，帮助团队判断什么时候该扩到会话日志检索。","/docs/manual/session-memory-search-and-index-refresh",[1954,2254,2326,2415,2143],"cache",{"title":2417,"description":2418,"path":2419,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2420},"Signal 渠道接入重点","Signal 为什么更强调 dedicated number、signal-cli 和 pairing，长期运行时最容易踩哪些坑。","/docs/manual/signal-channel",[1952,2421,2422,2266,2298],"signal","signal-cli",{"title":2424,"description":2425,"path":2426,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2427},"Signal 群组与 daemon 模式怎么配","基于最新官方 Signal 文档，整理 Signal 在 OpenClaw 里的群组隔离、外部 daemon 模式、多账号和 config writes 边界。","/docs/manual/signal-groups-and-daemon-mode",[2421,2133,2013,2428,1952],"multi-account",{"title":2430,"description":2431,"path":2432,"category":2095,"updatedAt":2433,"sourceType":1926,"tags":2434},"Skills 配置与热重载","理解 OpenClaw 的 skills 配置项、allowBundled、extraDirs、watch、entries.enabled 和运行时环境注入边界。","/docs/manual/skills-configuration","2026-03-18",[1929,2435,2436,2437,2438],"config","allowBundled","watch","env",{"title":2440,"description":2441,"path":1864,"category":2095,"updatedAt":2442,"sourceType":1926,"tags":2443},"Skills 系统怎么工作","理解 OpenClaw Skills 的三层来源、加载流程、ClawHub 风险，以及为什么不应该一次安装过多技能。","2026-03-17",[1929,2169,1953,1972],{"title":2445,"description":2446,"path":2447,"category":2095,"updatedAt":1978,"sourceType":1926,"tags":2448},"系统提示词、上下文与压缩","基于官方 system prompt、context、compaction 与 session pruning 文档，解释 OpenClaw 一次运行到底会把什么发给模型，以及上下文为什么会变满。","/docs/manual/system-prompt-context-and-compaction",[2449,2450,2451,2452,2254],"system-prompt","context","compaction","pruning",{"title":2454,"description":2455,"path":2456,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2457},"Telegram 与 WhatsApp 接入重点","两个最常见的入门渠道该怎么选、各自依赖什么认证方式，以及群聊和私聊里最容易踩的坑。","/docs/manual/telegram-and-whatsapp",[1952,2161,2162,2266,2458],"bot",{"title":2460,"description":2461,"path":2462,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2463},"Telegram 和 Discord 作为审批入口时该怎么收边界","基于最新官方 Exec Approvals 文档，解释 Telegram 与 Discord 作为 exec approval 客户端时分别扮演什么角色、哪些配置值得先看，以及为什么它们适合作为受控审批入口而不是普通开放群聊。","/docs/manual/telegram-discord-approval-clients",[2161,2163,2241,1952,2239,1972],{"title":2465,"description":2466,"path":2467,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2468},"OpenClaw 的 Tools 与扩展能力概览","从中文用户角度理解 OpenClaw 的工具层、技能层和自动化扩展边界，知道它为什么不只是聊天助手。","/docs/manual/tools-overview",[1953,1929,2055,1998],{"title":2470,"description":2471,"path":2472,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2473},"vLLM 本地模型 Provider 怎么接","基于最新官方 vLLM provider 文档，整理 OpenClaw 如何接入 vLLM、本地自动发现和手动模型声明各自适合什么场景。","/docs/manual/vllm-local-model-provider",[2474,2475,2226,2046,2476],"vllm","local-models","inference",{"title":2478,"description":2479,"path":2480,"category":2095,"updatedAt":2003,"sourceType":1926,"tags":2481},"语音唤醒与 Talk Mode","理解 OpenClaw 的 voice wake 是怎么和 Gateway、nodes、客户端一起工作的，以及什么时候值得启用它。","/docs/manual/voice-wake-and-talk-mode",[2209,2482,2483,2106,2150],"wake-word","talk-mode",{"title":2485,"description":2486,"path":2487,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2488},"WebChat 与 message CLI","理解 OpenClaw 除聊天渠道外的两类直接交互入口：Gateway WebSocket 上的 WebChat 和统一的 openclaw message 命令。","/docs/manual/webchat-and-message-cli",[2076,2489,2397,1950,1952],"message",{"title":2491,"description":2492,"path":2493,"category":2095,"updatedAt":2494,"sourceType":1926,"tags":2495},"WebChat、API 和控制面入口的边界怎么分","基于最新官方 WebChat、Session 和 API 文档，解释 WebChat 为什么更像会话 UI、HTTP API 为什么更像结构化管理面，以及 Dashboard 为什么仍然属于高权限控制面。","/docs/manual/webchat-api-and-control-surface-boundaries","2026-03-26",[2076,2496,2007,1950,2247],"api",{"title":2498,"description":2499,"path":2500,"category":2095,"updatedAt":2019,"sourceType":1926,"tags":2501},"WebChat 的会话与只读边界","基于最新官方 WebChat 文档，整理 WebChat 如何共享 Gateway 会话、chat.inject 和 abort partial 是什么，以及 Gateway 不可达时为什么会进入只读模式。","/docs/manual/webchat-session-and-readonly-mode",[2076,2254,2502,2503,2504],"websocket","readonly","chat",{"title":2506,"description":2507,"path":2508,"category":2095,"updatedAt":2061,"sourceType":1926,"tags":2509},"用 Webhooks 接外部系统","基于最新官方 Webhooks 文档，整理 OpenClaw 如何通过 /hooks 接收外部事件，重点解释 wake、agent、映射、投递和安全边界。","/docs/manual/webhooks-external-triggers",[2510,2055,1998,2511,1972],"webhooks","integrations",{"title":2513,"description":2514,"path":2515,"category":2516,"updatedAt":2112,"sourceType":1926,"tags":2517},"Exec approvals 转发到聊天渠道该怎么设计","基于最新官方 approvals 文档，解释 OpenClaw 如何把 exec approval 请求转发到聊天渠道、/approve 命令怎么工作，以及为什么它适合远程值班但不适合无限扩散批准权。","/docs/operations/chat-approval-forwarding","运维",[2241,2239,2504,2518,1971],"forwarding",{"title":2520,"description":2521,"path":2522,"category":2516,"updatedAt":2019,"sourceType":1926,"tags":2523},"配置热重载与 include 合并怎么用","基于最新官方 Configuration 文档，整理 OpenClaw 的 config hot reload、reload mode、include 深度合并和哪些改动需要重启。","/docs/operations/config-hot-reload-and-includes",[1964,2524,2525,2526,2527],"hot-reload","includes","merge","restart",{"title":2529,"description":2530,"path":2531,"category":2516,"updatedAt":2019,"sourceType":1926,"tags":2532},"远程打开 Control UI 的正确方式","基于最新官方 Control UI、Dashboard 和 Tailscale 文档，整理远程访问 Control UI 时最稳的路径、常见 1008 报错原因，以及 allowedOrigins 等关键边界。","/docs/operations/control-ui-remote-access",[2195,2007,2533,2534,2535],"remote-access","tailscale","allowedOrigins",{"title":2537,"description":2538,"path":2539,"category":2516,"updatedAt":2112,"sourceType":1926,"tags":2540},"Cron 的 retention 和 run log pruning 怎么工作","基于最新官方 Cron Jobs 与配置文档，解释 isolated cron run 的 sessionRetention、runLog 裁剪、transcript archive 和高频调度下的磁盘足迹，避免把 cron 当成无限保留的后台队列。","/docs/operations/cron-retention-and-run-log-pruning",[2541,2542,2452,2543,1971],"cron","retention","runlog",{"title":2545,"description":2546,"path":2547,"category":2516,"updatedAt":2019,"sourceType":1926,"tags":2548},"定时任务与心跳怎么选","根据最新官方自动化文档，解释 Heartbeat、Cron main、Cron isolated 三种机制分别适合什么场景，以及它们在精度、上下文和成本上的差异。","/docs/operations/cron-vs-heartbeat",[1998,2541,2549,2550,1971],"heartbeat","scheduling",{"title":2552,"description":2553,"path":2554,"category":2516,"updatedAt":2112,"sourceType":1926,"tags":2555},"Dashboard 管理面怎么更稳地开放","基于最新官方 Dashboard、remote access 和 pairing 文档，整理管理员面该如何开放、保存 token、限制入口和处理 unauthorized/1008，避免把 Control UI 变成公开风险面。","/docs/operations/dashboard-admin-surface-hardening",[2007,2195,2021,1972,2556],"admin",{"title":2558,"description":2559,"path":2560,"category":2516,"updatedAt":2494,"sourceType":1926,"tags":2561},"Dashboard 遇到 unauthorized、1008 和 AUTH_TOKEN_MISMATCH 时怎么恢复","基于最新官方 Dashboard 文档，整理 OpenClaw 在 Dashboard 认证失败时更稳的恢复顺序，尤其是 AUTH_TOKEN_MISMATCH、trusted retry、SecretRef token 和远程实例混淆这几类问题。","/docs/operations/dashboard-auth-mismatch-recovery",[2007,2215,2562,2563,1971],"unauthorized","1008",{"title":2565,"description":2566,"path":2567,"category":2516,"updatedAt":2130,"sourceType":1926,"tags":2568},"设备 pairing、fresh token 和 revoke 应该怎么做日常运维","基于最新官方 Pairing 与 Devices CLI 文档，解释 openclaw devices list、approve、rotate、revoke 和 fresh token 的真实边界，以及为什么设备授权不该被当成一次性静态批准。","/docs/operations/device-pairing-token-lifecycle",[2267,2266,2216,2569,1971],"revoke",{"title":2571,"description":2572,"path":2573,"category":2516,"updatedAt":2130,"sourceType":1926,"tags":2574},"doctor 的备份、unknown keys 清理和 --fix 该怎么理解","基于最新官方 Doctor 文档，解释 openclaw doctor 在修复 stale config、unknown keys 和 legacy 状态时的备份与收口方式，帮助团队区分安全修复和强制覆盖。","/docs/operations/doctor-fix-backups-and-unknown-keys",[2575,2576,2577,2435,2578],"doctor","repair","backups","unknown-keys",{"title":2580,"description":2581,"path":2582,"category":2516,"updatedAt":2003,"sourceType":1926,"tags":2583},"Gateway 运维与日常检查","围绕状态检查、访问方式、日志与升级窗口，建立 OpenClaw Gateway 的日常运维习惯。","/docs/operations/gateway-operations",[1950,1971,2584,2333],"status",{"title":2586,"description":2587,"path":2588,"category":2516,"updatedAt":2019,"sourceType":1926,"tags":2589},"Gmail Pub/Sub 接入 OpenClaw","根据最新官方自动化文档，整理 Gmail watch、Google Pub/Sub、Webhook 映射和 Tailscale Funnel 的接入顺序，帮助你把 Gmail 事件稳定送进 OpenClaw。","/docs/operations/gmail-pubsub",[2590,2591,2510,1998,2534],"gmail","pubsub",{"title":2593,"description":2594,"path":2595,"category":2516,"updatedAt":1959,"sourceType":1926,"tags":2596},"长期运行时，如何管理会话、记忆与压缩","把 session、memory、compaction 和重置策略放到同一条治理链里，帮助长期运行的 OpenClaw 环境建立更稳定的上下文边界。","/docs/operations/long-session-governance",[2254,1954,2451,2376,1971],{"title":2598,"description":2599,"path":2600,"category":2516,"updatedAt":2061,"sourceType":1926,"tags":2601},"模型选型与成本控制","从主力模型、fallback、国内 provider 和低价值任务分流四个角度理解 OpenClaw 的模型配置策略与成本控制方法。","/docs/operations/model-strategy-and-cost",[2069,2602,2226,2403,2603,2604,2605],"cost","qwen","qianfan","kimi",{"title":2607,"description":2608,"path":2609,"category":2516,"updatedAt":2019,"sourceType":1926,"tags":2610},"用 models status 做模型健康检查","基于最新官方 Models CLI 与 Auth Monitoring 文档，整理 openclaw models status 在日常运维里的正确用法、退出码含义和适合接入监控的检查方式。","/docs/operations/models-status-and-health-checks",[2069,2611,2215,2612,2613],"health-check","oauth","monitoring",{"title":2615,"description":2616,"path":2617,"category":2516,"updatedAt":2003,"sourceType":1926,"tags":2618},"多 Gateway 与隔离运行","当一台机器上需要运行多个 OpenClaw 实例时，如何用 profile、独立端口和独立状态目录避免冲突。","/docs/operations/multiple-gateways",[1950,2619,2620,2621,1971],"profile","multi-instance","isolation",{"title":2623,"description":2624,"path":2625,"category":2516,"updatedAt":1978,"sourceType":1926,"tags":2626},"网络模型、发现与配对","基于官方网络中心、配对和 Gateway 拥有的配对文档，梳理 localhost、tailnet、发现、身份和审批之间的关系。","/docs/operations/network-and-pairing",[504,2266,2627,2628,2629],"identity","tailnet","mdns",{"title":2631,"description":2632,"path":2633,"category":2516,"updatedAt":2061,"sourceType":1926,"tags":2634},"OpenClaw 安全最佳实践","了解使用 OpenClaw 时的安全最佳实践，包括密码管理、权限控制和日志监控。","/docs/operations/openclaw-security-best-practices",[1972,2635,2636],"best-practices","guide",{"title":2638,"description":2639,"path":2640,"category":2516,"updatedAt":2112,"sourceType":1926,"tags":2641},"Compaction 前的 memory flush 在保护什么","基于最新官方 Memory、Compaction 和会话管理文档，解释 pre-compaction memory flush 的触发时机、NO_REPLY 机制、软阈值公式，以及为什么它是长期使用体验里的关键缓冲层。","/docs/operations/pre-compaction-memory-flush",[1954,2451,2642,2643,1971],"flush","NO_REPLY",{"title":2645,"description":2646,"path":2647,"category":2648,"updatedAt":2061,"sourceType":1926,"tags":2649},"如何持续跟踪 OpenClaw 更新","建立一套低成本的更新跟踪方法，并把官方 release 和文档变化转化成真正可执行的中文维护动作。","/docs/operations/release-tracking","更新",[2650,2651,2652,2653],"release","changelog","updates","maintenance",{"title":2655,"description":2656,"path":2657,"category":2516,"updatedAt":2061,"sourceType":1926,"tags":2658},"远程访问与 Tailscale / SSH","把 OpenClaw 放到远程主机长期运行时，如何在 SSH、tailnet、Tailscale Serve 和直接 ws/wss 之间做选择。","/docs/operations/remote-access",[2021,2659,2534,1950,1971],"ssh",{"title":2661,"description":2662,"path":2663,"category":2516,"updatedAt":2003,"sourceType":1926,"tags":2664},"Remote Operators 与多设备协作","当 Gateway 跑在远程主机、操作入口分散在多台设备上时，如何理解 operator、node 和长期在线实例的协作边界。","/docs/operations/remote-operators-and-nodes",[2021,2665,2106,2534,2659,2267],"operators",{"title":2667,"description":2668,"path":2669,"category":2516,"updatedAt":2003,"sourceType":1926,"tags":2670},"OpenClaw 安全配置基础","从 Gateway auth、allowlist、Control UI 暴露方式和 Tailscale/SSH 接入策略理解 OpenClaw 的基础安全边界。","/docs/operations/safety-basics",[1972,2215,2534,2007],{"title":2672,"description":2673,"path":2674,"category":2516,"updatedAt":2061,"sourceType":1926,"tags":2675},"security audit、--deep 和 --fix 该怎么配合","基于最新官方安全文档，解释 openclaw security audit、--deep 与 --fix 各自适合什么阶段，哪些问题适合自动修复，哪些仍应人工复核。","/docs/operations/security-audit-fix-and-review",[1972,2676,2677,2678,1971],"audit","hardening","fix",{"title":2680,"description":2681,"path":2682,"category":2516,"updatedAt":2112,"sourceType":1926,"tags":2683},"sessions cleanup 和 session maintenance 应该怎么配合","基于最新官方 sessions CLI 文档，解释 openclaw sessions cleanup 的作用范围、dry-run/enforce 语义、active-key 保护，以及它和 cron maintenance 不是同一层清理。","/docs/operations/sessions-cleanup-and-maintenance",[2254,2684,2653,2685,1971],"cleanup","transcripts",{"title":2687,"description":2688,"path":2689,"category":2516,"updatedAt":2130,"sourceType":1926,"tags":2690},"shared inbox 的运营边界和信任模型","基于最新官方 Security、Session 和 Groups 文档，解释 OpenClaw 对 shared inbox 的默认安全假设、适合的协作硬化方式，以及为什么真正的互不信任多租户场景更应该拆成独立 gateway。","/docs/operations/shared-inbox-trust-boundaries",[1972,2691,2692,1950,1971],"shared-inbox","trust-model",{"title":2694,"description":2695,"path":2696,"category":2516,"updatedAt":1978,"sourceType":1926,"tags":2697},"Tailscale Serve / Funnel 怎么选","基于官方 Tailscale 文档，解释 serve、funnel、tailnet 绑定和 allowTailscale 的差异，以及更稳的使用边界。","/docs/operations/tailscale-serve-and-funnel",[2534,2698,2699,1950,2215],"serve","funnel",{"title":2701,"description":2702,"path":2703,"category":2516,"updatedAt":2003,"sourceType":1926,"tags":2704},"团队频道里的 Session 隔离策略","当 OpenClaw 进入 Discord、Slack 等多人频道后，如何把频道、线程、私聊和长期记忆分开，避免上下文污染。","/docs/operations/team-channel-session-strategy",[2134,2163,2232,1962,2705,1971],"group-chat",{"title":2707,"description":2708,"path":2709,"category":2516,"updatedAt":2433,"sourceType":1926,"tags":2710},"Trusted Proxy Auth 怎么用","理解 OpenClaw 的 trusted-proxy 认证模式、适用场景、风险检查项，以及它和普通 TLS 反向代理的本质区别。","/docs/operations/trusted-proxy-auth",[2711,2712,2215,1950,1972],"trusted-proxy","reverse-proxy",{"title":2714,"description":2715,"path":2716,"category":2516,"updatedAt":2019,"sourceType":1926,"tags":2717},"Trusted Proxy 和 Tailscale Serve 怎么选","基于最新官方安全与 trusted proxy 文档，解释 OpenClaw 在 trusted-proxy、token/password 和 Tailscale Serve 之间各自适合什么场景。","/docs/operations/trusted-proxy-vs-tailscale-serve",[2711,2534,2712,2215,1950,1972],{"title":2719,"description":2720,"path":2721,"category":2516,"updatedAt":2061,"sourceType":1926,"tags":2722},"stable、beta、dev 更新通道该怎么选","基于最新官方 update CLI 与 Updating 文档，解释 OpenClaw 的 stable、beta、dev 三条更新轨道、auto-updater 行为和更适合的长期 rollout 顺序。","/docs/operations/update-channels-and-safe-rollout",[2723,1952,2724,2725,2726,2727],"update","stable","beta","dev","rollout",{"title":2729,"description":2730,"path":2731,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2733},"Anthropic context1m 的 429 和 fallback 应该怎么处理","基于最新官方 Gateway Troubleshooting 与 Model Failover 文档，解释 Anthropic 长上下文 429 为什么常只在长 session 里出现、什么时候该关掉 context1m，以及怎样用 fallback 把这类拒绝变成可恢复事件。","/docs/reference/anthropic-context1m-429-and-fallback","参考",[2734,2735,2736,2737,2738],"anthropic","429","context1m","failover","reference",{"title":2740,"description":2741,"path":2742,"category":2732,"updatedAt":2003,"sourceType":1926,"tags":2743},"API 与参考资料阅读入口","说明 OpenClaw 的参考资料应如何阅读，以及中文用户在查 CLI、配置、诊断和模块说明时该怎么找信息。","/docs/reference/api-reference-overview",[2738,2397,2435,2744],"diagnostics",{"title":2746,"description":2747,"path":2748,"category":2732,"updatedAt":2061,"sourceType":1926,"tags":2749},"approvals CLI、网关与节点 allowlist 怎么管理","基于最新官方 approvals CLI 与 Exec Approvals 文档，解释 openclaw approvals 在本机、Gateway 和 Node 上分别管理什么，以及 per-agent allowlist 最值得先守住哪些边界。","/docs/reference/approvals-cli-and-allowlist",[2241,2350,2239,1950,2750,2738],"node",{"title":2752,"description":2753,"path":2754,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2755},"认证配置文件怎么轮转，为什么 session 会“粘住”同一套凭据","基于最新官方 Model Failover 文档，解释 OpenClaw 在同一 provider 内如何轮转 auth profiles、什么情况下会进入 cooldown，以及为什么同一个 session 往往会持续使用同一套凭据。","/docs/reference/auth-profile-rotation-and-session-pinning",[2215,2756,2737,2254,2738],"profiles",{"title":2758,"description":2759,"path":2760,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2761},"setup code、bootstrapToken 和 /pair pending 应该怎么一起看","基于最新官方 Pairing 文档，解释 Telegram 首次设备接入时 setup code 里到底装了什么、bootstrapToken 只负责哪一步，以及为什么最后仍然要回到 /pair pending 做人工批准。","/docs/reference/bootstrap-code-and-pair-pending",[2266,2762,2161,2267,2738],"bootstrapToken",{"title":2764,"description":2765,"path":2766,"category":2732,"updatedAt":2130,"sourceType":1926,"tags":2767},"频道 pairing CLI 和 account scope 应该怎么一起看","基于最新官方 Pairing 文档，解释 openclaw pairing 的 list、approve、clear、--account 与 --notify 分别影响什么，以及多账号渠道下为什么不能只看一个默认 allowFrom 文件。","/docs/reference/channel-pairing-cli-and-account-scope",[2266,2768,1952,2769,2556],"allowFrom","account",{"title":2771,"description":2772,"path":2773,"category":2732,"updatedAt":1978,"sourceType":1926,"tags":2774},"CLI 命令参考","OpenClaw 命令行工具完整参考，包含所有命令和选项说明。","/docs/reference/cli-reference",[2397,2738,2775,2776],"commands","terminal",{"title":2778,"description":2779,"path":2780,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2781},"Cloudflare AI Gateway 的双层鉴权头应该怎么配","基于最新官方 Cloudflare AI Gateway 文档，解释 provider API key 和 cf-aig-authorization 为什么是两层不同凭据，以及 daemon 场景里最常见的缺失点。","/docs/reference/cloudflare-aig-dual-auth-headers",[2782,2783,2215,2226,2738],"cloudflare-ai-gateway","headers",{"title":2785,"description":2786,"path":2787,"category":2788,"updatedAt":2061,"sourceType":2186,"tags":2789},"社区支持","汇总 OpenClaw 的官方社区入口、反馈方式、提问建议和中文用户更适合的参与路径。","/docs/reference/community","社区",[2186,2790,2791,2792],"github","issues","feedback",{"title":1877,"description":2794,"path":1876,"category":2732,"updatedAt":1978,"sourceType":1926,"tags":2795},"OpenClaw 完整配置项参考文档，包含所有可配置选项的详细说明。",[1964,2738,2796,2797],"settings","options",{"title":2799,"description":2800,"path":2801,"category":2732,"updatedAt":2019,"sourceType":1926,"tags":2802},"Control UI 设备配对与浏览器授权","基于最新官方 Control UI 与 Pairing 文档，解释为什么远程浏览器首次连接需要设备配对、设备身份如何记住，以及什么时候需要重新批准。","/docs/reference/control-ui-device-pairing",[2195,2266,2267,2217,2556],{"title":2804,"description":2805,"path":2806,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2807},"cron run 入队语义和 retry backoff 应该怎么理解","基于最新官方 cron CLI 与 Cron Jobs 文档，解释 openclaw cron run 为什么先返回 enqueued、何时该去看 runs，以及 recurring job 连续失败后的退避节奏。","/docs/reference/cron-run-queue-and-retry-backoff",[2541,2344,2808,2809,2738],"scheduler","queue",{"title":2811,"description":2812,"path":2813,"category":2732,"updatedAt":2494,"sourceType":1926,"tags":2814},"Dashboard 的 SecretRef token、sessionStorage 和非 token 化 URL 应该怎么理解","基于最新官方 Dashboard 文档，解释 openclaw dashboard 在普通 token、SecretRef token 和远程入口下分别如何引导认证，以及为什么当前浏览器标签页的 sessionStorage 行为很关键。","/docs/reference/dashboard-secretref-and-sessionstorage",[2007,2216,2815,2816,2215],"secretref","sessionStorage",{"title":2818,"description":2819,"path":2820,"category":2821,"updatedAt":1978,"sourceType":1926,"tags":2822},"调试、运行时覆盖与开发排障","基于官方 debugging 和 FAQ 文档，整理 `/debug`、watch 模式、dev profile 以及排查流式输出异常时最值得先看的入口。","/docs/reference/debugging-and-runtime-overrides","排错",[2823,2824,2825,2575,2333],"debugging","debug","runtime-overrides",{"title":2827,"description":2828,"path":2829,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":2830},"Diagnostics flags 和定向日志应该怎么用","基于最新官方 Diagnostics Flags 与 Logging 文档，解释 OpenClaw 如何用 diagnostics.flags 和 OPENCLAW_DIAGNOSTICS 打开定向调试日志，以及为什么这比全局 verbose 更适合长期排障。","/docs/reference/diagnostics-flags-and-targeted-logs",[2744,2831,2832,2824,2738],"logging","flags",{"title":2834,"description":2835,"path":2836,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":2837},"dmScope 和 identityLinks 应该怎么一起用","基于最新官方会话管理文档，解释 OpenClaw 的 dmScope 四种模式、identityLinks 的真实作用，以及为什么多人 DM、跨渠道私聊和多账户环境不能只改一个开关。","/docs/reference/dm-scope-and-identity-links",[2134,2838,2839,2115,2738],"dmScope","identityLinks",{"title":2841,"description":2842,"path":2843,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":2844},"doctor 的 repair、force 和 non-interactive 应该怎么选","基于最新官方 Doctor 文档，解释 openclaw doctor 在 interactive、--repair、--force、--yes、--non-interactive 和 --deep 之间各自会做什么，避免把修复模式混成“越猛越好”。","/docs/reference/doctor-repair-modes",[2575,2576,2744,2845,2738],"migrations",{"title":2847,"description":2848,"path":2849,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":2850},"环境变量从哪里来，优先级怎么排","基于最新官方 Environment Variables 与 Configuration 文档，解释 OpenClaw 会从哪些来源读取环境变量、为什么默认不覆盖已有值，以及 `.env`、config env 和 shell import 之间真正的优先级。","/docs/reference/env-sources-and-precedence",[2438,1964,2142,2851,2738],"shell",{"title":2853,"description":2854,"path":2855,"category":2732,"updatedAt":2061,"sourceType":1947,"tags":2856},"如何结合官方文档、GitHub 和中文渠道跟踪 OpenClaw","把官方文档、GitHub Releases、Issues、中文教程站、媒体报道和中文社区解读放到同一套可信度框架里，减少信息滞后和误读。","/docs/reference/external-sources-and-trust-levels",[2857,2650,2186,2858,2652],"sources","trust",{"title":2860,"description":2861,"path":2862,"category":2732,"updatedAt":2019,"sourceType":1926,"tags":2863},"Gateway 命令与 RPC 该怎么用","基于最新官方 CLI Reference 与 Gateway protocol 文档，整理 openclaw gateway 子命令、RPC 调用边界、显式凭据要求，以及为什么它更适合被当成控制面入口而不是随手脚本助手。","/docs/reference/gateway-cli-and-rpc",[1950,2864,2397,2502,2107],"rpc",{"title":2866,"description":2867,"path":2868,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":2869},"Gateway-owned pairing 和 device pairing 有什么区别","基于最新官方 Pairing 与 Gateway-owned pairing 文档，解释 node.pair.* 这套旧式网关配对和当前 WS device pairing 的真实边界，避免把两套授权机制混成一套。","/docs/reference/gateway-owned-pairing-vs-device-pairing",[2266,2267,1950,2106,2738],{"title":2871,"description":2872,"path":2873,"category":2732,"updatedAt":2494,"sourceType":1926,"tags":2874},"Gateway 为什么是 session source of truth","基于最新官方 Session 文档，解释 OpenClaw 的 session store、JSONL transcript、token 计数和 UI 查询为什么都应围绕 Gateway 理解，避免把本地浏览器、WebChat 或 operator 设备误当成真实状态源。","/docs/reference/gateway-session-source-of-truth",[2134,1950,2076,2007,2738],{"title":2876,"description":2877,"path":2878,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2879},"Gateway WebSocket 的 role 和 scope 应该怎么理解","基于最新官方 Gateway Protocol 文档，解释 OpenClaw 的 WebSocket 握手里 role、scopes、client mode 和协议版本各自在声明什么，以及为什么这条连接已经是统一控制面而不只是聊天通道。","/docs/reference/gateway-ws-roles-and-scopes",[1950,2502,2880,2881,2738],"protocol","scopes",{"title":2883,"description":2884,"path":2885,"category":2732,"updatedAt":2130,"sourceType":1926,"tags":2886},"groupPolicy、allowlist 和 mention gating 的顺序应该怎么理解","基于最新官方 Groups、Group Messages 和 Messages 文档，解释 OpenClaw 在群聊里如何按 groupPolicy、群组 allowlist 和 mention gating 三层顺序决定消息是丢弃、只进上下文，还是正式触发回复。","/docs/reference/group-policy-and-mention-gating-order",[2133,2887,2115,2350,2285],"mention",{"title":2889,"description":2890,"path":2891,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2892},"HEARTBEAT_OK、可见性控制和 quiet-hours 应该怎么一起看","基于最新官方 Heartbeat 与 Automation Troubleshooting 文档，解释 HEARTBEAT_OK 的 ack 语义、alerts-disabled 和 dm-blocked 等可见性控制，以及 quiet-hours 为什么不是故障。","/docs/reference/heartbeat-ack-and-visibility-controls",[2549,2893,2894,2895,2738],"visibility","activeHours","alerts",{"title":2897,"description":2898,"path":2899,"category":2732,"updatedAt":2130,"sourceType":1926,"tags":2900},"HTTP API、Gateway WebSocket 和 SDK 应该怎么分工","基于最新官方 API 与 Web 文档，解释 OpenClaw 里 HTTP API、Gateway WebSocket 和 SDK 各自适合什么场景，帮助团队判断当前到底应该走管理接口、实时会话层还是语言 SDK。","/docs/reference/http-api-vs-gateway-websocket-vs-sdk",[2496,2502,2901,1950,2738],"sdk",{"title":2903,"description":2904,"path":2905,"category":2732,"updatedAt":2130,"sourceType":1926,"tags":2906},"include 合并时，数组和 sibling override 到底怎么生效","基于最新官方 Configuration 文档，解释 OpenClaw 在 $include 合并时数组、对象和 sibling keys 的真实处理顺序，帮助团队避免把 include 当成“总是深合并”的黑盒。","/docs/reference/include-merge-arrays-and-sibling-overrides",[1964,2907,2526,2908,2738],"include","arrays",{"title":2910,"description":2911,"path":2912,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":2913},"Lobster 的调用、审批和 resume token","基于最新官方 Lobster 文档，解释 OpenClaw 里如何用 openclaw.invoke 触发确定性工作流、何时进入 needs_approval，以及 resume token 在恢复流程里扮演什么角色。","/docs/reference/lobster-invoke-and-resume",[2370,2914,2241,1997,2738],"invoke",{"title":2916,"description":2917,"path":2918,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2919},"记忆检索里的 hybrid search、重排和时间衰减到底在做什么","基于最新官方 Memory 文档，解释 OpenClaw 的 memory_search 为什么不只是向量检索，以及 hybrid search、结果合并、MMR 重排和 temporal decay 各自在修正什么问题。","/docs/reference/memory-hybrid-search-and-ranking-pipeline",[1954,2920,2921,2922,2923,2738],"hybrid-search","ranking","mmr","retrieval",{"title":2925,"description":2926,"path":2927,"category":2732,"updatedAt":2061,"sourceType":1926,"tags":2928},"models status --probe 和 auth profiles 应该怎么看","基于最新官方 Models CLI 文档，解释 openclaw models status --probe、--probe-provider 与认证 profile 的关系，帮助团队区分“配置看起来对”和“当前真的能连通”。","/docs/reference/models-status-probe-and-auth-profiles",[2069,2929,2215,2226,2738],"probe",{"title":2931,"description":2932,"path":2933,"category":2732,"updatedAt":2433,"sourceType":1926,"tags":2934},"配对审批与设备授权管理","从管理员视角理解 OpenClaw 的 DM pairing、设备 pairing、allowFrom 文件和审批命令，避免把授权边界搞乱。","/docs/reference/pairing-admin",[2266,2267,2768,2935,2556],"credentials",{"title":2937,"description":2938,"path":2939,"category":2732,"updatedAt":2061,"sourceType":1926,"tags":2940},"插件安装 spec、--pin 和 update tracking 应该怎么理解","基于最新官方 plugins CLI 文档，解释 ClawHub first、npm-safe spec、--pin、prerelease opt-in 和 plugins.installs 的跟踪逻辑，帮助团队判断插件后续会按什么规则更新。","/docs/reference/plugins-install-specs-and-update-tracking",[2053,2169,2941,2942,2652,2738],"npm","pin",{"title":2944,"description":2945,"path":2946,"category":2821,"updatedAt":2019,"sourceType":1926,"tags":2947},"原始流日志怎么抓","基于最新官方 Debugging 文档，整理 OpenClaw 的 raw stream、pi-mono raw chunk 日志分别该在什么场景开启，以及如何避免把调试日志变成隐私风险。","/docs/reference/raw-stream-debugging",[2823,2948,2333,2226,2298],"raw-stream",{"title":2950,"description":2951,"path":2952,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2953},"remote auth fallback 和 tlsFingerprint 应该什么时候用","基于最新官方 Remote Access 文档，解释 gateway.remote 这套远程连接参数什么时候只是兜底、什么时候会 fail closed，以及 tlsFingerprint 在 wss 场景里真正保护什么。","/docs/reference/remote-auth-fallback-and-tls-fingerprint",[2021,2954,2215,1950,2738],"tlsFingerprint",{"title":2956,"description":2957,"path":2958,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2959},"回复机器人消息也算 mention 吗，pending history 又什么时候会进上下文","基于最新官方 Groups 与 Group Messages 文档，解释 OpenClaw 在群聊里怎样把 reply metadata 当成隐式 mention，以及未触发回复的群消息何时只进入 pending history、何时会被彻底丢弃。","/docs/reference/reply-mention-and-pending-history",[2133,2960,2961,2962,2738],"mentions","pending-history","reply",{"title":2964,"description":2965,"path":2966,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":2967},"SecretRefs 和运行时快照应该怎么理解","基于最新官方 Secrets Management 文档，解释 env/file/exec secret refs 的解析时机、活动面、失败模式和热重载语义，避免把密钥管理误解成“请求时临时去取”。","/docs/reference/secret-refs-and-runtime-snapshot",[2968,2969,2970,2226,2738],"secrets","secretrefs","runtime",{"title":2972,"description":2973,"path":2974,"category":2732,"updatedAt":2130,"sourceType":1926,"tags":2975},"secure DM mode 和 owner pinning 应该怎么一起理解","基于最新官方 Session 与 Security 文档，解释 OpenClaw 的 secure DM mode、owner pinning、pairing / allowlist / open 三类 DM 入口，以及什么时候该从连续主会话切到隔离模式。","/docs/reference/secure-dm-mode-and-owner-pinning",[2134,1972,2838,2266,2350],{"title":2977,"description":2978,"path":2979,"category":2732,"updatedAt":2980,"sourceType":1926,"tags":2981},"session JSONL、compaction entry 和 branch summary 应该怎么理解","基于最新官方 Session Management Deep Dive 文档，解释 OpenClaw 的 session JSONL 结构、compaction entry、branch summary 和 store counters 分别在回答什么问题，避免把 transcript 文件当成一团无结构日志。","/docs/reference/session-jsonl-and-compaction-entries","2026-04-01",[2134,2982,2983,2451,2738],"transcript","jsonl",{"title":2985,"description":2986,"path":2987,"category":2732,"updatedAt":2980,"sourceType":1926,"tags":2988},"openclaw sessions 的 store scope 和巡检方式","基于最新官方 sessions CLI 文档，解释 openclaw sessions 在默认 agent、单 agent、all-agents 和显式 store 路径下分别在看什么，以及长期运维里为什么值得把它当作 session store 巡检入口。","/docs/reference/sessions-cli-store-scope-and-audit",[2254,2397,2989,2676,1971],"store",{"title":2991,"description":2992,"path":2993,"category":2732,"updatedAt":2140,"sourceType":1926,"tags":2994},"哪些配置会被官方当成 shared-user ingress 信号","基于最新官方 security audit 文档，解释 OpenClaw 为什么会把开放 DM、群目标和 wildcard sender 规则识别成 shared-user ingress 信号，以及这些提醒真正想让你检查什么。","/docs/reference/shared-user-ingress-signals",[1972,2691,2676,2995,2738],"ingress",{"title":2997,"description":2998,"path":2999,"category":2732,"updatedAt":2019,"sourceType":1926,"tags":3000},"status、health 和 logs 该怎么分工","基于最新官方 CLI reference，整理 openclaw status、health、logs 三组命令各自应该回答什么问题，以及值班和排障时更稳的使用顺序。","/docs/reference/status-health-and-logs",[2397,2584,3001,2333,3002],"health","troubleshooting",{"title":3004,"description":3005,"path":3006,"category":2732,"updatedAt":2980,"sourceType":1926,"tags":3007},"对话记录清理（provider fixups）到底改了什么，不改什么","基于最新官方 Transcript Hygiene 文档，解释 OpenClaw 在运行前对 transcript 做的 provider-specific fixups、图片清理、tool 调用配对修复和思考签名清理分别解决什么问题，以及为什么它不会重写磁盘 JSONL。","/docs/reference/transcript-hygiene-and-provider-fixups",[2982,3008,2226,3009,2738],"hygiene","tool-calls",{"title":3011,"description":3012,"path":3013,"category":2821,"updatedAt":2003,"sourceType":1926,"tags":3014},"故障排除与诊断思路","把 OpenClaw 常见问题按环境、入口、配置、认证和运行状态拆开，建立更高效的排查顺序。","/docs/reference/troubleshooting",[3002,2575,2584,2333],{"title":3016,"description":3017,"path":3018,"category":2732,"updatedAt":2112,"sourceType":1926,"tags":3019},"WebChat 的 history、inject 和展示边界","基于最新官方 WebChat 文档，整理 chat.history 的截断/占位规则、chat.inject 的真实用途，以及为什么 WebChat 看见的 transcript 不是原始 JSONL 的一比一镜像。","/docs/reference/webchat-history-and-inject-boundaries",[2076,3020,3021,2982,2738],"history","inject",{"title":3023,"description":3024,"path":3025,"category":3026,"updatedAt":2061,"sourceType":1926,"tags":3027},"国内云部署思路","面向中文团队整理 OpenClaw 在国内或面向国内网络环境部署时最该先判断的三件事：入口生态、模型端点和长期在线后的运维边界。","/docs/setup/china-cloud-deployment","安装",[3028,3029,3030,3031,2603,2604],"china","cloud","deployment","feishu",{"title":3033,"description":3034,"path":3035,"category":3026,"updatedAt":2003,"sourceType":1926,"tags":3036},"部署方式怎么选","从本地安装、Docker、国内云模板和海外一键部署四类路径理解 OpenClaw 的部署选择，而不是只追求“最快装上”。","/docs/setup/deployment-options",[3030,2022,3037,3029,3038],"docker","wsl2",{"title":3040,"description":3041,"path":3042,"category":3026,"updatedAt":2442,"sourceType":1926,"tags":3043},"OpenClaw 安装与环境","按官方推荐方式安装 OpenClaw，并根据本地开发、WSL2 和生产部署场景选择合适的安装路径。","/docs/setup/installation",[2005,2941,3044,3038],"install-script",{"title":3046,"description":3047,"path":3048,"category":3026,"updatedAt":2019,"sourceType":1926,"tags":3049},"安装器方式和升级路径怎么选","基于最新官方 Install 与 Updating 文档，整理 install.sh、install-cli.sh、PowerShell 安装器、全局包安装和 git 安装各自适合什么场景，以及后续升级时应该走哪条路径。","/docs/setup/installer-methods-and-upgrade-paths",[2005,3050,3044,3051,2653],"updater","git",{"title":3053,"description":3054,"path":3055,"category":3026,"updatedAt":1978,"sourceType":1926,"tags":3056},"安装器、更新与卸载","基于官方安装器、更新和卸载文档，整理 OpenClaw 从首次安装到原地升级、服务移除和彻底卸载的完整维护路径。","/docs/setup/installer-update-and-uninstall",[2005,3050,3057,2575,2653],"uninstall",{"title":3059,"description":3060,"path":3061,"category":3026,"updatedAt":1978,"sourceType":1926,"tags":3062},"Linux 安装指南","在 Linux 服务器和桌面上安装和配置 OpenClaw 的详细指南。","/docs/setup/linux-installation",[3063,2005,2014,3064],"linux","server",{"title":3066,"description":3067,"path":3068,"category":3026,"updatedAt":1978,"sourceType":1926,"tags":3069},"macOS 安装指南","在 macOS 上安装和配置 OpenClaw 的详细指南。","/docs/setup/macos-installation",[2124,2005,2014,3070],"apple",{"title":3072,"description":3073,"path":3074,"category":3075,"updatedAt":2003,"sourceType":1926,"tags":3076},"版本迁移与升级检查单","在 OpenClaw 版本升级前后，优先检查配置、CLI、认证和入口层变化，避免把升级直接变成线上事故。","/docs/setup/migration-guide","迁移",[3077,3078,2650,3079],"migration","upgrade","checklist",{"title":3081,"description":3082,"path":3083,"category":3026,"updatedAt":1978,"sourceType":1926,"tags":3084},"Windows 安装指南","在 Windows 上安装和配置 OpenClaw 的详细指南，推荐使用 WSL2。","/docs/setup/windows-installation",[3085,2005,2014,3038],"windows",{"count":3087,"latestDate":2980,"items":3088},111,[3089,3097,3109,3116,3126,3135,3140,3149,3157,3163,3170,3177,3184,3192,3198,3208,3218,3225,3231,3241,3252,3262,3268,3275,3280,3288,3295,3303,3309,3316,3322,3328,3334,3339,3345,3352,3358,3365,3371,3377,3383,3389,3395,3402,3408,3413,3424,3430,3436,3443,3450,3456,3462,3468,3478,3484,3490,3495,3501,3506,3513,3519,3525,3530,3536,3543,3548,3554,3559,3565,3571,3577,3583,3589,3594,3599,3606,3614,3619,3625,3633,3639,3645,3651,3658,3663,3668,3675,3680,3685,3691,3697,3704,3710,3715,3721,3726,3737,3745,3750,3758,3763,3770,3775,3781,3786,3792,3797,3805,3811,3817],{"title":3090,"description":3091,"path":3092,"category":3093,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3096},"OpenClaw 支持超过 50 个集成平台","OpenClaw 宣布已支持超过 50 个消息和生产力平台集成，成为最全面的 AI 助手解决方案。","/news/50-integrations","生态动态","2026-03-09","openclaw.ai",[2511,1952,2187],{"title":3098,"description":3099,"path":3100,"category":3101,"date":3102,"updatedAt":1933,"sourceType":1926,"source":3095,"tags":3103},"OpenClaw 与主流 AI 模型对比分析","深入对比 OpenClaw 支持的各类 AI 模型，帮助用户选择最适合自己需求的模型配置。","/news/ai-model-comparison","技术深度","2026-03-07",[2069,3104,3105,3106,3107,3108],"comparison","gpt","claude","llama","analysis",{"title":3110,"description":3111,"path":3112,"category":3113,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3114},"OpenClaw 支持多种 AI 模型选择","OpenClaw 支持 Anthropic Claude、OpenAI GPT 和本地模型，为用户提供灵活的 AI 选择。","/news/ai-model-flexibility","功能介绍",[3115,2069,3106,3105,2022],"ai",{"title":3117,"description":3118,"path":3119,"category":3120,"date":3121,"updatedAt":1933,"sourceType":2790,"source":3122,"tags":3123},"OpenClaw API v2 正式发布","OpenClaw 发布全新 API v2 版本，带来更强大的功能、更好的性能和更完善的开发者体验。","/news/api-v2-release","产品更新","2026-03-10","github.com/openclaw/openclaw",[2496,3124,3125,2901],"v2","developer",{"title":3127,"description":3128,"path":3129,"category":3130,"date":3121,"updatedAt":3121,"sourceType":1926,"source":3131,"tags":3132},"OpenClaw on AWS：云上一键部署指南发布","AWS 官方发布 OpenClaw on Lightsail 部署指南，用户可在 AWS 云平台快速部署自己的 AI 助手实例。","/news/aws-lightsail-deployment","云服务集成","AWS Blog",[3133,3029,3030,3134],"aws","lightsail",{"title":3136,"description":3137,"path":3138,"category":3120,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3139},"OpenClaw 浏览器自动化功能升级","OpenClaw 浏览器自动化功能迎来重大升级，支持更多操作和更好的稳定性。","/news/browser-automation-v2",[2217,1998,2650,2723],{"title":3141,"description":3142,"path":3143,"category":3113,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3144},"OpenClaw Canvas 实时可视化功能详解","深入了解 OpenClaw 的 Canvas 功能，如何使用 A2UI 语法创建交互式可视化界面。","/news/canvas-a2ui",[3145,3146,3147,3148],"canvas","a2ui","visualization","ui",{"title":3150,"description":3151,"path":3152,"category":3153,"date":1978,"updatedAt":1978,"sourceType":2186,"source":3154,"tags":3155},"OpenClaw 中国社区热潮：本地化部署与中文教程需求激增","OpenClaw 在中国市场迎来爆发式增长，小红书、知乎等平台讨论热度持续攀升，中文教程和本地化部署成为用户最关注的话题。","/news/china-community-boom","社区动态","社区观察",[3028,2186,1932,3156],"localization",{"title":3158,"description":3159,"path":3160,"category":3093,"date":3094,"updatedAt":2003,"sourceType":2790,"source":3161,"tags":3162},"ClawHub 技能市场突破 300 技能大关","OpenClaw 官方技能市场 ClawHub 已收录超过 300 个开源技能，为用户提供丰富的扩展选择。","/news/clawhub-300-skills","github.com/openclaw/clawhub",[1929,2169,2187,2053],{"title":3164,"description":3165,"path":3166,"category":3153,"date":3094,"updatedAt":2003,"sourceType":2186,"source":3167,"tags":3168},"OpenClaw 开发者社区突破 5 万人","OpenClaw 开发者社区持续增长，Discord 成员已超过 50,000 人。","/news/developer-community","discord.gg/openclaw",[2186,2163,1961,3169],"growth",{"title":3171,"description":3172,"path":3173,"category":3174,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3175},"OpenClaw Discord 集成配置","了解如何将 Discord Bot 连接到 OpenClaw，实现服务器和频道管理。","/news/discord-integration","渠道指南",[2163,2458,3176,1932],"channel",{"title":3178,"description":3179,"path":3180,"category":3120,"date":3094,"updatedAt":2003,"sourceType":2790,"source":3181,"tags":3182},"OpenClaw 企业部署最佳实践发布","OpenClaw 官方发布企业级部署指南，包含 Ansible 自动化、容器化部署和安全配置。","/news/enterprise-deployment","github.com/openclaw/openclaw-ansible",[1970,3030,3183,3037],"ansible",{"title":3185,"description":3186,"path":3187,"category":3188,"date":3189,"updatedAt":1933,"sourceType":1926,"source":3095,"tags":3190},"OpenClaw 企业版功能详解","深入了解 OpenClaw 企业版的专属功能、部署方案和安全特性，助力企业数字化转型。","/news/enterprise-edition-guide","产品介绍","2026-03-06",[1970,3030,1972,3191],"features",{"title":3193,"description":3194,"path":3195,"category":3174,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3196},"OpenClaw 飞书集成配置","了解如何将 OpenClaw 集成到飞书，实现企业协作。","/news/feishu-integration",[3031,3197,3176,1970,1932],"lark",{"title":3199,"description":3200,"path":3201,"category":3202,"date":1933,"updatedAt":1933,"sourceType":2186,"source":3203,"tags":3204},"OpenClaw 创始人 Peter Steinberger：从独立开发者到开源明星","OpenClaw 创始人 Peter Steinberger 的创业故事，从 Clawdbot/Moltbot 到爆火开源项目的历程。","/news/founder-story","人物故事","社区整理",[3205,3206,3207,2186],"founder","story","opensource",{"title":3209,"description":3210,"path":3211,"category":3212,"date":3094,"updatedAt":2003,"sourceType":2790,"source":3213,"tags":3214},"OpenClaw GitHub 星标突破 28.7 万","OpenClaw 开源项目在 GitHub 上的星标数突破 287,000，成为最受欢迎的开源 AI 助手项目之一。","/news/github-stars-milestone","项目动态","github.com/openclaw",[2790,3215,3216,3217],"stars","milestone","open-source",{"title":3219,"description":3220,"path":3221,"category":3120,"date":3222,"updatedAt":1978,"sourceType":2790,"source":3122,"tags":3223},"OpenClaw 本地模型支持全面升级","OpenClaw 现已支持更多本地大语言模型，包括 Llama 3、Mistral、Qwen 等，让用户在保护隐私的同时享受 AI 能力。","/news/local-model-support","2026-03-05",[2296,2298,3107,3224,2295],"mistral",{"title":3226,"description":3227,"path":3228,"category":3120,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3229},"OpenClaw macOS 伴侣应用 Beta 发布","OpenClaw 推出专为 macOS 15+ 设计的伴侣应用，提供更便捷的菜单栏访问体验。","/news/macos-companion-app",[2124,3230,2725,2650],"app",{"title":3232,"description":3233,"path":3234,"category":3235,"date":3094,"updatedAt":2003,"sourceType":3236,"source":3095,"tags":3237},"OpenClaw 获 MacStories 专题报道：个人 AI 助手的未来","知名科技媒体 MacStories 发表专题报道，高度评价 OpenClaw 为个人 AI 助手领域带来的创新。","/news/media-coverage","媒体报道","media",[3236,3238,3239,3240],"macstories","coverage","press",{"title":3242,"description":3243,"path":3244,"category":3245,"date":2003,"updatedAt":2003,"sourceType":2096,"source":3246,"tags":3247},"外部报道：Meta 收购 Moltbook，OpenClaw 生态再次进入主流视野","根据 2026 年 3 月 11 日自动抓取的外部报道，Meta 已收购基于 OpenClaw 构建的 AI 代理社交网络 Moltbook。本文将事件背景、与 OpenClaw 的关联，以及对中文用户的参考价值整理为站点可读版本。","/news/meta-moltbook-openclaw-background","行业动态","自动抓取外部报道（2026-03-11）",[3248,3249,1152,3250,3251],"meta","moltbook","ai-agent","industry",{"title":3253,"description":3254,"path":3255,"category":3120,"date":3256,"updatedAt":1933,"sourceType":1926,"source":3095,"tags":3257},"OpenClaw 移动端体验全面优化","OpenClaw 发布移动端重大更新，带来全新界面设计、性能优化和多项新功能。","/news/mobile-experience-update","2026-03-08",[2150,3258,3259,3260,3261],"ios","android","ux","performance",{"title":3263,"description":3264,"path":3265,"category":3120,"date":1978,"updatedAt":1933,"sourceType":2790,"source":3122,"tags":3266},"OpenClaw 多 Agent 协作功能正式发布","OpenClaw 发布多 Agent 协作功能，支持多个 AI 代理协同工作，实现复杂任务的自动化处理。","/news/multi-agent-collaboration",[2054,3267,1997,1998],"collaboration",{"title":3269,"description":3270,"path":3271,"category":3113,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3272},"OpenClaw 多平台客户端详解","了解 OpenClaw 在 macOS、iOS、Android 等多平台上的客户端能力，以及如何实现跨设备无缝使用。","/news/multiplatform-clients",[3273,2124,3258,3259,3274],"clients","platforms",{"title":3276,"description":3277,"path":3278,"category":3120,"date":3222,"updatedAt":2003,"sourceType":2790,"source":3122,"tags":3279},"OpenClaw 2026.3.7 版本观察","结合最新 release 观察当前版本中最值得中文用户优先关注的变化方向。","/news/mvp-launch",[2650,138,2651],{"title":3281,"description":3282,"path":3283,"category":3284,"date":3285,"updatedAt":1933,"sourceType":1926,"source":3095,"tags":3286},"OpenClaw 开源一周年：回顾与展望","OpenClaw 开源项目迎来一周年里程碑，回顾这一年的成长历程和社区贡献。","/news/open-source-anniversary","官方公告","2026-03-01",[3287,3217,2186,3216],"anniversary",{"title":3289,"description":3290,"path":3291,"category":3120,"date":3292,"updatedAt":2019,"sourceType":2790,"source":3293,"tags":3294},"OpenClaw 2026.3.13 官方发布：Cron、插件碰撞、Docker 时区和网关稳定性继续修复","基于 2026 年 3 月 14 日发布的官方 GitHub Release，整理本轮最值得中文站读者关注的调度、插件、Docker、渠道和 UI 修复点。","/news/openclaw-2026-3-13-release","2026-03-14","https://github.com/openclaw/openclaw/releases",[2650,2651,2541,2053,3037,1950],{"title":3296,"description":3297,"path":3298,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3300,"tags":3301},"OpenClaw 集成观察：HTTP API、Gateway WebSocket 与 SDK 的三层接口面正在被官方写清","基于 2026 年 3 月 25 日可见的官方 API、Web 与 Gateway 文档，最近开发者侧最值得关注的变化之一是不同接口面的分工正在被官方主动拆清。","/news/openclaw-api-surface-watch-2026-03-25","生态观察","https://docs.openclaw.ai/api/v2",[2496,2502,2901,1950,3302],"integration",{"title":3304,"description":3305,"path":3306,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3307,"tags":3308},"OpenClaw 执行审批观察：CLI、per-agent allowlist 与聊天转发正在把宿主机执行面做成正式治理层","基于 2026 年 3 月 24 日可见的官方 approvals CLI 与 Exec Approvals 文档，最近最值得关注的信号不是“能不能审批”，而是宿主机执行边界已经开始形成一套完整治理面。","/news/openclaw-approvals-surface-watch-2026-03-24","https://docs.openclaw.ai/tools/exec-approvals",[2241,2239,2350,1972,1950,2750],{"title":3310,"description":3311,"path":3312,"category":3299,"date":2494,"updatedAt":2494,"sourceType":1926,"source":3313,"tags":3314},"OpenClaw 开始把 AUTH_TOKEN_MISMATCH 写成可恢复的漂移场景","官方最新 Dashboard 文档把 AUTH_TOKEN_MISMATCH、trusted retry 和 token drift recovery 串成了一条更完整的恢复路径，让认证失败不再只是黑箱报错。","/news/openclaw-auth-mismatch-retry-watch-2026-03-26","https://docs.openclaw.ai/web/dashboard",[2007,2215,3315,2344,2563],"drift",{"title":3317,"description":3318,"path":3319,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3320,"tags":3321},"OpenClaw 的自动化运维面正在收成一条更清楚的排障梯子","官方最近围绕 Heartbeat、cron CLI 和 Automation Troubleshooting 的文档更新，正在把自动化问题从“感觉没触发”收敛成更可观测的几层：调度、入队、运行结果、可见性与时间窗口。","/news/openclaw-automation-ops-ladder-watch-2026-03-29","https://docs.openclaw.ai/automation/troubleshooting",[1998,2549,2541,3002,1971],{"title":3323,"description":3324,"path":3325,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3326,"tags":3327},"OpenClaw 开始把 Broadcast Groups 从路由技巧推进成多代理协作入口","官方最新 Broadcast Groups 文档把多 agent 同群运行的触发条件、session 隔离和处理策略写得更完整了，也让它和普通 bindings 的分工更清楚。","/news/openclaw-broadcast-groups-watch-2026-03-25","https://docs.openclaw.ai/channels/broadcast-groups",[2132,2116,2133,2115,2162],{"title":3329,"description":3330,"path":3331,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3332,"tags":3333},"OpenClaw 的浏览器管理员面正在收成一条完整信任链","官方最近围绕 Pairing、Remote Access、Trusted Proxy Auth 和 Dashboard 的文档更新，正在把浏览器入口从“页面能打开”收敛成“地址、认证、设备与 operator 权限”四层联动的信任链。","/news/openclaw-browser-trust-chain-watch-2026-03-29","https://docs.openclaw.ai/gateway/trusted-proxy-auth",[2007,2711,2266,2021,1972],{"title":3335,"description":3336,"path":3337,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3307,"tags":3338},"OpenClaw 渠道观察：Telegram 和 Discord 正在从聊天入口扩展成正式审批面","基于 2026 年 3 月 24 日可见的官方 Exec Approvals 文档，Telegram 与 Discord 最近最值得关注的变化不是又多了一个命令，而是它们已经开始承担受控审批入口。","/news/openclaw-channel-approval-clients-watch-2026-03-24",[2161,2163,2241,1952,2665],{"title":3340,"description":3341,"path":3342,"category":3153,"date":1946,"updatedAt":1946,"sourceType":2186,"source":3343,"tags":3344},"OpenClaw 在中国 AI 生态中的位置：从中文教程热到本地化能力竞赛","基于 2026 年 3 月 16 日整理素材，梳理 OpenClaw 在中国 AI 生态里的关注点：本地部署、中文模型接入、数据安全与本土服务集成。","/news/openclaw-china-ecosystem-watch-2026-03-16","content/tmp/2026-03-16/openclaw-china-ai-ecosystem-analysis.md",[3028,2187,3156,3108],{"title":3346,"description":3347,"path":3348,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3349,"tags":3350},"OpenClaw ClawHub 观察：sync、lockfile 与最小 telemetry 让技能注册表更像正式分发生态","基于 2026 年 3 月 24 日可见的官方 ClawHub 文档，最近最值得关注的变化不是“技能数量”，而是技能分发、版本记录和同步行为正在更像一套正式 registry。","/news/openclaw-clawhub-sync-watch-2026-03-24","https://docs.openclaw.ai/tools/clawhub",[2169,1929,2178,2179,3351,2170],"telemetry",{"title":3353,"description":3354,"path":3355,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3356,"tags":3357},"OpenClaw CLI 观察：命令行已经不只是辅助工具，而是在慢慢收敛成正式控制面","基于 2026 年 3 月 21 日可见的官方 CLI Reference、Gateway protocol 与 Dashboard 文档，整理最近最值得中文站关注的 CLI 变化：status/health/logs 分层、gateway RPC 边界，以及 Dashboard 和 CLI 之间更清晰的协作关系。","/news/openclaw-cli-control-plane-watch-2026-03-21","https://docs.openclaw.ai/cli",[2397,1950,2864,2107,1971],{"title":3359,"description":3360,"path":3361,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3362,"tags":3363},"OpenClaw 的配置分层边界越来越清楚","官方最近围绕 Environment Variables、Configuration、Logging 和 Debugging 的文档更新，正在把正式配置、env 注入和一次性 override 拆成更清楚的层。","/news/openclaw-configuration-layering-watch-2026-03-22","https://docs.openclaw.ai/help/environment",[1964,2438,2114,3364,1971],"overrides",{"title":3366,"description":3367,"path":3368,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3293,"tags":3369},"OpenClaw 上下文观察：Compaction、Session 连续性与 persona 保真正在成为官方显式关注点","基于 2026 年 3 月 21 日可见的官方 Context 文档与 GitHub Releases 页面，整理最近最值得中文站关注的上下文变化：compaction 后 token 检查、session continuity、persona/language 保真，以及它们对长期使用的意义。","/news/openclaw-context-compaction-watch-2026-03-21",[2450,2451,2254,1954,3370],"continuity",{"title":3372,"description":3373,"path":3374,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3375,"tags":3376},"OpenClaw 控制面观察：Control UI、设备配对与 Tailscale Serve 正在把浏览器管理做成正式能力","基于 2026 年 3 月 21 日可见的官方 Control UI、Dashboard、Pairing 与 Tailscale 文档，整理最近最值得关注的控制面变化：浏览器设备配对、语言支持、远程 Serve 与更明确的管理面边界。","/news/openclaw-control-surface-watch-2026-03-21","https://docs.openclaw.ai/web/control-ui",[2195,2007,2534,2266,2021],{"title":3378,"description":3379,"path":3380,"category":3299,"date":2494,"updatedAt":2494,"sourceType":1926,"source":3313,"tags":3381},"OpenClaw 正在把 Dashboard bootstrap 写成更安全的默认路径","官方最新 Dashboard 文档更明确地说明了 openclaw dashboard 在 localhost、SecretRef token 和 headless 环境里的引导行为，也让它更像正式控制面入口。","/news/openclaw-dashboard-bootstrap-watch-2026-03-26",[2007,3382,2815,2215,2195],"bootstrap",{"title":3384,"description":3385,"path":3386,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3313,"tags":3387},"OpenClaw Web 控制面观察：Dashboard 与 WebChat 的认证引导和回流边界正在变清楚","基于 2026 年 3 月 24 日可见的官方 dashboard CLI、Web Dashboard 与 WebChat 文档，最近 Web 控制面最值得关注的变化是认证引导、SecretRef token 处理和 WebChat 回流边界正在被主动写清。","/news/openclaw-dashboard-webchat-auth-watch-2026-03-24",[2007,2076,2216,2815,2115,3388],"web",{"title":3390,"description":3391,"path":3392,"category":3093,"date":1946,"updatedAt":1946,"sourceType":2186,"source":3393,"tags":3394},"OpenClaw 开发者生态扩张观察：中文技能与本地工作流成为新增长点","基于 2026 年 3 月 16 日临时素材，整理 OpenClaw 开发者生态在中文社区中的扩展方向，重点关注中文技能、本地平台集成与企业工作流落地。","/news/openclaw-developer-ecosystem-watch-2026-03-16","content/tmp/2026-03-16/openclaw-developer-ecosystem-expansion.md",[1961,1929,2187,3028],{"title":3396,"description":3397,"path":3398,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3399,"tags":3400},"OpenClaw 的 devices CLI 正在把设备授权写成一条完整生命周期","官方最近围绕 devices CLI 的补强，让 approve、revoke、rotate 和 fresh token 不再像零散命令，而更像完整的设备授权生命周期。","/news/openclaw-device-token-lifecycle-watch-2026-03-25","https://docs.openclaw.ai/channels/pairing",[2267,2266,2216,2569,3401],"rotate",{"title":3403,"description":3404,"path":3405,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3406,"tags":3407},"OpenClaw 的诊断与修复工作流正在成型","官方最近围绕 Doctor、Diagnostics Flags、Debugging 和 sessions cleanup 的文档更新，正在把 OpenClaw 的排障方式从“看日志猜”推进到更清楚的 repair ladder。","/news/openclaw-diagnostics-repair-watch-2026-03-22","https://docs.openclaw.ai/doctor",[2575,2744,2576,2823,1971],{"title":3409,"description":3410,"path":3411,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3406,"tags":3412},"OpenClaw 排障观察：doctor 正在从“检查器”继续长成带备份心智的修复入口","基于 2026 年 3 月 25 日可见的官方 Doctor 文档，最近排障层最值得关注的变化之一是 doctor 对 stale config、unknown keys 和 legacy 状态的处理边界越来越清楚。","/news/openclaw-doctor-repair-boundary-watch-2026-03-25",[2575,2576,2435,2653,2744],{"title":3414,"description":3415,"path":3416,"category":3417,"date":1946,"updatedAt":1946,"sourceType":2186,"source":3418,"tags":3419},"OpenClaw 教育场景观察：AI 助教、个性化学习与高校试点想象空间","基于 2026 年 3 月 16 日教育领域临时稿，梳理 OpenClaw 在高校与教学场景中的潜在落地方向，包括答疑、学习路径推荐和教师工作流辅助。","/news/openclaw-education-adoption-watch-2026-03-16","行业观察","content/tmp/2026-03-16/openclaw-education-sector-adoption.md",[3420,3421,3422,3423],"education","adoption","ai-tutor","higher-education",{"title":3425,"description":3426,"path":3427,"category":3417,"date":1946,"updatedAt":1946,"sourceType":2186,"source":3428,"tags":3429},"OpenClaw 企业应用热度上升：中文团队更关注私有化部署与流程接入","基于 2026 年 3 月 16 日企业方向临时稿，整理 OpenClaw 在中文企业场景中的关注重点，包括私有化部署、安全边界、行业接入与内部工作流自动化。","/news/openclaw-enterprise-adoption-watch-2026-03-16","content/tmp/2026-03-16/openclaw-enterprise-adoption-boom.md",[1970,3030,1997,3028],{"title":3431,"description":3432,"path":3433,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3434,"tags":3435},"OpenClaw 扩展层观察：ClawHub、插件托管 hooks 与 onboarding 勾选正在把扩展能力收拢成一条更完整链路","基于 2026 年 3 月 21 日可见的官方 Skills、ClawHub、Plugins 与 Hooks 文档，整理最近最值得中文站关注的扩展层变化：技能 registry、插件托管 hooks，以及 onboarding 阶段对推荐 hooks 的直接引导。","/news/openclaw-extension-stack-watch-2026-03-21","https://docs.openclaw.ai/automation/hooks",[1929,2169,2053,2055,2188],{"title":3437,"description":3438,"path":3439,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3440,"tags":3441},"OpenClaw 正在把 gateway-owned pairing 的过期与轮换边界说清楚","官方最新 Gateway-owned pairing 文档把 pending request 的 5 分钟过期、fresh token 生成和 UI 只是审批前端这几层边界写得更清楚了。","/news/openclaw-gateway-pairing-expiry-watch-2026-03-25","https://docs.openclaw.ai/gateway/pairing",[1950,2266,3442,2216,2106],"pending",{"title":3444,"description":3445,"path":3446,"category":3299,"date":2494,"updatedAt":2494,"sourceType":1926,"source":3447,"tags":3448},"OpenClaw 正在把 Gateway 的 session source-of-truth 地位写得更明确","官方最新 Session 文档更明确地说明 session store、JSONL transcript 和 token 计数都应围绕 Gateway 理解，这会直接影响 WebChat、Dashboard 和远程 operator 的排障方式。","/news/openclaw-gateway-source-of-truth-watch-2026-03-26","https://docs.openclaw.ai/session",[1950,2134,2076,2007,3449],"state",{"title":3451,"description":3452,"path":3453,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3454,"tags":3455},"OpenClaw 开始把群聊入口判断顺序写成可复述规则","官方最近在 Groups、Group Messages 和 Messages 文档里，把群入口的 groupPolicy、allowlist 和 mention gating 顺序写得更完整了，也让“没回”和“没进系统”首次更容易区分。","/news/openclaw-group-policy-watch-2026-03-25","https://docs.openclaw.ai/channels/groups",[2133,2887,2350,2285,2115],{"title":3457,"description":3458,"path":3459,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3454,"tags":3460},"OpenClaw 正在把群触发从“@一下就行”写成更完整的治理链","官方最近围绕 Groups、Group Messages 和 Broadcast Groups 的文档更新，正在把 reply-to implicit mention、pending history、forum topic session key 和 shared-group rollout 写成更完整的群入口治理链。","/news/openclaw-group-trigger-governance-watch-2026-03-29",[2133,2960,3461,2132,2376],"activation",{"title":3463,"description":3464,"path":3465,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3466,"tags":3467},"OpenClaw 配置观察：include 合并边界正在从“能拆文件”继续走向“能预测最终结果”","基于 2026 年 3 月 25 日可见的官方 Configuration 文档，最近配置层最值得关注的变化之一是 include、数组处理和 sibling override 的顺序正在被官方主动写清。","/news/openclaw-include-merge-boundary-watch-2026-03-25","https://docs.openclaw.ai/gateway/configuration",[1964,2907,2526,2908,1971],{"title":3469,"description":3470,"path":3471,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3472,"tags":3473},"OpenClaw 官方 Showcase 基础设施观察：Home Assistant、Nix 与远程文件流转正在成为高频落地方向","基于 2026 年 3 月 21 日可见的官方 Showcase 页面，整理最近最值得关注的基础设施与部署类案例，观察 OpenClaw 在家庭服务器、可复现部署和远程实例运维上的真实应用。","/news/openclaw-infra-showcase-watch-2026-03-21","https://docs.openclaw.ai/start/showcase",[3474,3030,3475,3476,3477],"showcase","home-assistant","nix","infrastructure",{"title":3479,"description":3480,"path":3481,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3482,"tags":3483},"OpenClaw 的长期会话治理能力正在变完整","官方最近围绕 session、memory、compaction 和 secure DM mode 的文档更新，正在把长期连续性、上下文边界和重置策略拼成一条更完整的治理链。","/news/openclaw-long-session-governance-watch-2026-03-22","https://docs.openclaw.ai/concepts/session",[2254,1954,2451,3370,2376],{"title":3485,"description":3486,"path":3487,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3488,"tags":3489},"OpenClaw 的后台维护生命周期正在变清楚","官方最近围绕 cron、sessions cleanup、doctor 和 retention 的文档更新，正在把长期运行时的会话、日志和作业痕迹分成更清楚的维护层次。","/news/openclaw-maintenance-lifecycle-watch-2026-03-22","https://docs.openclaw.ai/cron",[2653,2541,2254,2542,1971],{"title":3491,"description":3492,"path":3493,"category":3120,"date":3094,"updatedAt":2003,"sourceType":2790,"source":3122,"tags":3494},"OpenClaw 2026年3月版本更新：技能系统与安全性全面升级","OpenClaw 发布重要更新，带来性能优化、全新技能系统和安全性改进。","/news/openclaw-march-2026-update",[2650,2723,2651,1929,1972],{"title":3496,"description":3497,"path":3498,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3499,"tags":3500},"OpenClaw 记忆观察：Markdown 仍然是 source of truth，memory plugin slot 正在把索引层做成可切换能力","基于 2026 年 3 月 24 日可见的官方 Memory、CLI memory 与 Plugins 文档，最近最值得关注的变化之一是记忆体系的文件事实层和插件增强层正在被官方主动拆清。","/news/openclaw-memory-plugin-slot-watch-2026-03-24","https://docs.openclaw.ai/concepts/memory",[1954,2053,2318,1065,2325],{"title":3502,"description":3503,"path":3504,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3499,"tags":3505},"OpenClaw 正在把记忆检索从“向量搜索”写成一条完整流水线","官方最近围绕 Memory 和 memory CLI 的文档更新，正在把 hybrid search、重排、temporal decay、session indexing 和 embedding cache 逐步写成一条更完整的检索链。","/news/openclaw-memory-retrieval-pipeline-watch-2026-03-29",[1954,2923,2920,2326,2415],{"title":3507,"description":3508,"path":3509,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3472,"tags":3510},"OpenClaw 官方 Showcase 记忆观察：WhatsApp Memory Vault、Karakeep 与中文学习 Skill 正在把语音和知识流转成长期资产","基于 2026 年 3 月 21 日可见的官方 Showcase 页面，整理最近最值得中文站关注的记忆与知识类案例，观察 OpenClaw 如何把转录、向量检索和学习流程接成长链路。","/news/openclaw-memory-showcase-watch-2026-03-21",[3474,1954,2224,3511,3512],"vector-search","knowledge",{"title":3514,"description":3515,"path":3516,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3517,"tags":3518},"OpenClaw 的 mention gating 正在从单一 @ 规则变成跨渠道触发层","官方最新 Groups 和 Group Messages 文档显示，mention gating 已经不再只服务 WhatsApp 群，而是在 Telegram、Slack、Discord、iMessage 等入口上逐步形成统一触发层。","/news/openclaw-mention-gating-watch-2026-03-25","https://docs.openclaw.ai/channels/group-messages",[2887,2133,2161,2163,2232],{"title":3520,"description":3521,"path":3522,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3523,"tags":3524},"OpenClaw 的消息入口语义正在变清楚","官方最近围绕 Messages、WebChat 和 Channel Routing 的文档更新，正在把消息入口、上下文桶、历史展示和投递节奏拆成更明确的几层。","/news/openclaw-message-surface-watch-2026-03-22","https://docs.openclaw.ai/messages",[2285,2076,2115,2289,1952],{"title":3526,"description":3527,"path":3528,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3356,"tags":3529},"OpenClaw 模型观察：models status 正在从状态展示继续长成探活入口","基于 2026 年 3 月 24 日可见的官方 CLI 文档，最近模型层最值得关注的变化之一是 models status 已经不只负责展示主模型和 fallback，而是开始承担 auth profile 探测。","/news/openclaw-model-probe-watch-2026-03-24",[2069,2929,2226,2215,2613],{"title":3531,"description":3532,"path":3533,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3534,"tags":3535},"OpenClaw 节点观察：headless node、普通设备节点与 Gateway 的宿主边界正在被官方写清","基于 2026 年 3 月 25 日可见的官方 Nodes、Architecture 与 Pairing 文档，最近节点层最值得关注的变化之一是能力宿主边界正在被主动拆清。","/news/openclaw-node-host-boundary-watch-2026-03-25","https://docs.openclaw.ai/nodes",[2106,2265,1950,2266,2267],{"title":3537,"description":3538,"path":3539,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3540,"tags":3541},"OpenClaw 接入观察：从 2026.1.29 的迁移信号到现在的 Onboarding Wizard，官方已经把“第一次跑通”做成更完整链路","基于 2026 年 3 月 21 日可见的官方 Onboarding、Install 与 Releases 页面，整理 OpenClaw 从命名迁移、路径自动迁移到本地/远程 wizard 分流这条接入链路最近最值得注意的变化。","/news/openclaw-onboarding-migration-watch-2026-03-21","https://docs.openclaw.ai/start/wizard",[2006,3077,3542,3078,2653],"install",{"title":3544,"description":3545,"path":3546,"category":3299,"date":2494,"updatedAt":2494,"sourceType":1926,"source":3375,"tags":3547},"OpenClaw 的远程 operator 正在从“谁都能开网页”转向浏览器级交接管理","随着 Dashboard、Control UI 和 device pairing 文档持续补强，官方越来越清楚地把浏览器 profile、设备 pairing 和控制面交接写成同一条管理面问题。","/news/openclaw-operator-browser-watch-2026-03-26",[2665,2217,2195,2266,2021],{"title":3549,"description":3550,"path":3551,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3552,"tags":3553},"OpenClaw 正在把 Dashboard、WebChat 和 WebSocket 收成一套 operator surface","官方最近围绕 Dashboard、WebChat 和 Gateway Protocol 的文档更新，越来越清楚地把这些入口解释成同一套 operator surface 的不同层，而不是彼此割裂的功能页。","/news/openclaw-operator-surface-convergence-watch-2026-03-29","https://docs.openclaw.ai/gateway/protocol",[2007,2076,2502,2665,2107],{"title":3555,"description":3556,"path":3557,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3399,"tags":3558},"OpenClaw 的 pairing CLI 正在从单条 approve 命令长成正式入口治理面","官方最近把 pairing CLI 的 list、clear、--account 和 --notify 等行为写得更完整了，也让聊天入口审批越来越像一套正式的运营控制面。","/news/openclaw-pairing-cli-scope-watch-2026-03-25",[2266,2768,1952,2769,1971],{"title":3560,"description":3561,"path":3562,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3563,"tags":3564},"OpenClaw 官方插件生态观察：社区插件、内置 Provider 插件与 Hook Pack 正在形成更完整扩展层","基于 2026 年 3 月 21 日可见的官方插件与 hooks 文档，整理 OpenClaw 插件生态最近最值得关注的三个变化：社区插件目录、package pack、多层 hooks 组织方式。","/news/openclaw-plugin-ecosystem-watch-2026-03-21","https://docs.openclaw.ai/plugins",[2053,2187,2055,2186,2188],{"title":3566,"description":3567,"path":3568,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3569,"tags":3570},"OpenClaw 插件观察：安装 spec 和 update tracking 正在决定插件后续会沿哪条轨道走","基于 2026 年 3 月 24 日可见的官方 plugins CLI 文档，最近插件层最值得关注的变化之一是 install spec、--pin 与 plugins.installs 正在被官方主动连成一条生命周期链。","/news/openclaw-plugin-install-tracking-watch-2026-03-24","https://docs.openclaw.ai/cli/plugins",[2053,2169,2941,2942,2652],{"title":3572,"description":3573,"path":3574,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3575,"tags":3576},"OpenClaw 工作流观察：OpenProse 与 Lobster 的上下层分工正在变清楚","基于 2026 年 3 月 24 日可见的官方 Lobster 文档，最近最值得关注的信号是 OpenProse 与 Lobster 的边界正在被官方主动写清，多智能体准备和确定性执行不再混成一层。","/news/openclaw-prose-lobster-watch-2026-03-24","https://docs.openclaw.ai/tools/lobster",[2369,2370,1997,2241,2054],{"title":3578,"description":3579,"path":3580,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3581,"tags":3582},"OpenClaw 正在把 provider、模型和远程执行分成不同治理层","官方最近围绕 Models、Model Failover 和 node 的文档更新，正在把 provider auth、模型 allowlist、多模态能力和远程 node 执行拆成更清楚的治理层。","/news/openclaw-provider-capability-governance-watch-2026-03-29","https://docs.openclaw.ai/concepts/models",[2226,2069,2106,2215,2376],{"title":3584,"description":3585,"path":3586,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3587,"tags":3588},"OpenClaw 的 provider 故障恢复正在变成一条更清楚的梯子","官方最近围绕 Model Failover、Gateway Troubleshooting、LiteLLM 和 Cloudflare AI Gateway 的文档更新，正在把模型故障从“直接换模型”收敛成更清楚的几层：能力条件、profile 轮转、统一网关和跨模型 fallback。","/news/openclaw-provider-recovery-ladder-watch-2026-03-29","https://docs.openclaw.ai/concepts/model-failover",[2226,2737,2069,1950,1971],{"title":3590,"description":3591,"path":3592,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3293,"tags":3593},"OpenClaw 发布观察：2026.3.13 恢复型 Release 暴露出版本跟踪里最容易忽略的三层差异","基于 2026 年 3 月 21 日可见的 GitHub Releases 页面，整理 OpenClaw 2026.3.13 恢复型 Release 的关键信号，以及中文站在跟踪版本时最该注意的 npm 版本、Git tag 和 GitHub Release 名称差异。","/news/openclaw-release-watch-2026-03-21",[2650,2651,2653,2652],{"title":3595,"description":3596,"path":3597,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3313,"tags":3598},"OpenClaw 的远程管理员面边界越来越清楚","官方最近围绕 Dashboard、Pairing、Gateway-owned pairing 与 nodes 的文档更新，正在把远程协作、浏览器入口和设备接入的边界拆得更清楚。","/news/openclaw-remote-admin-watch-2026-03-22",[2007,2266,2106,2021,2556],{"title":3600,"description":3601,"path":3602,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3603,"tags":3604},"OpenClaw 的 routing precedence 正在成为更明确的排障坐标系","官方最近围绕 Channel Routing 的写法，正在把 peer、thread inheritance、guild、team、account 和 channel 等命中层级固定下来，让路由排障越来越像查规则，而不是猜模型。","/news/openclaw-routing-precedence-watch-2026-03-25","https://docs.openclaw.ai/channels/channel-routing",[2115,2114,3605,1952,2116],"threads",{"title":3607,"description":3608,"path":3609,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3610,"tags":3611},"OpenClaw Secret 观察：active snapshot 正在把密钥轮换从“即时取值”收成“原子切换”","基于 2026 年 3 月 25 日可见的官方 Secrets Management 文档，最近 secrets 层最值得关注的变化之一是 active snapshot 与 last-known-good 的边界越来越清楚。","/news/openclaw-secret-snapshot-watch-2026-03-25","https://docs.openclaw.ai/gateway/secrets",[2969,3612,3613,2968,1971],"snapshot","rotation",{"title":3615,"description":3616,"path":3617,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3482,"tags":3618},"OpenClaw 正在把 secure DM mode 写成共享入口的默认安全心智","官方最近围绕 Session、Security 和 CLI Security 的更新，正在把 secure DM mode 从一个可选技巧，推成多人 DM 入口的基础隔离建议。","/news/openclaw-secure-dm-mode-watch-2026-03-25",[2134,1972,2838,2266,2691],{"title":3620,"description":3621,"path":3622,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3623,"tags":3624},"OpenClaw 安全观察：security audit 已经从提醒工具继续长成加固入口","基于 2026 年 3 月 24 日可见的官方安全文档，最近最值得关注的信号是 openclaw security audit 不再只是列问题，而是在形成 audit、deep、fix 三段式加固路径。","/news/openclaw-security-audit-fix-watch-2026-03-24","https://docs.openclaw.ai/gateway/security",[1972,2676,2678,2677,1971],{"title":3626,"description":3627,"path":3628,"category":3629,"date":1946,"updatedAt":1946,"sourceType":2186,"source":3630,"tags":3631},"OpenClaw 安全与合规话题升温：中文团队更在意可审计与本地数据边界","基于 2026 年 3 月 16 日安全方向临时稿，整理 OpenClaw 在中文环境下最受关注的安全议题，包括本地运行、合规要求、可审计性与金融等高敏行业采用。","/news/openclaw-security-compliance-watch-2026-03-16","安全观察","content/tmp/2026-03-16/openclaw-security-audit-milestone.md",[1972,3632,2298,1970],"compliance",{"title":3634,"description":3635,"path":3636,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3610,"tags":3637},"OpenClaw 的安全运维边界继续细化","官方最近围绕 Secrets、approvals forwarding、trusted proxy 和 Control UI 降级开关的文档，正在把安全问题从抽象原则推向更可执行的运维边界。","/news/openclaw-security-ops-watch-2026-03-22",[1972,2968,2241,3638,1971],"proxy",{"title":3640,"description":3641,"path":3642,"category":3299,"date":2980,"updatedAt":2980,"sourceType":1926,"source":3643,"tags":3644},"OpenClaw 正在把 session transcript 从 JSONL 文件写成结构化会话事实层","官方最近新增的 Session Management Deep Dive 文档，把 session header、message tree、compaction entry 和 branch summary 这几层边界写得更清楚了。","/news/openclaw-session-jsonl-deep-dive-watch-2026-04-01","https://docs.openclaw.ai/reference/session-management-compaction",[2134,2983,2451,2982,1950],{"title":3646,"description":3647,"path":3648,"category":3299,"date":2980,"updatedAt":2980,"sourceType":1926,"source":3649,"tags":3650},"OpenClaw 的 sessions CLI 正在从会话列表命令长成 store 巡检入口","官方最近把 sessions CLI 的 scope、all-agents、active 和显式 store 路径写得更完整了，也让它更适合作为长期运维里的 session store 巡检面。","/news/openclaw-sessions-cli-watch-2026-04-01","https://docs.openclaw.ai/cli/sessions",[2254,2397,2989,2676,1971],{"title":3652,"description":3653,"path":3654,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3655,"tags":3656},"OpenClaw 正在把 shared inbox 明确限定为协作硬化，而不是多租户承诺","官方最新 security audit 文档正在更明确地区分协作型 shared inbox 与互不信任多租户环境，并把 secure DM、sandbox 和 workspace-scoped access 组合成更完整的加固建议。","/news/openclaw-shared-inbox-trust-model-watch-2026-03-25","https://docs.openclaw.ai/cli/security",[1972,2691,2692,3657,1950],"sandbox",{"title":3659,"description":3660,"path":3661,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3472,"tags":3662},"OpenClaw 官方 Showcase 更新：Telegram PR 反馈、酒窖 Skill 与 Tesco 自动购物成为新样板","基于 2026 年 3 月 21 日可见的官方 Showcase 页面，整理最近最值得中文站关注的三个社区案例，观察 OpenClaw 在评审、个人数据库和购物自动化上的真实落地方式。","/news/openclaw-showcase-watch-2026-03-21",[3474,2186,2161,1929,1998],{"title":3664,"description":3665,"path":3666,"category":3299,"date":2140,"updatedAt":2140,"sourceType":1926,"source":3655,"tags":3667},"OpenClaw 正在把团队入口治理拆成更细的几层","官方最近围绕 security audit、session、broadcast groups 和 channel routing 的文档更新，正在把 shared-user ingress、identityLinks、broadcast precedence 和 shared inbox 硬化拆成更清楚的治理面。","/news/openclaw-team-ingress-governance-watch-2026-03-29",[2691,2839,2132,2115,1972],{"title":3669,"description":3670,"path":3671,"category":3299,"date":2980,"updatedAt":2980,"sourceType":1926,"source":3672,"tags":3673},"OpenClaw 正在把 transcript hygiene 从隐藏兼容层写成正式参考边界","官方最近单独写出 Transcript Hygiene 文档后，tool call 修补、图片清理和 provider fixups 不再只是内部细节，而成了更清楚的运行前兼容层。","/news/openclaw-transcript-hygiene-watch-2026-04-01","https://docs.openclaw.ai/zh-CN/reference/transcript-hygiene",[2982,2226,3008,3009,3674],"compatibility",{"title":3676,"description":3677,"path":3678,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3332,"tags":3679},"OpenClaw 远程入口观察：trusted-proxy 正在被官方明确定义为高收益但高责任模式","基于 2026 年 3 月 24 日可见的官方 trusted-proxy auth 文档，最近最值得关注的不是怎么把页面转发出来，而是 OpenClaw 正在主动强调 trusted-proxy 的安全责任转移。","/news/openclaw-trusted-proxy-risk-watch-2026-03-24",[2711,1972,2021,1950,2215],{"title":3681,"description":3682,"path":3683,"category":3299,"date":2494,"updatedAt":2494,"sourceType":1926,"source":3447,"tags":3684},"OpenClaw 的 UI 和 API 排障正在越来越像按层定位，而不是猜谁错了","官方最新 Session、WebChat 和 API 文档共同强化了一条思路：状态冲突时先回到 Gateway 事实层，再区分 UI 投影视图和 API 结构化返回。","/news/openclaw-ui-api-debug-watch-2026-03-26",[1950,2076,2496,2823,2134],{"title":3686,"description":3687,"path":3688,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3689,"tags":3690},"OpenClaw 维护观察：卸载边界正在从“删包”变成“服务、状态、profile 与远程主机”的完整收口","基于 2026 年 3 月 24 日可见的官方 Updating 与 uninstall 文档，最近最值得关注的变化之一是 OpenClaw 的卸载和移除边界正在被官方主动写清，不再只是删除 CLI。","/news/openclaw-uninstall-boundaries-watch-2026-03-24","https://docs.openclaw.ai/cli/uninstall",[3057,2653,2756,1950,3449],{"title":3692,"description":3693,"path":3694,"category":3299,"date":2061,"updatedAt":2061,"sourceType":1926,"source":3695,"tags":3696},"OpenClaw 更新观察：stable、beta、dev 正在从版本标签变成正式 rollout 体系","基于 2026 年 3 月 24 日可见的官方 update CLI 与 Updating 文档，最近最值得关注的变化之一是更新通道和 auto-updater 行为已经被官方写成一套明确的 rollout 逻辑。","/news/openclaw-update-channels-watch-2026-03-24","https://docs.openclaw.ai/cli/update",[2723,2724,2725,2726,2727],{"title":3698,"description":3699,"path":3700,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3472,"tags":3701},"OpenClaw 官方 Showcase 语音观察：Phone Bridge、Telegram Voice Notes 与多语言转录正在把语音入口做实","基于 2026 年 3 月 21 日可见的官方 Showcase 页面，整理最近最值得中文站关注的语音与电话类案例，观察 OpenClaw 在电话桥接、TTS 回传和多语言转录上的真实方向。","/news/openclaw-voice-phone-showcase-watch-2026-03-21",[3474,2209,3702,3703,2224],"phone","tts",{"title":3705,"description":3706,"path":3707,"category":3299,"date":2130,"updatedAt":2130,"sourceType":1926,"source":3708,"tags":3709},"OpenClaw 语音观察：全局 wake words 与设备本地 toggle 的分层正在变清楚","基于 2026 年 3 月 25 日可见的官方 Voice Wake 文档，最近语音层最值得关注的变化之一是 Gateway 级词表与设备本地开关的边界正在被官方主动强调。","/news/openclaw-voice-wake-boundary-watch-2026-03-25","https://docs.openclaw.ai/nodes/voice-wake",[2209,2482,2483,2106,2267],{"title":3711,"description":3712,"path":3713,"category":3093,"date":2019,"updatedAt":2019,"sourceType":1926,"source":3313,"tags":3714},"OpenClaw Web 入口观察：Dashboard、WebChat 与 Gateway WebSocket 正在收敛成一套更清晰的使用分工","基于 2026 年 3 月 21 日可见的官方 Dashboard、WebChat 与架构文档，整理最近最值得中文站关注的 Web 入口变化：Dashboard 的快速打开、WebChat 的 Gateway 直连，以及控制面和聊天面的职责分离。","/news/openclaw-web-surfaces-watch-2026-03-21",[2007,2076,2502,2195,3388],{"title":3716,"description":3717,"path":3718,"category":3299,"date":2494,"updatedAt":2494,"sourceType":1926,"source":3719,"tags":3720},"OpenClaw 正在把 WebChat、Dashboard 和 API 的入口职责写得更清楚","官方最近围绕 WebChat、Session 和 API 的写法，让 Dashboard 更像控制面、WebChat 更像会话 UI、API 更像结构化集成面，入口分工正在变得更稳定。","/news/openclaw-webchat-control-surface-watch-2026-03-26","https://docs.openclaw.ai/web/webchat",[2076,2007,2496,1950,2247],{"title":3722,"description":3723,"path":3724,"category":3299,"date":2112,"updatedAt":2112,"sourceType":1926,"source":3575,"tags":3725},"OpenClaw 工作流治理能力继续成型","官方最近的 ClawHub、Lobster、OpenProse 与 Exec approvals 文档，正在把技能发现、确定性执行和审批恢复串成更完整的一条线。","/news/openclaw-workflow-governance-watch-2026-03-22",[1997,2370,2169,2241,2376],{"title":3727,"description":3728,"path":3729,"category":3730,"date":3731,"updatedAt":3731,"sourceType":1947,"source":3732,"tags":3733},"OpenClaw 中文站本周更新：扩展能力地图、案例展示重构与周更内容节奏启动","本周中文站完成扩展目录重排、案例展示页重构，并开始按“教程 + 更新 + 案例”三类节奏持续发布内容。","/news/openclawcn-weekly-update-2026-03-15","站点更新","2026-03-15","openclawcn.xyz",[3734,3735,1953,3474,3736],"site-update","content","weekly",{"title":3738,"description":3739,"path":3740,"category":3741,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3742},"OpenClaw 隐私优先：数据保留在本地设备","OpenClaw 强调数据本地存储，用户数据保留在自有设备上，不上传到云端。","/news/privacy-first","产品理念",[2298,3743,1972,3744],"local-first","data",{"title":3746,"description":3747,"path":3748,"category":3212,"date":3094,"updatedAt":2003,"sourceType":2790,"source":3213,"tags":3749},"OpenClaw 项目持续活跃：主仓库星标突破 287k","OpenClaw 开源项目持续快速发展，主仓库星标数突破 287,000，ClawHub 技能目录已收录 349 个开源项目。","/news/project-update-march-2026",[2790,3215,2186,3169],{"title":3751,"description":3752,"path":3753,"category":3284,"date":3256,"updatedAt":1978,"sourceType":1926,"source":3095,"tags":3754},"OpenClaw 2026 年第一季度回顾","回顾 OpenClaw 在 2026 年第一季度的重要更新、社区成长和产品里程碑。","/news/q1-2026-review",[3755,3756,3757,3216],"quarterly","review","2026",{"title":3759,"description":3760,"path":3761,"category":3101,"date":2003,"updatedAt":1933,"sourceType":1926,"source":3095,"tags":3762},"OpenClaw 安全架构深度解析","深入了解 OpenClaw 的安全设计理念、数据保护机制和企业级安全特性。","/news/security-architecture",[1972,2298,1970,1963],{"title":3764,"description":3765,"path":3766,"category":3767,"date":2003,"updatedAt":2003,"sourceType":2186,"source":3768,"tags":3769},"OpenClaw 安全最佳实践：保护你的 AI 助手免受风险","随着 OpenClaw 的普及，安全问题日益受到关注。本文整理了保护本地 AI 助手的关键安全措施和最佳实践。","/news/security-best-practices","安全公告","安全社区",[1972,2298,2635,2063],{"title":3771,"description":3772,"path":3773,"category":3174,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3774},"OpenClaw Signal 隐私通讯集成","了解如何将 OpenClaw 连接到 Signal，实现隐私通讯。","/news/signal-privacy",[2421,2298,3176,1932],{"title":3776,"description":3777,"path":3778,"category":3153,"date":3121,"updatedAt":1978,"sourceType":2790,"source":3122,"tags":3779},"OpenClaw 技能市场突破 400 个技能","OpenClaw 技能市场迎来重要里程碑，社区贡献的技能数量突破 400 个，覆盖更多应用场景。","/news/skills-marketplace-400",[1929,3216,2186,3780],"marketplace",{"title":3782,"description":3783,"path":3784,"category":3174,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3785},"OpenClaw Slack 工作区集成","了解如何将 OpenClaw 集成到 Slack 工作区，实现团队协作。","/news/slack-workspace",[2232,2098,3176,1932],{"title":3787,"description":3788,"path":3789,"category":3113,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3790},"OpenClaw Tailscale 远程访问完全指南","了解如何使用 Tailscale 安全远程访问 OpenClaw，包括 Serve、Funnel 和身份认证。","/news/tailscale-integration",[2534,2021,3791,1972],"vpn",{"title":3793,"description":3794,"path":3795,"category":3174,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3796},"OpenClaw Telegram Bot 配置指南","了解如何创建和配置 Telegram Bot 连接到 OpenClaw。","/news/telegram-bot",[2161,2458,3176,1932],{"title":3798,"description":3799,"path":3800,"category":3801,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3802},"OpenClaw 与 VirusTotal 合作推出技能安全验证","OpenClaw 宣布与 VirusTotal 合作，为技能（Skills）提供安全验证服务，确保用户使用安全的 AI 技能。","/news/virustotal-integration","安全更新",[1972,3803,1929,3804],"virustotal","verification",{"title":3806,"description":3807,"path":3808,"category":3113,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3809},"OpenClaw 语音与 Canvas 功能详解","深入了解 OpenClaw 的语音交互能力和实时 Canvas 可视化功能，如何在日常场景中发挥价值。","/news/voice-and-canvas",[2209,3145,3147,3810],"multimodal",{"title":3812,"description":3813,"path":3814,"category":3120,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3815},"OpenClaw iOS 语音唤醒功能正式发布","OpenClaw iOS 应用现已支持语音唤醒功能，用户可以通过\"Hey Siri\"风格的唤醒词激活助手。","/news/voice-wakeup-ios",[3258,2209,3816,2650],"wakeup",{"title":3818,"description":3819,"path":3820,"category":3174,"date":3094,"updatedAt":2003,"sourceType":1926,"source":3095,"tags":3821},"OpenClaw WhatsApp 连接完全指南","详细了解如何将 WhatsApp 连接到 OpenClaw，包括配对、安全配置和常见问题解决。","/news/whatsapp-connection",[2162,3176,3822,1932],"baileys",{"count":3824,"items":3825},100,[3826,3833,3840,3847,3854,3860,3869,3875,3881,3887,3893,3900,3908,3916,3922,3932,3941,3948,3950,3959,3965,3973,3978,3983,3993,3999,4006,4011,4017,4024,4031,4038,4044,4049,4055,4061,4066,4071,4077,4081,4087,4093,4098,4104,4110,4117,4122,4129,4135,4141,4148,4153,4159,4164,4171,4176,4183,4189,4194,4202,4209,4215,4220,4225,4231,4237,4245,4250,4256,4261,4267,4272,4278,4284,4289,4294,4299,4306,4313,4319,4324,4330,4335,4342,4349,4355,4360,4365,4371,4377,4382,4387,4393,4398,4406,4412,4417,4423,4428,4433],{"title":3827,"description":3828,"path":3829,"category":3830,"difficulty":3831,"updatedAt":2019,"sourceType":1926,"tags":3832},"管理员常用 CLI 值班手册","结合最新官方 CLI Reference、Gateway protocol 和 Dashboard 文档，总结长期运行环境里管理员最常用的 CLI 值班顺序：先看 status、再看 health、最后进 logs 与 gateway RPC。","/best-practices/admin-cli-playbook","运维实践","初级",[2397,2556,1971,2333,1950],{"title":3834,"description":3835,"path":3836,"category":3837,"difficulty":3831,"updatedAt":2003,"sourceType":2096,"tags":3838},"AI 提示词工程指南","优化与 AI 助手的交互效果，包括提示词技巧、角色设定和上下文管理。","/best-practices/ai-prompt-engineering","进阶指南",[3839,2450,1997,3115],"prompting",{"title":3841,"description":3842,"path":3843,"category":3844,"difficulty":3845,"updatedAt":2130,"sourceType":1926,"tags":3846},"API 集成面该怎么选：管理、实时还是嵌入式开发","结合最新官方 API、Gateway Web 与 SDK 文档，整理一套更稳的接口面选择方法，帮助团队区分什么时候走 HTTP API、什么时候走 Gateway WebSocket、什么时候用 SDK。","/best-practices/api-surface-selection","开发治理","中高级",[2496,2502,2901,3302,1963],{"title":3848,"description":3849,"path":3850,"category":3851,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":3853},"需要审批的自动化流程应该怎么设计","结合最新官方 Lobster、Exec approvals 和 OpenProse 文档，整理一套更稳的自动化设计顺序，让分析、审批和副作用执行分层出现。","/best-practices/approval-gated-automation","自动化治理","高级",[1998,2241,2370,2239,2376],{"title":3855,"description":3856,"path":3857,"category":3858,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":3859},"自动化工作流设计","使用 OpenClaw 构建自动化工作流，包括定时任务、事件触发和条件分支。","/best-practices/automation-workflows","自动化",[1998,2247,2550,2274],{"title":3861,"description":3862,"path":3863,"category":3864,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":3865},"备份、恢复与灾难恢复","建立完善的备份策略，包括配置备份、数据备份和灾难恢复方案。","/best-practices/backup-recovery","运维管理",[3866,3867,3868,1971],"backup","recovery","disaster-recovery",{"title":3870,"description":3871,"path":3872,"category":3873,"difficulty":3852,"updatedAt":2130,"sourceType":1926,"tags":3874},"Broadcast Groups 上线前，先把多代理协作边界定清楚","结合最新官方 Broadcast Groups 与 Channel Routing 文档，整理多代理同群运行时的角色拆分、工具权限、响应节奏和群入口触发规则，避免把实验能力直接变成高噪声群机器人。","/best-practices/broadcast-group-governance","渠道治理",[2132,2133,2116,2376,2115],{"title":3876,"description":3877,"path":3878,"category":3879,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":3880},"浏览器管理员面要按信任链分层开放","结合最新官方 Pairing、Remote Access、Trusted Proxy Auth 和 Dashboard 文档，总结浏览器管理面更稳的开放顺序，避免把地址可达、身份认证、设备配对和 operator 权限混成一个问题。","/best-practices/browser-admin-trust-chain","协作运维",[2007,2195,2711,2266,1972],{"title":3882,"description":3883,"path":3884,"category":3837,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":3885},"浏览器自动化实战","利用 OpenClaw 的浏览器控制能力实现网页自动化，提升工作效率。","/best-practices/browser-automation",[2217,1998,3886,2247],"chromium",{"title":3888,"description":3889,"path":3890,"category":3891,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":3892},"Canvas 交互式界面开发","学习使用 A2UI 语法创建交互式 Canvas 界面，包括表单、图表和数据展示。","/best-practices/canvas-interactive","可视化开发",[3145,3146,3148,3147],{"title":3894,"description":3895,"path":3896,"category":3897,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":3898},"用 message CLI 和命令入口时，怎么避免发到错误会话","结合最新官方 Messages、Channel Routing 和 WebChat 文档，整理频道目标、session key、reply routing 和 operator 命令入口之间的关系，避免“命令发对了，结果进错桶”。","/best-practices/channel-command-session-targeting","消息治理",[1952,2115,3899,2134,1971],"message-cli",{"title":3901,"description":3902,"path":3903,"category":1606,"difficulty":1921,"updatedAt":1978,"sourceType":2096,"tags":3904},"OpenClaw 中文优化指南","针对中文用户的 OpenClaw 优化配置，包括模型选择、提示词优化和中文技能推荐。","/best-practices/chinese-optimization",[3905,3906,3156,3907],"chinese","optimization","tips",{"title":3909,"description":3910,"path":3911,"category":3912,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":3913},"CI/CD 集成与部署自动化","将 OpenClaw 集成到 CI/CD 流程，实现自动化构建、测试和部署。","/best-practices/ci-cd-integration","开发流程",[3914,3030,3915,1998],"ci-cd","testing",{"title":3917,"description":3918,"path":3919,"category":3920,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":3921},"正式配置、环境变量和一次性 override 应该怎么分层","结合最新官方 Configuration、Environment Variables、Logging 和 Debugging 文档，总结长期环境里怎么区分 on-disk config、env 注入、CLI 覆盖和 /debug 一次性改动，避免把临时修复留成永久配置。","/best-practices/config-layering-and-oneoff-overrides","配置治理",[1964,2438,3364,2823,1971],{"title":3923,"description":3924,"path":3925,"category":3926,"difficulty":3831,"updatedAt":1933,"sourceType":2186,"tags":3927},"内容创作助手","使用 OpenClaw 构建内容创作工作流，实现写作辅助、翻译、内容优化和多平台发布。","/best-practices/content-creation","内容创作",[3735,3928,3929,3930,3931],"writing","translation","publishing","productivity",{"title":3933,"description":3934,"path":3935,"category":3936,"difficulty":1921,"updatedAt":2140,"sourceType":1926,"tags":3937},"内容网络编辑手册：把文档、实践、新闻和专题真正织成一套知识体系","面向内容站运营，把文档、最佳实践、新闻动态、专题页和学习路径放到同一张编辑地图里，帮助持续产出更完整、更可回流的长文和系列内容。","/best-practices/content-network-editorial-playbook","内容运营",[3735,3938,3939,2039,3940,2635],"seo","editorial","news",{"title":3942,"description":3943,"path":3944,"category":3945,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":3946},"Control UI 安全降级开关应该怎样做 break-glass 管理","结合最新官方安全、Dashboard 和 Control UI 文档，总结 allowInsecureAuth、dangerouslyDisableDeviceAuth 这类降级开关在什么情况下可以临时使用，以及怎样快速回滚。","/best-practices/control-ui-break-glass-policy","安全治理",[2195,1972,3947,2215,1962],"break-glass",{"title":5,"description":1920,"path":1924,"category":1918,"difficulty":1921,"updatedAt":1933,"sourceType":1926,"tags":3949},[1929,1930,1931,1932],{"title":3951,"description":3952,"path":3953,"category":3954,"difficulty":1921,"updatedAt":1933,"sourceType":2186,"tags":3955},"企业客服自动化","使用 OpenClaw 构建智能客服系统，实现自动问答、工单处理、多渠道接入和数据分析。","/best-practices/customer-service-advanced","企业应用",[3956,1970,1998,3957,3958],"customer-service","chatbot","support",{"title":3960,"description":3961,"path":3962,"category":3963,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":3964},"客户服务场景应用","使用 OpenClaw 构建智能客服系统，包括自动回复、工单管理和满意度调查。","/best-practices/customer-service","应用场景",[3956,2247,1998,3958],{"title":3966,"description":3967,"path":3968,"category":3969,"difficulty":3831,"updatedAt":2003,"sourceType":2096,"tags":3970},"界面定制与主题","定制 OpenClaw Control UI 的界面和主题。","/best-practices/customization-ui","定制开发",[3148,3971,3972,2195],"customization","themes",{"title":3974,"description":3975,"path":3976,"category":3830,"difficulty":1921,"updatedAt":2061,"sourceType":1926,"tags":3977},"Dashboard 认证引导与 token 漂移该怎么处理","结合最新官方 dashboard CLI 与 Web Dashboard 文档，整理一套更稳的 Dashboard 打开和鉴权恢复顺序，避免把本地、远程、SecretRef token 和浏览器缓存问题混成一个故障。","/best-practices/dashboard-auth-bootstrap-and-drift",[2007,2215,2216,2815,2217,1971],{"title":3979,"description":3980,"path":3981,"category":3830,"difficulty":1921,"updatedAt":2494,"sourceType":1926,"tags":3982},"Dashboard 出现授权漂移时，先走恢复梯子，不要上来就重装","结合最新官方 Dashboard 文档，整理一套更稳的 Dashboard 恢复梯子，把 localhost、远程、SecretRef token、trusted retry 和实例混淆分开排，避免把简单 drift 升级成大修。","/best-practices/dashboard-recovery-ladder",[2007,3867,2215,3315,1971],{"title":3984,"description":3985,"path":3986,"category":3987,"difficulty":1921,"updatedAt":1933,"sourceType":2186,"tags":3988},"数据分析助手","使用 OpenClaw 构建数据分析助手，实现报表生成、数据可视化、异常检测和智能洞察。","/best-practices/data-analysis-advanced","数据分析",[3989,3147,3990,3991,3992],"data-analysis","reporting","insights","analytics",{"title":3994,"description":3995,"path":3996,"category":3997,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":3998},"数据分析与可视化","使用 OpenClaw 进行数据分析，包括数据收集、处理和可视化展示。","/best-practices/data-analysis","数据处理",[3744,3108,3147,2247],{"title":4000,"description":4001,"path":4002,"category":4003,"difficulty":1921,"updatedAt":1933,"sourceType":2186,"tags":4004},"开发者工作流自动化","使用 OpenClaw 构建开发者工作流，实现代码审查、调试辅助、文档生成和 Git 操作自动化。","/best-practices/developer-workflow","开发效率",[3125,4005,3051,1998,3931],"code-review",{"title":4007,"description":4008,"path":4009,"category":3945,"difficulty":1921,"updatedAt":2130,"sourceType":1926,"tags":4010},"设备配对不是一次性批准，应该有定期复核周期","结合最新官方 Devices CLI 与 Pairing 文档，整理浏览器、桌面设备、移动节点和远程 operator 环境里的设备复核节奏，避免已授权设备集合长期失控。","/best-practices/device-pairing-review-cycle",[2267,2266,3756,2569,3401],{"title":4012,"description":4013,"path":4014,"category":4015,"difficulty":3852,"updatedAt":2130,"sourceType":1926,"tags":4016},"diagnostics.enabled、flags 和 raw stream 该怎么分层","结合最新官方 Diagnostics Flags、Debugging 与 Raw Stream 文档，整理一套更稳的诊断开关分层方法，避免把定向诊断、全局日志和原始流抓包混成一层。","/best-practices/diagnostics-scope-control","排障实践",[2744,2832,2948,2333,3002],{"title":4018,"description":4019,"path":4020,"category":4021,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4022},"Discord Bot 高级功能开发","深入学习 Discord Bot 的高级功能，包括 Slash 命令、Embed 消息和语音频道集成。","/best-practices/discord-bot-advanced","渠道实践",[2163,2458,1952,4023],"advanced",{"title":4025,"description":4026,"path":4027,"category":4028,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":4029},"Docker 部署与容器化运行","使用 Docker 部署 OpenClaw，包括镜像构建、docker-compose 配置和 Kubernetes 部署。","/best-practices/docker-deployment","部署运维",[3037,3030,4030,1971],"containers",{"title":4032,"description":4033,"path":4034,"category":4035,"difficulty":3852,"updatedAt":2003,"sourceType":2096,"tags":4036},"企业级安全配置","企业环境中的安全配置最佳实践，包括 SSO、审计和合规性。","/best-practices/enterprise-security","企业部署",[1970,1972,4037,3632],"sso",{"title":4039,"description":4040,"path":4041,"category":4042,"difficulty":1921,"updatedAt":2003,"sourceType":2186,"tags":4043},"如何高质量反馈 OpenClaw 问题","把自助排查、站内反馈和 GitHub Issues 用在正确阶段，减少无效沟通并提高问题处理效率。","/best-practices/feedback-loop","社区协作",[2792,2791,2186,2744],{"title":4045,"description":4046,"path":4047,"category":4021,"difficulty":1921,"updatedAt":1959,"sourceType":1926,"tags":4048},"飞书 Bot 接入与团队使用实战","结合官方 Feishu/Lark 文档，整理中文团队接入飞书 Bot 时最值得先确认的事项：长连接模式、群聊边界、额度优化和多人协作时的收口方式。","/best-practices/feishu-bot-development",[3031,3197,2458,1952,1970],{"title":4050,"description":4051,"path":4052,"category":4053,"difficulty":1921,"updatedAt":2494,"sourceType":1926,"tags":4054},"先分清入口职责，再选 Dashboard、WebChat 还是 API","结合最新官方 Dashboard、WebChat、Session 和 API 文档，整理一套更稳的入口选择矩阵，帮助团队在控制面、会话面和集成面之间少走弯路。","/best-practices/gateway-entry-surface-matrix","使用实践",[1950,2007,2076,2496,2056],{"title":4056,"description":4057,"path":4058,"category":4059,"difficulty":1921,"updatedAt":2019,"sourceType":1926,"tags":4060},"群组、私聊与长期记忆的边界怎么守","结合最新官方 Memory 与 Channel Routing 文档，总结 OpenClaw 在群组、私聊、线程和长期记忆之间更稳的边界做法，避免上下文串线和记忆误读。","/best-practices/group-memory-boundaries","协作实践",[1954,2254,2133,2298,2115],{"title":4062,"description":4063,"path":4064,"category":3873,"difficulty":1921,"updatedAt":2130,"sourceType":1926,"tags":4065},"群聊入口上线时，先把 mention 触发策略跑稳","结合最新官方 Groups、Group Messages 和 Messages 文档，整理群聊入口从 allowlist、requireMention 到 /activation 的上线顺序，避免把群机器人一接上就变成高噪声、高成本入口。","/best-practices/group-mention-rollout",[2133,2887,2727,1952,1971],{"title":4067,"description":4068,"path":4069,"category":3858,"difficulty":1921,"updatedAt":2019,"sourceType":1926,"tags":4070},"用 Heartbeat 和 Cron 做低噪音自动化","结合最新官方自动化文档，总结如何用 Heartbeat 承担周期感知、用 Cron 承担精确调度，避免把主会话做成噪音中心。","/best-practices/heartbeat-cron-composition",[1998,2549,2541,2550,1971],{"title":4072,"description":4073,"path":4074,"category":4075,"difficulty":3831,"updatedAt":2019,"sourceType":1926,"tags":4076},"Hooks、插件和 Skills 的启用顺序怎么排","结合最新官方 Hooks、Plugins、Skills 和 Onboarding 文档，总结第一次扩展 OpenClaw 时怎样安排 hooks、插件与 skills 的启用顺序，降低排障复杂度。","/best-practices/hooks-onboarding-sequence","扩展实践",[2055,2053,1929,2006,2188],{"title":1871,"description":4078,"path":1870,"category":4079,"difficulty":1921,"updatedAt":1933,"sourceType":1926,"tags":4080},"通过实际案例学习 OpenClaw Hooks 的使用，包括消息处理、自动化触发、内容过滤和外部集成。","实践",[2055,1998,2247,3302],{"title":4082,"description":4083,"path":4084,"category":4085,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":4086},"identityLinks 更适合当成“身份映射表”，而不是联系人备注","结合最新官方 Session、Configuration Reference 和 Security 文档，总结团队里怎样把 identityLinks 当成正式变更对象来维护，避免跨渠道身份映射越配越乱。","/best-practices/identity-links-change-control","会话治理",[2839,2134,2115,2376,2635],{"title":4088,"description":4089,"path":4090,"category":4091,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4092},"API 集成与二次开发","使用 OpenClaw API 进行二次开发，包括 REST API、WebSocket 和扩展开发。","/best-practices/integration-development","开发指南",[2496,3302,2502,1930],{"title":4094,"description":4095,"path":4096,"category":3837,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":4097},"知识库管理","构建和管理 OpenClaw 知识库，包括知识导入、检索和更新。","/best-practices/knowledge-management",[3512,2923,1954,3735],{"title":4099,"description":4100,"path":4101,"category":3864,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":4102},"日志管理与分析","集中式日志管理、日志分析和日志可视化。","/best-practices/logging-advanced",[2333,4103,3108,1971],"observability",{"title":4105,"description":4106,"path":4107,"category":4108,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":4109},"后台维护任务应该怎么分 lane 和保留周期","结合最新官方 Cron、sessions cleanup、doctor 和 Session 文档，总结长期运行时怎样给 isolated cron、main session、session cleanup 和 run logs 设不同的维护节奏。","/best-practices/maintenance-lanes-and-retention","运维治理",[2653,2541,2254,2542,1971],{"title":4111,"description":4112,"path":4113,"category":4114,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":4115},"索引刷新、embedding cache 和 source of truth 更稳的维护方式","结合最新官方 Memory、memory CLI 和 Session 文档，总结团队里怎样区分 memory files、session transcripts 和检索索引三层对象，避免把“检索层”误当成事实层。","/best-practices/memory-index-refresh-and-trust-boundary","记忆治理",[1954,2326,2415,4116,2635],"source-of-truth",{"title":4118,"description":4119,"path":4120,"category":3837,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4121},"记忆系统配置与使用","深入了解 OpenClaw 的记忆系统，包括短期记忆、长期记忆和上下文管理。","/best-practices/memory-management",[1954,2450,2254,2099],{"title":4123,"description":4124,"path":4125,"category":4126,"difficulty":3831,"updatedAt":2003,"sourceType":2096,"tags":4127},"移动端使用指南","在 iOS 和 Android 设备上使用 OpenClaw 的完整指南。","/best-practices/mobile-app-usage","入门指南",[2150,3258,3259,4128],"usage",{"title":4130,"description":4131,"path":4132,"category":4133,"difficulty":1921,"updatedAt":2019,"sourceType":1926,"tags":4134},"移动节点感知能力怎么逐步启用","结合最新官方 nodes、camera、voice wake 和 location 文档，总结 iOS/Android 节点在相机、语音、位置三类能力上怎样渐进启用，避免一开始权限过重。","/best-practices/mobile-node-sensors","设备实践",[2150,2106,2149,2304,2209,494],{"title":4136,"description":4137,"path":4138,"category":4139,"difficulty":3852,"updatedAt":2019,"sourceType":1926,"tags":4140},"Model Health 与 Auth 监控怎么做","结合最新官方 Models CLI、Auth Monitoring 和 Model Failover 文档，总结长期运行时怎样监控 OAuth 过期、缺失凭据和 profile 轮转问题。","/best-practices/model-auth-monitoring","模型治理",[2069,2215,2613,2612,2737,1971],{"title":4142,"description":4143,"path":4144,"category":3864,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4145},"监控与告警系统","建立完整的监控和告警系统，包括指标收集、告警规则和通知渠道。","/best-practices/monitoring-alerting",[2613,4146,4147,1971],"alerting","metrics",{"title":4149,"description":4150,"path":4151,"category":3873,"difficulty":1921,"updatedAt":2130,"sourceType":1926,"tags":4152},"多账号渠道的 pairing 和 allowFrom 需要分开治理","结合最新官方 Pairing 文档，整理多账号 Telegram、WhatsApp 等渠道下的 pending 审批、allowFrom 文件和账号 scope 的治理顺序，避免默认账号心智把多入口运营带偏。","/best-practices/multi-account-pairing-operations",[2266,2768,2769,1952,1971],{"title":4154,"description":4155,"path":4156,"category":4157,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":4158},"多代理路由配置指南","学习配置 OpenClaw 的多代理路由，实现按渠道、用户或内容类型分配不同代理。","/best-practices/multi-agent-routing","代理配置",[2115,2116,1952,1964],{"title":4160,"description":4161,"path":4162,"category":4133,"difficulty":3845,"updatedAt":2130,"sourceType":1926,"tags":4163},"团队里如何渐进启用 node 能力","结合最新官方 Nodes、Pairing、Camera、Location 与 Voice Wake 文档，整理一套更稳的 node 能力启用顺序，避免一开始就把相机、位置和语音一起打开。","/best-practices/node-capability-rollout",[2106,2727,2149,2209,2304,494],{"title":4165,"description":4166,"path":4167,"category":3864,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":4168},"通知系统配置","配置 OpenClaw 的通知系统，包括邮件、短信、推送和 Webhook 通知。","/best-practices/notification-system",[4169,2125,4170,1971],"notifications","email",{"title":4172,"description":4173,"path":4174,"category":3879,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":4175},"多人协作时怎么管理 Operator 浏览器入口","结合最新官方 Dashboard、pairing、remote access 和 devices 文档，总结团队在浏览器 Control UI、多 operator 接力和值班环境里最需要的使用纪律。","/best-practices/operator-browser-discipline",[2665,2007,2217,2266,1962],{"title":4177,"description":4178,"path":4179,"category":4180,"difficulty":1921,"updatedAt":2494,"sourceType":1926,"tags":4181},"多个 operator 轮流进 Dashboard 时，浏览器交接不要靠记忆","结合最新官方 Dashboard、Control UI 和设备 pairing 文档，整理团队里多个 operator 轮流接管浏览器控制面的交接顺序，避免把 gateway URL、token 来源和已配对浏览器状态混成口口相传的经验。","/best-practices/operator-browser-handoff","协作治理",[2665,2007,2217,2266,4182],"handoff",{"title":4184,"description":4185,"path":4186,"category":4187,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":4188},"operator 入口更稳的升级梯子：先看 UI，再下沉协议和 API","结合最新官方 Dashboard、WebChat、Gateway Protocol 和 API 文档，总结 operator 在排障和协作时怎样按层使用 Dashboard、WebChat、Gateway WebSocket 和 HTTP API，避免一上来就切到过深入口。","/best-practices/operator-surface-escalation-ladder","运维协作",[2665,2007,2076,2496,2247,2635],{"title":4190,"description":4191,"path":4192,"category":3945,"difficulty":3852,"updatedAt":2061,"sourceType":1926,"tags":4193},"团队里如何做 per-agent 执行白名单治理","结合最新官方 approvals CLI 与 Exec Approvals 文档，整理一套更稳的 per-agent allowlist 管理方法，避免一个 agent 的执行权限外溢到整个团队。","/best-practices/per-agent-allowlist-governance",[2241,2350,2239,1972,2376],{"title":4195,"description":4196,"path":4197,"category":4198,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4199},"性能优化与监控","优化 OpenClaw 性能，包括缓存策略、资源管理和监控配置。","/best-practices/performance-tuning","运维优化",[3261,4200,4201,2613],"tuning","caching",{"title":4203,"description":4204,"path":4205,"category":3963,"difficulty":1921,"updatedAt":1978,"sourceType":2096,"tags":4206},"个人知识管理助手","使用 OpenClaw 构建个人知识管理系统，实现笔记整理、知识检索和智能问答。","/best-practices/personal-knowledge-assistant",[4207,4208,2029,3931],"knowledge-management","notes",{"title":4210,"description":4211,"path":4212,"category":4213,"difficulty":3852,"updatedAt":2019,"sourceType":1926,"tags":4214},"团队里如何管理插件包和 Hook Pack","结合最新官方插件与 hooks 文档，总结团队在使用 package pack、hook pack 和插件托管 hooks 时，怎样降低升级、冲突和安全成本。","/best-practices/plugin-bundle-governance","扩展治理",[2053,2055,2376,1962,1971],{"title":4216,"description":4217,"path":4218,"category":4213,"difficulty":3852,"updatedAt":2061,"sourceType":1926,"tags":4219},"插件更新轨道和卸载回收应该怎么安排","结合最新官方 plugins CLI 文档，整理一套更稳的插件生命周期治理方法，帮助团队管理 install spec、update track、卸载回收以及 memory slot 回退行为。","/best-practices/plugin-lifecycle-governance",[2053,2273,2652,3057,2376],{"title":4221,"description":4222,"path":4223,"category":3879,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":4224},"团队长期运行蓝图：把 OpenClaw 从可用做成可运营","把控制面、渠道、模型、记忆、自动化、安全和维护整合成一套长期运行蓝图，帮助团队把 OpenClaw 从“能跑”推进到“能稳定运营”。","/best-practices/production-operations-blueprint",[1971,1962,1972,2226,1998,2653],{"title":4226,"description":4227,"path":4228,"category":4229,"difficulty":3852,"updatedAt":2061,"sourceType":1926,"tags":4230},"从 Prose 准备到 Lobster 执行，交接线怎么画","结合最新官方 Lobster 文档，整理一套从多智能体准备到确定性执行的交接方法，避免 OpenProse 和 Lobster 混层使用。","/best-practices/prose-to-lobster-handoff","工作流实践",[2369,2370,1997,2241,2054],{"title":4232,"description":4233,"path":4234,"category":4235,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":4236},"团队里怎么分层放开 provider、模型和 node 能力","结合最新官方 Models、Model Failover 和 node 文档，总结团队环境里怎样把 provider auth、模型 allowlist、图片能力和远程 node 执行分成不同放开层级，避免一开始给太大权限面。","/best-practices/provider-and-node-capability-lanes","权限与治理",[2226,2069,2106,2241,2376,2635],{"title":4238,"description":4239,"path":4240,"category":4139,"difficulty":3852,"updatedAt":2019,"sourceType":1926,"tags":4241},"团队里如何给 Provider 加统一网关层","结合最新官方 providers、LiteLLM 和 Cloudflare AI Gateway 文档，总结长期运行时怎样把上游模型与统一网关分层，兼顾成本、回退和可观测性。","/best-practices/provider-gateway-layering",[2226,4242,4243,4244,2115,1971],"gateways","litellm","cloudflare",{"title":4246,"description":4247,"path":4248,"category":4139,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":4249},"Provider 故障时先按恢复阶梯排，不要直接乱切模型","结合最新官方 Model Failover、Gateway Troubleshooting、LiteLLM 和 Cloudflare AI Gateway 文档，总结模型调用异常时更稳的恢复顺序，避免把长上下文、认证轮转、网关鉴权和跨模型 fallback 混成一件事。","/best-practices/provider-recovery-ladder",[2226,2737,3867,2069,1971],{"title":4251,"description":4252,"path":4253,"category":4254,"difficulty":3831,"updatedAt":2003,"sourceType":1926,"tags":4255},"版本升级与内容运营节奏","如何持续跟踪 OpenClaw 的版本变化，并建立稳定的内容运营节奏。","/best-practices/publishing-rhythm","更新跟踪",[2650,2652,1997,2653],{"title":4257,"description":4258,"path":4259,"category":3858,"difficulty":1921,"updatedAt":2140,"sourceType":1926,"tags":4260},"用 quiet hours 和 manual wake 控制自动化节奏","结合最新官方 Heartbeat 与 Automation Troubleshooting 文档，总结如何让 heartbeat 在该安静时安静、在需要时再手动唤醒，避免把自动化做成全天噪音源。","/best-practices/quiet-hours-and-manual-wake",[2549,2894,1998,1971,2635],{"title":4262,"description":4263,"path":4264,"category":3830,"difficulty":4265,"updatedAt":1959,"sourceType":1926,"tags":4266},"把版本观察变成升级决策，而不是看见更新就立刻替换环境","结合最新 release 观察、配置变化和迁移信号，建立一套更稳的升级判断顺序：先看影响层，再看风险，再决定是否马上升级。","/best-practices/release-watch-to-upgrade-decision","基础",[2650,3078,3077,1971,2651],{"title":4268,"description":4269,"path":4270,"category":4108,"difficulty":3852,"updatedAt":2061,"sourceType":1926,"tags":4271},"远程值守时如何设计聊天审批路由","结合最新官方 Exec Approvals 与 Remote Operators 文档，整理一套更稳的远程审批路由设计，避免把远程值守便利性直接变成高权限扩散。","/best-practices/remote-approval-routing",[2241,2021,2161,2163,2665,2115],{"title":4273,"description":4274,"path":4275,"category":3963,"difficulty":3831,"updatedAt":2003,"sourceType":2096,"tags":4276},"远程工作场景应用","使用 OpenClaw 支持远程工作场景，包括分布式团队协作和远程办公。","/best-practices/remote-work",[4277,3267,3931,1962],"remote-work",{"title":4279,"description":4280,"path":4281,"category":4282,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":4283},"从巡检到修复的排障阶梯应该怎么走","结合最新官方 Doctor、Diagnostics Flags、Debugging 和 Troubleshooting 文档，总结一条更稳的 repair ladder，让 status、doctor、flags、repair 和 cleanup 各司其职。","/best-practices/repair-ladder-playbook","排障治理",[2575,2744,3002,2576,1971],{"title":4285,"description":4286,"path":4287,"category":4282,"difficulty":1921,"updatedAt":2019,"sourceType":1926,"tags":4288},"Raw Stream 调试的安全做法","结合最新官方 Debugging 文档，总结在 OpenClaw 里抓 raw stream、provider chunk 和诊断日志时，怎样控制范围、保留最小样本并避免泄露 prompt、密钥和用户数据。","/best-practices/safe-debug-capture",[2823,2831,2298,1972,3002],{"title":4290,"description":4291,"path":4292,"category":3945,"difficulty":3852,"updatedAt":2130,"sourceType":1926,"tags":4293},"Secret rotation 和 active snapshot 应该怎么配合","结合最新官方 Secrets Management 文档，整理一套更稳的密钥轮换方法，帮助团队理解 SecretRef eager resolve、active snapshot 和 reload 失败时的 last-known-good 边界。","/best-practices/secret-rotation-with-active-snapshot",[2969,2968,3613,3612,1971],{"title":4295,"description":4296,"path":4297,"category":3945,"difficulty":1921,"updatedAt":2130,"sourceType":1926,"tags":4298},"共享 DM 入口上线前的 secure DM 检查清单","结合最新官方 Session、Security 和 CLI Security 文档，整理共享 DM、配对审批、多账号入口和跨渠道身份映射的上线前核查清单，避免把单人默认配置直接带进多人环境。","/best-practices/secure-dm-rollout-checklist",[1972,2838,2266,2134,2727],{"title":4300,"description":4301,"path":4302,"category":4303,"difficulty":3852,"updatedAt":2003,"sourceType":2096,"tags":4304},"OpenClaw 安全加固指南","生产环境中 OpenClaw 的安全加固最佳实践，包括认证、授权和网络配置。","/best-practices/security-hardening","安全配置",[1972,2677,2215,4305],"networking",{"title":4307,"description":4308,"path":4309,"category":4310,"difficulty":3852,"updatedAt":2112,"sourceType":1926,"tags":4311},"长期使用时 session reset 策略怎么定","结合最新官方会话管理文档，整理 daily reset、idle reset、resetByType、resetByChannel 和 resetTriggers 的组合思路，让长期使用既不失连续性，也不把上下文拖到失控。","/best-practices/session-reset-policy","长期治理",[2134,4312,3370,1962,1971],"reset",{"title":4314,"description":4315,"path":4316,"category":4317,"difficulty":3852,"updatedAt":2140,"sourceType":1926,"tags":4318},"共享群入口更稳的放开顺序：allowlist、mention、activation 和 broadcast","结合最新官方 Groups、Group Messages 和 Broadcast Groups 文档，总结团队在群聊里怎样从最窄入口逐步放开到 topic、多 agent 和 always activation，避免一开始就把共享群入口做成高噪音面。","/best-practices/shared-group-entry-rollout","群入口治理",[2133,2960,3461,2132,2376,2635],{"title":4320,"description":4321,"path":4322,"category":3945,"difficulty":3852,"updatedAt":2130,"sourceType":1926,"tags":4323},"shared inbox 能共用入口，但不要共用不该共用的边界","结合最新官方 Security 与 Groups 文档，整理 shared inbox 场景下 operator、工具、宿主文件系统和私有身份的分层建议，避免把协作入口误用成弱隔离的多租户平台。","/best-practices/shared-inbox-operator-separation",[2691,1972,3657,2665,2376],{"title":4325,"description":4326,"path":4327,"category":4328,"difficulty":3852,"updatedAt":2003,"sourceType":2096,"tags":4329},"技能开发进阶：Hook 与事件处理","学习 OpenClaw 技能系统的高级用法，包括 Hook、事件监听和自定义工作流。","/best-practices/skill-development-advanced","技能开发",[1929,2055,2274,4023],{"title":4331,"description":4332,"path":4333,"category":3837,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4334},"技能开发指南","深入了解 OpenClaw 技能系统，学习如何开发和自定义专属技能。","/best-practices/skills-development",[1929,1930,3971,1953],{"title":4336,"description":4337,"path":4338,"category":3963,"difficulty":1921,"updatedAt":1978,"sourceType":2096,"tags":4339},"OpenClaw 家庭自动化应用","使用 OpenClaw 构建智能家居控制中心，实现语音控制、自动化场景和设备管理。","/best-practices/smart-home-automation",[4340,1998,3475,4341],"smart-home","iot",{"title":4343,"description":4344,"path":4345,"category":4346,"difficulty":1921,"updatedAt":2019,"sourceType":1926,"tags":4347},"升级窗口怎么安排更稳","结合最新官方 Install、Updating、Migration 和 Release 文档，总结长期运行时怎样安排 OpenClaw 的升级窗口、验证顺序和回滚边界，避免把升级变成线上事故。","/best-practices/staged-upgrade-windows","维护实践",[3078,3077,2650,2653,4348],"rollback",{"title":4350,"description":4351,"path":4352,"category":4353,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":4354},"团队协作与工作区管理","配置团队工作区，实现多用户协作、权限管理和团队知识共享。","/best-practices/team-collaboration","团队协作",[1962,2098,494,3267],{"title":4356,"description":4357,"path":4358,"category":4180,"difficulty":3852,"updatedAt":2019,"sourceType":1926,"tags":4359},"团队里如何管理 Gateway、Operator 与浏览器控制面","结合最新官方 remote、Control UI、pairing 和 security 文档，总结团队环境里怎样定义主 Gateway、operator 设备和浏览器控制面，降低多人协作时的运维混乱。","/best-practices/team-gateway-operator-playbook",[1950,2665,2195,2266,1962,1971],{"title":4361,"description":4362,"path":4363,"category":4021,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4364},"Telegram Bot 开发进阶指南","深入学习 Telegram Bot 的高级功能，包括自定义键盘、Inline 模式和群组管理。","/best-practices/telegram-bot-development",[2161,2458,1952,4023],{"title":4366,"description":4367,"path":4368,"category":3912,"difficulty":3845,"updatedAt":2003,"sourceType":2096,"tags":4369},"测试策略与质量保障","建立 OpenClaw 的测试策略，包括单元测试、集成测试和端到端测试。","/best-practices/testing-strategies",[3915,4370,3302,1997],"quality",{"title":4372,"description":4373,"path":4374,"category":4375,"difficulty":3852,"updatedAt":2003,"sourceType":2096,"tags":4376},"高级故障排除与诊断","深入排查 OpenClaw 复杂问题，包括性能问题、渠道故障和系统崩溃。","/best-practices/troubleshooting-advanced","故障排除",[3002,2744,3261,1952],{"title":4378,"description":4379,"path":4380,"category":3945,"difficulty":3852,"updatedAt":2061,"sourceType":1926,"tags":4381},"Trusted Proxy 上线前应该过哪些检查","结合最新官方 trusted-proxy auth 与 security audit 文档，整理一套上线前检查顺序，避免把只是做 TLS 的反向代理误当成可托付身份的安全代理。","/best-practices/trusted-proxy-rollout-checklist",[2711,2712,2215,1972,2727],{"title":4383,"description":4384,"path":4385,"category":3830,"difficulty":1921,"updatedAt":2494,"sourceType":1926,"tags":4386},"UI 和 API 看到的状态对不上时，先查哪一层","结合最新官方 Session、WebChat 和 API 文档，整理一套更稳的排障顺序，帮助团队区分 Gateway 事实层、UI 投影视图和结构化接口之间的差异。","/best-practices/ui-vs-api-state-debugging",[1950,2076,2496,2823,2134],{"title":4388,"description":4389,"path":4390,"category":4108,"difficulty":3852,"updatedAt":2061,"sourceType":1926,"tags":4391},"团队里如何给 stable、beta、dev 分层","结合最新官方 update CLI 与 Updating 文档，整理一套更稳的更新分层策略，帮助团队把 stable、beta、dev 变成有职责分工的 rollout 体系。","/best-practices/update-channel-staging",[2723,2724,2725,2726,4392,2727],"staging",{"title":4394,"description":4395,"path":4396,"category":3864,"difficulty":1921,"updatedAt":2003,"sourceType":1926,"tags":4397},"版本升级与迁移","OpenClaw 版本升级步骤、迁移指南和回滚方案。","/best-practices/upgrade-migration",[3078,3077,4348,2653],{"title":4399,"description":4400,"path":4401,"category":4402,"difficulty":3831,"updatedAt":2003,"sourceType":2096,"tags":4403},"语音助手配置与使用指南","全面了解 OpenClaw 语音功能的配置和使用，包括语音唤醒、连续对话和语音合成。","/best-practices/voice-assistant-setup","语音交互",[2209,4404,4405,2014],"wakeword","speech",{"title":4407,"description":4408,"path":4409,"category":4410,"difficulty":3831,"updatedAt":2003,"sourceType":2096,"tags":4411},"语音功能最佳实践","如何在日常场景中高效使用 OpenClaw 的语音功能，提升工作和生活效率。","/best-practices/voice-usage","使用技巧",[2209,4128,3931,2047],{"title":4413,"description":4414,"path":4415,"category":4053,"difficulty":3831,"updatedAt":2019,"sourceType":1926,"tags":4416},"Web 入口怎么选：Dashboard、WebChat、message CLI","结合最新官方 Dashboard、WebChat 和 CLI 文档，总结什么时候该用 Dashboard、什么时候用 WebChat、什么时候更适合用 openclaw message 做验证与自动化。","/best-practices/web-entry-selection",[2007,2076,2397,3388,2247],{"title":4418,"description":4419,"path":4420,"category":4053,"difficulty":1921,"updatedAt":2061,"sourceType":1926,"tags":4421},"WebChat 更适合当什么，不适合当什么","结合最新官方 WebChat 文档，整理一套更稳的 WebChat 使用策略，帮助团队把它作为 operator 和验证入口，而不是过早承担所有长期协作场景。","/best-practices/webchat-operator-usage-policy",[2076,2007,4422,2115,2247],"operator",{"title":4424,"description":4425,"path":4426,"category":3858,"difficulty":1921,"updatedAt":2019,"sourceType":1926,"tags":4427},"用 Webhooks 做安全的外部事件接入","结合最新官方 Webhooks 文档，总结如何把 Gmail、表单、工单和内部系统事件安全送进 OpenClaw，同时避免会话污染和误投递。","/best-practices/webhook-ingest-routing",[2510,2055,1998,2511,1972],{"title":4429,"description":4430,"path":4431,"category":3936,"difficulty":4265,"updatedAt":3731,"sourceType":1947,"tags":4432},"用 OpenClaw 搭建每周“教程 + 更新 + 案例”内容流水线","把教程、版本更新和案例拆成固定节奏，用一套低成本流程持续为中文站带来搜索流量、时效内容和转化素材。","/best-practices/weekly-content-pipeline",[3735,3930,1997,3938,3736],{"title":4434,"description":4435,"path":4436,"category":4021,"difficulty":1921,"updatedAt":2003,"sourceType":2096,"tags":4437},"WhatsApp 自动化工作流实战","利用 OpenClaw 的 WhatsApp 渠道实现自动化工作流，包括自动回复、消息转发和定时提醒。","/best-practices/whatsapp-automation",[2162,1998,1952,1997],{"all":4439,"docs":1939,"news":3087,"bestPractices":3824},372,1775051170654]