Skip to content

opsdroid/skill-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opsdroid skill help

A skill for opsdroid to respond with help strings from loaded skills.

Requirements

None.

Configuration

None.

Usage

help

Replies with all doc strings from loaded skill functions.

user: help

opsdroid: help: help - Displays this help message help_skill: help <skill_name> - Displays usage for provided skill

help <skill_name>

Replies with the doc string for provided skill.

user: help help

opsdroid: help - Displays this help message

Add your skill to the help output

Add a docstring to your skill. The format is: skill usage, -, and a description of the skill.

skill_name <required_parameter> [optional_parameter] - Description of the skill

The usage should follow the docopt format.

About

💬 A skill to provide help for opsdroid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages