0.38.0 • Published 2 years ago

saihubot-skill-diagnostics v0.38.0

Weekly downloads
19
License
MIT
Repository
github
Last release
2 years ago

Saihubot-skill-diagnostics

Saihubot-skill-diagnostics provide 3 default skills: ping, time, echo that works for HTML and Command Line.

Install

npm install saihubot-skill-diagnostics

(in html)

import { skills } from 'saihubot-skill-diagnostics/index.js'

(in module)

import { skills } from 'saihubot-skill-diagnostics'

then you can include via

new SaihuBot({
  ...
  skills: [...skills],
});

Or if you want import one of the skill from the skills set

import { skillPing } from 'saihubot-skill-diagnostics'
new SaihuBot({
  ...
  skills: [skillPing],
})

Ping skill

me: ping
bot: PONG

:clock2: Time skill:

me: time
bot: Device time is Fri Aug 05 2016 21:22:11 GMT+0800 (CST)

:loudspeaker: Echo skill:

me: echo Hello World!
bot: Hello World!

Imgur

:clock2: Current Time skill:

me: time
bot: Device time is Fri Aug 05 2016 21:22:11 GMT+0800 (CST)
0.38.0

2 years ago

0.37.0

3 years ago

0.36.0

3 years ago

0.35.0

3 years ago

0.34.0

3 years ago

0.33.0

3 years ago

0.30.6

4 years ago

0.30.0

4 years ago

0.29.0

4 years ago

0.28.0

4 years ago

0.27.0

4 years ago

0.26.0

4 years ago

0.25.0

4 years ago

0.24.0

4 years ago

0.23.0

4 years ago

0.22.0

4 years ago

0.21.0

4 years ago

0.20.0

4 years ago