It provides quotes and biographical facts about the philosopher Confucius. You can ask for a quote or learn about his life.
Yes! If your device has a GUI (like a smart screen), it will show a portrait of Confucius along with the text of the quote or biographical fact.
The skill is fully localized and supports:
- English (
en-us) - Portuguese (
pt-pt) - German (
de-de) - Danish (
da) - Spanish (
es-es) - Basque (
eu) - Catalan (
ca-es)
No. This is a free and open-source skill, part of the OpenVoiceOS ecosystem.
This package uses pyproject.toml with setuptools as the build backend. It supports dynamic versioning by reading from version.py.
The source of truth for the version is in version.py within the START_VERSION_BLOCK markers.
This repository uses the latest gh-automations@dev workflows, including:
release_workflow.yml: Alpha releases on PR merge.publish_stable.yml: Stable releases on push to master.skill_check.yml: Locale andskill.jsonvalidation.coverage.yml: Automated test coverage reporting.license_check.yml: Dependency license auditing.sync_translations.yml: Automated translation synchronization.
You can run tests using pytest:
uv run pytest test/For coverage reporting:
uv run pytest --cov=ovos_skill_confucius_quotes test/