[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-feishu-drive":3,"mdc--gtrhlv-key":29,"related-org-deepgram-feishu-drive":1272,"related-repo-deepgram-feishu-drive":1433},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":25,"sourceUrl":27,"mdContent":28},"feishu-drive","manage Feishu cloud storage files","Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.\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],{"name":13,"slug":14,"type":15},"File Storage","file-storage","tag",{"name":17,"slug":18,"type":15},"Documents","documents",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:30:14.366112",null,9,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":22},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fextensions\u002Ffeishu\u002Fskills\u002Ffeishu-drive","---\nname: feishu-drive\ndescription: |\n  Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.\n---\n\n# Feishu Drive Tool\n\nSingle tool `feishu_drive` for cloud storage operations.\n\n## Token Extraction\n\nFrom URL `https:\u002F\u002Fxxx.feishu.cn\u002Fdrive\u002Ffolder\u002FABC123` → `folder_token` = `ABC123`\n\n## Actions\n\n### List Folder Contents\n\n```json\n{ \"action\": \"list\" }\n```\n\nRoot directory (no folder_token).\n\n```json\n{ \"action\": \"list\", \"folder_token\": \"fldcnXXX\" }\n```\n\nReturns: files with token, name, type, url, timestamps.\n\n### Get File Info\n\n```json\n{ \"action\": \"info\", \"file_token\": \"ABC123\", \"type\": \"docx\" }\n```\n\nSearches for the file in the root directory. Note: file must be in root or use `list` to browse folders first.\n\n`type`: `doc`, `docx`, `sheet`, `bitable`, `folder`, `file`, `mindnote`, `shortcut`\n\n### Create Folder\n\n```json\n{ \"action\": \"create_folder\", \"name\": \"New Folder\" }\n```\n\nIn parent folder:\n\n```json\n{ \"action\": \"create_folder\", \"name\": \"New Folder\", \"folder_token\": \"fldcnXXX\" }\n```\n\n### Move File\n\n```json\n{ \"action\": \"move\", \"file_token\": \"ABC123\", \"type\": \"docx\", \"folder_token\": \"fldcnXXX\" }\n```\n\n### Delete File\n\n```json\n{ \"action\": \"delete\", \"file_token\": \"ABC123\", \"type\": \"docx\" }\n```\n\n## File Types\n\n| Type       | Description             |\n| ---------- | ----------------------- |\n| `doc`      | Old format document     |\n| `docx`     | New format document     |\n| `sheet`    | Spreadsheet             |\n| `bitable`  | Multi-dimensional table |\n| `folder`   | Folder                  |\n| `file`     | Uploaded file           |\n| `mindnote` | Mind map                |\n| `shortcut` | Shortcut                |\n\n## Configuration\n\n```yaml\nchannels:\n  feishu:\n    tools:\n      drive: true # default: true\n```\n\n## Permissions\n\n- `drive:drive` - Full access (create, move, delete)\n- `drive:drive:readonly` - Read only (list, info)\n\n## Known Limitations\n\n- **Bots have no root folder**: Feishu bots use `tenant_access_token` and don't have their own \"My Space\". The root folder concept only exists for user accounts. This means:\n  - `create_folder` without `folder_token` will fail (400 error)\n  - Bot can only access files\u002Ffolders that have been **shared with it**\n  - **Workaround**: User must first create a folder manually and share it with the bot, then bot can create subfolders inside it\n",{"data":30,"body":31},{"name":4,"description":6},{"type":32,"children":33},"root",[34,43,58,65,92,98,105,168,173,253,258,264,378,390,455,461,542,547,657,663,806,812,923,929,1085,1091,1165,1171,1198,1204,1266],{"type":35,"tag":36,"props":37,"children":39},"element","h1",{"id":38},"feishu-drive-tool",[40],{"type":41,"value":42},"text","Feishu Drive Tool",{"type":35,"tag":44,"props":45,"children":46},"p",{},[47,49,56],{"type":41,"value":48},"Single tool ",{"type":35,"tag":50,"props":51,"children":53},"code",{"className":52},[],[54],{"type":41,"value":55},"feishu_drive",{"type":41,"value":57}," for cloud storage operations.",{"type":35,"tag":59,"props":60,"children":62},"h2",{"id":61},"token-extraction",[63],{"type":41,"value":64},"Token Extraction",{"type":35,"tag":44,"props":66,"children":67},{},[68,70,76,78,84,86],{"type":41,"value":69},"From URL ",{"type":35,"tag":50,"props":71,"children":73},{"className":72},[],[74],{"type":41,"value":75},"https:\u002F\u002Fxxx.feishu.cn\u002Fdrive\u002Ffolder\u002FABC123",{"type":41,"value":77}," → ",{"type":35,"tag":50,"props":79,"children":81},{"className":80},[],[82],{"type":41,"value":83},"folder_token",{"type":41,"value":85}," = ",{"type":35,"tag":50,"props":87,"children":89},{"className":88},[],[90],{"type":41,"value":91},"ABC123",{"type":35,"tag":59,"props":93,"children":95},{"id":94},"actions",[96],{"type":41,"value":97},"Actions",{"type":35,"tag":99,"props":100,"children":102},"h3",{"id":101},"list-folder-contents",[103],{"type":41,"value":104},"List Folder Contents",{"type":35,"tag":106,"props":107,"children":112},"pre",{"className":108,"code":109,"language":110,"meta":111,"style":111},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{ \"action\": \"list\" }\n","json","",[113],{"type":35,"tag":50,"props":114,"children":115},{"__ignoreMap":111},[116],{"type":35,"tag":117,"props":118,"children":121},"span",{"class":119,"line":120},"line",1,[122,128,133,139,144,149,153,159,163],{"type":35,"tag":117,"props":123,"children":125},{"style":124},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[126],{"type":41,"value":127},"{",{"type":35,"tag":117,"props":129,"children":130},{"style":124},[131],{"type":41,"value":132}," \"",{"type":35,"tag":117,"props":134,"children":136},{"style":135},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[137],{"type":41,"value":138},"action",{"type":35,"tag":117,"props":140,"children":141},{"style":124},[142],{"type":41,"value":143},"\"",{"type":35,"tag":117,"props":145,"children":146},{"style":124},[147],{"type":41,"value":148},":",{"type":35,"tag":117,"props":150,"children":151},{"style":124},[152],{"type":41,"value":132},{"type":35,"tag":117,"props":154,"children":156},{"style":155},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[157],{"type":41,"value":158},"list",{"type":35,"tag":117,"props":160,"children":161},{"style":124},[162],{"type":41,"value":143},{"type":35,"tag":117,"props":164,"children":165},{"style":124},[166],{"type":41,"value":167}," }\n",{"type":35,"tag":44,"props":169,"children":170},{},[171],{"type":41,"value":172},"Root directory (no folder_token).",{"type":35,"tag":106,"props":174,"children":176},{"className":108,"code":175,"language":110,"meta":111,"style":111},"{ \"action\": \"list\", \"folder_token\": \"fldcnXXX\" }\n",[177],{"type":35,"tag":50,"props":178,"children":179},{"__ignoreMap":111},[180],{"type":35,"tag":117,"props":181,"children":182},{"class":119,"line":120},[183,187,191,195,199,203,207,211,215,220,224,228,232,236,240,245,249],{"type":35,"tag":117,"props":184,"children":185},{"style":124},[186],{"type":41,"value":127},{"type":35,"tag":117,"props":188,"children":189},{"style":124},[190],{"type":41,"value":132},{"type":35,"tag":117,"props":192,"children":193},{"style":135},[194],{"type":41,"value":138},{"type":35,"tag":117,"props":196,"children":197},{"style":124},[198],{"type":41,"value":143},{"type":35,"tag":117,"props":200,"children":201},{"style":124},[202],{"type":41,"value":148},{"type":35,"tag":117,"props":204,"children":205},{"style":124},[206],{"type":41,"value":132},{"type":35,"tag":117,"props":208,"children":209},{"style":155},[210],{"type":41,"value":158},{"type":35,"tag":117,"props":212,"children":213},{"style":124},[214],{"type":41,"value":143},{"type":35,"tag":117,"props":216,"children":217},{"style":124},[218],{"type":41,"value":219},",",{"type":35,"tag":117,"props":221,"children":222},{"style":124},[223],{"type":41,"value":132},{"type":35,"tag":117,"props":225,"children":226},{"style":135},[227],{"type":41,"value":83},{"type":35,"tag":117,"props":229,"children":230},{"style":124},[231],{"type":41,"value":143},{"type":35,"tag":117,"props":233,"children":234},{"style":124},[235],{"type":41,"value":148},{"type":35,"tag":117,"props":237,"children":238},{"style":124},[239],{"type":41,"value":132},{"type":35,"tag":117,"props":241,"children":242},{"style":155},[243],{"type":41,"value":244},"fldcnXXX",{"type":35,"tag":117,"props":246,"children":247},{"style":124},[248],{"type":41,"value":143},{"type":35,"tag":117,"props":250,"children":251},{"style":124},[252],{"type":41,"value":167},{"type":35,"tag":44,"props":254,"children":255},{},[256],{"type":41,"value":257},"Returns: files with token, name, type, url, timestamps.",{"type":35,"tag":99,"props":259,"children":261},{"id":260},"get-file-info",[262],{"type":41,"value":263},"Get File Info",{"type":35,"tag":106,"props":265,"children":267},{"className":108,"code":266,"language":110,"meta":111,"style":111},"{ \"action\": \"info\", \"file_token\": \"ABC123\", \"type\": \"docx\" }\n",[268],{"type":35,"tag":50,"props":269,"children":270},{"__ignoreMap":111},[271],{"type":35,"tag":117,"props":272,"children":273},{"class":119,"line":120},[274,278,282,286,290,294,298,303,307,311,315,320,324,328,332,336,340,344,348,353,357,361,365,370,374],{"type":35,"tag":117,"props":275,"children":276},{"style":124},[277],{"type":41,"value":127},{"type":35,"tag":117,"props":279,"children":280},{"style":124},[281],{"type":41,"value":132},{"type":35,"tag":117,"props":283,"children":284},{"style":135},[285],{"type":41,"value":138},{"type":35,"tag":117,"props":287,"children":288},{"style":124},[289],{"type":41,"value":143},{"type":35,"tag":117,"props":291,"children":292},{"style":124},[293],{"type":41,"value":148},{"type":35,"tag":117,"props":295,"children":296},{"style":124},[297],{"type":41,"value":132},{"type":35,"tag":117,"props":299,"children":300},{"style":155},[301],{"type":41,"value":302},"info",{"type":35,"tag":117,"props":304,"children":305},{"style":124},[306],{"type":41,"value":143},{"type":35,"tag":117,"props":308,"children":309},{"style":124},[310],{"type":41,"value":219},{"type":35,"tag":117,"props":312,"children":313},{"style":124},[314],{"type":41,"value":132},{"type":35,"tag":117,"props":316,"children":317},{"style":135},[318],{"type":41,"value":319},"file_token",{"type":35,"tag":117,"props":321,"children":322},{"style":124},[323],{"type":41,"value":143},{"type":35,"tag":117,"props":325,"children":326},{"style":124},[327],{"type":41,"value":148},{"type":35,"tag":117,"props":329,"children":330},{"style":124},[331],{"type":41,"value":132},{"type":35,"tag":117,"props":333,"children":334},{"style":155},[335],{"type":41,"value":91},{"type":35,"tag":117,"props":337,"children":338},{"style":124},[339],{"type":41,"value":143},{"type":35,"tag":117,"props":341,"children":342},{"style":124},[343],{"type":41,"value":219},{"type":35,"tag":117,"props":345,"children":346},{"style":124},[347],{"type":41,"value":132},{"type":35,"tag":117,"props":349,"children":350},{"style":135},[351],{"type":41,"value":352},"type",{"type":35,"tag":117,"props":354,"children":355},{"style":124},[356],{"type":41,"value":143},{"type":35,"tag":117,"props":358,"children":359},{"style":124},[360],{"type":41,"value":148},{"type":35,"tag":117,"props":362,"children":363},{"style":124},[364],{"type":41,"value":132},{"type":35,"tag":117,"props":366,"children":367},{"style":155},[368],{"type":41,"value":369},"docx",{"type":35,"tag":117,"props":371,"children":372},{"style":124},[373],{"type":41,"value":143},{"type":35,"tag":117,"props":375,"children":376},{"style":124},[377],{"type":41,"value":167},{"type":35,"tag":44,"props":379,"children":380},{},[381,383,388],{"type":41,"value":382},"Searches for the file in the root directory. Note: file must be in root or use ",{"type":35,"tag":50,"props":384,"children":386},{"className":385},[],[387],{"type":41,"value":158},{"type":41,"value":389}," to browse folders first.",{"type":35,"tag":44,"props":391,"children":392},{},[393,398,400,406,408,413,414,420,421,427,428,434,435,441,442,448,449],{"type":35,"tag":50,"props":394,"children":396},{"className":395},[],[397],{"type":41,"value":352},{"type":41,"value":399},": ",{"type":35,"tag":50,"props":401,"children":403},{"className":402},[],[404],{"type":41,"value":405},"doc",{"type":41,"value":407},", ",{"type":35,"tag":50,"props":409,"children":411},{"className":410},[],[412],{"type":41,"value":369},{"type":41,"value":407},{"type":35,"tag":50,"props":415,"children":417},{"className":416},[],[418],{"type":41,"value":419},"sheet",{"type":41,"value":407},{"type":35,"tag":50,"props":422,"children":424},{"className":423},[],[425],{"type":41,"value":426},"bitable",{"type":41,"value":407},{"type":35,"tag":50,"props":429,"children":431},{"className":430},[],[432],{"type":41,"value":433},"folder",{"type":41,"value":407},{"type":35,"tag":50,"props":436,"children":438},{"className":437},[],[439],{"type":41,"value":440},"file",{"type":41,"value":407},{"type":35,"tag":50,"props":443,"children":445},{"className":444},[],[446],{"type":41,"value":447},"mindnote",{"type":41,"value":407},{"type":35,"tag":50,"props":450,"children":452},{"className":451},[],[453],{"type":41,"value":454},"shortcut",{"type":35,"tag":99,"props":456,"children":458},{"id":457},"create-folder",[459],{"type":41,"value":460},"Create Folder",{"type":35,"tag":106,"props":462,"children":464},{"className":108,"code":463,"language":110,"meta":111,"style":111},"{ \"action\": \"create_folder\", \"name\": \"New Folder\" }\n",[465],{"type":35,"tag":50,"props":466,"children":467},{"__ignoreMap":111},[468],{"type":35,"tag":117,"props":469,"children":470},{"class":119,"line":120},[471,475,479,483,487,491,495,500,504,508,512,517,521,525,529,534,538],{"type":35,"tag":117,"props":472,"children":473},{"style":124},[474],{"type":41,"value":127},{"type":35,"tag":117,"props":476,"children":477},{"style":124},[478],{"type":41,"value":132},{"type":35,"tag":117,"props":480,"children":481},{"style":135},[482],{"type":41,"value":138},{"type":35,"tag":117,"props":484,"children":485},{"style":124},[486],{"type":41,"value":143},{"type":35,"tag":117,"props":488,"children":489},{"style":124},[490],{"type":41,"value":148},{"type":35,"tag":117,"props":492,"children":493},{"style":124},[494],{"type":41,"value":132},{"type":35,"tag":117,"props":496,"children":497},{"style":155},[498],{"type":41,"value":499},"create_folder",{"type":35,"tag":117,"props":501,"children":502},{"style":124},[503],{"type":41,"value":143},{"type":35,"tag":117,"props":505,"children":506},{"style":124},[507],{"type":41,"value":219},{"type":35,"tag":117,"props":509,"children":510},{"style":124},[511],{"type":41,"value":132},{"type":35,"tag":117,"props":513,"children":514},{"style":135},[515],{"type":41,"value":516},"name",{"type":35,"tag":117,"props":518,"children":519},{"style":124},[520],{"type":41,"value":143},{"type":35,"tag":117,"props":522,"children":523},{"style":124},[524],{"type":41,"value":148},{"type":35,"tag":117,"props":526,"children":527},{"style":124},[528],{"type":41,"value":132},{"type":35,"tag":117,"props":530,"children":531},{"style":155},[532],{"type":41,"value":533},"New Folder",{"type":35,"tag":117,"props":535,"children":536},{"style":124},[537],{"type":41,"value":143},{"type":35,"tag":117,"props":539,"children":540},{"style":124},[541],{"type":41,"value":167},{"type":35,"tag":44,"props":543,"children":544},{},[545],{"type":41,"value":546},"In parent folder:",{"type":35,"tag":106,"props":548,"children":550},{"className":108,"code":549,"language":110,"meta":111,"style":111},"{ \"action\": \"create_folder\", \"name\": \"New Folder\", \"folder_token\": \"fldcnXXX\" }\n",[551],{"type":35,"tag":50,"props":552,"children":553},{"__ignoreMap":111},[554],{"type":35,"tag":117,"props":555,"children":556},{"class":119,"line":120},[557,561,565,569,573,577,581,585,589,593,597,601,605,609,613,617,621,625,629,633,637,641,645,649,653],{"type":35,"tag":117,"props":558,"children":559},{"style":124},[560],{"type":41,"value":127},{"type":35,"tag":117,"props":562,"children":563},{"style":124},[564],{"type":41,"value":132},{"type":35,"tag":117,"props":566,"children":567},{"style":135},[568],{"type":41,"value":138},{"type":35,"tag":117,"props":570,"children":571},{"style":124},[572],{"type":41,"value":143},{"type":35,"tag":117,"props":574,"children":575},{"style":124},[576],{"type":41,"value":148},{"type":35,"tag":117,"props":578,"children":579},{"style":124},[580],{"type":41,"value":132},{"type":35,"tag":117,"props":582,"children":583},{"style":155},[584],{"type":41,"value":499},{"type":35,"tag":117,"props":586,"children":587},{"style":124},[588],{"type":41,"value":143},{"type":35,"tag":117,"props":590,"children":591},{"style":124},[592],{"type":41,"value":219},{"type":35,"tag":117,"props":594,"children":595},{"style":124},[596],{"type":41,"value":132},{"type":35,"tag":117,"props":598,"children":599},{"style":135},[600],{"type":41,"value":516},{"type":35,"tag":117,"props":602,"children":603},{"style":124},[604],{"type":41,"value":143},{"type":35,"tag":117,"props":606,"children":607},{"style":124},[608],{"type":41,"value":148},{"type":35,"tag":117,"props":610,"children":611},{"style":124},[612],{"type":41,"value":132},{"type":35,"tag":117,"props":614,"children":615},{"style":155},[616],{"type":41,"value":533},{"type":35,"tag":117,"props":618,"children":619},{"style":124},[620],{"type":41,"value":143},{"type":35,"tag":117,"props":622,"children":623},{"style":124},[624],{"type":41,"value":219},{"type":35,"tag":117,"props":626,"children":627},{"style":124},[628],{"type":41,"value":132},{"type":35,"tag":117,"props":630,"children":631},{"style":135},[632],{"type":41,"value":83},{"type":35,"tag":117,"props":634,"children":635},{"style":124},[636],{"type":41,"value":143},{"type":35,"tag":117,"props":638,"children":639},{"style":124},[640],{"type":41,"value":148},{"type":35,"tag":117,"props":642,"children":643},{"style":124},[644],{"type":41,"value":132},{"type":35,"tag":117,"props":646,"children":647},{"style":155},[648],{"type":41,"value":244},{"type":35,"tag":117,"props":650,"children":651},{"style":124},[652],{"type":41,"value":143},{"type":35,"tag":117,"props":654,"children":655},{"style":124},[656],{"type":41,"value":167},{"type":35,"tag":99,"props":658,"children":660},{"id":659},"move-file",[661],{"type":41,"value":662},"Move File",{"type":35,"tag":106,"props":664,"children":666},{"className":108,"code":665,"language":110,"meta":111,"style":111},"{ \"action\": \"move\", \"file_token\": \"ABC123\", \"type\": \"docx\", \"folder_token\": \"fldcnXXX\" }\n",[667],{"type":35,"tag":50,"props":668,"children":669},{"__ignoreMap":111},[670],{"type":35,"tag":117,"props":671,"children":672},{"class":119,"line":120},[673,677,681,685,689,693,697,702,706,710,714,718,722,726,730,734,738,742,746,750,754,758,762,766,770,774,778,782,786,790,794,798,802],{"type":35,"tag":117,"props":674,"children":675},{"style":124},[676],{"type":41,"value":127},{"type":35,"tag":117,"props":678,"children":679},{"style":124},[680],{"type":41,"value":132},{"type":35,"tag":117,"props":682,"children":683},{"style":135},[684],{"type":41,"value":138},{"type":35,"tag":117,"props":686,"children":687},{"style":124},[688],{"type":41,"value":143},{"type":35,"tag":117,"props":690,"children":691},{"style":124},[692],{"type":41,"value":148},{"type":35,"tag":117,"props":694,"children":695},{"style":124},[696],{"type":41,"value":132},{"type":35,"tag":117,"props":698,"children":699},{"style":155},[700],{"type":41,"value":701},"move",{"type":35,"tag":117,"props":703,"children":704},{"style":124},[705],{"type":41,"value":143},{"type":35,"tag":117,"props":707,"children":708},{"style":124},[709],{"type":41,"value":219},{"type":35,"tag":117,"props":711,"children":712},{"style":124},[713],{"type":41,"value":132},{"type":35,"tag":117,"props":715,"children":716},{"style":135},[717],{"type":41,"value":319},{"type":35,"tag":117,"props":719,"children":720},{"style":124},[721],{"type":41,"value":143},{"type":35,"tag":117,"props":723,"children":724},{"style":124},[725],{"type":41,"value":148},{"type":35,"tag":117,"props":727,"children":728},{"style":124},[729],{"type":41,"value":132},{"type":35,"tag":117,"props":731,"children":732},{"style":155},[733],{"type":41,"value":91},{"type":35,"tag":117,"props":735,"children":736},{"style":124},[737],{"type":41,"value":143},{"type":35,"tag":117,"props":739,"children":740},{"style":124},[741],{"type":41,"value":219},{"type":35,"tag":117,"props":743,"children":744},{"style":124},[745],{"type":41,"value":132},{"type":35,"tag":117,"props":747,"children":748},{"style":135},[749],{"type":41,"value":352},{"type":35,"tag":117,"props":751,"children":752},{"style":124},[753],{"type":41,"value":143},{"type":35,"tag":117,"props":755,"children":756},{"style":124},[757],{"type":41,"value":148},{"type":35,"tag":117,"props":759,"children":760},{"style":124},[761],{"type":41,"value":132},{"type":35,"tag":117,"props":763,"children":764},{"style":155},[765],{"type":41,"value":369},{"type":35,"tag":117,"props":767,"children":768},{"style":124},[769],{"type":41,"value":143},{"type":35,"tag":117,"props":771,"children":772},{"style":124},[773],{"type":41,"value":219},{"type":35,"tag":117,"props":775,"children":776},{"style":124},[777],{"type":41,"value":132},{"type":35,"tag":117,"props":779,"children":780},{"style":135},[781],{"type":41,"value":83},{"type":35,"tag":117,"props":783,"children":784},{"style":124},[785],{"type":41,"value":143},{"type":35,"tag":117,"props":787,"children":788},{"style":124},[789],{"type":41,"value":148},{"type":35,"tag":117,"props":791,"children":792},{"style":124},[793],{"type":41,"value":132},{"type":35,"tag":117,"props":795,"children":796},{"style":155},[797],{"type":41,"value":244},{"type":35,"tag":117,"props":799,"children":800},{"style":124},[801],{"type":41,"value":143},{"type":35,"tag":117,"props":803,"children":804},{"style":124},[805],{"type":41,"value":167},{"type":35,"tag":99,"props":807,"children":809},{"id":808},"delete-file",[810],{"type":41,"value":811},"Delete File",{"type":35,"tag":106,"props":813,"children":815},{"className":108,"code":814,"language":110,"meta":111,"style":111},"{ \"action\": \"delete\", \"file_token\": \"ABC123\", \"type\": \"docx\" }\n",[816],{"type":35,"tag":50,"props":817,"children":818},{"__ignoreMap":111},[819],{"type":35,"tag":117,"props":820,"children":821},{"class":119,"line":120},[822,826,830,834,838,842,846,851,855,859,863,867,871,875,879,883,887,891,895,899,903,907,911,915,919],{"type":35,"tag":117,"props":823,"children":824},{"style":124},[825],{"type":41,"value":127},{"type":35,"tag":117,"props":827,"children":828},{"style":124},[829],{"type":41,"value":132},{"type":35,"tag":117,"props":831,"children":832},{"style":135},[833],{"type":41,"value":138},{"type":35,"tag":117,"props":835,"children":836},{"style":124},[837],{"type":41,"value":143},{"type":35,"tag":117,"props":839,"children":840},{"style":124},[841],{"type":41,"value":148},{"type":35,"tag":117,"props":843,"children":844},{"style":124},[845],{"type":41,"value":132},{"type":35,"tag":117,"props":847,"children":848},{"style":155},[849],{"type":41,"value":850},"delete",{"type":35,"tag":117,"props":852,"children":853},{"style":124},[854],{"type":41,"value":143},{"type":35,"tag":117,"props":856,"children":857},{"style":124},[858],{"type":41,"value":219},{"type":35,"tag":117,"props":860,"children":861},{"style":124},[862],{"type":41,"value":132},{"type":35,"tag":117,"props":864,"children":865},{"style":135},[866],{"type":41,"value":319},{"type":35,"tag":117,"props":868,"children":869},{"style":124},[870],{"type":41,"value":143},{"type":35,"tag":117,"props":872,"children":873},{"style":124},[874],{"type":41,"value":148},{"type":35,"tag":117,"props":876,"children":877},{"style":124},[878],{"type":41,"value":132},{"type":35,"tag":117,"props":880,"children":881},{"style":155},[882],{"type":41,"value":91},{"type":35,"tag":117,"props":884,"children":885},{"style":124},[886],{"type":41,"value":143},{"type":35,"tag":117,"props":888,"children":889},{"style":124},[890],{"type":41,"value":219},{"type":35,"tag":117,"props":892,"children":893},{"style":124},[894],{"type":41,"value":132},{"type":35,"tag":117,"props":896,"children":897},{"style":135},[898],{"type":41,"value":352},{"type":35,"tag":117,"props":900,"children":901},{"style":124},[902],{"type":41,"value":143},{"type":35,"tag":117,"props":904,"children":905},{"style":124},[906],{"type":41,"value":148},{"type":35,"tag":117,"props":908,"children":909},{"style":124},[910],{"type":41,"value":132},{"type":35,"tag":117,"props":912,"children":913},{"style":155},[914],{"type":41,"value":369},{"type":35,"tag":117,"props":916,"children":917},{"style":124},[918],{"type":41,"value":143},{"type":35,"tag":117,"props":920,"children":921},{"style":124},[922],{"type":41,"value":167},{"type":35,"tag":59,"props":924,"children":926},{"id":925},"file-types",[927],{"type":41,"value":928},"File Types",{"type":35,"tag":930,"props":931,"children":932},"table",{},[933,952],{"type":35,"tag":934,"props":935,"children":936},"thead",{},[937],{"type":35,"tag":938,"props":939,"children":940},"tr",{},[941,947],{"type":35,"tag":942,"props":943,"children":944},"th",{},[945],{"type":41,"value":946},"Type",{"type":35,"tag":942,"props":948,"children":949},{},[950],{"type":41,"value":951},"Description",{"type":35,"tag":953,"props":954,"children":955},"tbody",{},[956,973,989,1005,1021,1037,1053,1069],{"type":35,"tag":938,"props":957,"children":958},{},[959,968],{"type":35,"tag":960,"props":961,"children":962},"td",{},[963],{"type":35,"tag":50,"props":964,"children":966},{"className":965},[],[967],{"type":41,"value":405},{"type":35,"tag":960,"props":969,"children":970},{},[971],{"type":41,"value":972},"Old format document",{"type":35,"tag":938,"props":974,"children":975},{},[976,984],{"type":35,"tag":960,"props":977,"children":978},{},[979],{"type":35,"tag":50,"props":980,"children":982},{"className":981},[],[983],{"type":41,"value":369},{"type":35,"tag":960,"props":985,"children":986},{},[987],{"type":41,"value":988},"New format document",{"type":35,"tag":938,"props":990,"children":991},{},[992,1000],{"type":35,"tag":960,"props":993,"children":994},{},[995],{"type":35,"tag":50,"props":996,"children":998},{"className":997},[],[999],{"type":41,"value":419},{"type":35,"tag":960,"props":1001,"children":1002},{},[1003],{"type":41,"value":1004},"Spreadsheet",{"type":35,"tag":938,"props":1006,"children":1007},{},[1008,1016],{"type":35,"tag":960,"props":1009,"children":1010},{},[1011],{"type":35,"tag":50,"props":1012,"children":1014},{"className":1013},[],[1015],{"type":41,"value":426},{"type":35,"tag":960,"props":1017,"children":1018},{},[1019],{"type":41,"value":1020},"Multi-dimensional table",{"type":35,"tag":938,"props":1022,"children":1023},{},[1024,1032],{"type":35,"tag":960,"props":1025,"children":1026},{},[1027],{"type":35,"tag":50,"props":1028,"children":1030},{"className":1029},[],[1031],{"type":41,"value":433},{"type":35,"tag":960,"props":1033,"children":1034},{},[1035],{"type":41,"value":1036},"Folder",{"type":35,"tag":938,"props":1038,"children":1039},{},[1040,1048],{"type":35,"tag":960,"props":1041,"children":1042},{},[1043],{"type":35,"tag":50,"props":1044,"children":1046},{"className":1045},[],[1047],{"type":41,"value":440},{"type":35,"tag":960,"props":1049,"children":1050},{},[1051],{"type":41,"value":1052},"Uploaded file",{"type":35,"tag":938,"props":1054,"children":1055},{},[1056,1064],{"type":35,"tag":960,"props":1057,"children":1058},{},[1059],{"type":35,"tag":50,"props":1060,"children":1062},{"className":1061},[],[1063],{"type":41,"value":447},{"type":35,"tag":960,"props":1065,"children":1066},{},[1067],{"type":41,"value":1068},"Mind map",{"type":35,"tag":938,"props":1070,"children":1071},{},[1072,1080],{"type":35,"tag":960,"props":1073,"children":1074},{},[1075],{"type":35,"tag":50,"props":1076,"children":1078},{"className":1077},[],[1079],{"type":41,"value":454},{"type":35,"tag":960,"props":1081,"children":1082},{},[1083],{"type":41,"value":1084},"Shortcut",{"type":35,"tag":59,"props":1086,"children":1088},{"id":1087},"configuration",[1089],{"type":41,"value":1090},"Configuration",{"type":35,"tag":106,"props":1092,"children":1096},{"className":1093,"code":1094,"language":1095,"meta":111,"style":111},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","channels:\n  feishu:\n    tools:\n      drive: true # default: true\n","yaml",[1097],{"type":35,"tag":50,"props":1098,"children":1099},{"__ignoreMap":111},[1100,1114,1127,1140],{"type":35,"tag":117,"props":1101,"children":1102},{"class":119,"line":120},[1103,1109],{"type":35,"tag":117,"props":1104,"children":1106},{"style":1105},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[1107],{"type":41,"value":1108},"channels",{"type":35,"tag":117,"props":1110,"children":1111},{"style":124},[1112],{"type":41,"value":1113},":\n",{"type":35,"tag":117,"props":1115,"children":1117},{"class":119,"line":1116},2,[1118,1123],{"type":35,"tag":117,"props":1119,"children":1120},{"style":1105},[1121],{"type":41,"value":1122},"  feishu",{"type":35,"tag":117,"props":1124,"children":1125},{"style":124},[1126],{"type":41,"value":1113},{"type":35,"tag":117,"props":1128,"children":1130},{"class":119,"line":1129},3,[1131,1136],{"type":35,"tag":117,"props":1132,"children":1133},{"style":1105},[1134],{"type":41,"value":1135},"    tools",{"type":35,"tag":117,"props":1137,"children":1138},{"style":124},[1139],{"type":41,"value":1113},{"type":35,"tag":117,"props":1141,"children":1143},{"class":119,"line":1142},4,[1144,1149,1153,1159],{"type":35,"tag":117,"props":1145,"children":1146},{"style":1105},[1147],{"type":41,"value":1148},"      drive",{"type":35,"tag":117,"props":1150,"children":1151},{"style":124},[1152],{"type":41,"value":148},{"type":35,"tag":117,"props":1154,"children":1156},{"style":1155},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[1157],{"type":41,"value":1158}," true",{"type":35,"tag":117,"props":1160,"children":1162},{"style":1161},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[1163],{"type":41,"value":1164}," # default: true\n",{"type":35,"tag":59,"props":1166,"children":1168},{"id":1167},"permissions",[1169],{"type":41,"value":1170},"Permissions",{"type":35,"tag":1172,"props":1173,"children":1174},"ul",{},[1175,1187],{"type":35,"tag":1176,"props":1177,"children":1178},"li",{},[1179,1185],{"type":35,"tag":50,"props":1180,"children":1182},{"className":1181},[],[1183],{"type":41,"value":1184},"drive:drive",{"type":41,"value":1186}," - Full access (create, move, delete)",{"type":35,"tag":1176,"props":1188,"children":1189},{},[1190,1196],{"type":35,"tag":50,"props":1191,"children":1193},{"className":1192},[],[1194],{"type":41,"value":1195},"drive:drive:readonly",{"type":41,"value":1197}," - Read only (list, info)",{"type":35,"tag":59,"props":1199,"children":1201},{"id":1200},"known-limitations",[1202],{"type":41,"value":1203},"Known Limitations",{"type":35,"tag":1172,"props":1205,"children":1206},{},[1207],{"type":35,"tag":1176,"props":1208,"children":1209},{},[1210,1216,1218,1224,1226],{"type":35,"tag":1211,"props":1212,"children":1213},"strong",{},[1214],{"type":41,"value":1215},"Bots have no root folder",{"type":41,"value":1217},": Feishu bots use ",{"type":35,"tag":50,"props":1219,"children":1221},{"className":1220},[],[1222],{"type":41,"value":1223},"tenant_access_token",{"type":41,"value":1225}," and don't have their own \"My Space\". The root folder concept only exists for user accounts. This means:\n",{"type":35,"tag":1172,"props":1227,"children":1228},{},[1229,1246,1256],{"type":35,"tag":1176,"props":1230,"children":1231},{},[1232,1237,1239,1244],{"type":35,"tag":50,"props":1233,"children":1235},{"className":1234},[],[1236],{"type":41,"value":499},{"type":41,"value":1238}," without ",{"type":35,"tag":50,"props":1240,"children":1242},{"className":1241},[],[1243],{"type":41,"value":83},{"type":41,"value":1245}," will fail (400 error)",{"type":35,"tag":1176,"props":1247,"children":1248},{},[1249,1251],{"type":41,"value":1250},"Bot can only access files\u002Ffolders that have been ",{"type":35,"tag":1211,"props":1252,"children":1253},{},[1254],{"type":41,"value":1255},"shared with it",{"type":35,"tag":1176,"props":1257,"children":1258},{},[1259,1264],{"type":35,"tag":1211,"props":1260,"children":1261},{},[1262],{"type":41,"value":1263},"Workaround",{"type":41,"value":1265},": User must first create a folder manually and share it with the bot, then bot can create subfolders inside it",{"type":35,"tag":1267,"props":1268,"children":1269},"style",{},[1270],{"type":41,"value":1271},"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":1273,"total":1432},[1274,1290,1306,1320,1332,1344,1356,1367,1383,1397,1409,1421],{"slug":1275,"name":1275,"fn":1276,"description":1277,"org":1278,"tags":1279,"stars":1287,"repoUrl":1288,"updatedAt":1289},"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},[1280,1283,1284],{"name":1281,"slug":1282,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":1285,"slug":1286,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":1291,"name":1291,"fn":1292,"description":1293,"org":1294,"tags":1295,"stars":19,"repoUrl":20,"updatedAt":1305},"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},[1296,1299,1302],{"name":1297,"slug":1298,"type":15},"Automation","automation",{"name":1300,"slug":1301,"type":15},"CLI","cli",{"name":1303,"slug":1304,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":1307,"name":1307,"fn":1308,"description":1309,"org":1310,"tags":1311,"stars":19,"repoUrl":20,"updatedAt":1319},"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},[1312,1313,1316],{"name":1300,"slug":1301,"type":15},{"name":1314,"slug":1315,"type":15},"Knowledge Management","knowledge-management",{"name":1317,"slug":1318,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":1321,"name":1321,"fn":1322,"description":1323,"org":1324,"tags":1325,"stars":19,"repoUrl":20,"updatedAt":1331},"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},[1326,1327,1328],{"name":1300,"slug":1301,"type":15},{"name":1317,"slug":1318,"type":15},{"name":1329,"slug":1330,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":1333,"name":1333,"fn":1334,"description":1335,"org":1336,"tags":1337,"stars":19,"repoUrl":20,"updatedAt":1343},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1338,1339,1340],{"name":1300,"slug":1301,"type":15},{"name":1314,"slug":1315,"type":15},{"name":1341,"slug":1342,"type":15},"Notes","notes","2026-07-12T08:28:51.246011",{"slug":1345,"name":1345,"fn":1346,"description":1347,"org":1348,"tags":1349,"stars":19,"repoUrl":20,"updatedAt":1355},"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},[1350,1351,1352],{"name":1297,"slug":1298,"type":15},{"name":1300,"slug":1301,"type":15},{"name":1353,"slug":1354,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":1357,"name":1357,"fn":1358,"description":1359,"org":1360,"tags":1361,"stars":19,"repoUrl":20,"updatedAt":1366},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1362,1365],{"name":1363,"slug":1364,"type":15},"Audio","audio",{"name":1300,"slug":1301,"type":15},"2026-07-12T08:28:21.009637",{"slug":1368,"name":1368,"fn":1369,"description":1370,"org":1371,"tags":1372,"stars":19,"repoUrl":20,"updatedAt":1382},"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},[1373,1376,1379],{"name":1374,"slug":1375,"type":15},"Communications","communications",{"name":1377,"slug":1378,"type":15},"iMessage","imessage",{"name":1380,"slug":1381,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",{"slug":1384,"name":1384,"fn":1385,"description":1386,"org":1387,"tags":1388,"stars":19,"repoUrl":20,"updatedAt":1396},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1389,1390,1393],{"name":1297,"slug":1298,"type":15},{"name":1391,"slug":1392,"type":15},"Camera","camera",{"name":1394,"slug":1395,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":1398,"name":1398,"fn":1399,"description":1400,"org":1401,"tags":1402,"stars":19,"repoUrl":20,"updatedAt":1408},"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},[1403,1406,1407],{"name":1404,"slug":1405,"type":15},"Agents","agents",{"name":1297,"slug":1298,"type":15},{"name":1300,"slug":1301,"type":15},"2026-07-12T08:28:30.589001",{"slug":1410,"name":1410,"fn":1411,"description":1412,"org":1413,"tags":1414,"stars":19,"repoUrl":20,"updatedAt":1420},"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},[1415,1416,1417],{"name":1404,"slug":1405,"type":15},{"name":1297,"slug":1298,"type":15},{"name":1418,"slug":1419,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":1422,"name":1422,"fn":1423,"description":1424,"org":1425,"tags":1426,"stars":19,"repoUrl":20,"updatedAt":1431},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1427,1428],{"name":1297,"slug":1298,"type":15},{"name":1429,"slug":1430,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73,{"items":1434,"total":1476},[1435,1441,1447,1453,1459,1465,1470],{"slug":1291,"name":1291,"fn":1292,"description":1293,"org":1436,"tags":1437,"stars":19,"repoUrl":20,"updatedAt":1305},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1438,1439,1440],{"name":1297,"slug":1298,"type":15},{"name":1300,"slug":1301,"type":15},{"name":1303,"slug":1304,"type":15},{"slug":1307,"name":1307,"fn":1308,"description":1309,"org":1442,"tags":1443,"stars":19,"repoUrl":20,"updatedAt":1319},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1444,1445,1446],{"name":1300,"slug":1301,"type":15},{"name":1314,"slug":1315,"type":15},{"name":1317,"slug":1318,"type":15},{"slug":1321,"name":1321,"fn":1322,"description":1323,"org":1448,"tags":1449,"stars":19,"repoUrl":20,"updatedAt":1331},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1450,1451,1452],{"name":1300,"slug":1301,"type":15},{"name":1317,"slug":1318,"type":15},{"name":1329,"slug":1330,"type":15},{"slug":1333,"name":1333,"fn":1334,"description":1335,"org":1454,"tags":1455,"stars":19,"repoUrl":20,"updatedAt":1343},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1456,1457,1458],{"name":1300,"slug":1301,"type":15},{"name":1314,"slug":1315,"type":15},{"name":1341,"slug":1342,"type":15},{"slug":1345,"name":1345,"fn":1346,"description":1347,"org":1460,"tags":1461,"stars":19,"repoUrl":20,"updatedAt":1355},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1462,1463,1464],{"name":1297,"slug":1298,"type":15},{"name":1300,"slug":1301,"type":15},{"name":1353,"slug":1354,"type":15},{"slug":1357,"name":1357,"fn":1358,"description":1359,"org":1466,"tags":1467,"stars":19,"repoUrl":20,"updatedAt":1366},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1468,1469],{"name":1363,"slug":1364,"type":15},{"name":1300,"slug":1301,"type":15},{"slug":1368,"name":1368,"fn":1369,"description":1370,"org":1471,"tags":1472,"stars":19,"repoUrl":20,"updatedAt":1382},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1473,1474,1475],{"name":1374,"slug":1375,"type":15},{"name":1377,"slug":1378,"type":15},{"name":1380,"slug":1381,"type":15},54]