OpenVoiceOS / ovos_skill_manager

skill installer for OVOS
Apache License 2.0
5 stars 6 forks source link

Add method to install skill via URL without SkillEntry/Appstore parsing #33

Closed NeonDaniel closed 3 years ago

NeonDaniel commented 3 years ago

Closes #30 Add method to install skill from URL (bypass search and most SkillEntry parsing) Add helper method get_skill_entry_from_url to build a minimal SkillEntry from a github url Add unit tests for added helper method