polylane-cli

Installation
SKILL.md

Polylane CLI — Agent Skill Guide

polylane wraps the Polylane platform with agent-friendly commands. Top-level commands map to tasks an agent actually performs; the full API surface is available under polylane api as an escape hatch.

Full docs: https://docs.polylane.com (model-readable, no auth required). Start at https://docs.polylane.com/getting-started, and see https://docs.polylane.com/llms.txt for an agent-oriented index. This skill is the quick reference; the docs are the source of truth for concepts, the automation schema (triggers / actions / destinations), and the full API. When a task goes beyond what's below, read the docs rather than guessing.

Prerequisites

# Install (pick one — see README for the full list)
npm install -g @coreplane/polylane
# curl -fsSL https://polylane.com/install.sh | bash
# brew install coreplanelabs/tap/polylane
Installs
4
First Seen
Jun 10, 2026
polylane-cli — coreplanelabs/cli