Skip to main content
Extensions

Custom extension publishing guide

Build personal Skills and Plugins or add a custom MCP server in Qoder CN.

Qoder CN lets you create or import extensions for use on the current device. Choose the extension type based on the problem you want to solve:
  • Skill for a reusable method or specialized workflow.
  • Plugin for a package of related capabilities, such as Skills, Agents, connectors, commands, rules, or Hooks.
  • Connector for tools exposed by an external service or custom MCP server.

Create or upload a Skill

  1. Open Extensions → Skills.
  2. Select Add Skills.
  3. Choose Create with Qoder for guided creation in a new task, or Upload Skill to import a ZIP or SKILL.md file.
  4. Review the generated or imported files.
  5. Confirm the Skill appears under Installed, then test it with a low-risk task.

Create or upload a Plugin

  1. Open Extensions → Plugins.
  2. Select Add Plugins.
  3. Choose Create with Qoder or Upload Plugin.
  4. Inspect every packaged component and external dependency.
  5. Confirm the Plugin appears under Installed and test one capability at a time.

Add a custom Connector

Open Extensions → Connectors, select Add Connector, then configure Add custom MCP with Form or JSON. The user-level configuration is stored in mcpServers within ~/.qoder/settings.json.

Review before use

Check names and descriptions so Qoder CN can select the right capability. Review scripts, Hooks, commands, endpoints, required accounts, and requested permissions. Never include real credentials in sample files or task text.