The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content

developer-portal

/plugin marketplace add git@code.siemens.com:developer/portal.git
/plugin install developer-portal@siemens-xcelerator-developer-portal
claude plugin marketplace add git@code.siemens.com:developer/portal.git
claude plugin install developer-portal@siemens-xcelerator-developer-portal
copilot plugin marketplace add git@code.siemens.com:developer/portal.git
copilot plugin install developer-portal@siemens-xcelerator-developer-portal
Setup SSH authentication

The plugin marketplace requires SSH access to the repository.

  1. Generate an SSH key (if you don't have one):

    ssh-keygen -t ed25519 -C "your-email@siemens.com"
    
  2. Add your public key to code.siemens.com:

    Copy the contents of ~/.ssh/id_ed25519.pub and add it to your SSH keys in your code.siemens.com profile settings.

  3. Test the connection:

    ssh -T git@code.siemens.com
    
  4. Run the marketplace add command above. The CLI will use your SSH key for authentication.

Troubleshooting: If you still see auth prompts, ensure your SSH agent is running and add your key:

eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519

Documentation

Available skills

SkillDescriptionUse it when…
find-docsSearch the Siemens Xcelerator Developer Portal (public or internal) for documentation, guides, and API references. Uses the MCP server when available; automatically triggers setup-mcp if not configured.You need to look up docs, find a product page, or answer a question about portal content.
setup-mcpInstall and authenticate the public or internal Developer Portal MCP server in Claude Code or GitHub Copilot. Executes the install command, verifies it, and runs the OAuth flow for the internal MCP.First-time MCP setup, switching between public and internal portals, or troubleshooting a missing MCP.