[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-feishu-wiki":3,"mdc--kh1k0i-key":32,"related-org-deepgram-feishu-wiki":1581,"related-repo-deepgram-feishu-wiki":1742},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":30,"mdContent":31},"feishu-wiki","navigate Feishu knowledge base","Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"deepgram","Deepgram","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdeepgram.png",[12,16,19],{"name":13,"slug":14,"type":15},"Knowledge Base","knowledge-base","tag",{"name":17,"slug":18,"type":15},"Enterprise Search","enterprise-search",{"name":20,"slug":21,"type":15},"Search","search",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:30:18.888319",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fextensions\u002Ffeishu\u002Fskills\u002Ffeishu-wiki","---\nname: feishu-wiki\ndescription: |\n  Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.\n---\n\n# Feishu Wiki Tool\n\nSingle tool `feishu_wiki` for knowledge base operations.\n\n## Token Extraction\n\nFrom URL `https:\u002F\u002Fxxx.feishu.cn\u002Fwiki\u002FABC123def` → `token` = `ABC123def`\n\n## Actions\n\n### List Knowledge Spaces\n\n```json\n{ \"action\": \"spaces\" }\n```\n\nReturns all accessible wiki spaces.\n\n### List Nodes\n\n```json\n{ \"action\": \"nodes\", \"space_id\": \"7xxx\" }\n```\n\nWith parent:\n\n```json\n{ \"action\": \"nodes\", \"space_id\": \"7xxx\", \"parent_node_token\": \"wikcnXXX\" }\n```\n\n### Get Node Details\n\n```json\n{ \"action\": \"get\", \"token\": \"ABC123def\" }\n```\n\nReturns: `node_token`, `obj_token`, `obj_type`, etc. Use `obj_token` with `feishu_doc` to read\u002Fwrite the document.\n\n### Create Node\n\n```json\n{ \"action\": \"create\", \"space_id\": \"7xxx\", \"title\": \"New Page\" }\n```\n\nWith type and parent:\n\n```json\n{\n  \"action\": \"create\",\n  \"space_id\": \"7xxx\",\n  \"title\": \"Sheet\",\n  \"obj_type\": \"sheet\",\n  \"parent_node_token\": \"wikcnXXX\"\n}\n```\n\n`obj_type`: `docx` (default), `sheet`, `bitable`, `mindnote`, `file`, `doc`, `slides`\n\n### Move Node\n\n```json\n{ \"action\": \"move\", \"space_id\": \"7xxx\", \"node_token\": \"wikcnXXX\" }\n```\n\nTo different location:\n\n```json\n{\n  \"action\": \"move\",\n  \"space_id\": \"7xxx\",\n  \"node_token\": \"wikcnXXX\",\n  \"target_space_id\": \"7yyy\",\n  \"target_parent_token\": \"wikcnYYY\"\n}\n```\n\n### Rename Node\n\n```json\n{ \"action\": \"rename\", \"space_id\": \"7xxx\", \"node_token\": \"wikcnXXX\", \"title\": \"New Title\" }\n```\n\n## Wiki-Doc Workflow\n\nTo edit a wiki page:\n\n1. Get node: `{ \"action\": \"get\", \"token\": \"wiki_token\" }` → returns `obj_token`\n2. Read doc: `feishu_doc { \"action\": \"read\", \"doc_token\": \"obj_token\" }`\n3. Write doc: `feishu_doc { \"action\": \"write\", \"doc_token\": \"obj_token\", \"content\": \"...\" }`\n\n## Configuration\n\n```yaml\nchannels:\n  feishu:\n    tools:\n      wiki: true # default: true\n      doc: true # required - wiki content uses feishu_doc\n```\n\n**Dependency:** This tool requires `feishu_doc` to be enabled. Wiki pages are documents - use `feishu_wiki` to navigate, then `feishu_doc` to read\u002Fedit content.\n\n## Permissions\n\nRequired: `wiki:wiki` or `wiki:wiki:readonly`\n",{"data":33,"body":34},{"name":4,"description":6},{"type":35,"children":36},"root",[37,46,61,68,95,101,108,171,176,182,264,269,381,387,466,509,515,628,633,838,896,902,1013,1018,1214,1220,1364,1370,1375,1420,1426,1518,1550,1556,1575],{"type":38,"tag":39,"props":40,"children":42},"element","h1",{"id":41},"feishu-wiki-tool",[43],{"type":44,"value":45},"text","Feishu Wiki Tool",{"type":38,"tag":47,"props":48,"children":49},"p",{},[50,52,59],{"type":44,"value":51},"Single tool ",{"type":38,"tag":53,"props":54,"children":56},"code",{"className":55},[],[57],{"type":44,"value":58},"feishu_wiki",{"type":44,"value":60}," for knowledge base operations.",{"type":38,"tag":62,"props":63,"children":65},"h2",{"id":64},"token-extraction",[66],{"type":44,"value":67},"Token Extraction",{"type":38,"tag":47,"props":69,"children":70},{},[71,73,79,81,87,89],{"type":44,"value":72},"From URL ",{"type":38,"tag":53,"props":74,"children":76},{"className":75},[],[77],{"type":44,"value":78},"https:\u002F\u002Fxxx.feishu.cn\u002Fwiki\u002FABC123def",{"type":44,"value":80}," → ",{"type":38,"tag":53,"props":82,"children":84},{"className":83},[],[85],{"type":44,"value":86},"token",{"type":44,"value":88}," = ",{"type":38,"tag":53,"props":90,"children":92},{"className":91},[],[93],{"type":44,"value":94},"ABC123def",{"type":38,"tag":62,"props":96,"children":98},{"id":97},"actions",[99],{"type":44,"value":100},"Actions",{"type":38,"tag":102,"props":103,"children":105},"h3",{"id":104},"list-knowledge-spaces",[106],{"type":44,"value":107},"List Knowledge Spaces",{"type":38,"tag":109,"props":110,"children":115},"pre",{"className":111,"code":112,"language":113,"meta":114,"style":114},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{ \"action\": \"spaces\" }\n","json","",[116],{"type":38,"tag":53,"props":117,"children":118},{"__ignoreMap":114},[119],{"type":38,"tag":120,"props":121,"children":124},"span",{"class":122,"line":123},"line",1,[125,131,136,142,147,152,156,162,166],{"type":38,"tag":120,"props":126,"children":128},{"style":127},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[129],{"type":44,"value":130},"{",{"type":38,"tag":120,"props":132,"children":133},{"style":127},[134],{"type":44,"value":135}," \"",{"type":38,"tag":120,"props":137,"children":139},{"style":138},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[140],{"type":44,"value":141},"action",{"type":38,"tag":120,"props":143,"children":144},{"style":127},[145],{"type":44,"value":146},"\"",{"type":38,"tag":120,"props":148,"children":149},{"style":127},[150],{"type":44,"value":151},":",{"type":38,"tag":120,"props":153,"children":154},{"style":127},[155],{"type":44,"value":135},{"type":38,"tag":120,"props":157,"children":159},{"style":158},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[160],{"type":44,"value":161},"spaces",{"type":38,"tag":120,"props":163,"children":164},{"style":127},[165],{"type":44,"value":146},{"type":38,"tag":120,"props":167,"children":168},{"style":127},[169],{"type":44,"value":170}," }\n",{"type":38,"tag":47,"props":172,"children":173},{},[174],{"type":44,"value":175},"Returns all accessible wiki spaces.",{"type":38,"tag":102,"props":177,"children":179},{"id":178},"list-nodes",[180],{"type":44,"value":181},"List Nodes",{"type":38,"tag":109,"props":183,"children":185},{"className":111,"code":184,"language":113,"meta":114,"style":114},"{ \"action\": \"nodes\", \"space_id\": \"7xxx\" }\n",[186],{"type":38,"tag":53,"props":187,"children":188},{"__ignoreMap":114},[189],{"type":38,"tag":120,"props":190,"children":191},{"class":122,"line":123},[192,196,200,204,208,212,216,221,225,230,234,239,243,247,251,256,260],{"type":38,"tag":120,"props":193,"children":194},{"style":127},[195],{"type":44,"value":130},{"type":38,"tag":120,"props":197,"children":198},{"style":127},[199],{"type":44,"value":135},{"type":38,"tag":120,"props":201,"children":202},{"style":138},[203],{"type":44,"value":141},{"type":38,"tag":120,"props":205,"children":206},{"style":127},[207],{"type":44,"value":146},{"type":38,"tag":120,"props":209,"children":210},{"style":127},[211],{"type":44,"value":151},{"type":38,"tag":120,"props":213,"children":214},{"style":127},[215],{"type":44,"value":135},{"type":38,"tag":120,"props":217,"children":218},{"style":158},[219],{"type":44,"value":220},"nodes",{"type":38,"tag":120,"props":222,"children":223},{"style":127},[224],{"type":44,"value":146},{"type":38,"tag":120,"props":226,"children":227},{"style":127},[228],{"type":44,"value":229},",",{"type":38,"tag":120,"props":231,"children":232},{"style":127},[233],{"type":44,"value":135},{"type":38,"tag":120,"props":235,"children":236},{"style":138},[237],{"type":44,"value":238},"space_id",{"type":38,"tag":120,"props":240,"children":241},{"style":127},[242],{"type":44,"value":146},{"type":38,"tag":120,"props":244,"children":245},{"style":127},[246],{"type":44,"value":151},{"type":38,"tag":120,"props":248,"children":249},{"style":127},[250],{"type":44,"value":135},{"type":38,"tag":120,"props":252,"children":253},{"style":158},[254],{"type":44,"value":255},"7xxx",{"type":38,"tag":120,"props":257,"children":258},{"style":127},[259],{"type":44,"value":146},{"type":38,"tag":120,"props":261,"children":262},{"style":127},[263],{"type":44,"value":170},{"type":38,"tag":47,"props":265,"children":266},{},[267],{"type":44,"value":268},"With parent:",{"type":38,"tag":109,"props":270,"children":272},{"className":111,"code":271,"language":113,"meta":114,"style":114},"{ \"action\": \"nodes\", \"space_id\": \"7xxx\", \"parent_node_token\": \"wikcnXXX\" }\n",[273],{"type":38,"tag":53,"props":274,"children":275},{"__ignoreMap":114},[276],{"type":38,"tag":120,"props":277,"children":278},{"class":122,"line":123},[279,283,287,291,295,299,303,307,311,315,319,323,327,331,335,339,343,347,351,356,360,364,368,373,377],{"type":38,"tag":120,"props":280,"children":281},{"style":127},[282],{"type":44,"value":130},{"type":38,"tag":120,"props":284,"children":285},{"style":127},[286],{"type":44,"value":135},{"type":38,"tag":120,"props":288,"children":289},{"style":138},[290],{"type":44,"value":141},{"type":38,"tag":120,"props":292,"children":293},{"style":127},[294],{"type":44,"value":146},{"type":38,"tag":120,"props":296,"children":297},{"style":127},[298],{"type":44,"value":151},{"type":38,"tag":120,"props":300,"children":301},{"style":127},[302],{"type":44,"value":135},{"type":38,"tag":120,"props":304,"children":305},{"style":158},[306],{"type":44,"value":220},{"type":38,"tag":120,"props":308,"children":309},{"style":127},[310],{"type":44,"value":146},{"type":38,"tag":120,"props":312,"children":313},{"style":127},[314],{"type":44,"value":229},{"type":38,"tag":120,"props":316,"children":317},{"style":127},[318],{"type":44,"value":135},{"type":38,"tag":120,"props":320,"children":321},{"style":138},[322],{"type":44,"value":238},{"type":38,"tag":120,"props":324,"children":325},{"style":127},[326],{"type":44,"value":146},{"type":38,"tag":120,"props":328,"children":329},{"style":127},[330],{"type":44,"value":151},{"type":38,"tag":120,"props":332,"children":333},{"style":127},[334],{"type":44,"value":135},{"type":38,"tag":120,"props":336,"children":337},{"style":158},[338],{"type":44,"value":255},{"type":38,"tag":120,"props":340,"children":341},{"style":127},[342],{"type":44,"value":146},{"type":38,"tag":120,"props":344,"children":345},{"style":127},[346],{"type":44,"value":229},{"type":38,"tag":120,"props":348,"children":349},{"style":127},[350],{"type":44,"value":135},{"type":38,"tag":120,"props":352,"children":353},{"style":138},[354],{"type":44,"value":355},"parent_node_token",{"type":38,"tag":120,"props":357,"children":358},{"style":127},[359],{"type":44,"value":146},{"type":38,"tag":120,"props":361,"children":362},{"style":127},[363],{"type":44,"value":151},{"type":38,"tag":120,"props":365,"children":366},{"style":127},[367],{"type":44,"value":135},{"type":38,"tag":120,"props":369,"children":370},{"style":158},[371],{"type":44,"value":372},"wikcnXXX",{"type":38,"tag":120,"props":374,"children":375},{"style":127},[376],{"type":44,"value":146},{"type":38,"tag":120,"props":378,"children":379},{"style":127},[380],{"type":44,"value":170},{"type":38,"tag":102,"props":382,"children":384},{"id":383},"get-node-details",[385],{"type":44,"value":386},"Get Node Details",{"type":38,"tag":109,"props":388,"children":390},{"className":111,"code":389,"language":113,"meta":114,"style":114},"{ \"action\": \"get\", \"token\": \"ABC123def\" }\n",[391],{"type":38,"tag":53,"props":392,"children":393},{"__ignoreMap":114},[394],{"type":38,"tag":120,"props":395,"children":396},{"class":122,"line":123},[397,401,405,409,413,417,421,426,430,434,438,442,446,450,454,458,462],{"type":38,"tag":120,"props":398,"children":399},{"style":127},[400],{"type":44,"value":130},{"type":38,"tag":120,"props":402,"children":403},{"style":127},[404],{"type":44,"value":135},{"type":38,"tag":120,"props":406,"children":407},{"style":138},[408],{"type":44,"value":141},{"type":38,"tag":120,"props":410,"children":411},{"style":127},[412],{"type":44,"value":146},{"type":38,"tag":120,"props":414,"children":415},{"style":127},[416],{"type":44,"value":151},{"type":38,"tag":120,"props":418,"children":419},{"style":127},[420],{"type":44,"value":135},{"type":38,"tag":120,"props":422,"children":423},{"style":158},[424],{"type":44,"value":425},"get",{"type":38,"tag":120,"props":427,"children":428},{"style":127},[429],{"type":44,"value":146},{"type":38,"tag":120,"props":431,"children":432},{"style":127},[433],{"type":44,"value":229},{"type":38,"tag":120,"props":435,"children":436},{"style":127},[437],{"type":44,"value":135},{"type":38,"tag":120,"props":439,"children":440},{"style":138},[441],{"type":44,"value":86},{"type":38,"tag":120,"props":443,"children":444},{"style":127},[445],{"type":44,"value":146},{"type":38,"tag":120,"props":447,"children":448},{"style":127},[449],{"type":44,"value":151},{"type":38,"tag":120,"props":451,"children":452},{"style":127},[453],{"type":44,"value":135},{"type":38,"tag":120,"props":455,"children":456},{"style":158},[457],{"type":44,"value":94},{"type":38,"tag":120,"props":459,"children":460},{"style":127},[461],{"type":44,"value":146},{"type":38,"tag":120,"props":463,"children":464},{"style":127},[465],{"type":44,"value":170},{"type":38,"tag":47,"props":467,"children":468},{},[469,471,477,479,485,486,492,494,499,501,507],{"type":44,"value":470},"Returns: ",{"type":38,"tag":53,"props":472,"children":474},{"className":473},[],[475],{"type":44,"value":476},"node_token",{"type":44,"value":478},", ",{"type":38,"tag":53,"props":480,"children":482},{"className":481},[],[483],{"type":44,"value":484},"obj_token",{"type":44,"value":478},{"type":38,"tag":53,"props":487,"children":489},{"className":488},[],[490],{"type":44,"value":491},"obj_type",{"type":44,"value":493},", etc. Use ",{"type":38,"tag":53,"props":495,"children":497},{"className":496},[],[498],{"type":44,"value":484},{"type":44,"value":500}," with ",{"type":38,"tag":53,"props":502,"children":504},{"className":503},[],[505],{"type":44,"value":506},"feishu_doc",{"type":44,"value":508}," to read\u002Fwrite the document.",{"type":38,"tag":102,"props":510,"children":512},{"id":511},"create-node",[513],{"type":44,"value":514},"Create Node",{"type":38,"tag":109,"props":516,"children":518},{"className":111,"code":517,"language":113,"meta":114,"style":114},"{ \"action\": \"create\", \"space_id\": \"7xxx\", \"title\": \"New Page\" }\n",[519],{"type":38,"tag":53,"props":520,"children":521},{"__ignoreMap":114},[522],{"type":38,"tag":120,"props":523,"children":524},{"class":122,"line":123},[525,529,533,537,541,545,549,554,558,562,566,570,574,578,582,586,590,594,598,603,607,611,615,620,624],{"type":38,"tag":120,"props":526,"children":527},{"style":127},[528],{"type":44,"value":130},{"type":38,"tag":120,"props":530,"children":531},{"style":127},[532],{"type":44,"value":135},{"type":38,"tag":120,"props":534,"children":535},{"style":138},[536],{"type":44,"value":141},{"type":38,"tag":120,"props":538,"children":539},{"style":127},[540],{"type":44,"value":146},{"type":38,"tag":120,"props":542,"children":543},{"style":127},[544],{"type":44,"value":151},{"type":38,"tag":120,"props":546,"children":547},{"style":127},[548],{"type":44,"value":135},{"type":38,"tag":120,"props":550,"children":551},{"style":158},[552],{"type":44,"value":553},"create",{"type":38,"tag":120,"props":555,"children":556},{"style":127},[557],{"type":44,"value":146},{"type":38,"tag":120,"props":559,"children":560},{"style":127},[561],{"type":44,"value":229},{"type":38,"tag":120,"props":563,"children":564},{"style":127},[565],{"type":44,"value":135},{"type":38,"tag":120,"props":567,"children":568},{"style":138},[569],{"type":44,"value":238},{"type":38,"tag":120,"props":571,"children":572},{"style":127},[573],{"type":44,"value":146},{"type":38,"tag":120,"props":575,"children":576},{"style":127},[577],{"type":44,"value":151},{"type":38,"tag":120,"props":579,"children":580},{"style":127},[581],{"type":44,"value":135},{"type":38,"tag":120,"props":583,"children":584},{"style":158},[585],{"type":44,"value":255},{"type":38,"tag":120,"props":587,"children":588},{"style":127},[589],{"type":44,"value":146},{"type":38,"tag":120,"props":591,"children":592},{"style":127},[593],{"type":44,"value":229},{"type":38,"tag":120,"props":595,"children":596},{"style":127},[597],{"type":44,"value":135},{"type":38,"tag":120,"props":599,"children":600},{"style":138},[601],{"type":44,"value":602},"title",{"type":38,"tag":120,"props":604,"children":605},{"style":127},[606],{"type":44,"value":146},{"type":38,"tag":120,"props":608,"children":609},{"style":127},[610],{"type":44,"value":151},{"type":38,"tag":120,"props":612,"children":613},{"style":127},[614],{"type":44,"value":135},{"type":38,"tag":120,"props":616,"children":617},{"style":158},[618],{"type":44,"value":619},"New Page",{"type":38,"tag":120,"props":621,"children":622},{"style":127},[623],{"type":44,"value":146},{"type":38,"tag":120,"props":625,"children":626},{"style":127},[627],{"type":44,"value":170},{"type":38,"tag":47,"props":629,"children":630},{},[631],{"type":44,"value":632},"With type and parent:",{"type":38,"tag":109,"props":634,"children":636},{"className":111,"code":635,"language":113,"meta":114,"style":114},"{\n  \"action\": \"create\",\n  \"space_id\": \"7xxx\",\n  \"title\": \"Sheet\",\n  \"obj_type\": \"sheet\",\n  \"parent_node_token\": \"wikcnXXX\"\n}\n",[637],{"type":38,"tag":53,"props":638,"children":639},{"__ignoreMap":114},[640,648,686,722,759,796,829],{"type":38,"tag":120,"props":641,"children":642},{"class":122,"line":123},[643],{"type":38,"tag":120,"props":644,"children":645},{"style":127},[646],{"type":44,"value":647},"{\n",{"type":38,"tag":120,"props":649,"children":651},{"class":122,"line":650},2,[652,657,661,665,669,673,677,681],{"type":38,"tag":120,"props":653,"children":654},{"style":127},[655],{"type":44,"value":656},"  \"",{"type":38,"tag":120,"props":658,"children":659},{"style":138},[660],{"type":44,"value":141},{"type":38,"tag":120,"props":662,"children":663},{"style":127},[664],{"type":44,"value":146},{"type":38,"tag":120,"props":666,"children":667},{"style":127},[668],{"type":44,"value":151},{"type":38,"tag":120,"props":670,"children":671},{"style":127},[672],{"type":44,"value":135},{"type":38,"tag":120,"props":674,"children":675},{"style":158},[676],{"type":44,"value":553},{"type":38,"tag":120,"props":678,"children":679},{"style":127},[680],{"type":44,"value":146},{"type":38,"tag":120,"props":682,"children":683},{"style":127},[684],{"type":44,"value":685},",\n",{"type":38,"tag":120,"props":687,"children":689},{"class":122,"line":688},3,[690,694,698,702,706,710,714,718],{"type":38,"tag":120,"props":691,"children":692},{"style":127},[693],{"type":44,"value":656},{"type":38,"tag":120,"props":695,"children":696},{"style":138},[697],{"type":44,"value":238},{"type":38,"tag":120,"props":699,"children":700},{"style":127},[701],{"type":44,"value":146},{"type":38,"tag":120,"props":703,"children":704},{"style":127},[705],{"type":44,"value":151},{"type":38,"tag":120,"props":707,"children":708},{"style":127},[709],{"type":44,"value":135},{"type":38,"tag":120,"props":711,"children":712},{"style":158},[713],{"type":44,"value":255},{"type":38,"tag":120,"props":715,"children":716},{"style":127},[717],{"type":44,"value":146},{"type":38,"tag":120,"props":719,"children":720},{"style":127},[721],{"type":44,"value":685},{"type":38,"tag":120,"props":723,"children":725},{"class":122,"line":724},4,[726,730,734,738,742,746,751,755],{"type":38,"tag":120,"props":727,"children":728},{"style":127},[729],{"type":44,"value":656},{"type":38,"tag":120,"props":731,"children":732},{"style":138},[733],{"type":44,"value":602},{"type":38,"tag":120,"props":735,"children":736},{"style":127},[737],{"type":44,"value":146},{"type":38,"tag":120,"props":739,"children":740},{"style":127},[741],{"type":44,"value":151},{"type":38,"tag":120,"props":743,"children":744},{"style":127},[745],{"type":44,"value":135},{"type":38,"tag":120,"props":747,"children":748},{"style":158},[749],{"type":44,"value":750},"Sheet",{"type":38,"tag":120,"props":752,"children":753},{"style":127},[754],{"type":44,"value":146},{"type":38,"tag":120,"props":756,"children":757},{"style":127},[758],{"type":44,"value":685},{"type":38,"tag":120,"props":760,"children":762},{"class":122,"line":761},5,[763,767,771,775,779,783,788,792],{"type":38,"tag":120,"props":764,"children":765},{"style":127},[766],{"type":44,"value":656},{"type":38,"tag":120,"props":768,"children":769},{"style":138},[770],{"type":44,"value":491},{"type":38,"tag":120,"props":772,"children":773},{"style":127},[774],{"type":44,"value":146},{"type":38,"tag":120,"props":776,"children":777},{"style":127},[778],{"type":44,"value":151},{"type":38,"tag":120,"props":780,"children":781},{"style":127},[782],{"type":44,"value":135},{"type":38,"tag":120,"props":784,"children":785},{"style":158},[786],{"type":44,"value":787},"sheet",{"type":38,"tag":120,"props":789,"children":790},{"style":127},[791],{"type":44,"value":146},{"type":38,"tag":120,"props":793,"children":794},{"style":127},[795],{"type":44,"value":685},{"type":38,"tag":120,"props":797,"children":799},{"class":122,"line":798},6,[800,804,808,812,816,820,824],{"type":38,"tag":120,"props":801,"children":802},{"style":127},[803],{"type":44,"value":656},{"type":38,"tag":120,"props":805,"children":806},{"style":138},[807],{"type":44,"value":355},{"type":38,"tag":120,"props":809,"children":810},{"style":127},[811],{"type":44,"value":146},{"type":38,"tag":120,"props":813,"children":814},{"style":127},[815],{"type":44,"value":151},{"type":38,"tag":120,"props":817,"children":818},{"style":127},[819],{"type":44,"value":135},{"type":38,"tag":120,"props":821,"children":822},{"style":158},[823],{"type":44,"value":372},{"type":38,"tag":120,"props":825,"children":826},{"style":127},[827],{"type":44,"value":828},"\"\n",{"type":38,"tag":120,"props":830,"children":832},{"class":122,"line":831},7,[833],{"type":38,"tag":120,"props":834,"children":835},{"style":127},[836],{"type":44,"value":837},"}\n",{"type":38,"tag":47,"props":839,"children":840},{},[841,846,848,854,856,861,862,868,869,875,876,882,883,889,890],{"type":38,"tag":53,"props":842,"children":844},{"className":843},[],[845],{"type":44,"value":491},{"type":44,"value":847},": ",{"type":38,"tag":53,"props":849,"children":851},{"className":850},[],[852],{"type":44,"value":853},"docx",{"type":44,"value":855}," (default), ",{"type":38,"tag":53,"props":857,"children":859},{"className":858},[],[860],{"type":44,"value":787},{"type":44,"value":478},{"type":38,"tag":53,"props":863,"children":865},{"className":864},[],[866],{"type":44,"value":867},"bitable",{"type":44,"value":478},{"type":38,"tag":53,"props":870,"children":872},{"className":871},[],[873],{"type":44,"value":874},"mindnote",{"type":44,"value":478},{"type":38,"tag":53,"props":877,"children":879},{"className":878},[],[880],{"type":44,"value":881},"file",{"type":44,"value":478},{"type":38,"tag":53,"props":884,"children":886},{"className":885},[],[887],{"type":44,"value":888},"doc",{"type":44,"value":478},{"type":38,"tag":53,"props":891,"children":893},{"className":892},[],[894],{"type":44,"value":895},"slides",{"type":38,"tag":102,"props":897,"children":899},{"id":898},"move-node",[900],{"type":44,"value":901},"Move Node",{"type":38,"tag":109,"props":903,"children":905},{"className":111,"code":904,"language":113,"meta":114,"style":114},"{ \"action\": \"move\", \"space_id\": \"7xxx\", \"node_token\": \"wikcnXXX\" }\n",[906],{"type":38,"tag":53,"props":907,"children":908},{"__ignoreMap":114},[909],{"type":38,"tag":120,"props":910,"children":911},{"class":122,"line":123},[912,916,920,924,928,932,936,941,945,949,953,957,961,965,969,973,977,981,985,989,993,997,1001,1005,1009],{"type":38,"tag":120,"props":913,"children":914},{"style":127},[915],{"type":44,"value":130},{"type":38,"tag":120,"props":917,"children":918},{"style":127},[919],{"type":44,"value":135},{"type":38,"tag":120,"props":921,"children":922},{"style":138},[923],{"type":44,"value":141},{"type":38,"tag":120,"props":925,"children":926},{"style":127},[927],{"type":44,"value":146},{"type":38,"tag":120,"props":929,"children":930},{"style":127},[931],{"type":44,"value":151},{"type":38,"tag":120,"props":933,"children":934},{"style":127},[935],{"type":44,"value":135},{"type":38,"tag":120,"props":937,"children":938},{"style":158},[939],{"type":44,"value":940},"move",{"type":38,"tag":120,"props":942,"children":943},{"style":127},[944],{"type":44,"value":146},{"type":38,"tag":120,"props":946,"children":947},{"style":127},[948],{"type":44,"value":229},{"type":38,"tag":120,"props":950,"children":951},{"style":127},[952],{"type":44,"value":135},{"type":38,"tag":120,"props":954,"children":955},{"style":138},[956],{"type":44,"value":238},{"type":38,"tag":120,"props":958,"children":959},{"style":127},[960],{"type":44,"value":146},{"type":38,"tag":120,"props":962,"children":963},{"style":127},[964],{"type":44,"value":151},{"type":38,"tag":120,"props":966,"children":967},{"style":127},[968],{"type":44,"value":135},{"type":38,"tag":120,"props":970,"children":971},{"style":158},[972],{"type":44,"value":255},{"type":38,"tag":120,"props":974,"children":975},{"style":127},[976],{"type":44,"value":146},{"type":38,"tag":120,"props":978,"children":979},{"style":127},[980],{"type":44,"value":229},{"type":38,"tag":120,"props":982,"children":983},{"style":127},[984],{"type":44,"value":135},{"type":38,"tag":120,"props":986,"children":987},{"style":138},[988],{"type":44,"value":476},{"type":38,"tag":120,"props":990,"children":991},{"style":127},[992],{"type":44,"value":146},{"type":38,"tag":120,"props":994,"children":995},{"style":127},[996],{"type":44,"value":151},{"type":38,"tag":120,"props":998,"children":999},{"style":127},[1000],{"type":44,"value":135},{"type":38,"tag":120,"props":1002,"children":1003},{"style":158},[1004],{"type":44,"value":372},{"type":38,"tag":120,"props":1006,"children":1007},{"style":127},[1008],{"type":44,"value":146},{"type":38,"tag":120,"props":1010,"children":1011},{"style":127},[1012],{"type":44,"value":170},{"type":38,"tag":47,"props":1014,"children":1015},{},[1016],{"type":44,"value":1017},"To different location:",{"type":38,"tag":109,"props":1019,"children":1021},{"className":111,"code":1020,"language":113,"meta":114,"style":114},"{\n  \"action\": \"move\",\n  \"space_id\": \"7xxx\",\n  \"node_token\": \"wikcnXXX\",\n  \"target_space_id\": \"7yyy\",\n  \"target_parent_token\": \"wikcnYYY\"\n}\n",[1022],{"type":38,"tag":53,"props":1023,"children":1024},{"__ignoreMap":114},[1025,1032,1067,1102,1137,1174,1207],{"type":38,"tag":120,"props":1026,"children":1027},{"class":122,"line":123},[1028],{"type":38,"tag":120,"props":1029,"children":1030},{"style":127},[1031],{"type":44,"value":647},{"type":38,"tag":120,"props":1033,"children":1034},{"class":122,"line":650},[1035,1039,1043,1047,1051,1055,1059,1063],{"type":38,"tag":120,"props":1036,"children":1037},{"style":127},[1038],{"type":44,"value":656},{"type":38,"tag":120,"props":1040,"children":1041},{"style":138},[1042],{"type":44,"value":141},{"type":38,"tag":120,"props":1044,"children":1045},{"style":127},[1046],{"type":44,"value":146},{"type":38,"tag":120,"props":1048,"children":1049},{"style":127},[1050],{"type":44,"value":151},{"type":38,"tag":120,"props":1052,"children":1053},{"style":127},[1054],{"type":44,"value":135},{"type":38,"tag":120,"props":1056,"children":1057},{"style":158},[1058],{"type":44,"value":940},{"type":38,"tag":120,"props":1060,"children":1061},{"style":127},[1062],{"type":44,"value":146},{"type":38,"tag":120,"props":1064,"children":1065},{"style":127},[1066],{"type":44,"value":685},{"type":38,"tag":120,"props":1068,"children":1069},{"class":122,"line":688},[1070,1074,1078,1082,1086,1090,1094,1098],{"type":38,"tag":120,"props":1071,"children":1072},{"style":127},[1073],{"type":44,"value":656},{"type":38,"tag":120,"props":1075,"children":1076},{"style":138},[1077],{"type":44,"value":238},{"type":38,"tag":120,"props":1079,"children":1080},{"style":127},[1081],{"type":44,"value":146},{"type":38,"tag":120,"props":1083,"children":1084},{"style":127},[1085],{"type":44,"value":151},{"type":38,"tag":120,"props":1087,"children":1088},{"style":127},[1089],{"type":44,"value":135},{"type":38,"tag":120,"props":1091,"children":1092},{"style":158},[1093],{"type":44,"value":255},{"type":38,"tag":120,"props":1095,"children":1096},{"style":127},[1097],{"type":44,"value":146},{"type":38,"tag":120,"props":1099,"children":1100},{"style":127},[1101],{"type":44,"value":685},{"type":38,"tag":120,"props":1103,"children":1104},{"class":122,"line":724},[1105,1109,1113,1117,1121,1125,1129,1133],{"type":38,"tag":120,"props":1106,"children":1107},{"style":127},[1108],{"type":44,"value":656},{"type":38,"tag":120,"props":1110,"children":1111},{"style":138},[1112],{"type":44,"value":476},{"type":38,"tag":120,"props":1114,"children":1115},{"style":127},[1116],{"type":44,"value":146},{"type":38,"tag":120,"props":1118,"children":1119},{"style":127},[1120],{"type":44,"value":151},{"type":38,"tag":120,"props":1122,"children":1123},{"style":127},[1124],{"type":44,"value":135},{"type":38,"tag":120,"props":1126,"children":1127},{"style":158},[1128],{"type":44,"value":372},{"type":38,"tag":120,"props":1130,"children":1131},{"style":127},[1132],{"type":44,"value":146},{"type":38,"tag":120,"props":1134,"children":1135},{"style":127},[1136],{"type":44,"value":685},{"type":38,"tag":120,"props":1138,"children":1139},{"class":122,"line":761},[1140,1144,1149,1153,1157,1161,1166,1170],{"type":38,"tag":120,"props":1141,"children":1142},{"style":127},[1143],{"type":44,"value":656},{"type":38,"tag":120,"props":1145,"children":1146},{"style":138},[1147],{"type":44,"value":1148},"target_space_id",{"type":38,"tag":120,"props":1150,"children":1151},{"style":127},[1152],{"type":44,"value":146},{"type":38,"tag":120,"props":1154,"children":1155},{"style":127},[1156],{"type":44,"value":151},{"type":38,"tag":120,"props":1158,"children":1159},{"style":127},[1160],{"type":44,"value":135},{"type":38,"tag":120,"props":1162,"children":1163},{"style":158},[1164],{"type":44,"value":1165},"7yyy",{"type":38,"tag":120,"props":1167,"children":1168},{"style":127},[1169],{"type":44,"value":146},{"type":38,"tag":120,"props":1171,"children":1172},{"style":127},[1173],{"type":44,"value":685},{"type":38,"tag":120,"props":1175,"children":1176},{"class":122,"line":798},[1177,1181,1186,1190,1194,1198,1203],{"type":38,"tag":120,"props":1178,"children":1179},{"style":127},[1180],{"type":44,"value":656},{"type":38,"tag":120,"props":1182,"children":1183},{"style":138},[1184],{"type":44,"value":1185},"target_parent_token",{"type":38,"tag":120,"props":1187,"children":1188},{"style":127},[1189],{"type":44,"value":146},{"type":38,"tag":120,"props":1191,"children":1192},{"style":127},[1193],{"type":44,"value":151},{"type":38,"tag":120,"props":1195,"children":1196},{"style":127},[1197],{"type":44,"value":135},{"type":38,"tag":120,"props":1199,"children":1200},{"style":158},[1201],{"type":44,"value":1202},"wikcnYYY",{"type":38,"tag":120,"props":1204,"children":1205},{"style":127},[1206],{"type":44,"value":828},{"type":38,"tag":120,"props":1208,"children":1209},{"class":122,"line":831},[1210],{"type":38,"tag":120,"props":1211,"children":1212},{"style":127},[1213],{"type":44,"value":837},{"type":38,"tag":102,"props":1215,"children":1217},{"id":1216},"rename-node",[1218],{"type":44,"value":1219},"Rename Node",{"type":38,"tag":109,"props":1221,"children":1223},{"className":111,"code":1222,"language":113,"meta":114,"style":114},"{ \"action\": \"rename\", \"space_id\": \"7xxx\", \"node_token\": \"wikcnXXX\", \"title\": \"New Title\" }\n",[1224],{"type":38,"tag":53,"props":1225,"children":1226},{"__ignoreMap":114},[1227],{"type":38,"tag":120,"props":1228,"children":1229},{"class":122,"line":123},[1230,1234,1238,1242,1246,1250,1254,1259,1263,1267,1271,1275,1279,1283,1287,1291,1295,1299,1303,1307,1311,1315,1319,1323,1327,1331,1335,1339,1343,1347,1351,1356,1360],{"type":38,"tag":120,"props":1231,"children":1232},{"style":127},[1233],{"type":44,"value":130},{"type":38,"tag":120,"props":1235,"children":1236},{"style":127},[1237],{"type":44,"value":135},{"type":38,"tag":120,"props":1239,"children":1240},{"style":138},[1241],{"type":44,"value":141},{"type":38,"tag":120,"props":1243,"children":1244},{"style":127},[1245],{"type":44,"value":146},{"type":38,"tag":120,"props":1247,"children":1248},{"style":127},[1249],{"type":44,"value":151},{"type":38,"tag":120,"props":1251,"children":1252},{"style":127},[1253],{"type":44,"value":135},{"type":38,"tag":120,"props":1255,"children":1256},{"style":158},[1257],{"type":44,"value":1258},"rename",{"type":38,"tag":120,"props":1260,"children":1261},{"style":127},[1262],{"type":44,"value":146},{"type":38,"tag":120,"props":1264,"children":1265},{"style":127},[1266],{"type":44,"value":229},{"type":38,"tag":120,"props":1268,"children":1269},{"style":127},[1270],{"type":44,"value":135},{"type":38,"tag":120,"props":1272,"children":1273},{"style":138},[1274],{"type":44,"value":238},{"type":38,"tag":120,"props":1276,"children":1277},{"style":127},[1278],{"type":44,"value":146},{"type":38,"tag":120,"props":1280,"children":1281},{"style":127},[1282],{"type":44,"value":151},{"type":38,"tag":120,"props":1284,"children":1285},{"style":127},[1286],{"type":44,"value":135},{"type":38,"tag":120,"props":1288,"children":1289},{"style":158},[1290],{"type":44,"value":255},{"type":38,"tag":120,"props":1292,"children":1293},{"style":127},[1294],{"type":44,"value":146},{"type":38,"tag":120,"props":1296,"children":1297},{"style":127},[1298],{"type":44,"value":229},{"type":38,"tag":120,"props":1300,"children":1301},{"style":127},[1302],{"type":44,"value":135},{"type":38,"tag":120,"props":1304,"children":1305},{"style":138},[1306],{"type":44,"value":476},{"type":38,"tag":120,"props":1308,"children":1309},{"style":127},[1310],{"type":44,"value":146},{"type":38,"tag":120,"props":1312,"children":1313},{"style":127},[1314],{"type":44,"value":151},{"type":38,"tag":120,"props":1316,"children":1317},{"style":127},[1318],{"type":44,"value":135},{"type":38,"tag":120,"props":1320,"children":1321},{"style":158},[1322],{"type":44,"value":372},{"type":38,"tag":120,"props":1324,"children":1325},{"style":127},[1326],{"type":44,"value":146},{"type":38,"tag":120,"props":1328,"children":1329},{"style":127},[1330],{"type":44,"value":229},{"type":38,"tag":120,"props":1332,"children":1333},{"style":127},[1334],{"type":44,"value":135},{"type":38,"tag":120,"props":1336,"children":1337},{"style":138},[1338],{"type":44,"value":602},{"type":38,"tag":120,"props":1340,"children":1341},{"style":127},[1342],{"type":44,"value":146},{"type":38,"tag":120,"props":1344,"children":1345},{"style":127},[1346],{"type":44,"value":151},{"type":38,"tag":120,"props":1348,"children":1349},{"style":127},[1350],{"type":44,"value":135},{"type":38,"tag":120,"props":1352,"children":1353},{"style":158},[1354],{"type":44,"value":1355},"New Title",{"type":38,"tag":120,"props":1357,"children":1358},{"style":127},[1359],{"type":44,"value":146},{"type":38,"tag":120,"props":1361,"children":1362},{"style":127},[1363],{"type":44,"value":170},{"type":38,"tag":62,"props":1365,"children":1367},{"id":1366},"wiki-doc-workflow",[1368],{"type":44,"value":1369},"Wiki-Doc Workflow",{"type":38,"tag":47,"props":1371,"children":1372},{},[1373],{"type":44,"value":1374},"To edit a wiki page:",{"type":38,"tag":1376,"props":1377,"children":1378},"ol",{},[1379,1398,1409],{"type":38,"tag":1380,"props":1381,"children":1382},"li",{},[1383,1385,1391,1393],{"type":44,"value":1384},"Get node: ",{"type":38,"tag":53,"props":1386,"children":1388},{"className":1387},[],[1389],{"type":44,"value":1390},"{ \"action\": \"get\", \"token\": \"wiki_token\" }",{"type":44,"value":1392}," → returns ",{"type":38,"tag":53,"props":1394,"children":1396},{"className":1395},[],[1397],{"type":44,"value":484},{"type":38,"tag":1380,"props":1399,"children":1400},{},[1401,1403],{"type":44,"value":1402},"Read doc: ",{"type":38,"tag":53,"props":1404,"children":1406},{"className":1405},[],[1407],{"type":44,"value":1408},"feishu_doc { \"action\": \"read\", \"doc_token\": \"obj_token\" }",{"type":38,"tag":1380,"props":1410,"children":1411},{},[1412,1414],{"type":44,"value":1413},"Write doc: ",{"type":38,"tag":53,"props":1415,"children":1417},{"className":1416},[],[1418],{"type":44,"value":1419},"feishu_doc { \"action\": \"write\", \"doc_token\": \"obj_token\", \"content\": \"...\" }",{"type":38,"tag":62,"props":1421,"children":1423},{"id":1422},"configuration",[1424],{"type":44,"value":1425},"Configuration",{"type":38,"tag":109,"props":1427,"children":1431},{"className":1428,"code":1429,"language":1430,"meta":114,"style":114},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","channels:\n  feishu:\n    tools:\n      wiki: true # default: true\n      doc: true # required - wiki content uses feishu_doc\n","yaml",[1432],{"type":38,"tag":53,"props":1433,"children":1434},{"__ignoreMap":114},[1435,1449,1461,1473,1497],{"type":38,"tag":120,"props":1436,"children":1437},{"class":122,"line":123},[1438,1444],{"type":38,"tag":120,"props":1439,"children":1441},{"style":1440},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[1442],{"type":44,"value":1443},"channels",{"type":38,"tag":120,"props":1445,"children":1446},{"style":127},[1447],{"type":44,"value":1448},":\n",{"type":38,"tag":120,"props":1450,"children":1451},{"class":122,"line":650},[1452,1457],{"type":38,"tag":120,"props":1453,"children":1454},{"style":1440},[1455],{"type":44,"value":1456},"  feishu",{"type":38,"tag":120,"props":1458,"children":1459},{"style":127},[1460],{"type":44,"value":1448},{"type":38,"tag":120,"props":1462,"children":1463},{"class":122,"line":688},[1464,1469],{"type":38,"tag":120,"props":1465,"children":1466},{"style":1440},[1467],{"type":44,"value":1468},"    tools",{"type":38,"tag":120,"props":1470,"children":1471},{"style":127},[1472],{"type":44,"value":1448},{"type":38,"tag":120,"props":1474,"children":1475},{"class":122,"line":724},[1476,1481,1485,1491],{"type":38,"tag":120,"props":1477,"children":1478},{"style":1440},[1479],{"type":44,"value":1480},"      wiki",{"type":38,"tag":120,"props":1482,"children":1483},{"style":127},[1484],{"type":44,"value":151},{"type":38,"tag":120,"props":1486,"children":1488},{"style":1487},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[1489],{"type":44,"value":1490}," true",{"type":38,"tag":120,"props":1492,"children":1494},{"style":1493},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[1495],{"type":44,"value":1496}," # default: true\n",{"type":38,"tag":120,"props":1498,"children":1499},{"class":122,"line":761},[1500,1505,1509,1513],{"type":38,"tag":120,"props":1501,"children":1502},{"style":1440},[1503],{"type":44,"value":1504},"      doc",{"type":38,"tag":120,"props":1506,"children":1507},{"style":127},[1508],{"type":44,"value":151},{"type":38,"tag":120,"props":1510,"children":1511},{"style":1487},[1512],{"type":44,"value":1490},{"type":38,"tag":120,"props":1514,"children":1515},{"style":1493},[1516],{"type":44,"value":1517}," # required - wiki content uses feishu_doc\n",{"type":38,"tag":47,"props":1519,"children":1520},{},[1521,1527,1529,1534,1536,1541,1543,1548],{"type":38,"tag":1522,"props":1523,"children":1524},"strong",{},[1525],{"type":44,"value":1526},"Dependency:",{"type":44,"value":1528}," This tool requires ",{"type":38,"tag":53,"props":1530,"children":1532},{"className":1531},[],[1533],{"type":44,"value":506},{"type":44,"value":1535}," to be enabled. Wiki pages are documents - use ",{"type":38,"tag":53,"props":1537,"children":1539},{"className":1538},[],[1540],{"type":44,"value":58},{"type":44,"value":1542}," to navigate, then ",{"type":38,"tag":53,"props":1544,"children":1546},{"className":1545},[],[1547],{"type":44,"value":506},{"type":44,"value":1549}," to read\u002Fedit content.",{"type":38,"tag":62,"props":1551,"children":1553},{"id":1552},"permissions",[1554],{"type":44,"value":1555},"Permissions",{"type":38,"tag":47,"props":1557,"children":1558},{},[1559,1561,1567,1569],{"type":44,"value":1560},"Required: ",{"type":38,"tag":53,"props":1562,"children":1564},{"className":1563},[],[1565],{"type":44,"value":1566},"wiki:wiki",{"type":44,"value":1568}," or ",{"type":38,"tag":53,"props":1570,"children":1572},{"className":1571},[],[1573],{"type":44,"value":1574},"wiki:wiki:readonly",{"type":38,"tag":1576,"props":1577,"children":1578},"style",{},[1579],{"type":44,"value":1580},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}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);}",{"items":1582,"total":1741},[1583,1599,1615,1629,1641,1653,1665,1676,1692,1706,1718,1730],{"slug":1584,"name":1584,"fn":1585,"description":1586,"org":1587,"tags":1588,"stars":1596,"repoUrl":1597,"updatedAt":1598},"deepclaw-voice","configure phone calls with Deepgram Voice","Set up phone calling to OpenClaw using Deepgram Voice Agent API",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1589,1592,1593],{"name":1590,"slug":1591,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":1594,"slug":1595,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":1600,"name":1600,"fn":1601,"description":1602,"org":1603,"tags":1604,"stars":22,"repoUrl":23,"updatedAt":1614},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1605,1608,1611],{"name":1606,"slug":1607,"type":15},"Automation","automation",{"name":1609,"slug":1610,"type":15},"CLI","cli",{"name":1612,"slug":1613,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":1616,"name":1616,"fn":1617,"description":1618,"org":1619,"tags":1620,"stars":22,"repoUrl":23,"updatedAt":1628},"apple-notes","manage Apple Notes on macOS","Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1621,1622,1625],{"name":1609,"slug":1610,"type":15},{"name":1623,"slug":1624,"type":15},"Knowledge Management","knowledge-management",{"name":1626,"slug":1627,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":1630,"name":1630,"fn":1631,"description":1632,"org":1633,"tags":1634,"stars":22,"repoUrl":23,"updatedAt":1640},"apple-reminders","manage Apple Reminders via CLI","Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON\u002Fplain output.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1635,1636,1637],{"name":1609,"slug":1610,"type":15},{"name":1626,"slug":1627,"type":15},{"name":1638,"slug":1639,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":1642,"name":1642,"fn":1643,"description":1644,"org":1645,"tags":1646,"stars":22,"repoUrl":23,"updatedAt":1652},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1647,1648,1649],{"name":1609,"slug":1610,"type":15},{"name":1623,"slug":1624,"type":15},{"name":1650,"slug":1651,"type":15},"Notes","notes","2026-07-12T08:28:51.246011",{"slug":1654,"name":1654,"fn":1655,"description":1656,"org":1657,"tags":1658,"stars":22,"repoUrl":23,"updatedAt":1664},"blogwatcher","monitor blogs and RSS feeds","Monitor blogs and RSS\u002FAtom feeds for updates using the blogwatcher CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1659,1660,1661],{"name":1606,"slug":1607,"type":15},{"name":1609,"slug":1610,"type":15},{"name":1662,"slug":1663,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":1666,"name":1666,"fn":1667,"description":1668,"org":1669,"tags":1670,"stars":22,"repoUrl":23,"updatedAt":1675},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1671,1674],{"name":1672,"slug":1673,"type":15},"Audio","audio",{"name":1609,"slug":1610,"type":15},"2026-07-12T08:28:21.009637",{"slug":1677,"name":1677,"fn":1678,"description":1679,"org":1680,"tags":1681,"stars":22,"repoUrl":23,"updatedAt":1691},"bluebubbles","send and manage iMessages","Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel=\"bluebubbles\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1682,1685,1688],{"name":1683,"slug":1684,"type":15},"Communications","communications",{"name":1686,"slug":1687,"type":15},"iMessage","imessage",{"name":1689,"slug":1690,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",{"slug":1693,"name":1693,"fn":1694,"description":1695,"org":1696,"tags":1697,"stars":22,"repoUrl":23,"updatedAt":1705},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1698,1699,1702],{"name":1606,"slug":1607,"type":15},{"name":1700,"slug":1701,"type":15},"Camera","camera",{"name":1703,"slug":1704,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":1707,"name":1707,"fn":1708,"description":1709,"org":1710,"tags":1711,"stars":22,"repoUrl":23,"updatedAt":1717},"clawhub","manage agent skills with ClawHub","Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new\u002Fupdated skill folders with the npm-installed clawhub CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1712,1715,1716],{"name":1713,"slug":1714,"type":15},"Agents","agents",{"name":1606,"slug":1607,"type":15},{"name":1609,"slug":1610,"type":15},"2026-07-12T08:28:30.589001",{"slug":1719,"name":1719,"fn":1720,"description":1721,"org":1722,"tags":1723,"stars":22,"repoUrl":23,"updatedAt":1729},"coding-agent","run coding agents for programmatic control","Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1724,1725,1726],{"name":1713,"slug":1714,"type":15},{"name":1606,"slug":1607,"type":15},{"name":1727,"slug":1728,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":1731,"name":1731,"fn":1732,"description":1733,"org":1734,"tags":1735,"stars":22,"repoUrl":23,"updatedAt":1740},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1736,1737],{"name":1606,"slug":1607,"type":15},{"name":1738,"slug":1739,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73,{"items":1743,"total":1785},[1744,1750,1756,1762,1768,1774,1779],{"slug":1600,"name":1600,"fn":1601,"description":1602,"org":1745,"tags":1746,"stars":22,"repoUrl":23,"updatedAt":1614},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1747,1748,1749],{"name":1606,"slug":1607,"type":15},{"name":1609,"slug":1610,"type":15},{"name":1612,"slug":1613,"type":15},{"slug":1616,"name":1616,"fn":1617,"description":1618,"org":1751,"tags":1752,"stars":22,"repoUrl":23,"updatedAt":1628},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1753,1754,1755],{"name":1609,"slug":1610,"type":15},{"name":1623,"slug":1624,"type":15},{"name":1626,"slug":1627,"type":15},{"slug":1630,"name":1630,"fn":1631,"description":1632,"org":1757,"tags":1758,"stars":22,"repoUrl":23,"updatedAt":1640},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1759,1760,1761],{"name":1609,"slug":1610,"type":15},{"name":1626,"slug":1627,"type":15},{"name":1638,"slug":1639,"type":15},{"slug":1642,"name":1642,"fn":1643,"description":1644,"org":1763,"tags":1764,"stars":22,"repoUrl":23,"updatedAt":1652},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1765,1766,1767],{"name":1609,"slug":1610,"type":15},{"name":1623,"slug":1624,"type":15},{"name":1650,"slug":1651,"type":15},{"slug":1654,"name":1654,"fn":1655,"description":1656,"org":1769,"tags":1770,"stars":22,"repoUrl":23,"updatedAt":1664},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1771,1772,1773],{"name":1606,"slug":1607,"type":15},{"name":1609,"slug":1610,"type":15},{"name":1662,"slug":1663,"type":15},{"slug":1666,"name":1666,"fn":1667,"description":1668,"org":1775,"tags":1776,"stars":22,"repoUrl":23,"updatedAt":1675},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1777,1778],{"name":1672,"slug":1673,"type":15},{"name":1609,"slug":1610,"type":15},{"slug":1677,"name":1677,"fn":1678,"description":1679,"org":1780,"tags":1781,"stars":22,"repoUrl":23,"updatedAt":1691},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1782,1783,1784],{"name":1683,"slug":1684,"type":15},{"name":1686,"slug":1687,"type":15},{"name":1689,"slug":1690,"type":15},54]