[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-qwen-computer-use":3,"mdc--nl2548-key":34,"related-org-qwen-computer-use":348,"related-repo-qwen-computer-use":525},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"computer-use","control local desktop applications","Control the local desktop using the `computer` MCP tool from computer-use-mcp. Use when the user asks to operate local Mac\u002FWindows apps, inspect the screen, click UI, type text, press shortcuts, scroll, drag, or interact with native GUI software.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"qwen","Qwen","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fqwen.png","QwenLM",[13,17,20],{"name":14,"slug":15,"type":16},"Automation","automation","tag",{"name":18,"slug":19,"type":16},"MCP","mcp",{"name":21,"slug":22,"type":16},"Desktop","desktop",136,"https:\u002F\u002Fgithub.com\u002FQwenLM\u002Fqwen-code-examples","2026-07-16T05:59:22.346785",null,40,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A collection of practical examples and best practices for Qwen Code","https:\u002F\u002Fgithub.com\u002FQwenLM\u002Fqwen-code-examples\u002Ftree\u002FHEAD\u002Fextensions\u002Fcomputer-use-vision\u002Fskills\u002Fcomputer-use","---\nname: computer-use\ndescription: Control the local desktop using the `computer` MCP tool from computer-use-mcp. Use when the user asks to operate local Mac\u002FWindows apps, inspect the screen, click UI, type text, press shortcuts, scroll, drag, or interact with native GUI software.\n---\n\n# Computer Use\n\nUse the `computer` MCP tool from the `computer-use` MCP server to operate the user's real local desktop.\n\nThe only valid tool path for this skill is the MCP tool named `computer`.\nDo not use shell commands to start another desktop automation MCP server, do not install `@anthropic-ai\u002Fmcp-computer-use-server`, and do not edit Qwen settings as a fallback.\nIf the `computer` tool is not available in the current tool list, stop and tell the user to restart Qwen Code or reconnect the `computer-use` MCP server.\n\nFor browser pages, websites, localhost web apps, web forms, DOM elements, links, inputs, or browser navigation flows, use the `browser-use` skill and the Playwright MCP server instead. Use `computer-use` only when the task requires native OS or app UI that Playwright cannot see.\n\n## Operating Loop\n\n1. Observe first with `computer` action `get_screenshot`.\n2. Prefer keyboard shortcuts and typed navigation when practical.\n3. Use coordinate clicks only after a screenshot confirms the target location.\n4. After every action, verify with another `get_screenshot`.\n5. Keep actions small and reversible.\n\n## Safety\n\nAsk for confirmation before destructive, privacy-sensitive, or externally visible actions, including deleting files, sending messages, submitting forms, making purchases, changing security settings, or entering credentials.\n\nDo not assume the user wants the whole desktop automated. Operate only the app, window, or workflow they asked for.\n\n## Tool Notes\n\n- Use `action: \"get_screenshot\"` to establish the coordinate frame.\n- Use `action: \"left_click\"`, `action: \"right_click\"`, `action: \"middle_click\"`, `action: \"double_click\"`, `action: \"mouse_move\"`, and `action: \"left_click_drag\"` for pointer actions.\n- Use `action: \"type\"` for text input.\n- Use `action: \"key\"` for keys or key combinations.\n- Use `action: \"scroll\"` for scrolling.\n- The tool uses a single MCP tool named `computer`; do not look for separate tools named `click` or `screenshot`.\n\n## Platform Notes\n\nOn macOS, the user may need to grant Accessibility and Screen Recording permissions to the Node\u002Fnpm process that runs the MCP server.\n\nOn Windows, the desktop must be unlocked and interactive for GUI input to work reliably.\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,47,69,103,123,130,181,187,192,197,203,332,338,343],{"type":40,"tag":41,"props":42,"children":43},"element","h1",{"id":4},[44],{"type":45,"value":46},"text","Computer Use",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51,53,60,62,67],{"type":45,"value":52},"Use the ",{"type":40,"tag":54,"props":55,"children":57},"code",{"className":56},[],[58],{"type":45,"value":59},"computer",{"type":45,"value":61}," MCP tool from the ",{"type":40,"tag":54,"props":63,"children":65},{"className":64},[],[66],{"type":45,"value":4},{"type":45,"value":68}," MCP server to operate the user's real local desktop.",{"type":40,"tag":48,"props":70,"children":71},{},[72,74,79,81,87,89,94,96,101],{"type":45,"value":73},"The only valid tool path for this skill is the MCP tool named ",{"type":40,"tag":54,"props":75,"children":77},{"className":76},[],[78],{"type":45,"value":59},{"type":45,"value":80},".\nDo not use shell commands to start another desktop automation MCP server, do not install ",{"type":40,"tag":54,"props":82,"children":84},{"className":83},[],[85],{"type":45,"value":86},"@anthropic-ai\u002Fmcp-computer-use-server",{"type":45,"value":88},", and do not edit Qwen settings as a fallback.\nIf the ",{"type":40,"tag":54,"props":90,"children":92},{"className":91},[],[93],{"type":45,"value":59},{"type":45,"value":95}," tool is not available in the current tool list, stop and tell the user to restart Qwen Code or reconnect the ",{"type":40,"tag":54,"props":97,"children":99},{"className":98},[],[100],{"type":45,"value":4},{"type":45,"value":102}," MCP server.",{"type":40,"tag":48,"props":104,"children":105},{},[106,108,114,116,121],{"type":45,"value":107},"For browser pages, websites, localhost web apps, web forms, DOM elements, links, inputs, or browser navigation flows, use the ",{"type":40,"tag":54,"props":109,"children":111},{"className":110},[],[112],{"type":45,"value":113},"browser-use",{"type":45,"value":115}," skill and the Playwright MCP server instead. Use ",{"type":40,"tag":54,"props":117,"children":119},{"className":118},[],[120],{"type":45,"value":4},{"type":45,"value":122}," only when the task requires native OS or app UI that Playwright cannot see.",{"type":40,"tag":124,"props":125,"children":127},"h2",{"id":126},"operating-loop",[128],{"type":45,"value":129},"Operating Loop",{"type":40,"tag":131,"props":132,"children":133},"ol",{},[134,155,160,165,176],{"type":40,"tag":135,"props":136,"children":137},"li",{},[138,140,145,147,153],{"type":45,"value":139},"Observe first with ",{"type":40,"tag":54,"props":141,"children":143},{"className":142},[],[144],{"type":45,"value":59},{"type":45,"value":146}," action ",{"type":40,"tag":54,"props":148,"children":150},{"className":149},[],[151],{"type":45,"value":152},"get_screenshot",{"type":45,"value":154},".",{"type":40,"tag":135,"props":156,"children":157},{},[158],{"type":45,"value":159},"Prefer keyboard shortcuts and typed navigation when practical.",{"type":40,"tag":135,"props":161,"children":162},{},[163],{"type":45,"value":164},"Use coordinate clicks only after a screenshot confirms the target location.",{"type":40,"tag":135,"props":166,"children":167},{},[168,170,175],{"type":45,"value":169},"After every action, verify with another ",{"type":40,"tag":54,"props":171,"children":173},{"className":172},[],[174],{"type":45,"value":152},{"type":45,"value":154},{"type":40,"tag":135,"props":177,"children":178},{},[179],{"type":45,"value":180},"Keep actions small and reversible.",{"type":40,"tag":124,"props":182,"children":184},{"id":183},"safety",[185],{"type":45,"value":186},"Safety",{"type":40,"tag":48,"props":188,"children":189},{},[190],{"type":45,"value":191},"Ask for confirmation before destructive, privacy-sensitive, or externally visible actions, including deleting files, sending messages, submitting forms, making purchases, changing security settings, or entering credentials.",{"type":40,"tag":48,"props":193,"children":194},{},[195],{"type":45,"value":196},"Do not assume the user wants the whole desktop automated. Operate only the app, window, or workflow they asked for.",{"type":40,"tag":124,"props":198,"children":200},{"id":199},"tool-notes",[201],{"type":45,"value":202},"Tool Notes",{"type":40,"tag":204,"props":205,"children":206},"ul",{},[207,220,269,281,293,305],{"type":40,"tag":135,"props":208,"children":209},{},[210,212,218],{"type":45,"value":211},"Use ",{"type":40,"tag":54,"props":213,"children":215},{"className":214},[],[216],{"type":45,"value":217},"action: \"get_screenshot\"",{"type":45,"value":219}," to establish the coordinate frame.",{"type":40,"tag":135,"props":221,"children":222},{},[223,224,230,232,238,239,245,246,252,253,259,261,267],{"type":45,"value":211},{"type":40,"tag":54,"props":225,"children":227},{"className":226},[],[228],{"type":45,"value":229},"action: \"left_click\"",{"type":45,"value":231},", ",{"type":40,"tag":54,"props":233,"children":235},{"className":234},[],[236],{"type":45,"value":237},"action: \"right_click\"",{"type":45,"value":231},{"type":40,"tag":54,"props":240,"children":242},{"className":241},[],[243],{"type":45,"value":244},"action: \"middle_click\"",{"type":45,"value":231},{"type":40,"tag":54,"props":247,"children":249},{"className":248},[],[250],{"type":45,"value":251},"action: \"double_click\"",{"type":45,"value":231},{"type":40,"tag":54,"props":254,"children":256},{"className":255},[],[257],{"type":45,"value":258},"action: \"mouse_move\"",{"type":45,"value":260},", and ",{"type":40,"tag":54,"props":262,"children":264},{"className":263},[],[265],{"type":45,"value":266},"action: \"left_click_drag\"",{"type":45,"value":268}," for pointer actions.",{"type":40,"tag":135,"props":270,"children":271},{},[272,273,279],{"type":45,"value":211},{"type":40,"tag":54,"props":274,"children":276},{"className":275},[],[277],{"type":45,"value":278},"action: \"type\"",{"type":45,"value":280}," for text input.",{"type":40,"tag":135,"props":282,"children":283},{},[284,285,291],{"type":45,"value":211},{"type":40,"tag":54,"props":286,"children":288},{"className":287},[],[289],{"type":45,"value":290},"action: \"key\"",{"type":45,"value":292}," for keys or key combinations.",{"type":40,"tag":135,"props":294,"children":295},{},[296,297,303],{"type":45,"value":211},{"type":40,"tag":54,"props":298,"children":300},{"className":299},[],[301],{"type":45,"value":302},"action: \"scroll\"",{"type":45,"value":304}," for scrolling.",{"type":40,"tag":135,"props":306,"children":307},{},[308,310,315,317,323,325,331],{"type":45,"value":309},"The tool uses a single MCP tool named ",{"type":40,"tag":54,"props":311,"children":313},{"className":312},[],[314],{"type":45,"value":59},{"type":45,"value":316},"; do not look for separate tools named ",{"type":40,"tag":54,"props":318,"children":320},{"className":319},[],[321],{"type":45,"value":322},"click",{"type":45,"value":324}," or ",{"type":40,"tag":54,"props":326,"children":328},{"className":327},[],[329],{"type":45,"value":330},"screenshot",{"type":45,"value":154},{"type":40,"tag":124,"props":333,"children":335},{"id":334},"platform-notes",[336],{"type":45,"value":337},"Platform Notes",{"type":40,"tag":48,"props":339,"children":340},{},[341],{"type":45,"value":342},"On macOS, the user may need to grant Accessibility and Screen Recording permissions to the Node\u002Fnpm process that runs the MCP server.",{"type":40,"tag":48,"props":344,"children":345},{},[346],{"type":45,"value":347},"On Windows, the desktop must be unlocked and interactive for GUI input to work reliably.",{"items":349,"total":524},[350,363,378,394,410,424,440,454,467,481,493,508],{"slug":351,"name":351,"fn":352,"description":353,"org":354,"tags":355,"stars":360,"repoUrl":361,"updatedAt":362},"batch","execute parallel batch operations on files","Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use `\u002Fbatch` followed by operation and file pattern.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[356,357],{"name":14,"slug":15,"type":16},{"name":358,"slug":359,"type":16},"Concurrency","concurrency",26008,"https:\u002F\u002Fgithub.com\u002FQwenLM\u002Fqwen-code","2026-07-20T05:58:45.650067",{"slug":364,"name":364,"fn":365,"description":366,"org":367,"tags":368,"stars":360,"repoUrl":361,"updatedAt":377},"cua-driver-rs","drive native GUI applications via MCP","Drive a native GUI app (macOS, Windows, Linux) via the cua-driver CLI (default) or MCP server — snapshot its accessibility tree, click\u002Ftype\u002Fscroll by element_index or pixel coords, verify via re-snapshot, all without bringing the target to the foreground. Use when the user asks you to operate, drive, automate, or perform a GUI task in a real application on the host.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[369,372,375,376],{"name":370,"slug":371,"type":16},"Accessibility","accessibility",{"name":373,"slug":374,"type":16},"Browser Automation","browser-automation",{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},"2026-07-16T05:59:28.687299",{"slug":379,"name":379,"fn":380,"description":381,"org":382,"tags":383,"stars":360,"repoUrl":361,"updatedAt":393},"dataviz","design and validate data visualizations","Design guidance for charts, graphs, dashboards, maps, and data visualizations, including a local palette validator.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[384,387,390],{"name":385,"slug":386,"type":16},"Charts","charts",{"name":388,"slug":389,"type":16},"Dashboards","dashboards",{"name":391,"slug":392,"type":16},"Data Visualization","data-visualization","2026-07-16T05:59:28.31755",{"slug":395,"name":395,"fn":396,"description":397,"org":398,"tags":399,"stars":360,"repoUrl":361,"updatedAt":409},"extension-creator","create Qwen Code extensions","Create, scaffold, customize, validate, and locally test Qwen Code extensions. Use when the user wants a new Qwen Code extension, needs help choosing an extension template, wants to add QWEN.md context, commands, skills, agents, MCP servers, settings, hooks, channels, or LSP servers, or asks how to link and test an extension locally. Invoke with `\u002Fextension-creator` followed by an extension path and optional template name.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[400,403,406],{"name":401,"slug":402,"type":16},"Coding","coding",{"name":404,"slug":405,"type":16},"Documentation","documentation",{"name":407,"slug":408,"type":16},"Plugin Development","plugin-development","2026-07-16T05:59:24.818967",{"slug":411,"name":411,"fn":412,"description":413,"org":414,"tags":415,"stars":360,"repoUrl":361,"updatedAt":423},"loop","run scheduled or self-paced prompt loops","Create a loop that runs a prompt now and follows up either on a fixed schedule or through self-paced wakeups. Usage - \u002Floop check the build, \u002Floop 5m check the build, \u002Floop check the PR every 30m. \u002Floop list to show jobs, \u002Floop clear to cancel all.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[416,417,420],{"name":14,"slug":15,"type":16},{"name":418,"slug":419,"type":16},"Productivity","productivity",{"name":421,"slug":422,"type":16},"Scheduling","scheduling","2026-07-16T05:59:25.50027",{"slug":425,"name":425,"fn":426,"description":427,"org":428,"tags":429,"stars":360,"repoUrl":361,"updatedAt":439},"new-app","build new applications from scratch","Workflow for creating new applications from scratch. Covers requirements gathering, tech stack selection, scaffolding, implementation, and delivery of a functional prototype.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[430,433,436],{"name":431,"slug":432,"type":16},"Engineering","engineering",{"name":434,"slug":435,"type":16},"Prototyping","prototyping",{"name":437,"slug":438,"type":16},"Web Development","web-development","2026-07-16T05:59:25.157573",{"slug":441,"name":441,"fn":442,"description":443,"org":444,"tags":445,"stars":360,"repoUrl":361,"updatedAt":453},"qc-helper","provide Qwen Code usage and configuration support","Answer any question about Qwen Code usage, features, configuration, and troubleshooting by referencing the official user documentation. Also helps users view or modify their settings.json. Invoke with `\u002Fqc-helper` followed by a question, e.g. `\u002Fqc-helper how do I configure MCP servers?` or `\u002Fqc-helper change approval mode to yolo`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[446,449,450],{"name":447,"slug":448,"type":16},"Configuration","configuration",{"name":404,"slug":405,"type":16},{"name":451,"slug":452,"type":16},"Reference","reference","2026-07-16T05:59:29.118413",{"slug":455,"name":455,"fn":456,"description":457,"org":458,"tags":459,"stars":360,"repoUrl":361,"updatedAt":466},"review","review code for quality and security","Review changed code for correctness, security, code quality, and performance. Use when the user asks to review code changes, a PR, or specific files. Invoke with `\u002Freview`, `\u002Freview \u003Cpr-number>`, `\u002Freview \u003Cfile-path>`, or `\u002Freview \u003Cpr-number> --comment` to post inline comments on the PR. Add `--effort low|medium|high` to trade depth for speed (defaults to high for PRs, medium for local changes).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[460,463],{"name":461,"slug":462,"type":16},"Code Review","code-review",{"name":464,"slug":465,"type":16},"Security","security","2026-07-30T05:30:17.682893",{"slug":468,"name":468,"fn":469,"description":470,"org":471,"tags":472,"stars":360,"repoUrl":361,"updatedAt":480},"simplify","clean up and simplify code changes","Review recent code changes for reuse, code quality, and efficiency, then directly apply straightforward cleanup improvements. Use when the user wants a post-implementation cleanup pass, pre-PR polish, or asks to simplify\u002Frefine recent changes. Invoke with `\u002Fsimplify` or `\u002Fsimplify \u003Cfocus>`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[473,476,477],{"name":474,"slug":475,"type":16},"Code Analysis","code-analysis",{"name":431,"slug":432,"type":16},{"name":478,"slug":479,"type":16},"Performance","performance","2026-07-20T05:58:46.653811",{"slug":482,"name":482,"fn":483,"description":484,"org":485,"tags":486,"stars":360,"repoUrl":361,"updatedAt":492},"stuck","diagnose and debug stuck Qwen Code sessions","Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU\u002Fmemory usage, hung subprocesses, and debug logs. Use \u002Fstuck or \u002Fstuck \u003CPID> to focus on a specific process.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[487,490,491],{"name":488,"slug":489,"type":16},"Debugging","debugging",{"name":431,"slug":432,"type":16},{"name":478,"slug":479,"type":16},"2026-07-16T05:59:25.838629",{"slug":494,"name":494,"fn":495,"description":496,"org":497,"tags":498,"stars":505,"repoUrl":506,"updatedAt":507},"open-computer-use","configure Open Computer Use MCP server","Platform-neutral guidance for using Open Computer Use, the open-source Computer Use MCP server and CLI for macOS, Linux, and Windows. Use when an agent needs to install, verify, troubleshoot, configure, or operate Open Computer Use through its native CLI, stdio MCP server, or direct Computer Use tool calls.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[499,500,503,504],{"name":14,"slug":15,"type":16},{"name":501,"slug":502,"type":16},"CLI","cli",{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},176,"https:\u002F\u002Fgithub.com\u002FQwenLM\u002Fopen-computer-use","2026-07-16T05:59:22.010839",{"slug":509,"name":509,"fn":510,"description":511,"org":512,"tags":513,"stars":23,"repoUrl":24,"updatedAt":523},"auto-pr","automate pull request submission and review","Automated PR submission assistant, including code review, documentation generation, and PR creation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[514,515,516,517,520],{"name":14,"slug":15,"type":16},{"name":461,"slug":462,"type":16},{"name":404,"slug":405,"type":16},{"name":518,"slug":519,"type":16},"GitHub","github",{"name":521,"slug":522,"type":16},"Pull Requests","pull-requests","2026-07-16T06:00:01.890524",21,{"items":526,"total":628},[527,535,549,569,575,586,613],{"slug":509,"name":509,"fn":510,"description":511,"org":528,"tags":529,"stars":23,"repoUrl":24,"updatedAt":523},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[530,531,532,533,534],{"name":14,"slug":15,"type":16},{"name":461,"slug":462,"type":16},{"name":404,"slug":405,"type":16},{"name":518,"slug":519,"type":16},{"name":521,"slug":522,"type":16},{"slug":113,"name":113,"fn":536,"description":537,"org":538,"tags":539,"stars":23,"repoUrl":24,"updatedAt":548},"automate web browser interactions","Control browser pages using the Playwright MCP server. Use when the user asks to open, inspect, navigate, click, type, test, or automate websites, localhost web apps, browser tabs, forms, and web UI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[540,541,542,545],{"name":373,"slug":374,"type":16},{"name":18,"slug":19,"type":16},{"name":543,"slug":544,"type":16},"Playwright","playwright",{"name":546,"slug":547,"type":16},"Testing","testing","2026-07-16T06:00:52.14183",{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":23,"repoUrl":24,"updatedAt":568},"codegraph-qa","analyze codebases using CodeScope","Use CodeScope to analyze any indexed codebase via its graph database (neug) and vector index (zvec). Supports Python, JavaScript\u002FTypeScript, C, and Java (including Hadoop-scale repositories). Covers call graphs, dependency analysis, dead code detection, hotspots, module coupling, architectural layering, commit history, change attribution, semantic code search, impact analysis, full architecture reports, and bug root cause analysis from GitHub issues. Use this skill whenever the user asks about code structure, code dependencies, who calls what, why something changed, finding similar functions, generating architecture reports, understanding module boundaries, analyzing GitHub issues\u002Fbugs, finding bug root causes, understanding why a project has many bugs, tracing bugs to code, indexing Java projects, or any question that benefits from a code knowledge graph — even if they don't mention \"CodeScope\" by name. If a `.codegraph` or similar index directory exists in the workspace, this skill applies.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[555,556,559,562,565],{"name":474,"slug":475,"type":16},{"name":557,"slug":558,"type":16},"Java","java",{"name":560,"slug":561,"type":16},"JavaScript","javascript",{"name":563,"slug":564,"type":16},"Python","python",{"name":566,"slug":567,"type":16},"TypeScript","typescript","2026-07-16T06:01:30.356708",{"slug":4,"name":4,"fn":5,"description":6,"org":570,"tags":571,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[572,573,574],{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"slug":576,"name":576,"fn":577,"description":578,"org":579,"tags":580,"stars":23,"repoUrl":24,"updatedAt":585},"computer-use-hybrid","control desktop apps with hybrid context","Control native macOS, Windows, and Linux desktop apps through the `open-computer-use` MCP server. Use when the user asks to operate local apps with accessibility-tree context plus screenshots, inspect the screen, click UI, type text, press shortcuts, scroll, drag, or interact with OS-level GUI software.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[581,582,583,584],{"name":370,"slug":371,"type":16},{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},"2026-07-16T06:00:52.479995",{"slug":587,"name":587,"fn":588,"description":589,"org":590,"tags":591,"stars":23,"repoUrl":24,"updatedAt":612},"dashboard-builder","build full-stack dashboard applications","Build full-stack dashboard applications using React\u002FNext.js + shadcn\u002Fui + Tailwind CSS + Recharts + Express with customizable data sources. Use when creating data visualization dashboards, business intelligence interfaces, monitoring systems, KPI displays, analytics platforms, or any project requiring data visualization with modern UI components and dynamic effects.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[592,593,594,597,600,603,606,609],{"name":388,"slug":389,"type":16},{"name":391,"slug":392,"type":16},{"name":595,"slug":596,"type":16},"Express","express",{"name":598,"slug":599,"type":16},"Frontend","frontend",{"name":601,"slug":602,"type":16},"Next.js","next-js",{"name":604,"slug":605,"type":16},"React","react",{"name":607,"slug":608,"type":16},"shadcn\u002Fui","shadcn-ui",{"name":610,"slug":611,"type":16},"Tailwind CSS","tailwind-css","2026-07-16T06:01:27.983011",{"slug":614,"name":614,"fn":615,"description":616,"org":617,"tags":618,"stars":23,"repoUrl":24,"updatedAt":627},"image-generation","generate images from text descriptions","Image generation skill based on Alibaba Cloud DashScope, supporting the creation of high-quality hand-drawn or standard images from user descriptions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[619,622,625],{"name":620,"slug":621,"type":16},"Creative","creative",{"name":623,"slug":624,"type":16},"Generative Art","generative-art",{"name":626,"slug":614,"type":16},"Image Generation","2026-07-16T06:01:27.641573",10]