Qoder CN CLI

SkillProductivity

This skill lets your AI delegate a bounded coding task to the Qoder command-line tool and get a structured result back. The task runs non-interactively, so your AI hands off the work and receives the outcome in a form it can read and use.

Available today. Use it from your connected AI after setup.

Add the skill, then ask your AI to delegate a specific coding task to Qoder. Describe the task clearly so it stays bounded.

Then ask your AI: use the Qoder CN CLI skill

What your AI can do with it

  • Delegate a bounded coding task to Qoder
  • Get structured results back that your AI can read and act on
  • Run coding tasks without interactive back-and-forth
  • Hand off coding work while keeping the task clearly scoped

What this skill tells your AI

The instructions your AI receives, as published by cherryhq/cherry-studio in resources/code-cli-skills/code-mate-qoder/SKILL.md and read by ahel’s review.

Run

  1. Set the Bash working directory to the exact project the user named and set a finite timeout, normally 10 minutes.
  2. Check availability with command -v qoderclicn. If it is missing, stop and ask the user to install Qoder CLI in Code Mate.
  3. Run one stateless task:
qoderclicn -p "<prompt>" -o json --no-session-persistence

Code Mate installs the CN executable qoderclicn, not qoder. Pass the prompt as one quoted argument. Parse the JSON response and check is_error; published exit-code behavior is incomplete, so a zero exit alone is not success. Never start the interactive UI or a login flow.

Authentication And Permissions

If Qoder reports missing authentication, trust, model, or provider configuration, stop and ask the user to configure Qoder CLI in Code Mate. Never request, read, print, or copy credentials.

Headless mode denies permissions that would require asking. Keep that default for analysis. Only when the user explicitly requests workspace changes may the command select the narrowest non-default permission mode, and only after the target directory is trusted through Code Mate.

Example: ask Qoder to review a named file without editing, run the command above, and accept the result only when is_error is false.

Signals

GitHub stars
52k
Forks
5k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
code-mate-qoder
Source
github.com/cherryhq/cherry-studio