A private internal marketplace for Automata Network's Claude Code extensions. This repository provides a centralized catalog of plugins for discovering, installing, and managing Claude Code extensions across the Automata organization.
Note: This marketplace is accessible only within Automata Network.
If this repository is hosted on GitHub:
/plugin marketplace add automata-network/claude-pluginsFor other git hosting services:
/plugin marketplace add https://your-git-host.com/path/to/claude-plugins.gitFor local development:
/plugin marketplace add /path/to/claude-pluginsOnce the marketplace is added, you can install plugins:
# Install a specific plugin
/plugin install plugin-name@automata-claude-plugins
# Browse available plugins interactively
/plugin# List all configured marketplaces
/plugin marketplace list
# Update marketplace metadata
/plugin marketplace update automata-claude-pluginsTeam members can automatically install this marketplace by adding it to their project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"automata-claude-plugins": {
"source": {
"source": "github",
"repo": "automata-network/claude-plugins"
}
}
}
}When team members trust the repository folder, Claude Code will automatically install this marketplace and any plugins specified in the enabledPlugins field.
Currently, this marketplace contains no plugins. See CONTRIBUTING.md for information on adding plugins to this marketplace.
.claude-plugin/
marketplace.json # Main marketplace configuration
plugins/ # Optional: Host plugin source code here
See CONTRIBUTING.md for details on how to add plugins to this marketplace.
This marketplace is licensed under the MIT License. See LICENSE for details.