Agent Plugins Marketplace
All plugins

polaris-api-conventions

v0.3.2

Client guide for the Polaris IP-management and monitoring REST API (/api/v1): bearer tokens bound to roles, error and status conventions, filter-don't-403 NOC feeds, search scopes, device onboarding (create a device, wire its monitoring credentials, enable monitoring), IPAM blocks/networks/reservations, the SIEM quarantine flow and the events audit tail, generated from the Polaris /api developer page.

Claude Code1 Skill

By Rogers Group — David MooreLicense: AGPL-3.0-only0 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install polaris-api-conventions for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install polaris-api-conventions@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rogers-group-inc/polaris-api-conventions

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

polaris-api-conventions/
├── .claude-plugin/plugin.json
└── skills/polaris-api-conventions/SKILL.md

Included Skills1

polaris-api-conventionsskills/polaris-api-conventions/SKILL.md

Client guide for the Polaris IP-management and monitoring REST API (/api/v1): bearer tokens bound to roles, error envelope and status conventions, filter-don't-403 dashboard/NOC feeds, search scopes, IPAM blocks/networks/reservations, the SIEM quarantine flow, and the events audit tail, with curl examples. Load when a project calls a Polaris server, needs a POLARIS_TOKEN, quarantines a device from a SIEM/EDR, builds a NOC wallboard or inventory sync, or asks what a Polaris endpoint returns.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "polaris-api-conventions",
  "displayName": "Polaris API conventions",
  "version": "0.3.2",
  "description": "Client guide for the Polaris IP-management and monitoring REST API (/api/v1): bearer tokens bound to roles, error and status conventions, filter-don't-403 NOC feeds, search scopes, device onboarding (create a device, wire its monitoring credentials, enable monitoring), IPAM blocks/networks/reservations, the SIEM quarantine flow and the events audit tail, generated from the Polaris /api developer page.",
  "author": {
    "name": "Rogers Group — David Moore"
  },
  "license": "AGPL-3.0-only",
  "sourceApiHtmlSha256": "d7fa9bf5ba859ca131a5b3e0123ded08d707cf8550b94a43d5e0ab1a24e7aa4b"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[polaris-api-conventions on Agent Plugins Marketplace](https://pluginsmp.com/plugins/polaris-api-conventions)