margins-setup

Installs the Margins CLI globally and configures authentication via OAuth or API keys for CI and development workflows.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/alvistar/margins-cli --skill margins-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: margins-setup
Source: https://github.com/alvistar/margins-cli/tree/main/margins-plugin/skills/margins-setup
Command: npx skills add https://github.com/alvistar/margins-cli --skill margins-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install the Margins CLI globally and configure authentication to enable immediate access to margins workflows.

Core Features & Use Cases

  • Global installation of the margins CLI
  • Authentication setup via OAuth login or API key
  • Verification steps to ensure readiness in development and CI

Quick Start

Run margins-setup to install the Margins CLI globally and configure authentication.

Frequently Asked Questions about margins-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the Margins CLI globally and set up authentication?

To install the Margins CLI globally and set up authentication, run the margins-setup process which handles global installation via npx GitHub distribution and configures your credentials for immediate agent access.

Can I use a static API key for Margins CLI authentication in CI pipelines?

Yes, you can use a static API key for Margins CLI authentication in CI and automation workflows. The setup supports both interactive browser-based OAuth login for development and static API keys for automated deployment pipelines.

What's the best way to verify Margins CLI installation and credentials are working?

The best way to verify Margins CLI installation and credentials is to follow the verification steps specified in the setup process, which check that the CLI is installed globally and credentials are validated for immediate usable access.

Do I need npx to install the Margins CLI from GitHub?

Yes, the setup process uses npx for GitHub distribution to install the Margins CLI globally. This approach ensures the latest version is fetched and installed without requiring manual download or package management.

Does Margins CLI setup support both interactive and automated authentication methods?

Yes, Margins CLI setup supports both interactive browser-based authentication for development environments and static API keys for CI and automation workflows, enabling flexible access across development and deployment contexts.

Why does my Margins CLI authentication fail after installation in CI?

If Margins CLI authentication fails after installation in CI, verify that you are using a static API key rather than interactive browser-based login, as CI and automation environments require static credentials for proper authentication.