qoderwork-guidance

Manages QoderWork application capabilities through the built-in Connector key hierarchy.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/sliec/shared-files --skill qoderwork-guidance-sliec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qoderwork-guidance
Source: https://github.com/sliec/shared-files/tree/main/skills/qoderwork-guidance
Command: npx skills add https://github.com/sliec/shared-files --skill qoderwork-guidance-sliec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Users often need to check task status, manage connectors, configure MCP servers, or adjust QoderWork settings without navigating the UI manually. This Skill teaches the AI how to query and operate the QoderWork application itself through its built-in Connector, turning natural-language requests into precise control-plane operations. ## Core Features & Use Cases - Task & Session Management: Query recent or historical QoderWork tasks, inspect why a task is stuck, stop running tasks, send follow-up messages, and respond to pending AskUser or permission requests. - Connector & MCP Administration: Enable or disable builtin connectors (Apple, Microsoft 365, Browser, DingTalk, Feishu, Computer Use), install Market MCP servers, and add or update custom MCP servers. - Settings, Cron & Channels: Update preferences and system settings, manage scheduled cron tasks and run logs, and handle IM channel QR authentication and pairing for DingTalk, Feishu, WeChat, and WeCom. - Use Case: When a user asks "is my latest task done?" or "why is it stuck?", the Skill routes the AI to query qoderwork.tasks, inspect the task detail, and report status or respond to a pending AskUser prompt. ## Quick Start Ask the AI to check the status of your most recent QoderWork task and summarize what was done.

Frequently Asked Questions about qoderwork-guidance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the status of my latest QoderWork task?

Query the qoderwork.tasks key to list recent tasks, then query qoderwork.tasks.{chatId} for the target task's detail. The detail response includes status, recent messages, tool calls, and any pending AskUser or permission request.

How do I add a custom MCP server to QoderWork?

Call qw_action on qoderwork.settings.connector.custom with action add, providing a name and a config object with either command and args for stdio servers or a url for SSE/HTTP servers. The MCP pool reloads automatically after adding.

Can the AI enable Computer Use desktop control automatically?

No. The enable action on the Computer Use connector only returns a safety notice. The user must turn on Computer Use manually in the QoderWork settings UI, though the AI can query status, disable it, or open the settings page.

How do I respond to a task waiting on an AskUser question?

First query qoderwork.tasks.{chatId} to confirm a pending ask_user_question request, then call execute with operation respond, response answer, and an answers map pairing question headers with selected option labels.

Why can't the AI edit IM channel credentials directly?

Channel configuration CRUD is intentionally UI-only for security. The Connector can query masked config, enable or disable channels, run QR authentication, and manage pairings, but credential edits must be confirmed by the user in the Channels UI.

What is the difference between QoderWork tasks and cron tasks?

QoderWork tasks are conversation chats listed under qoderwork.tasks, while cron tasks are scheduled jobs under qoderwork.cron. Creating new scheduled tasks uses the separate qoder_cron tool, not the Connector.