Skip to content

automata-network/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automata Claude Plugins Marketplace

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.

Using This Marketplace

Add this marketplace to Claude Code

If this repository is hosted on GitHub:

/plugin marketplace add automata-network/claude-plugins

For other git hosting services:

/plugin marketplace add https://your-git-host.com/path/to/claude-plugins.git

For local development:

/plugin marketplace add /path/to/claude-plugins

Install plugins from this marketplace

Once the marketplace is added, you can install plugins:

# Install a specific plugin
/plugin install plugin-name@automata-claude-plugins

# Browse available plugins interactively
/plugin

Verify marketplace installation

# List all configured marketplaces
/plugin marketplace list

# Update marketplace metadata
/plugin marketplace update automata-claude-plugins

Automatic Installation for Teams

Team 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.

Available Plugins

Currently, this marketplace contains no plugins. See CONTRIBUTING.md for information on adding plugins to this marketplace.

Marketplace Structure

.claude-plugin/
  marketplace.json    # Main marketplace configuration
plugins/              # Optional: Host plugin source code here

Contributing

See CONTRIBUTING.md for details on how to add plugins to this marketplace.

License

This marketplace is licensed under the MIT License. See LICENSE for details.

Resources

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages