Skip to content
@open-cli-collective

open-cli-collective

Open CLI Collective

Table of Contents

Meta

What's the Point?

An open source collective focused on CLI utilities, largely for LLM orchestration—but there's no reason humans can't use them too.

Who We Are

Anyone can join if they contribute well. That's it.

Where to Find It

All CLIs are distributed through the same channels:

Platform Method
macOS Homebrew via open-cli-collective/tap
Windows Chocolatey, Winget
Linux APT (Debian/Ubuntu), DNF/YUM (Fedora/RHEL), Snap, Homebrew
All Binary downloads from GitHub Releases, go install

Software

cfl - Confluence CLI

A command-line interface for Atlassian Confluence Cloud. Manage pages from the terminal with markdown-first authoring—write and view pages in markdown, auto-converted to/from Confluence format. Search with CQL, manage attachments, and open pages in browser.

jtk - Jira Ticket CLI

A command-line interface for managing Jira Cloud tickets. List, create, update, and search issues. Manage sprints and boards, add comments, perform transitions.

hspt - HubSpot CLI

A command-line interface for HubSpot CRM. Manage contacts, companies, deals, tickets, and engagements. Access marketing features like forms and campaigns, CMS content, and workflows. Includes GraphQL support for advanced queries.

sfdc - Salesforce CLI

A command-line interface for Salesforce. Query data with SOQL, search across objects, manage records, and check org limits. OAuth authentication with secure token storage.

slck - Slack CLI

A lightweight CLI for the Slack Web API. Send messages, manage channels, search—designed for automation, CI/CD pipelines, and scripting. Not the official Slack CLI (that's for building Slack apps).

nrq - New Relic CLI

A CLI for New Relic APIs. APM applications, alert policies, dashboards, deployments, entities, log parsing rules, NerdGraph queries, NRQL, synthetic monitors, and user management.

gro - Google Workspace Read-Only CLI

A read-only CLI for Google services. Gmail, Calendar, Contacts, and Drive access using only readonly OAuth scopes. Search, view, and download without any write capabilities.

cpm - Claude Plugin Manager

A terminal UI for managing Claude Code plugins. Two-pane TUI with clear scope indicators (global/project/local), batch operations, search, and keyboard/mouse support.

Theme collection for the kitty terminal emulator. Installable via Homebrew.

Conventions

Builds

All Go CLIs use the same build toolchain:

  • Go 1.22+ required
  • Cobra for command framework
  • golangci-lint for linting
  • Make for build orchestration

Standard targets:

make build   # Build binary
make test    # Run tests
make lint    # Run linter

Popular repositories Loading

  1. slack-chat-api slack-chat-api Public

    Command-line interface for Slack

    Go 5 2

  2. confluence-cli confluence-cli Public archive

    [ARCHIVED] Consolidated into atlassian-cli. Run: brew upgrade cfl

    Go 3 2

  3. cpm cpm Public

    Claude plugin manager that helps you view & install Claude plugins on a per-project basis, with a better UX than Claude Code.

    Go 1

  4. atlassian-cli atlassian-cli Public

    CLI tools for Atlassian products and capabilities

    Go 1 1

  5. newrelic-cli newrelic-cli Public

    Command-line interface for New Relic

    Go

  6. gmail-ro gmail-ro Public archive

    Read-only command-line interface for Gmail

    Go

Repositories

Showing 10 of 17 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…