This release is a pre-release and may not be stable for production use.
OVOS Pokémon Battle Assistant
This is an OpenVoiceOS (OVOS) skill for child-friendly voice queries about Pokémon. The skill gets stats, types, moves, and abilities from the public PokeAPI, and it gives simple battle predictions based on type advantage. It supports en-US, es-ES, fr-FR, it-IT, and pt-PT.
denix wrote the original skill on Codeberg. This fork lives under OpenVoiceOS for ongoing maintenance.
Features
- Get Pokémon info: "Tell me about [Pokemon Name]"
- Get Pokémon moves: "What moves does [Pokemon Name] have?"
- Get Pokémon type: "What type is [Pokemon Name]?"
- Battle comparison: "Who wins between [Pokemon A] and [Pokemon B]?"
Entity hints
The skill ships locale/<lang>/intents/pokemon_a.entity and pokemon_b.entity, each a full list of Pokémon names, for the {pokemon_a}/{pokemon_b} slots in the battle-comparison intent. These are hints, not a closed list: a Pokémon name not on the list still fills the slot and is looked up against the PokeAPI; listed names simply match with more confidence. ovos-workshop (>=9.5.0a1) registers every shipped .entity file automatically when the skill's language resources are loaded, so nothing needs to be configured for this.
Installation
pip install ovos-skill-pokepedia
Development
# Install the skill and test dependencies
pip install -e . -r test/requirements.txt
# Run the tests
pytest test/
Related projects
- OpenVoiceOS/OVOS-workshop: the skill framework this skill builds on.
- OpenVoiceOS: the org that maintains this fork.
License
MIT License
Release files for ovos-skill-pokepedia 1.2.2a1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ovos_skill_pokepedia-1.2.2a1.tar.gz | 145.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ovos_skill_pokepedia-1.2.2a1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 464.6 kB
Release files / ovos_skill_pokepedia-1.2.2a1.tar.gz
| Download URL | ovos_skill_pokepedia-1.2.2a1.tar.gz |
|---|---|
| Size | 145.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ee14662c1a68182cf4054b39797a556052a04c023e8d3ae10c93e49a97ed2e40
|
|
BLAKE2b-256 checksum How to use checksums |
86f49af7523f3d3daede6d4a8bae834e79a1c4e4d406ea7639a78259beb4f7db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / ovos_skill_pokepedia-1.2.2a1-py3-none-any.whl
| Download URL | ovos_skill_pokepedia-1.2.2a1-py3-none-any.whl |
|---|---|
| Size | 319.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
afd28cf3aaaa8c23c0c56f98ffcb16a6b1f0c08ee9ff56cee05f9fec817bb92b
|
|
BLAKE2b-256 checksum How to use checksums |
ccde5172a4dee5f6c392b5811487b094ab0e14d45eab514bb81610f8b04caa2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|