跪拜 Guibai
← All articles
OpenAI · AI Programming · Agent

Alibaba's QoderWork Puts a Full Desktop Agent Suite Behind a Chinese Login

By 沉默王二 ·
Read original on juejin.cn ↗ Google Translate ↗ Alt translation

A full desktop agent with browser control, file access, and IM delivery is now available behind a Chinese account, with a pricing model that drops to 20% cost during off-peak hours. Developers outside China who rely on Codex or Claude Code now have a credible fallback that outputs runnable code, not just chat replies.

Summary

QoderWork CN bundles browser control, computer control, scheduled tasks, and IM integrations into a single desktop app available on macOS and Windows. It ships with four modal workbenches — general, design, writing, and slides — each tuned for a specific output. The design workbench treats UI generation as "Code as Design," producing complete project structures with .tsx files from a prompt and a style reference, not flat mockups. The slides workbench splits PPT creation across multiple agents handling outlines, themes, and speaker notes, exporting to PDF, HTML, or PPTX.

Ten expert suites cover product management, contract law, equity investment, and other professional domains. Each suite bundles slash-commands, pre-wired tool interfaces, and an industry knowledge base. A product design suite, for instance, chains 28 commands from problem framing through visual mood boards to a near-10,000-word PRD with design asset paths and technical constraints.

Skills are plain Markdown files in a local folder, compatible with Claude Code Skills for zero-cost migration. Connectors let the agent reuse your existing Chrome login sessions, so it can operate Xiaohongshu, Zhihu, or Bilibili without separate credentials. Scheduled tasks run unattended and can push results to DingTalk, Feishu, or WeChat. A double-tap of the Command key snaps the foreground window as context, and a "consciousness" module promotes cross-session memories into long-term Markdown storage while suggesting skill automation for repeated tasks.

Takeaways
QoderWork CN runs on macOS and Windows and controls browsers, local files, and desktop apps through natural-language prompts.
Four workbenches — general, design, writing, slides — each optimize the agent's behavior for a specific output format.
The design workbench generates complete project structures with .tsx files, not static images, and supports one-click handoff to Qoder IDE.
Over 100 built-in style references and multiple component libraries are available inside the design workbench.
The slides workbench splits PPT creation across multiple agents and exports to PDF, HTML, or PPTX with auto-generated speaker notes.
Ten expert suites ship with slash-commands, tool interfaces, and knowledge bases for domains like product management, contract law, and equity investment.
A product design suite chains 28 commands from problem framing to a near-10,000-word PRD with design asset paths.
Skills are plain Markdown files in `~/.qoderworkcn/skills/` and are format-compatible with Claude Code Skills.
Browser connector installs as a Chrome extension and reuses existing login sessions, so agents can operate authenticated platforms without separate credentials.
Computer control requires accessibility and screen-recording permissions; the agent can then click, type, and navigate desktop apps.
Scheduled tasks support six trigger frequencies and can call installed Skills, use connectors, and push results to IM channels.
IM channels bind DingTalk, Feishu, Lark, WeChat, or WeCom, letting a phone message trigger desktop agent tasks.
Double-tapping the Command key captures the foreground window as context for the AI without manual screenshots.
A 'consciousness' module stores cross-session memories as local Markdown and suggests Skill automation when it detects repeated tasks, using Fork Sessions that keep extra cost under 5%.
Night-mode model switching to Qwen3.7-Max drops the Credits multiplier from 0.5× to 0.1× — an 80% discount with no capability change.
New users get the first month of Pro free; verified students and teachers receive an additional 4,000 Credits.
Conclusions

QoderWork is not a coding copilot — it is a desktop automation platform that happens to generate code, which changes the comparison set from Cursor or Copilot to Codex or a lightweight RPA tool.

The 'Code as Design' approach means the design workbench outputs a real project tree, not a Figma mockup. That collapses the handoff gap between design and development into a single prompt.

Skill compatibility with Claude Code is a deliberate interoperability play: it lowers the switching cost for developers who have already invested in building custom Skills elsewhere.

Reusing the browser's existing login state sidesteps the credential-management headache that makes most browser agents impractical for platforms with strict session policies.

The 80% off-peak pricing discount is a quiet signal that inference cost is the main lever these platforms use to manage margin, and users who schedule work overnight can cut their bill substantially.

Expert suites with chained slash-commands turn a general-purpose agent into a domain-specific workflow engine without requiring the user to write a single Skill — that is a different product philosophy from the 'build your own agent' approach of most Western tools.

The 'consciousness' module's automatic Skill suggestion from repeated tasks is a small feature that points toward agents that self-optimize over time, but the 5% cost cap on Fork Sessions shows the engineering discipline needed to make that affordable.

Concepts & terms
Code as Design
A workflow where a design tool outputs a complete, runnable project structure (e.g., .tsx files with component libraries) instead of static mockups, so the design artifact is directly usable by a development IDE.
Skill (QoderWork)
A plain Markdown file in a local folder that describes what an agent should do, when to trigger, and how to execute. Compatible with Claude Code Skills for direct migration.
Fork Session
A lightweight sub-session forked from a main conversation that reuses the original context. Used by QoderWork's consciousness module to run Skill-evolution tasks while capping extra cost at 5% of the main session.
Credits multiplier
A pricing coefficient applied to model usage. In QoderWork, switching to Qwen3.7-Max during night hours drops the multiplier from 0.5× to 0.1×, reducing cost by 80% without changing model capability.
Expert Suite
A pre-packaged bundle of slash-commands, tool interfaces, and domain knowledge for a specific profession (e.g., product management, equity investment). Installed and used without writing custom Skills.
Source: juejin.cn ↗ Google Translate ↗ Backup ↗