[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-feishu-doc":3,"mdc-x7itoy-key":29,"related-org-deepgram-feishu-doc":1399,"related-repo-deepgram-feishu-doc":1560},{"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-doc","read and write Feishu documents","Feishu document read\u002Fwrite operations. Activate when user mentions Feishu docs, cloud docs, or docx 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],{"name":13,"slug":14,"type":15},"Collaboration","collaboration","tag",{"name":17,"slug":18,"type":15},"Documents","documents",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:30:09.853064",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-doc","---\nname: feishu-doc\ndescription: |\n  Feishu document read\u002Fwrite operations. Activate when user mentions Feishu docs, cloud docs, or docx links.\n---\n\n# Feishu Document Tool\n\nSingle tool `feishu_doc` with action parameter for all document operations.\n\n## Token Extraction\n\nFrom URL `https:\u002F\u002Fxxx.feishu.cn\u002Fdocx\u002FABC123def` → `doc_token` = `ABC123def`\n\n## Actions\n\n### Read Document\n\n```json\n{ \"action\": \"read\", \"doc_token\": \"ABC123def\" }\n```\n\nReturns: title, plain text content, block statistics. Check `hint` field - if present, structured content (tables, images) exists that requires `list_blocks`.\n\n### Write Document (Replace All)\n\n```json\n{ \"action\": \"write\", \"doc_token\": \"ABC123def\", \"content\": \"# Title\\n\\nMarkdown content...\" }\n```\n\nReplaces entire document with markdown content. Supports: headings, lists, code blocks, quotes, links, images (`![](url)` auto-uploaded), bold\u002Fitalic\u002Fstrikethrough.\n\n**Limitation:** Markdown tables are NOT supported.\n\n### Append Content\n\n```json\n{ \"action\": \"append\", \"doc_token\": \"ABC123def\", \"content\": \"Additional content\" }\n```\n\nAppends markdown to end of document.\n\n### Create Document\n\n```json\n{ \"action\": \"create\", \"title\": \"New Document\" }\n```\n\nWith folder:\n\n```json\n{ \"action\": \"create\", \"title\": \"New Document\", \"folder_token\": \"fldcnXXX\" }\n```\n\n### List Blocks\n\n```json\n{ \"action\": \"list_blocks\", \"doc_token\": \"ABC123def\" }\n```\n\nReturns full block data including tables, images. Use this to read structured content.\n\n### Get Single Block\n\n```json\n{ \"action\": \"get_block\", \"doc_token\": \"ABC123def\", \"block_id\": \"doxcnXXX\" }\n```\n\n### Update Block Text\n\n```json\n{\n  \"action\": \"update_block\",\n  \"doc_token\": \"ABC123def\",\n  \"block_id\": \"doxcnXXX\",\n  \"content\": \"New text\"\n}\n```\n\n### Delete Block\n\n```json\n{ \"action\": \"delete_block\", \"doc_token\": \"ABC123def\", \"block_id\": \"doxcnXXX\" }\n```\n\n## Reading Workflow\n\n1. Start with `action: \"read\"` - get plain text + statistics\n2. Check `block_types` in response for Table, Image, Code, etc.\n3. If structured content exists, use `action: \"list_blocks\"` for full data\n\n## Configuration\n\n```yaml\nchannels:\n  feishu:\n    tools:\n      doc: true # default: true\n```\n\n**Note:** `feishu_wiki` depends on this tool - wiki page content is read\u002Fwritten via `feishu_doc`.\n\n## Permissions\n\nRequired: `docx:document`, `docx:document:readonly`, `docx:document.block:convert`, `drive:drive`\n",{"data":30,"body":31},{"name":4,"description":6},{"type":32,"children":33},"root",[34,43,58,65,92,98,105,201,222,228,352,365,376,382,494,499,505,586,591,703,709,787,792,798,911,917,1086,1092,1203,1209,1253,1259,1330,1354,1360,1393],{"type":35,"tag":36,"props":37,"children":39},"element","h1",{"id":38},"feishu-document-tool",[40],{"type":41,"value":42},"text","Feishu Document 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_doc",{"type":41,"value":57}," with action parameter for all document 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\u002Fdocx\u002FABC123def",{"type":41,"value":77}," → ",{"type":35,"tag":50,"props":79,"children":81},{"className":80},[],[82],{"type":41,"value":83},"doc_token",{"type":41,"value":85}," = ",{"type":35,"tag":50,"props":87,"children":89},{"className":88},[],[90],{"type":41,"value":91},"ABC123def",{"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},"read-document",[103],{"type":41,"value":104},"Read Document",{"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\": \"read\", \"doc_token\": \"ABC123def\" }\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,168,172,176,180,184,188,192,196],{"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},"read",{"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},",",{"type":35,"tag":117,"props":169,"children":170},{"style":124},[171],{"type":41,"value":132},{"type":35,"tag":117,"props":173,"children":174},{"style":135},[175],{"type":41,"value":83},{"type":35,"tag":117,"props":177,"children":178},{"style":124},[179],{"type":41,"value":143},{"type":35,"tag":117,"props":181,"children":182},{"style":124},[183],{"type":41,"value":148},{"type":35,"tag":117,"props":185,"children":186},{"style":124},[187],{"type":41,"value":132},{"type":35,"tag":117,"props":189,"children":190},{"style":155},[191],{"type":41,"value":91},{"type":35,"tag":117,"props":193,"children":194},{"style":124},[195],{"type":41,"value":143},{"type":35,"tag":117,"props":197,"children":198},{"style":124},[199],{"type":41,"value":200}," }\n",{"type":35,"tag":44,"props":202,"children":203},{},[204,206,212,214,220],{"type":41,"value":205},"Returns: title, plain text content, block statistics. Check ",{"type":35,"tag":50,"props":207,"children":209},{"className":208},[],[210],{"type":41,"value":211},"hint",{"type":41,"value":213}," field - if present, structured content (tables, images) exists that requires ",{"type":35,"tag":50,"props":215,"children":217},{"className":216},[],[218],{"type":41,"value":219},"list_blocks",{"type":41,"value":221},".",{"type":35,"tag":99,"props":223,"children":225},{"id":224},"write-document-replace-all",[226],{"type":41,"value":227},"Write Document (Replace All)",{"type":35,"tag":106,"props":229,"children":231},{"className":108,"code":230,"language":110,"meta":111,"style":111},"{ \"action\": \"write\", \"doc_token\": \"ABC123def\", \"content\": \"# Title\\n\\nMarkdown content...\" }\n",[232],{"type":35,"tag":50,"props":233,"children":234},{"__ignoreMap":111},[235],{"type":35,"tag":117,"props":236,"children":237},{"class":119,"line":120},[238,242,246,250,254,258,262,267,271,275,279,283,287,291,295,299,303,307,311,316,320,324,328,333,339,344,348],{"type":35,"tag":117,"props":239,"children":240},{"style":124},[241],{"type":41,"value":127},{"type":35,"tag":117,"props":243,"children":244},{"style":124},[245],{"type":41,"value":132},{"type":35,"tag":117,"props":247,"children":248},{"style":135},[249],{"type":41,"value":138},{"type":35,"tag":117,"props":251,"children":252},{"style":124},[253],{"type":41,"value":143},{"type":35,"tag":117,"props":255,"children":256},{"style":124},[257],{"type":41,"value":148},{"type":35,"tag":117,"props":259,"children":260},{"style":124},[261],{"type":41,"value":132},{"type":35,"tag":117,"props":263,"children":264},{"style":155},[265],{"type":41,"value":266},"write",{"type":35,"tag":117,"props":268,"children":269},{"style":124},[270],{"type":41,"value":143},{"type":35,"tag":117,"props":272,"children":273},{"style":124},[274],{"type":41,"value":167},{"type":35,"tag":117,"props":276,"children":277},{"style":124},[278],{"type":41,"value":132},{"type":35,"tag":117,"props":280,"children":281},{"style":135},[282],{"type":41,"value":83},{"type":35,"tag":117,"props":284,"children":285},{"style":124},[286],{"type":41,"value":143},{"type":35,"tag":117,"props":288,"children":289},{"style":124},[290],{"type":41,"value":148},{"type":35,"tag":117,"props":292,"children":293},{"style":124},[294],{"type":41,"value":132},{"type":35,"tag":117,"props":296,"children":297},{"style":155},[298],{"type":41,"value":91},{"type":35,"tag":117,"props":300,"children":301},{"style":124},[302],{"type":41,"value":143},{"type":35,"tag":117,"props":304,"children":305},{"style":124},[306],{"type":41,"value":167},{"type":35,"tag":117,"props":308,"children":309},{"style":124},[310],{"type":41,"value":132},{"type":35,"tag":117,"props":312,"children":313},{"style":135},[314],{"type":41,"value":315},"content",{"type":35,"tag":117,"props":317,"children":318},{"style":124},[319],{"type":41,"value":143},{"type":35,"tag":117,"props":321,"children":322},{"style":124},[323],{"type":41,"value":148},{"type":35,"tag":117,"props":325,"children":326},{"style":124},[327],{"type":41,"value":132},{"type":35,"tag":117,"props":329,"children":330},{"style":155},[331],{"type":41,"value":332},"# Title",{"type":35,"tag":117,"props":334,"children":336},{"style":335},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[337],{"type":41,"value":338},"\\n\\n",{"type":35,"tag":117,"props":340,"children":341},{"style":155},[342],{"type":41,"value":343},"Markdown content...",{"type":35,"tag":117,"props":345,"children":346},{"style":124},[347],{"type":41,"value":143},{"type":35,"tag":117,"props":349,"children":350},{"style":124},[351],{"type":41,"value":200},{"type":35,"tag":44,"props":353,"children":354},{},[355,357,363],{"type":41,"value":356},"Replaces entire document with markdown content. Supports: headings, lists, code blocks, quotes, links, images (",{"type":35,"tag":50,"props":358,"children":360},{"className":359},[],[361],{"type":41,"value":362},"![](url)",{"type":41,"value":364}," auto-uploaded), bold\u002Fitalic\u002Fstrikethrough.",{"type":35,"tag":44,"props":366,"children":367},{},[368,374],{"type":35,"tag":369,"props":370,"children":371},"strong",{},[372],{"type":41,"value":373},"Limitation:",{"type":41,"value":375}," Markdown tables are NOT supported.",{"type":35,"tag":99,"props":377,"children":379},{"id":378},"append-content",[380],{"type":41,"value":381},"Append Content",{"type":35,"tag":106,"props":383,"children":385},{"className":108,"code":384,"language":110,"meta":111,"style":111},"{ \"action\": \"append\", \"doc_token\": \"ABC123def\", \"content\": \"Additional content\" }\n",[386],{"type":35,"tag":50,"props":387,"children":388},{"__ignoreMap":111},[389],{"type":35,"tag":117,"props":390,"children":391},{"class":119,"line":120},[392,396,400,404,408,412,416,421,425,429,433,437,441,445,449,453,457,461,465,469,473,477,481,486,490],{"type":35,"tag":117,"props":393,"children":394},{"style":124},[395],{"type":41,"value":127},{"type":35,"tag":117,"props":397,"children":398},{"style":124},[399],{"type":41,"value":132},{"type":35,"tag":117,"props":401,"children":402},{"style":135},[403],{"type":41,"value":138},{"type":35,"tag":117,"props":405,"children":406},{"style":124},[407],{"type":41,"value":143},{"type":35,"tag":117,"props":409,"children":410},{"style":124},[411],{"type":41,"value":148},{"type":35,"tag":117,"props":413,"children":414},{"style":124},[415],{"type":41,"value":132},{"type":35,"tag":117,"props":417,"children":418},{"style":155},[419],{"type":41,"value":420},"append",{"type":35,"tag":117,"props":422,"children":423},{"style":124},[424],{"type":41,"value":143},{"type":35,"tag":117,"props":426,"children":427},{"style":124},[428],{"type":41,"value":167},{"type":35,"tag":117,"props":430,"children":431},{"style":124},[432],{"type":41,"value":132},{"type":35,"tag":117,"props":434,"children":435},{"style":135},[436],{"type":41,"value":83},{"type":35,"tag":117,"props":438,"children":439},{"style":124},[440],{"type":41,"value":143},{"type":35,"tag":117,"props":442,"children":443},{"style":124},[444],{"type":41,"value":148},{"type":35,"tag":117,"props":446,"children":447},{"style":124},[448],{"type":41,"value":132},{"type":35,"tag":117,"props":450,"children":451},{"style":155},[452],{"type":41,"value":91},{"type":35,"tag":117,"props":454,"children":455},{"style":124},[456],{"type":41,"value":143},{"type":35,"tag":117,"props":458,"children":459},{"style":124},[460],{"type":41,"value":167},{"type":35,"tag":117,"props":462,"children":463},{"style":124},[464],{"type":41,"value":132},{"type":35,"tag":117,"props":466,"children":467},{"style":135},[468],{"type":41,"value":315},{"type":35,"tag":117,"props":470,"children":471},{"style":124},[472],{"type":41,"value":143},{"type":35,"tag":117,"props":474,"children":475},{"style":124},[476],{"type":41,"value":148},{"type":35,"tag":117,"props":478,"children":479},{"style":124},[480],{"type":41,"value":132},{"type":35,"tag":117,"props":482,"children":483},{"style":155},[484],{"type":41,"value":485},"Additional content",{"type":35,"tag":117,"props":487,"children":488},{"style":124},[489],{"type":41,"value":143},{"type":35,"tag":117,"props":491,"children":492},{"style":124},[493],{"type":41,"value":200},{"type":35,"tag":44,"props":495,"children":496},{},[497],{"type":41,"value":498},"Appends markdown to end of document.",{"type":35,"tag":99,"props":500,"children":502},{"id":501},"create-document",[503],{"type":41,"value":504},"Create Document",{"type":35,"tag":106,"props":506,"children":508},{"className":108,"code":507,"language":110,"meta":111,"style":111},"{ \"action\": \"create\", \"title\": \"New Document\" }\n",[509],{"type":35,"tag":50,"props":510,"children":511},{"__ignoreMap":111},[512],{"type":35,"tag":117,"props":513,"children":514},{"class":119,"line":120},[515,519,523,527,531,535,539,544,548,552,556,561,565,569,573,578,582],{"type":35,"tag":117,"props":516,"children":517},{"style":124},[518],{"type":41,"value":127},{"type":35,"tag":117,"props":520,"children":521},{"style":124},[522],{"type":41,"value":132},{"type":35,"tag":117,"props":524,"children":525},{"style":135},[526],{"type":41,"value":138},{"type":35,"tag":117,"props":528,"children":529},{"style":124},[530],{"type":41,"value":143},{"type":35,"tag":117,"props":532,"children":533},{"style":124},[534],{"type":41,"value":148},{"type":35,"tag":117,"props":536,"children":537},{"style":124},[538],{"type":41,"value":132},{"type":35,"tag":117,"props":540,"children":541},{"style":155},[542],{"type":41,"value":543},"create",{"type":35,"tag":117,"props":545,"children":546},{"style":124},[547],{"type":41,"value":143},{"type":35,"tag":117,"props":549,"children":550},{"style":124},[551],{"type":41,"value":167},{"type":35,"tag":117,"props":553,"children":554},{"style":124},[555],{"type":41,"value":132},{"type":35,"tag":117,"props":557,"children":558},{"style":135},[559],{"type":41,"value":560},"title",{"type":35,"tag":117,"props":562,"children":563},{"style":124},[564],{"type":41,"value":143},{"type":35,"tag":117,"props":566,"children":567},{"style":124},[568],{"type":41,"value":148},{"type":35,"tag":117,"props":570,"children":571},{"style":124},[572],{"type":41,"value":132},{"type":35,"tag":117,"props":574,"children":575},{"style":155},[576],{"type":41,"value":577},"New Document",{"type":35,"tag":117,"props":579,"children":580},{"style":124},[581],{"type":41,"value":143},{"type":35,"tag":117,"props":583,"children":584},{"style":124},[585],{"type":41,"value":200},{"type":35,"tag":44,"props":587,"children":588},{},[589],{"type":41,"value":590},"With folder:",{"type":35,"tag":106,"props":592,"children":594},{"className":108,"code":593,"language":110,"meta":111,"style":111},"{ \"action\": \"create\", \"title\": \"New Document\", \"folder_token\": \"fldcnXXX\" }\n",[595],{"type":35,"tag":50,"props":596,"children":597},{"__ignoreMap":111},[598],{"type":35,"tag":117,"props":599,"children":600},{"class":119,"line":120},[601,605,609,613,617,621,625,629,633,637,641,645,649,653,657,661,665,669,673,678,682,686,690,695,699],{"type":35,"tag":117,"props":602,"children":603},{"style":124},[604],{"type":41,"value":127},{"type":35,"tag":117,"props":606,"children":607},{"style":124},[608],{"type":41,"value":132},{"type":35,"tag":117,"props":610,"children":611},{"style":135},[612],{"type":41,"value":138},{"type":35,"tag":117,"props":614,"children":615},{"style":124},[616],{"type":41,"value":143},{"type":35,"tag":117,"props":618,"children":619},{"style":124},[620],{"type":41,"value":148},{"type":35,"tag":117,"props":622,"children":623},{"style":124},[624],{"type":41,"value":132},{"type":35,"tag":117,"props":626,"children":627},{"style":155},[628],{"type":41,"value":543},{"type":35,"tag":117,"props":630,"children":631},{"style":124},[632],{"type":41,"value":143},{"type":35,"tag":117,"props":634,"children":635},{"style":124},[636],{"type":41,"value":167},{"type":35,"tag":117,"props":638,"children":639},{"style":124},[640],{"type":41,"value":132},{"type":35,"tag":117,"props":642,"children":643},{"style":135},[644],{"type":41,"value":560},{"type":35,"tag":117,"props":646,"children":647},{"style":124},[648],{"type":41,"value":143},{"type":35,"tag":117,"props":650,"children":651},{"style":124},[652],{"type":41,"value":148},{"type":35,"tag":117,"props":654,"children":655},{"style":124},[656],{"type":41,"value":132},{"type":35,"tag":117,"props":658,"children":659},{"style":155},[660],{"type":41,"value":577},{"type":35,"tag":117,"props":662,"children":663},{"style":124},[664],{"type":41,"value":143},{"type":35,"tag":117,"props":666,"children":667},{"style":124},[668],{"type":41,"value":167},{"type":35,"tag":117,"props":670,"children":671},{"style":124},[672],{"type":41,"value":132},{"type":35,"tag":117,"props":674,"children":675},{"style":135},[676],{"type":41,"value":677},"folder_token",{"type":35,"tag":117,"props":679,"children":680},{"style":124},[681],{"type":41,"value":143},{"type":35,"tag":117,"props":683,"children":684},{"style":124},[685],{"type":41,"value":148},{"type":35,"tag":117,"props":687,"children":688},{"style":124},[689],{"type":41,"value":132},{"type":35,"tag":117,"props":691,"children":692},{"style":155},[693],{"type":41,"value":694},"fldcnXXX",{"type":35,"tag":117,"props":696,"children":697},{"style":124},[698],{"type":41,"value":143},{"type":35,"tag":117,"props":700,"children":701},{"style":124},[702],{"type":41,"value":200},{"type":35,"tag":99,"props":704,"children":706},{"id":705},"list-blocks",[707],{"type":41,"value":708},"List Blocks",{"type":35,"tag":106,"props":710,"children":712},{"className":108,"code":711,"language":110,"meta":111,"style":111},"{ \"action\": \"list_blocks\", \"doc_token\": \"ABC123def\" }\n",[713],{"type":35,"tag":50,"props":714,"children":715},{"__ignoreMap":111},[716],{"type":35,"tag":117,"props":717,"children":718},{"class":119,"line":120},[719,723,727,731,735,739,743,747,751,755,759,763,767,771,775,779,783],{"type":35,"tag":117,"props":720,"children":721},{"style":124},[722],{"type":41,"value":127},{"type":35,"tag":117,"props":724,"children":725},{"style":124},[726],{"type":41,"value":132},{"type":35,"tag":117,"props":728,"children":729},{"style":135},[730],{"type":41,"value":138},{"type":35,"tag":117,"props":732,"children":733},{"style":124},[734],{"type":41,"value":143},{"type":35,"tag":117,"props":736,"children":737},{"style":124},[738],{"type":41,"value":148},{"type":35,"tag":117,"props":740,"children":741},{"style":124},[742],{"type":41,"value":132},{"type":35,"tag":117,"props":744,"children":745},{"style":155},[746],{"type":41,"value":219},{"type":35,"tag":117,"props":748,"children":749},{"style":124},[750],{"type":41,"value":143},{"type":35,"tag":117,"props":752,"children":753},{"style":124},[754],{"type":41,"value":167},{"type":35,"tag":117,"props":756,"children":757},{"style":124},[758],{"type":41,"value":132},{"type":35,"tag":117,"props":760,"children":761},{"style":135},[762],{"type":41,"value":83},{"type":35,"tag":117,"props":764,"children":765},{"style":124},[766],{"type":41,"value":143},{"type":35,"tag":117,"props":768,"children":769},{"style":124},[770],{"type":41,"value":148},{"type":35,"tag":117,"props":772,"children":773},{"style":124},[774],{"type":41,"value":132},{"type":35,"tag":117,"props":776,"children":777},{"style":155},[778],{"type":41,"value":91},{"type":35,"tag":117,"props":780,"children":781},{"style":124},[782],{"type":41,"value":143},{"type":35,"tag":117,"props":784,"children":785},{"style":124},[786],{"type":41,"value":200},{"type":35,"tag":44,"props":788,"children":789},{},[790],{"type":41,"value":791},"Returns full block data including tables, images. Use this to read structured content.",{"type":35,"tag":99,"props":793,"children":795},{"id":794},"get-single-block",[796],{"type":41,"value":797},"Get Single Block",{"type":35,"tag":106,"props":799,"children":801},{"className":108,"code":800,"language":110,"meta":111,"style":111},"{ \"action\": \"get_block\", \"doc_token\": \"ABC123def\", \"block_id\": \"doxcnXXX\" }\n",[802],{"type":35,"tag":50,"props":803,"children":804},{"__ignoreMap":111},[805],{"type":35,"tag":117,"props":806,"children":807},{"class":119,"line":120},[808,812,816,820,824,828,832,837,841,845,849,853,857,861,865,869,873,877,881,886,890,894,898,903,907],{"type":35,"tag":117,"props":809,"children":810},{"style":124},[811],{"type":41,"value":127},{"type":35,"tag":117,"props":813,"children":814},{"style":124},[815],{"type":41,"value":132},{"type":35,"tag":117,"props":817,"children":818},{"style":135},[819],{"type":41,"value":138},{"type":35,"tag":117,"props":821,"children":822},{"style":124},[823],{"type":41,"value":143},{"type":35,"tag":117,"props":825,"children":826},{"style":124},[827],{"type":41,"value":148},{"type":35,"tag":117,"props":829,"children":830},{"style":124},[831],{"type":41,"value":132},{"type":35,"tag":117,"props":833,"children":834},{"style":155},[835],{"type":41,"value":836},"get_block",{"type":35,"tag":117,"props":838,"children":839},{"style":124},[840],{"type":41,"value":143},{"type":35,"tag":117,"props":842,"children":843},{"style":124},[844],{"type":41,"value":167},{"type":35,"tag":117,"props":846,"children":847},{"style":124},[848],{"type":41,"value":132},{"type":35,"tag":117,"props":850,"children":851},{"style":135},[852],{"type":41,"value":83},{"type":35,"tag":117,"props":854,"children":855},{"style":124},[856],{"type":41,"value":143},{"type":35,"tag":117,"props":858,"children":859},{"style":124},[860],{"type":41,"value":148},{"type":35,"tag":117,"props":862,"children":863},{"style":124},[864],{"type":41,"value":132},{"type":35,"tag":117,"props":866,"children":867},{"style":155},[868],{"type":41,"value":91},{"type":35,"tag":117,"props":870,"children":871},{"style":124},[872],{"type":41,"value":143},{"type":35,"tag":117,"props":874,"children":875},{"style":124},[876],{"type":41,"value":167},{"type":35,"tag":117,"props":878,"children":879},{"style":124},[880],{"type":41,"value":132},{"type":35,"tag":117,"props":882,"children":883},{"style":135},[884],{"type":41,"value":885},"block_id",{"type":35,"tag":117,"props":887,"children":888},{"style":124},[889],{"type":41,"value":143},{"type":35,"tag":117,"props":891,"children":892},{"style":124},[893],{"type":41,"value":148},{"type":35,"tag":117,"props":895,"children":896},{"style":124},[897],{"type":41,"value":132},{"type":35,"tag":117,"props":899,"children":900},{"style":155},[901],{"type":41,"value":902},"doxcnXXX",{"type":35,"tag":117,"props":904,"children":905},{"style":124},[906],{"type":41,"value":143},{"type":35,"tag":117,"props":908,"children":909},{"style":124},[910],{"type":41,"value":200},{"type":35,"tag":99,"props":912,"children":914},{"id":913},"update-block-text",[915],{"type":41,"value":916},"Update Block Text",{"type":35,"tag":106,"props":918,"children":920},{"className":108,"code":919,"language":110,"meta":111,"style":111},"{\n  \"action\": \"update_block\",\n  \"doc_token\": \"ABC123def\",\n  \"block_id\": \"doxcnXXX\",\n  \"content\": \"New text\"\n}\n",[921],{"type":35,"tag":50,"props":922,"children":923},{"__ignoreMap":111},[924,932,971,1007,1043,1077],{"type":35,"tag":117,"props":925,"children":926},{"class":119,"line":120},[927],{"type":35,"tag":117,"props":928,"children":929},{"style":124},[930],{"type":41,"value":931},"{\n",{"type":35,"tag":117,"props":933,"children":935},{"class":119,"line":934},2,[936,941,945,949,953,957,962,966],{"type":35,"tag":117,"props":937,"children":938},{"style":124},[939],{"type":41,"value":940},"  \"",{"type":35,"tag":117,"props":942,"children":943},{"style":135},[944],{"type":41,"value":138},{"type":35,"tag":117,"props":946,"children":947},{"style":124},[948],{"type":41,"value":143},{"type":35,"tag":117,"props":950,"children":951},{"style":124},[952],{"type":41,"value":148},{"type":35,"tag":117,"props":954,"children":955},{"style":124},[956],{"type":41,"value":132},{"type":35,"tag":117,"props":958,"children":959},{"style":155},[960],{"type":41,"value":961},"update_block",{"type":35,"tag":117,"props":963,"children":964},{"style":124},[965],{"type":41,"value":143},{"type":35,"tag":117,"props":967,"children":968},{"style":124},[969],{"type":41,"value":970},",\n",{"type":35,"tag":117,"props":972,"children":974},{"class":119,"line":973},3,[975,979,983,987,991,995,999,1003],{"type":35,"tag":117,"props":976,"children":977},{"style":124},[978],{"type":41,"value":940},{"type":35,"tag":117,"props":980,"children":981},{"style":135},[982],{"type":41,"value":83},{"type":35,"tag":117,"props":984,"children":985},{"style":124},[986],{"type":41,"value":143},{"type":35,"tag":117,"props":988,"children":989},{"style":124},[990],{"type":41,"value":148},{"type":35,"tag":117,"props":992,"children":993},{"style":124},[994],{"type":41,"value":132},{"type":35,"tag":117,"props":996,"children":997},{"style":155},[998],{"type":41,"value":91},{"type":35,"tag":117,"props":1000,"children":1001},{"style":124},[1002],{"type":41,"value":143},{"type":35,"tag":117,"props":1004,"children":1005},{"style":124},[1006],{"type":41,"value":970},{"type":35,"tag":117,"props":1008,"children":1010},{"class":119,"line":1009},4,[1011,1015,1019,1023,1027,1031,1035,1039],{"type":35,"tag":117,"props":1012,"children":1013},{"style":124},[1014],{"type":41,"value":940},{"type":35,"tag":117,"props":1016,"children":1017},{"style":135},[1018],{"type":41,"value":885},{"type":35,"tag":117,"props":1020,"children":1021},{"style":124},[1022],{"type":41,"value":143},{"type":35,"tag":117,"props":1024,"children":1025},{"style":124},[1026],{"type":41,"value":148},{"type":35,"tag":117,"props":1028,"children":1029},{"style":124},[1030],{"type":41,"value":132},{"type":35,"tag":117,"props":1032,"children":1033},{"style":155},[1034],{"type":41,"value":902},{"type":35,"tag":117,"props":1036,"children":1037},{"style":124},[1038],{"type":41,"value":143},{"type":35,"tag":117,"props":1040,"children":1041},{"style":124},[1042],{"type":41,"value":970},{"type":35,"tag":117,"props":1044,"children":1046},{"class":119,"line":1045},5,[1047,1051,1055,1059,1063,1067,1072],{"type":35,"tag":117,"props":1048,"children":1049},{"style":124},[1050],{"type":41,"value":940},{"type":35,"tag":117,"props":1052,"children":1053},{"style":135},[1054],{"type":41,"value":315},{"type":35,"tag":117,"props":1056,"children":1057},{"style":124},[1058],{"type":41,"value":143},{"type":35,"tag":117,"props":1060,"children":1061},{"style":124},[1062],{"type":41,"value":148},{"type":35,"tag":117,"props":1064,"children":1065},{"style":124},[1066],{"type":41,"value":132},{"type":35,"tag":117,"props":1068,"children":1069},{"style":155},[1070],{"type":41,"value":1071},"New text",{"type":35,"tag":117,"props":1073,"children":1074},{"style":124},[1075],{"type":41,"value":1076},"\"\n",{"type":35,"tag":117,"props":1078,"children":1080},{"class":119,"line":1079},6,[1081],{"type":35,"tag":117,"props":1082,"children":1083},{"style":124},[1084],{"type":41,"value":1085},"}\n",{"type":35,"tag":99,"props":1087,"children":1089},{"id":1088},"delete-block",[1090],{"type":41,"value":1091},"Delete Block",{"type":35,"tag":106,"props":1093,"children":1095},{"className":108,"code":1094,"language":110,"meta":111,"style":111},"{ \"action\": \"delete_block\", \"doc_token\": \"ABC123def\", \"block_id\": \"doxcnXXX\" }\n",[1096],{"type":35,"tag":50,"props":1097,"children":1098},{"__ignoreMap":111},[1099],{"type":35,"tag":117,"props":1100,"children":1101},{"class":119,"line":120},[1102,1106,1110,1114,1118,1122,1126,1131,1135,1139,1143,1147,1151,1155,1159,1163,1167,1171,1175,1179,1183,1187,1191,1195,1199],{"type":35,"tag":117,"props":1103,"children":1104},{"style":124},[1105],{"type":41,"value":127},{"type":35,"tag":117,"props":1107,"children":1108},{"style":124},[1109],{"type":41,"value":132},{"type":35,"tag":117,"props":1111,"children":1112},{"style":135},[1113],{"type":41,"value":138},{"type":35,"tag":117,"props":1115,"children":1116},{"style":124},[1117],{"type":41,"value":143},{"type":35,"tag":117,"props":1119,"children":1120},{"style":124},[1121],{"type":41,"value":148},{"type":35,"tag":117,"props":1123,"children":1124},{"style":124},[1125],{"type":41,"value":132},{"type":35,"tag":117,"props":1127,"children":1128},{"style":155},[1129],{"type":41,"value":1130},"delete_block",{"type":35,"tag":117,"props":1132,"children":1133},{"style":124},[1134],{"type":41,"value":143},{"type":35,"tag":117,"props":1136,"children":1137},{"style":124},[1138],{"type":41,"value":167},{"type":35,"tag":117,"props":1140,"children":1141},{"style":124},[1142],{"type":41,"value":132},{"type":35,"tag":117,"props":1144,"children":1145},{"style":135},[1146],{"type":41,"value":83},{"type":35,"tag":117,"props":1148,"children":1149},{"style":124},[1150],{"type":41,"value":143},{"type":35,"tag":117,"props":1152,"children":1153},{"style":124},[1154],{"type":41,"value":148},{"type":35,"tag":117,"props":1156,"children":1157},{"style":124},[1158],{"type":41,"value":132},{"type":35,"tag":117,"props":1160,"children":1161},{"style":155},[1162],{"type":41,"value":91},{"type":35,"tag":117,"props":1164,"children":1165},{"style":124},[1166],{"type":41,"value":143},{"type":35,"tag":117,"props":1168,"children":1169},{"style":124},[1170],{"type":41,"value":167},{"type":35,"tag":117,"props":1172,"children":1173},{"style":124},[1174],{"type":41,"value":132},{"type":35,"tag":117,"props":1176,"children":1177},{"style":135},[1178],{"type":41,"value":885},{"type":35,"tag":117,"props":1180,"children":1181},{"style":124},[1182],{"type":41,"value":143},{"type":35,"tag":117,"props":1184,"children":1185},{"style":124},[1186],{"type":41,"value":148},{"type":35,"tag":117,"props":1188,"children":1189},{"style":124},[1190],{"type":41,"value":132},{"type":35,"tag":117,"props":1192,"children":1193},{"style":155},[1194],{"type":41,"value":902},{"type":35,"tag":117,"props":1196,"children":1197},{"style":124},[1198],{"type":41,"value":143},{"type":35,"tag":117,"props":1200,"children":1201},{"style":124},[1202],{"type":41,"value":200},{"type":35,"tag":59,"props":1204,"children":1206},{"id":1205},"reading-workflow",[1207],{"type":41,"value":1208},"Reading Workflow",{"type":35,"tag":1210,"props":1211,"children":1212},"ol",{},[1213,1227,1240],{"type":35,"tag":1214,"props":1215,"children":1216},"li",{},[1217,1219,1225],{"type":41,"value":1218},"Start with ",{"type":35,"tag":50,"props":1220,"children":1222},{"className":1221},[],[1223],{"type":41,"value":1224},"action: \"read\"",{"type":41,"value":1226}," - get plain text + statistics",{"type":35,"tag":1214,"props":1228,"children":1229},{},[1230,1232,1238],{"type":41,"value":1231},"Check ",{"type":35,"tag":50,"props":1233,"children":1235},{"className":1234},[],[1236],{"type":41,"value":1237},"block_types",{"type":41,"value":1239}," in response for Table, Image, Code, etc.",{"type":35,"tag":1214,"props":1241,"children":1242},{},[1243,1245,1251],{"type":41,"value":1244},"If structured content exists, use ",{"type":35,"tag":50,"props":1246,"children":1248},{"className":1247},[],[1249],{"type":41,"value":1250},"action: \"list_blocks\"",{"type":41,"value":1252}," for full data",{"type":35,"tag":59,"props":1254,"children":1256},{"id":1255},"configuration",[1257],{"type":41,"value":1258},"Configuration",{"type":35,"tag":106,"props":1260,"children":1264},{"className":1261,"code":1262,"language":1263,"meta":111,"style":111},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","channels:\n  feishu:\n    tools:\n      doc: true # default: true\n","yaml",[1265],{"type":35,"tag":50,"props":1266,"children":1267},{"__ignoreMap":111},[1268,1282,1294,1306],{"type":35,"tag":117,"props":1269,"children":1270},{"class":119,"line":120},[1271,1277],{"type":35,"tag":117,"props":1272,"children":1274},{"style":1273},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[1275],{"type":41,"value":1276},"channels",{"type":35,"tag":117,"props":1278,"children":1279},{"style":124},[1280],{"type":41,"value":1281},":\n",{"type":35,"tag":117,"props":1283,"children":1284},{"class":119,"line":934},[1285,1290],{"type":35,"tag":117,"props":1286,"children":1287},{"style":1273},[1288],{"type":41,"value":1289},"  feishu",{"type":35,"tag":117,"props":1291,"children":1292},{"style":124},[1293],{"type":41,"value":1281},{"type":35,"tag":117,"props":1295,"children":1296},{"class":119,"line":973},[1297,1302],{"type":35,"tag":117,"props":1298,"children":1299},{"style":1273},[1300],{"type":41,"value":1301},"    tools",{"type":35,"tag":117,"props":1303,"children":1304},{"style":124},[1305],{"type":41,"value":1281},{"type":35,"tag":117,"props":1307,"children":1308},{"class":119,"line":1009},[1309,1314,1318,1324],{"type":35,"tag":117,"props":1310,"children":1311},{"style":1273},[1312],{"type":41,"value":1313},"      doc",{"type":35,"tag":117,"props":1315,"children":1316},{"style":124},[1317],{"type":41,"value":148},{"type":35,"tag":117,"props":1319,"children":1321},{"style":1320},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[1322],{"type":41,"value":1323}," true",{"type":35,"tag":117,"props":1325,"children":1327},{"style":1326},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[1328],{"type":41,"value":1329}," # default: true\n",{"type":35,"tag":44,"props":1331,"children":1332},{},[1333,1338,1340,1346,1348,1353],{"type":35,"tag":369,"props":1334,"children":1335},{},[1336],{"type":41,"value":1337},"Note:",{"type":41,"value":1339}," ",{"type":35,"tag":50,"props":1341,"children":1343},{"className":1342},[],[1344],{"type":41,"value":1345},"feishu_wiki",{"type":41,"value":1347}," depends on this tool - wiki page content is read\u002Fwritten via ",{"type":35,"tag":50,"props":1349,"children":1351},{"className":1350},[],[1352],{"type":41,"value":55},{"type":41,"value":221},{"type":35,"tag":59,"props":1355,"children":1357},{"id":1356},"permissions",[1358],{"type":41,"value":1359},"Permissions",{"type":35,"tag":44,"props":1361,"children":1362},{},[1363,1365,1371,1373,1379,1380,1386,1387],{"type":41,"value":1364},"Required: ",{"type":35,"tag":50,"props":1366,"children":1368},{"className":1367},[],[1369],{"type":41,"value":1370},"docx:document",{"type":41,"value":1372},", ",{"type":35,"tag":50,"props":1374,"children":1376},{"className":1375},[],[1377],{"type":41,"value":1378},"docx:document:readonly",{"type":41,"value":1372},{"type":35,"tag":50,"props":1381,"children":1383},{"className":1382},[],[1384],{"type":41,"value":1385},"docx:document.block:convert",{"type":41,"value":1372},{"type":35,"tag":50,"props":1388,"children":1390},{"className":1389},[],[1391],{"type":41,"value":1392},"drive:drive",{"type":35,"tag":1394,"props":1395,"children":1396},"style",{},[1397],{"type":41,"value":1398},"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":1400,"total":1559},[1401,1417,1433,1447,1459,1471,1483,1494,1510,1524,1536,1548],{"slug":1402,"name":1402,"fn":1403,"description":1404,"org":1405,"tags":1406,"stars":1414,"repoUrl":1415,"updatedAt":1416},"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},[1407,1410,1411],{"name":1408,"slug":1409,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":1412,"slug":1413,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":1418,"name":1418,"fn":1419,"description":1420,"org":1421,"tags":1422,"stars":19,"repoUrl":20,"updatedAt":1432},"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},[1423,1426,1429],{"name":1424,"slug":1425,"type":15},"Automation","automation",{"name":1427,"slug":1428,"type":15},"CLI","cli",{"name":1430,"slug":1431,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":1434,"name":1434,"fn":1435,"description":1436,"org":1437,"tags":1438,"stars":19,"repoUrl":20,"updatedAt":1446},"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},[1439,1440,1443],{"name":1427,"slug":1428,"type":15},{"name":1441,"slug":1442,"type":15},"Knowledge Management","knowledge-management",{"name":1444,"slug":1445,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":1448,"name":1448,"fn":1449,"description":1450,"org":1451,"tags":1452,"stars":19,"repoUrl":20,"updatedAt":1458},"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},[1453,1454,1455],{"name":1427,"slug":1428,"type":15},{"name":1444,"slug":1445,"type":15},{"name":1456,"slug":1457,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":1460,"name":1460,"fn":1461,"description":1462,"org":1463,"tags":1464,"stars":19,"repoUrl":20,"updatedAt":1470},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1465,1466,1467],{"name":1427,"slug":1428,"type":15},{"name":1441,"slug":1442,"type":15},{"name":1468,"slug":1469,"type":15},"Notes","notes","2026-07-12T08:28:51.246011",{"slug":1472,"name":1472,"fn":1473,"description":1474,"org":1475,"tags":1476,"stars":19,"repoUrl":20,"updatedAt":1482},"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},[1477,1478,1479],{"name":1424,"slug":1425,"type":15},{"name":1427,"slug":1428,"type":15},{"name":1480,"slug":1481,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":1484,"name":1484,"fn":1485,"description":1486,"org":1487,"tags":1488,"stars":19,"repoUrl":20,"updatedAt":1493},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1489,1492],{"name":1490,"slug":1491,"type":15},"Audio","audio",{"name":1427,"slug":1428,"type":15},"2026-07-12T08:28:21.009637",{"slug":1495,"name":1495,"fn":1496,"description":1497,"org":1498,"tags":1499,"stars":19,"repoUrl":20,"updatedAt":1509},"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},[1500,1503,1506],{"name":1501,"slug":1502,"type":15},"Communications","communications",{"name":1504,"slug":1505,"type":15},"iMessage","imessage",{"name":1507,"slug":1508,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",{"slug":1511,"name":1511,"fn":1512,"description":1513,"org":1514,"tags":1515,"stars":19,"repoUrl":20,"updatedAt":1523},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1516,1517,1520],{"name":1424,"slug":1425,"type":15},{"name":1518,"slug":1519,"type":15},"Camera","camera",{"name":1521,"slug":1522,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":1525,"name":1525,"fn":1526,"description":1527,"org":1528,"tags":1529,"stars":19,"repoUrl":20,"updatedAt":1535},"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},[1530,1533,1534],{"name":1531,"slug":1532,"type":15},"Agents","agents",{"name":1424,"slug":1425,"type":15},{"name":1427,"slug":1428,"type":15},"2026-07-12T08:28:30.589001",{"slug":1537,"name":1537,"fn":1538,"description":1539,"org":1540,"tags":1541,"stars":19,"repoUrl":20,"updatedAt":1547},"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},[1542,1543,1544],{"name":1531,"slug":1532,"type":15},{"name":1424,"slug":1425,"type":15},{"name":1545,"slug":1546,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":1549,"name":1549,"fn":1550,"description":1551,"org":1552,"tags":1553,"stars":19,"repoUrl":20,"updatedAt":1558},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1554,1555],{"name":1424,"slug":1425,"type":15},{"name":1556,"slug":1557,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73,{"items":1561,"total":1603},[1562,1568,1574,1580,1586,1592,1597],{"slug":1418,"name":1418,"fn":1419,"description":1420,"org":1563,"tags":1564,"stars":19,"repoUrl":20,"updatedAt":1432},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1565,1566,1567],{"name":1424,"slug":1425,"type":15},{"name":1427,"slug":1428,"type":15},{"name":1430,"slug":1431,"type":15},{"slug":1434,"name":1434,"fn":1435,"description":1436,"org":1569,"tags":1570,"stars":19,"repoUrl":20,"updatedAt":1446},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1571,1572,1573],{"name":1427,"slug":1428,"type":15},{"name":1441,"slug":1442,"type":15},{"name":1444,"slug":1445,"type":15},{"slug":1448,"name":1448,"fn":1449,"description":1450,"org":1575,"tags":1576,"stars":19,"repoUrl":20,"updatedAt":1458},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1577,1578,1579],{"name":1427,"slug":1428,"type":15},{"name":1444,"slug":1445,"type":15},{"name":1456,"slug":1457,"type":15},{"slug":1460,"name":1460,"fn":1461,"description":1462,"org":1581,"tags":1582,"stars":19,"repoUrl":20,"updatedAt":1470},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1583,1584,1585],{"name":1427,"slug":1428,"type":15},{"name":1441,"slug":1442,"type":15},{"name":1468,"slug":1469,"type":15},{"slug":1472,"name":1472,"fn":1473,"description":1474,"org":1587,"tags":1588,"stars":19,"repoUrl":20,"updatedAt":1482},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1589,1590,1591],{"name":1424,"slug":1425,"type":15},{"name":1427,"slug":1428,"type":15},{"name":1480,"slug":1481,"type":15},{"slug":1484,"name":1484,"fn":1485,"description":1486,"org":1593,"tags":1594,"stars":19,"repoUrl":20,"updatedAt":1493},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1595,1596],{"name":1490,"slug":1491,"type":15},{"name":1427,"slug":1428,"type":15},{"slug":1495,"name":1495,"fn":1496,"description":1497,"org":1598,"tags":1599,"stars":19,"repoUrl":20,"updatedAt":1509},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1600,1601,1602],{"name":1501,"slug":1502,"type":15},{"name":1504,"slug":1505,"type":15},{"name":1507,"slug":1508,"type":15},54]