AI Agent Hub
Back to skills
WorkBuddy User Guide icon

WorkBuddy User Guide

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_73de2035/workbuddy-guide.

About this skill

Problems It Solves

WorkBuddy is a feature-rich AI workspace integrating connectors, experts, automation, Teams collaboration, human-machine co-editing, and more. Users often encounter specific pain points during usage:

  • Configuration and Connection Failures: Connector errors (e.g., error codes 1001, 3002), incompatible environments, or proxy settings preventing tool invocation.
  • Unclear Feature Usage: Lack of clarity on creating experts, setting up automation tasks, using human-machine co-editing for documents, or operating the data library and design creative functions.
  • Onboarding Barriers for Beginners: No clear starting path amidst numerous features, leading to confusion during initial setup.
  • Suboptimal AI Behavior: Inaccurate AI responses, formatting issues, or irrelevant answers, requiring personalization without knowing the methods.
  • Inefficient Troubleshooting: Attempts to resolve issues often fail without a systematic diagnostic process.

How the Skill Works

This guide acts as a reference manual for WorkBuddy, employing core capabilities and key steps to address these problems:

Core Capability: Layered Retrieval and Structured Knowledge

  • Three-Layer Retrieval System: Starts with quick cards in references/05-quick-cards.md, progresses to deep documents (e.g., references/troubleshooting.md), and finally references official documentation. This avoids overwhelming beginners with lengthy texts.
  • Keyword Quick-Reference Table: Maps natural language queries to technical keywords and corresponding documents. For example, "can't connect" maps to MCP failure, automatically matching to references/02-connector-troubleshooting.md.
  • Integrated Diagnostic Tools: Provides scripts/check_env.py for one-click environment checks (proxy, connectors, experts), supporting --fix for auto-repairing JSON and proxy configurations, and --collect-logs for exporting sanitized snapshots for deep analysis.
  • Auto-Matching Trigger Rules: When WorkBuddy-related issues are mentioned in conversation (e.g., feature names, errors, configurations), the manual loads automatically. It covers 14 scenarios, including connector failures, expert creation, and automation setup.

Key Steps: From Problem to Solution

  1. Problem Identification and Matching: Users describe an issue (e.g., "connector error 401"), and the system loads relevant reference files based on trigger rules (e.g., Scenario 2: describing WorkBuddy errors).
  2. Step-by-Step Troubleshooting: Follows a tiered repair path—for instance, in references/02-connector-troubleshooting.md, first check Level 1 fix (common cause: proxy not running), then Level 2 fix (verify API credentials), and finally validate (run check_env.py).
  3. Personalized Configuration: Uses the Soul.md system to define AI behavior with a chat-based step-by-step guide (asking only one question at a time):
    - Defines six rules covering core personality, speaking style, work principles, etc.
    - For example, setting "disable pleasantries" to reduce AI-like responses, or "one-shot confirmation" for efficiency.
  4. Advanced Scenario Support:
    - Automation Tasks: Refer to the RRULE template library in references/04-automation-patterns.md to set scheduled tasks (e.g., daily backups).
    - Team Collaboration: Use references/13-teams-collaboration.md to configure project boards and task workflows.
    - Multi-Device Sync: Check operations like phone remote control to computer or lock-screen remote in references/10-interaction-modes.md.
  5. Official Documentation Retrieval: When reference files are insufficient, use WebFetch to actively query links like https://www.codebuddy.cn/docs/workbuddy/Overview for the latest information.

Application Boundaries and Caveats

This guide is designed as read-only reference focused on usage guidance. The following cases are out of scope:

  • Pure Programming Issues: E.g., writing functions or debugging code—should be handled directly by AI without passing through this manual.
  • Modifying Skill Files Themselves: Requires exiting this skill and requesting AI to edit files directly.
  • Version Update Log Details: Documentation may lag; it's recommended to use WebFetch to check the official Changelog.
  • Specific Connector API Details: Connector docs are self-described by MCP tools; you can query AI directly.
  • Non-Reproducible One-Time Failures: Run check_env.py to obtain a diagnostic report and submit it to AI for analysis.

Handling Ambiguous Issues: For example, if a user says "WorkBuddy is slow," the system first asks clarifying questions to distinguish between network lag, slow response, or too many files, then provides targeted troubleshooting paths. This ensures each interaction focuses on one specific problem without dumping all possibilities.

Usage Principles:
- Retrieval Priority: Quick cards → deep documents → official documents, without skipping layers.
- Read Granularity: Use scripts/quick-search.sh to grep keywords first, then read paragraphs, avoiding full-file loading.
- Update Maintenance: Append troubleshooting experiences to the "Pitfall Experiences" section of corresponding files to keep the manual practical.

Use Cases

  • When WorkBuddy connectors error out (e.g., error codes 401 or 3002), run the check_env.py diagnostic script, cross-reference the quick cards to pinpoint issues like proxy inactivity or invalid API credentials, and follow the tiered repair path.
  • When needing to set up automation tasks—for example, syncing local project documents to the IMA knowledge base every Friday afternoon—consult references/04-automation-patterns.md to query RRULE syntax and configure trigger rules.
  • Using human-machine co-editing to work on a Tencent Docs file, select a product description paragraph, then have AI optimize the wording based on the speaking style defined in Soul.md, with real-time collaborative edits in the sidebar.
  • As a team lead, you need to follow role-based routes to differentiate WorkBuddy entry points for HR, developers, and other roles, including creating expert teams to handle employee training or code review tasks.

Best For

  • IT support staff who frequently handle WorkBuddy connector failures and need a systematic troubleshooting guide with error code quick reference.
  • Operations specialists maintaining team knowledge bases who need to auto-archive scattered documents to IMA and set up periodic sync tasks.
  • Project managers working remotely across devices who need to execute urgent tasks from a phone with lock-screen remote control and monitor progress.
  • Content managers who want to customize AI behavior to align with team standards by defining core personality and work principles via Soul.md.