Skip to content

Skills not showing for remote(s) in Codex Desktop #18967

@justinTM

Description

@justinTM

What version of the Codex App are you using (From “About Codex” dialog)?

26.421.11020

What subscription do you have?

the $200 one

What platform is your computer?

Linux 6.1.159-181.297.amzn2023.x86_64 x86_64 x86_64

What issue are you seeing?

some of the Skills disappear after loading briefly when you select a remote instead of local in the dropdown.

for a few seconds the local skills show up, then disappear. sometimes reappear+disappear again:

Image

What steps can reproduce the bug?

  1. open Skills at the top of the sidebar
  2. install a skill with "local" selected in top right dropdown
  3. select "remote" in dropdown

at this point, the app should show then hide the skills

What is the expected behavior?

Skills on local should show up (with "+" button to install).

Additional information

  • local in chat:
Image
  • local in Skills:
Image
  • plugin is registered in the marketplace.json:

    # /home/USER/.agents/plugins/marketplace.json
    {
      "name": "local",
      "interface": {
        "displayName": "Local Plugins"
      },
      "plugins": [
        {
          "name": "plugin-eval",
          "source": {
            "source": "local",
            "path": "./plugins/plugin-eval"
          },
          "policy": {
            "installation": "INSTALLED_BY_DEFAULT",
            "authentication": "ON_INSTALL"
          },
          "category": "Coding"
        }
      ]
    }
  • marketplace is registered in config.toml:

# /home/USER/.codex/config.toml
[marketplaces.local]
last_updated = "2026-04-21T11:32:04Z"
source_type = "local"
source = "/home/USER"
  • restarted Codex Desktop Beta

  • remote has parallel codex server versions:

    • System Codex CLI:

      • codex-cli 0.121.0
    • VS Code extension bundled Codex:

      • codex-cli 0.119.0-alpha.28
    • Current running remote app-server:

      • /usr/bin/codex app-server --listen ws://127.0.0.1:9234

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appbugSomething isn't workingremoteskillsIssues related to skills

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions