sprucelabsai / sprucebot-cli

A wicked powerful, yet simple command line program to empower skills developers to change the world.
http://sprucebot.com
3 stars 7 forks source link

sprucebot-cli

Hey, I'm Sprucebot! This CLI was designed to give you the tools you need to begin building skills to help brick-and-mortar businesses thrive in the Internet age.

Our goal is to connect people, not replace them. So make sure your skill promotes human-to-human connection.

Watch Vignette 1

Skills Development

First there were desktop applications, then mobile apps, now we are entering the Decade of the Skill! 💥💥💥

They are the next step in App Evolution. They are interface agnostic. They react to real world events.

Beyond reacting JUST voice commands (Alexa -COMING SOON-, Google Home -COMING SOON-, HomePod -COMING SOON-). I can chat through pretty much any interface (sms, Facebook Messenger -COMING SOON-, etc.), I know when teammates arrive at work, when guests arrive at local businesses, when business owners ask to borrow a ladder from a neighbor -COMING SOON-, when guests message a business, EVEN WHEN SOMEONE BOOKS A HAIRCUT!! 💇

But, to be clear; I take privacy very seriously and as a Skills Developer, I'm not gonna share much with you. Seriously, all you'll get is the guest's first name and a link to their profile photo in a few sizes. Oh, and you can only access data your skill collects. All data shared between skills is done through the emitting of events.

Anyway, what was I saying before things got all serious?

It's the ultimate social network, and with your skills giving me the power to facilitate amazing experiences, brick-and-mortar, ma and pa shops will live long into the future. 🌲🤖

Prerequisites

Installation

npm i -g @sprucelabs/sprucebot-cli

Getting Started Building Your Skill

Before you build your first Skill, you need to setup a business, lets do that!

  1. Visit https://platform.spruce.ai and login.
  2. Scroll to the bottom of the page and tap Add My Location.
  3. Once your location is created, you can start to dev your first skill!
  4. npm i -g @sprucelabs/sprucebot-cli
  5. cd ~/path/to/dev/folder
  6. sprucebot skill create
  7. Follow steps and change the world! 💪
  8. Be sure to select a version that matches 7.4.x (not canary).

Skill Commands

This is where the magic happens!

User Commands

Requires you to have an account at your chosen remote (probably platform.spruce.ai).

Simulator Commands

When your skill needs to respond to different events (enter, leave), you need to simulate them locally.

Once the simulator is running, you can press different keys to simulate events. You'll see when you get there.

Platform Development

This section is only relevant if you've been given permission to work directly on my core systems.

Prerequisites

Platform Commands

Developer Guidelines