Newer
Older
skill-ovos-flowtoys / res / desktop / skill.json
@NeonDaniel NeonDaniel on 13 Mar 2023 1 KB Declare alpha stable
{
    "authorname": "OpenVoiceOS",
    "foldername": "skill-ovos-date-time",
    "url": "https://github.com/OpenVoiceOS/skill-ovos-date-time",
    "branch": "v0.0.3",
    "license": "apache-2.0",
    "tags": [
        "world-clock",
        "date",
        "time",
        "Daily",
        "clock",
        "date-time",
        "world-time",
        "permissive-license"
    ],
    "short_description": "Get the time, date, day of the week",
    "last_updated": "2022-10-11T16:36:06Z",
    "icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg",
    "skillname": "Date and Time",
    "description": "Get the local time or time for major cities around the world.  Times\nare given in 12-hour (2:30 pm) or 24-hour format (14:30) based on the\nTime Format setting at [Home](https://home.mycroft.ai/#/setting/basic)\n\nTime can optionally be shown on a display, like a digital clock.  See\nthe [Skill Setting](https://home.mycroft.ai/#/skill).",
    "examples": [],
    "credits": [
        "Mycroft AI (@MycroftAI)"
    ],
    "category": "Daily",
    "categories": [
        "Daily"
    ],
    "requirements": {
        "python": [
            "timezonefinder",
            "pytz>=2022.1",
            "ovos_workshop~=0.0, >=0.0.11a4",
            "geocoder",
            "tzlocal>=1.3",
            "ovos-utils~=0.0, >=0.0.28a4",
            "holidays~=0.12"
        ],
        "skill": [],
        "system": {}
    },
    "desktopFile": false
}