[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-artifacts-builder":3,"mdc-f9yzeq-key":56,"related-repo-composio-artifacts-builder":467,"related-org-composio-artifacts-builder":555},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":29,"repoUrl":30,"updatedAt":31,"license":32,"forks":33,"topics":34,"repo":51,"sourceUrl":54,"mdContent":55},"artifacts-builder","build complex HTML artifacts with React","Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn\u002Fui). Use for complex artifacts requiring state management, routing, or shadcn\u002Fui components - not for simple single-file HTML\u002FJSX artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[13,17,20,23,26],{"name":14,"slug":15,"type":16},"React","react","tag",{"name":18,"slug":19,"type":16},"Tailwind CSS","tailwind-css",{"name":21,"slug":22,"type":16},"shadcn\u002Fui","shadcn-ui",{"name":24,"slug":25,"type":16},"UI Components","ui-components",{"name":27,"slug":28,"type":16},"Frontend","frontend",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-12T08:09:16.801138","Complete terms in LICENSE.txt",7603,[35,36,37,38,39,40,41,8,42,43,44,45,46,47,48,49,50],"agent-skills","ai-agents","antigravity","automation","claude","claude-code","codex","cursor","developer-tools","gemini-cli","mcp","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":30,"stars":29,"forks":33,"topics":52,"description":53},[35,36,37,38,39,40,41,8,42,43,44,45,46,47,48,49,50],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fartifacts-builder","---\nname: artifacts-builder\ndescription: Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn\u002Fui). Use for complex artifacts requiring state management, routing, or shadcn\u002Fui components - not for simple single-file HTML\u002FJSX artifacts.\nlicense: Complete terms in LICENSE.txt\n---\n\n# Artifacts Builder\n\nTo build powerful frontend claude.ai artifacts, follow these steps:\n1. Initialize the frontend repo using `scripts\u002Finit-artifact.sh`\n2. Develop your artifact by editing the generated code\n3. Bundle all code into a single HTML file using `scripts\u002Fbundle-artifact.sh`\n4. Display artifact to user\n5. (Optional) Test the artifact\n\n**Stack**: React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn\u002Fui\n\n## Design & Style Guidelines\n\nVERY IMPORTANT: To avoid what is often referred to as \"AI slop\", avoid using excessive centered layouts, purple gradients, uniform rounded corners, and Inter font.\n\n## Quick Start\n\n### Step 1: Initialize Project\n\nRun the initialization script to create a new React project:\n```bash\nbash scripts\u002Finit-artifact.sh \u003Cproject-name>\ncd \u003Cproject-name>\n```\n\nThis creates a fully configured project with:\n- ✅ React + TypeScript (via Vite)\n- ✅ Tailwind CSS 3.4.1 with shadcn\u002Fui theming system\n- ✅ Path aliases (`@\u002F`) configured\n- ✅ 40+ shadcn\u002Fui components pre-installed\n- ✅ All Radix UI dependencies included\n- ✅ Parcel configured for bundling (via .parcelrc)\n- ✅ Node 18+ compatibility (auto-detects and pins Vite version)\n\n### Step 2: Develop Your Artifact\n\nTo build the artifact, edit the generated files. See **Common Development Tasks** below for guidance.\n\n### Step 3: Bundle to Single HTML File\n\nTo bundle the React app into a single HTML artifact:\n```bash\nbash scripts\u002Fbundle-artifact.sh\n```\n\nThis creates `bundle.html` - a self-contained artifact with all JavaScript, CSS, and dependencies inlined. This file can be directly shared in Claude conversations as an artifact.\n\n**Requirements**: Your project must have an `index.html` in the root directory.\n\n**What the script does**:\n- Installs bundling dependencies (parcel, @parcel\u002Fconfig-default, parcel-resolver-tspaths, html-inline)\n- Creates `.parcelrc` config with path alias support\n- Builds with Parcel (no source maps)\n- Inlines all assets into single HTML using html-inline\n\n### Step 4: Share Artifact with User\n\nFinally, share the bundled HTML file in conversation with the user so they can view it as an artifact.\n\n### Step 5: Testing\u002FVisualizing the Artifact (Optional)\n\nNote: This is a completely optional step. Only perform if necessary or requested.\n\nTo test\u002Fvisualize the artifact, use available tools (including other Skills or built-in tools like Playwright or Puppeteer). In general, avoid testing the artifact upfront as it adds latency between the request and when the finished artifact can be seen. Test later, after presenting the artifact, if requested or if issues arise.\n\n## Reference\n\n- **shadcn\u002Fui components**: https:\u002F\u002Fui.shadcn.com\u002Fdocs\u002Fcomponents",{"data":57,"body":58},{"name":4,"description":6,"license":32},{"type":59,"children":60},"root",[61,69,75,118,129,136,141,147,154,159,235,240,287,293,305,311,316,335,348,366,376,407,413,418,424,429,434,440,461],{"type":62,"tag":63,"props":64,"children":65},"element","h1",{"id":4},[66],{"type":67,"value":68},"text","Artifacts Builder",{"type":62,"tag":70,"props":71,"children":72},"p",{},[73],{"type":67,"value":74},"To build powerful frontend claude.ai artifacts, follow these steps:",{"type":62,"tag":76,"props":77,"children":78},"ol",{},[79,92,97,108,113],{"type":62,"tag":80,"props":81,"children":82},"li",{},[83,85],{"type":67,"value":84},"Initialize the frontend repo using ",{"type":62,"tag":86,"props":87,"children":89},"code",{"className":88},[],[90],{"type":67,"value":91},"scripts\u002Finit-artifact.sh",{"type":62,"tag":80,"props":93,"children":94},{},[95],{"type":67,"value":96},"Develop your artifact by editing the generated code",{"type":62,"tag":80,"props":98,"children":99},{},[100,102],{"type":67,"value":101},"Bundle all code into a single HTML file using ",{"type":62,"tag":86,"props":103,"children":105},{"className":104},[],[106],{"type":67,"value":107},"scripts\u002Fbundle-artifact.sh",{"type":62,"tag":80,"props":109,"children":110},{},[111],{"type":67,"value":112},"Display artifact to user",{"type":62,"tag":80,"props":114,"children":115},{},[116],{"type":67,"value":117},"(Optional) Test the artifact",{"type":62,"tag":70,"props":119,"children":120},{},[121,127],{"type":62,"tag":122,"props":123,"children":124},"strong",{},[125],{"type":67,"value":126},"Stack",{"type":67,"value":128},": React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn\u002Fui",{"type":62,"tag":130,"props":131,"children":133},"h2",{"id":132},"design-style-guidelines",[134],{"type":67,"value":135},"Design & Style Guidelines",{"type":62,"tag":70,"props":137,"children":138},{},[139],{"type":67,"value":140},"VERY IMPORTANT: To avoid what is often referred to as \"AI slop\", avoid using excessive centered layouts, purple gradients, uniform rounded corners, and Inter font.",{"type":62,"tag":130,"props":142,"children":144},{"id":143},"quick-start",[145],{"type":67,"value":146},"Quick Start",{"type":62,"tag":148,"props":149,"children":151},"h3",{"id":150},"step-1-initialize-project",[152],{"type":67,"value":153},"Step 1: Initialize Project",{"type":62,"tag":70,"props":155,"children":156},{},[157],{"type":67,"value":158},"Run the initialization script to create a new React project:",{"type":62,"tag":160,"props":161,"children":166},"pre",{"className":162,"code":163,"language":164,"meta":165,"style":165},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","bash scripts\u002Finit-artifact.sh \u003Cproject-name>\ncd \u003Cproject-name>\n","bash","",[167],{"type":62,"tag":86,"props":168,"children":169},{"__ignoreMap":165},[170,209],{"type":62,"tag":171,"props":172,"children":175},"span",{"class":173,"line":174},"line",1,[176,181,187,193,198,204],{"type":62,"tag":171,"props":177,"children":179},{"style":178},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[180],{"type":67,"value":164},{"type":62,"tag":171,"props":182,"children":184},{"style":183},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[185],{"type":67,"value":186}," scripts\u002Finit-artifact.sh",{"type":62,"tag":171,"props":188,"children":190},{"style":189},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[191],{"type":67,"value":192}," \u003C",{"type":62,"tag":171,"props":194,"children":195},{"style":183},[196],{"type":67,"value":197},"project-nam",{"type":62,"tag":171,"props":199,"children":201},{"style":200},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[202],{"type":67,"value":203},"e",{"type":62,"tag":171,"props":205,"children":206},{"style":189},[207],{"type":67,"value":208},">\n",{"type":62,"tag":171,"props":210,"children":212},{"class":173,"line":211},2,[213,219,223,227,231],{"type":62,"tag":171,"props":214,"children":216},{"style":215},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[217],{"type":67,"value":218},"cd",{"type":62,"tag":171,"props":220,"children":221},{"style":189},[222],{"type":67,"value":192},{"type":62,"tag":171,"props":224,"children":225},{"style":183},[226],{"type":67,"value":197},{"type":62,"tag":171,"props":228,"children":229},{"style":200},[230],{"type":67,"value":203},{"type":62,"tag":171,"props":232,"children":233},{"style":189},[234],{"type":67,"value":208},{"type":62,"tag":70,"props":236,"children":237},{},[238],{"type":67,"value":239},"This creates a fully configured project with:",{"type":62,"tag":241,"props":242,"children":243},"ul",{},[244,249,254,267,272,277,282],{"type":62,"tag":80,"props":245,"children":246},{},[247],{"type":67,"value":248},"✅ React + TypeScript (via Vite)",{"type":62,"tag":80,"props":250,"children":251},{},[252],{"type":67,"value":253},"✅ Tailwind CSS 3.4.1 with shadcn\u002Fui theming system",{"type":62,"tag":80,"props":255,"children":256},{},[257,259,265],{"type":67,"value":258},"✅ Path aliases (",{"type":62,"tag":86,"props":260,"children":262},{"className":261},[],[263],{"type":67,"value":264},"@\u002F",{"type":67,"value":266},") configured",{"type":62,"tag":80,"props":268,"children":269},{},[270],{"type":67,"value":271},"✅ 40+ shadcn\u002Fui components pre-installed",{"type":62,"tag":80,"props":273,"children":274},{},[275],{"type":67,"value":276},"✅ All Radix UI dependencies included",{"type":62,"tag":80,"props":278,"children":279},{},[280],{"type":67,"value":281},"✅ Parcel configured for bundling (via .parcelrc)",{"type":62,"tag":80,"props":283,"children":284},{},[285],{"type":67,"value":286},"✅ Node 18+ compatibility (auto-detects and pins Vite version)",{"type":62,"tag":148,"props":288,"children":290},{"id":289},"step-2-develop-your-artifact",[291],{"type":67,"value":292},"Step 2: Develop Your Artifact",{"type":62,"tag":70,"props":294,"children":295},{},[296,298,303],{"type":67,"value":297},"To build the artifact, edit the generated files. See ",{"type":62,"tag":122,"props":299,"children":300},{},[301],{"type":67,"value":302},"Common Development Tasks",{"type":67,"value":304}," below for guidance.",{"type":62,"tag":148,"props":306,"children":308},{"id":307},"step-3-bundle-to-single-html-file",[309],{"type":67,"value":310},"Step 3: Bundle to Single HTML File",{"type":62,"tag":70,"props":312,"children":313},{},[314],{"type":67,"value":315},"To bundle the React app into a single HTML artifact:",{"type":62,"tag":160,"props":317,"children":319},{"className":162,"code":318,"language":164,"meta":165,"style":165},"bash scripts\u002Fbundle-artifact.sh\n",[320],{"type":62,"tag":86,"props":321,"children":322},{"__ignoreMap":165},[323],{"type":62,"tag":171,"props":324,"children":325},{"class":173,"line":174},[326,330],{"type":62,"tag":171,"props":327,"children":328},{"style":178},[329],{"type":67,"value":164},{"type":62,"tag":171,"props":331,"children":332},{"style":183},[333],{"type":67,"value":334}," scripts\u002Fbundle-artifact.sh\n",{"type":62,"tag":70,"props":336,"children":337},{},[338,340,346],{"type":67,"value":339},"This creates ",{"type":62,"tag":86,"props":341,"children":343},{"className":342},[],[344],{"type":67,"value":345},"bundle.html",{"type":67,"value":347}," - a self-contained artifact with all JavaScript, CSS, and dependencies inlined. This file can be directly shared in Claude conversations as an artifact.",{"type":62,"tag":70,"props":349,"children":350},{},[351,356,358,364],{"type":62,"tag":122,"props":352,"children":353},{},[354],{"type":67,"value":355},"Requirements",{"type":67,"value":357},": Your project must have an ",{"type":62,"tag":86,"props":359,"children":361},{"className":360},[],[362],{"type":67,"value":363},"index.html",{"type":67,"value":365}," in the root directory.",{"type":62,"tag":70,"props":367,"children":368},{},[369,374],{"type":62,"tag":122,"props":370,"children":371},{},[372],{"type":67,"value":373},"What the script does",{"type":67,"value":375},":",{"type":62,"tag":241,"props":377,"children":378},{},[379,384,397,402],{"type":62,"tag":80,"props":380,"children":381},{},[382],{"type":67,"value":383},"Installs bundling dependencies (parcel, @parcel\u002Fconfig-default, parcel-resolver-tspaths, html-inline)",{"type":62,"tag":80,"props":385,"children":386},{},[387,389,395],{"type":67,"value":388},"Creates ",{"type":62,"tag":86,"props":390,"children":392},{"className":391},[],[393],{"type":67,"value":394},".parcelrc",{"type":67,"value":396}," config with path alias support",{"type":62,"tag":80,"props":398,"children":399},{},[400],{"type":67,"value":401},"Builds with Parcel (no source maps)",{"type":62,"tag":80,"props":403,"children":404},{},[405],{"type":67,"value":406},"Inlines all assets into single HTML using html-inline",{"type":62,"tag":148,"props":408,"children":410},{"id":409},"step-4-share-artifact-with-user",[411],{"type":67,"value":412},"Step 4: Share Artifact with User",{"type":62,"tag":70,"props":414,"children":415},{},[416],{"type":67,"value":417},"Finally, share the bundled HTML file in conversation with the user so they can view it as an artifact.",{"type":62,"tag":148,"props":419,"children":421},{"id":420},"step-5-testingvisualizing-the-artifact-optional",[422],{"type":67,"value":423},"Step 5: Testing\u002FVisualizing the Artifact (Optional)",{"type":62,"tag":70,"props":425,"children":426},{},[427],{"type":67,"value":428},"Note: This is a completely optional step. Only perform if necessary or requested.",{"type":62,"tag":70,"props":430,"children":431},{},[432],{"type":67,"value":433},"To test\u002Fvisualize the artifact, use available tools (including other Skills or built-in tools like Playwright or Puppeteer). In general, avoid testing the artifact upfront as it adds latency between the request and when the finished artifact can be seen. Test later, after presenting the artifact, if requested or if issues arise.",{"type":62,"tag":130,"props":435,"children":437},{"id":436},"reference",[438],{"type":67,"value":439},"Reference",{"type":62,"tag":241,"props":441,"children":442},{},[443],{"type":62,"tag":80,"props":444,"children":445},{},[446,451,453],{"type":62,"tag":122,"props":447,"children":448},{},[449],{"type":67,"value":450},"shadcn\u002Fui components",{"type":67,"value":452},": ",{"type":62,"tag":454,"props":455,"children":459},"a",{"href":456,"rel":457},"https:\u002F\u002Fui.shadcn.com\u002Fdocs\u002Fcomponents",[458],"nofollow",[460],{"type":67,"value":456},{"type":62,"tag":462,"props":463,"children":464},"style",{},[465],{"type":67,"value":466},"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":468,"total":554},[469,485,501,510,520,532,541],{"slug":470,"name":471,"fn":472,"description":473,"org":474,"tags":475,"stars":29,"repoUrl":30,"updatedAt":484},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[476,478,479,481],{"name":477,"slug":38,"type":16},"Automation",{"name":9,"slug":8,"type":16},{"name":480,"slug":45,"type":16},"MCP",{"name":482,"slug":483,"type":16},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":486,"name":487,"fn":488,"description":489,"org":490,"tags":491,"stars":29,"repoUrl":30,"updatedAt":500},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[492,493,496,497],{"name":477,"slug":38,"type":16},{"name":494,"slug":495,"type":16},"Communications","communications",{"name":480,"slug":45,"type":16},{"name":498,"slug":499,"type":16},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":502,"name":502,"fn":503,"description":504,"org":505,"tags":506,"stars":29,"repoUrl":30,"updatedAt":509},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[507,508],{"name":477,"slug":38,"type":16},{"name":480,"slug":45,"type":16},"2026-07-12T08:09:55.453088",{"slug":511,"name":511,"fn":512,"description":513,"org":514,"tags":515,"stars":29,"repoUrl":30,"updatedAt":519},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[516,517,518],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":480,"slug":45,"type":16},"2026-07-15T05:45:16.470309",{"slug":521,"name":521,"fn":522,"description":523,"org":524,"tags":525,"stars":29,"repoUrl":30,"updatedAt":531},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[526,527,528],{"name":477,"slug":38,"type":16},{"name":480,"slug":45,"type":16},{"name":529,"slug":530,"type":16},"Security","security","2026-07-15T05:56:20.013366",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":29,"repoUrl":30,"updatedAt":540},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[538,539],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},"2026-07-15T05:54:50.762889",{"slug":542,"name":542,"fn":543,"description":544,"org":545,"tags":546,"stars":29,"repoUrl":30,"updatedAt":553},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[547,548,549,552],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":550,"slug":551,"type":16},"CRM","crm",{"name":480,"slug":45,"type":16},"2026-07-15T05:48:43.429136",860,{"items":556,"total":660},[557,564,571,576,582,588,593,600,614,627,640,650],{"slug":470,"name":471,"fn":472,"description":473,"org":558,"tags":559,"stars":29,"repoUrl":30,"updatedAt":484},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[560,561,562,563],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":480,"slug":45,"type":16},{"name":482,"slug":483,"type":16},{"slug":486,"name":487,"fn":488,"description":489,"org":565,"tags":566,"stars":29,"repoUrl":30,"updatedAt":500},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[567,568,569,570],{"name":477,"slug":38,"type":16},{"name":494,"slug":495,"type":16},{"name":480,"slug":45,"type":16},{"name":498,"slug":499,"type":16},{"slug":502,"name":502,"fn":503,"description":504,"org":572,"tags":573,"stars":29,"repoUrl":30,"updatedAt":509},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[574,575],{"name":477,"slug":38,"type":16},{"name":480,"slug":45,"type":16},{"slug":511,"name":511,"fn":512,"description":513,"org":577,"tags":578,"stars":29,"repoUrl":30,"updatedAt":519},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[579,580,581],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":480,"slug":45,"type":16},{"slug":521,"name":521,"fn":522,"description":523,"org":583,"tags":584,"stars":29,"repoUrl":30,"updatedAt":531},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[585,586,587],{"name":477,"slug":38,"type":16},{"name":480,"slug":45,"type":16},{"name":529,"slug":530,"type":16},{"slug":533,"name":533,"fn":534,"description":535,"org":589,"tags":590,"stars":29,"repoUrl":30,"updatedAt":540},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[591,592],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"slug":542,"name":542,"fn":543,"description":544,"org":594,"tags":595,"stars":29,"repoUrl":30,"updatedAt":553},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[596,597,598,599],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":550,"slug":551,"type":16},{"name":480,"slug":45,"type":16},{"slug":601,"name":601,"fn":602,"description":603,"org":604,"tags":605,"stars":29,"repoUrl":30,"updatedAt":613},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[606,607,610],{"name":477,"slug":38,"type":16},{"name":608,"slug":609,"type":16},"Documents","documents",{"name":611,"slug":612,"type":16},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":615,"name":615,"fn":616,"description":617,"org":618,"tags":619,"stars":29,"repoUrl":30,"updatedAt":626},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[620,621,622,623],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":480,"slug":45,"type":16},{"name":624,"slug":625,"type":16},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":628,"name":628,"fn":629,"description":630,"org":631,"tags":632,"stars":29,"repoUrl":30,"updatedAt":639},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[633,634,635,636],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":550,"slug":551,"type":16},{"name":637,"slug":638,"type":16},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":641,"name":641,"fn":642,"description":643,"org":644,"tags":645,"stars":29,"repoUrl":30,"updatedAt":649},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[646,647,648],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":480,"slug":45,"type":16},"2026-07-15T05:47:51.742515",{"slug":651,"name":651,"fn":652,"description":653,"org":654,"tags":655,"stars":29,"repoUrl":30,"updatedAt":659},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[656,657,658],{"name":477,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":480,"slug":45,"type":16},"2026-07-15T05:45:05.303254",863]