🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

maacgo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maacgo

MAAC Go CLI — send Taiwan SMS from your terminal (NCC-compliant). Pairs with @maacgo/mcp for AI agents.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

maacgo

MAAC Go command-line interface · send SMS, tail delivery logs, check balance — all from your terminal.

npm install -g ./sdk/cli
maacgo login

maacgo login opens a browser, lets you sign in with GitHub, then stores a scoped API key in ~/.maacgo. You can also override auth with MAACGO_API_KEY, CRESCLAB_API_KEY, or --key.

Fastest setup:

  • Sign in with GitHub at https://sms.cresclab.com
  • Open API · 金鑰
  • Create a test or production key
  • Export it as MAACGO_API_KEY

Commands

maacgo send 0912345678 "訂單 #1234 已出貨"   # send one SMS
maacgo tail                                  # live delivery log (polls every 3s)
maacgo logs --limit 50 --status failed       # recent messages
maacgo metrics --days 7                      # aggregate stats
maacgo balance                               # wallet balance
maacgo login --prod                          # browser-assisted login, issue a production key
maacgo logout                                # remove stored key
maacgo --help                                # show all commands

Auth resolution order: --key flag → MAACGO_API_KEY env var → CRESCLAB_API_KEY env var → ~/.maacgo~/.cresclab.

License

MIT

Keywords

sms

FAQs

Package last updated on 07 May 2026

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