Hello world

Hello world

Version 1.2.0productivityView source on GitHub

A minimal example skill that demonstrates the shape of a Kensio plugin. Use it to verify that the marketplace is wired up correctly.

Install it

As a plugin

hello-world@kensio
/plugin marketplace add KensioSoftware/kensio.ai
/plugin install hello-world@kensio

As an npm package

@kensio/hello-world
npm install @kensio/hello-world

What it does

Hello World

A placeholder skill whose only job is to prove the install path works end to end: marketplace → plugin → skill → loaded into the session.

What to do

When this skill is invoked, tell the user:

  1. That the hello-world skill from the kensio marketplace loaded successfully.

  2. Which install channel they appear to be using, if it is obvious from the conversation (marketplace, npm package, or downloaded archive).

  3. That this is an example skill and can be safely uninstalled:

    /plugin uninstall hello-world@kensio

Keep the reply to a couple of sentences. Do not do any other work on the basis of this skill.