/skill-help

💬 A skill to provide help for opsdroid

Primary LanguagePythonApache License 2.0Apache-2.0

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.