New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cli4ai/github

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cli4ai/github

GitHub CLI wrapper for notifications, repos, and activity

Source
npmnpm
Version
1.0.12
Version published
Weekly downloads
17
750%
Maintainers
1
Weekly downloads
 
Created
Source

@cli4ai/github

Official @cli4ai package • https://cli4ai.com • Install cli4ai: npm i -g cli4ai

Fast GitHub CLI wrapper (powered by the gh CLI).

Setup

npm i -g cli4ai
cli4ai add -g github
  • Authenticate GitHub CLI: gh auth login
  • If gh isn’t installed, cli4ai run github … will prompt you to install it.

Commands

cli4ai run github notifs                    # Your notifications
cli4ai run github repos [user]              # List repos (default: you)
cli4ai run github activity <user>           # Recent activity
cli4ai run github starred [user]            # Recently starred repos
cli4ai run github issues <owner/repo>       # Repo issues
cli4ai run github prs <owner/repo>          # Repo PRs
cli4ai run github releases <owner/repo>     # Repo releases
cli4ai run github watch <user>              # Quick summary (repos + activity)
cli4ai run github search <query>            # Search repos
cli4ai run github trending [language]       # Trending this week

Examples

cli4ai run github watch steipete
cli4ai run github repos badlogic
cli4ai run github trending typescript
cli4ai run github issues anthropics/claude-code

Keywords

cli4ai

FAQs

Package last updated on 21 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts