base44-cli
CLI for Base44 project initialization, authentication, entity schema management, and backend function deployment.
Install
npx skills add https://github.com/base44/skills --skill base44-cliStats
| Total installs | 965 |
| Weekly installs | 965 |
| GitHub stars | 69 |
| First seen | Jan 20, 2026 |
| Source | @base44/skills |
Summary
- Handles project creation, authentication, and resource management through npx base44 commands; check base44/config.jsonc existence to determine whether to use this skill (new projects) or hand off to base44-sdk (existing projects)
- Supports entity schema definition, backend function deployment with automations (CRON, entity hooks, scheduled triggers), agent configuration, and OAuth connector setup
- Requires mandatory authentication check (npx base44 whoami) at session start before executing any CLI operations
- Generates TypeScript types locally via npx base44 types generate to augment the @base44/sdk module with typed registries for entities, functions, agents, and connectors
Tags
Related skills
| Skill | Installs | vs base44-cli |
|---|---|---|
| claude-in-chrome-troubleshooting | 930 | -35 |
| crypto-report | 1,025 | +60 |
| asc-workflow | 936 | -29 |
| ctf-reverse | 995 | +30 |
| mcporter | 923 | -42 |
FAQ
- How many installs does base44-cli have?
- base44-cli has 965 total installs and 965 installs this week.
- Where is base44-cli hosted?
- base44-cli is published by @base44/skills at https://github.com/base44/skills.
- How many GitHub stars does base44-cli have?
- base44-cli has 69 GitHub stars.
- When was base44-cli first indexed?
- OrangeBot.AI first indexed base44-cli on Jan 20, 2026.
- How do I install base44-cli?
- Run: npx skills add https://github.com/base44/skills --skill base44-cli