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.3
Version published
Weekly downloads
17
750%
Maintainers
1
Weekly downloads
 
Created
Source

@cli4ai/github

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

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

Setup

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

Commands

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

Examples

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

Keywords

c4ai

FAQs

Package last updated on 15 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