polaris-api-conventions
v0.3.2Client 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install polaris-api-conventions@agent-plugin-marketplacePaste 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-conventionsClone 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
├── .claude-plugin/plugin.json└── skills/polaris-api-conventions/SKILL.md
Included Skills1
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
{
"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"
}For maintainers
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)