Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

crewx-quickstart

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crewx-quickstart

Zero-friction scaffold for trying CrewX custom agents in under 30 seconds.

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

SowonAI CrewX Quickstart CLI

Generate a ready-to-run CrewX workspace in under 30 seconds:

npx crewx-quickstart
crewx q "@quickstart hi"

The first command scaffolds the required configuration files, Slack helper script, and documentation. The second command talks to the freshly provisioned @quickstart agent powered by the CrewX CLI (assumed to be installed).

Features

  • Zero-friction setup – copy-and-edit crewx.yaml with helpful comments
  • 🤖 Custom agent included@quickstart is configured for immediate use
  • 💬 Slack ready.env.slack placeholder + executable start-slack.sh
  • 📝 Guided documentation – README outlines next actions and tips
  • 🛡️ Safe overwrites – existing files are preserved unless --force is passed

Usage

npx crewx-quickstart [target-dir]

If target-dir is omitted, files are written into the current directory. The CLI will:

  • Create crewx.yaml, .env.slack, start-slack.sh, .gitignore, and README.md
  • Skip existing files unless you pass --force
  • Print the two follow-up commands (crew query + optional Slack launch)

Flags

  • --force, -f – overwrite existing files
  • --quiet, -q – suppress per-file logs (only success/failure output)

Development

# Install dependencies (none required right now)
npm install

# Run the CLI locally
node bin/crewx-quickstart.js demo-project

License

MIT © Sowon Labs

Keywords

crewx

FAQs

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