Hello world
Hello world
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
/plugin marketplace add KensioSoftware/kensio.ai/plugin install hello-world@kensioclaude plugin marketplace add KensioSoftware/kensio.aiclaude plugin install hello-world@kensioAs an npm package
npm install @kensio/hello-worldWhat 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:
That the
hello-worldskill from thekensiomarketplace loaded successfully.Which install channel they appear to be using, if it is obvious from the conversation (marketplace, npm package, or downloaded archive).
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.