Metadata-Version: 2.4
Name: ovos-skill-wikihow
Version: 0.3.9a1
Summary: search wikihow by voice
Author-email: OpenVoiceOS <jarbasai@mailfence.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-wikihow
Keywords: ovos,skill,plugin
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pywikihow>=0.5.7
Requires-Dist: ovos-workshop<10.0.0,>=8.0.0
Requires-Dist: quebra-frases
Provides-Extra: test
Requires-Dist: ovoscope<2.0.0,>=1.5.0; extra == "test"
Requires-Dist: pytest<9,>=7.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0.0; extra == "test"
Requires-Dist: ovos-spec-tools<2.0.0,>=1.4.0a1; extra == "test"
Requires-Dist: ovos-padatious<2.0.0,>=1.8.0a1; extra == "test"
Requires-Dist: ovos-core<2.3.0,>=2.2.4a1; extra == "test"
Requires-Dist: ovos-workshop<10.0.0,>=8.3.0a1; extra == "test"
Requires-Dist: ovos-adapt-parser<2.0.0,>=1.6.0a1; extra == "test"
Requires-Dist: ovos-bus-client<3.0.0,>=2.2.0a1; extra == "test"
Requires-Dist: ovos-common-query-pipeline-plugin<2.0.0,>=1.1.8a1; extra == "test"
Requires-Dist: ovos-skill-wolfie<1.0.0,>=0.7.0a1; extra == "test"
Dynamic: license-file

# <img src='icon.png' width='50' height='50' style='vertical-align:bottom'/> WikiHow Skill

This skill answers "how to" questions for OpenVoiceOS. It gets step-by-step guides from [wikihow.com](https://www.wikihow.com/). You can ask for more detail on any step.

![](gui2.gif)

## Install

```bash
pip install ovos-skill-wikihow
```

## Examples
* "how to boil an egg"

## Related projects
* [OpenVoiceOS/ovos-workshop](https://github.com/OpenVoiceOS/ovos-workshop): the skill framework this skill runs on.
* [OpenVoiceOS/ovos-core](https://github.com/OpenVoiceOS/ovos-core): the assistant this skill plugs into.

## Credits
- JarbasAI
- [Wikihow](https://www.wikihow.com/)

## Category
**Daily**
**Information**

## Tags
#howto

## License
Apache-2.0
