Skip to content

[BUG] Plugin not installed error #133

@Ivlad003

Description

@Ivlad003

Preliminary Checks

  • I have read the Code of Conduct
  • I have searched existing issues to ensure this is not a duplicate
  • This report contains only technical information about a bug

Affected Subagent

architect-reviewer, blockchain-developer a lot of

Bug Description

Hi team i use
cloude code router (@musistudio/claude-code-router)
https://github.com/musistudio/claude-code-router

Config:

{
  "LOG": false,
  "LOG_LEVEL": "debug",
  "CLAUDE_PATH": "",
  "HOST": "127.0.0.1",
  "PORT": 3456,
  "APIKEY": "",
  "API_TIMEOUT_MS": "600000",
  "PROXY_URL": "",
  "transformers": [],
  "Providers": [
    {
      "name": "openrouter",
      "api_base_url": "https://openrouter.ai/api/v1/chat/completions",
      "api_key": "{api_key}",
      "models": [
        "openai/gpt-5.1",
        "anthropic/claude-opus-4.5",
        "google/gemini-3-pro-preview",
        "x-ai/grok-code-fast-1"
      ],
      "transformer": {
        "use": [
          "openrouter"
        ],
        "x-ai/grok-code-fast-1": {
          "use": [
            "groq"
          ]
        }
      }
    }
  ],
  "StatusLine": {
    "enabled": false,
    "currentStyle": "default",
    "default": {
      "modules": []
    },
    "powerline": {
      "modules": []
    }
  },
  "Router": {
    "default": "openrouter,anthropic/claude-opus-4.5",
    "background": "openrouter,anthropic/claude-opus-4.5",
    "think": "openrouter,anthropic/claude-opus-4.5",
    "longContext": "openrouter,anthropic/claude-opus-4.5",
    "longContextThreshold": 60000,
    "webSearch": "openrouter,google/gemini-3-pro-preview",
    "image": ""
  },
  "CUSTOM_ROUTER_PATH": ""
}

Steps to Reproduce

/plugin marketplace add wshobson/agents
⎿ Error: Marketplace 'claude-code-workflows' is already installed. Please remove it first using '/plugin
marketplace remove claude-code-workflows' if you want to re-install it.

/plugin install architect-reviewer
⎿ Plugin "architect-reviewer" not found in any marketplace

/plugin install typescript-pro
⎿ Plugin "typescript-pro" not found in any marketplace

/plugin install blockchain-developer
⎿ Plugin "blockchain-developer" not found in any marketplace

Expected Behavior

instaled withou errors

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions