fossasia/susi_skill_cms — explained in plain English
Analysis updated 2026-08-04 · repo last pushed 2020-04-29
Teach the SUSI assistant how to answer weather-related questions through a browser editor.
Create skills that translate phrases between languages for the voice assistant.
Build and test joke or trivia skills so the assistant can entertain users.
Collaboratively expand and refine the assistant's knowledge base with a team of volunteers.
| fossasia/susi_skill_cms | yyx990803/vue-hooks | justjavac/flarum | |
|---|---|---|---|
| Stars | 1,575 | 1,588 | 1,550 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2020-04-29 | 2020-04-29 | 2020-07-15 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Repository is archived, users should clone and install dependencies, but active development has moved to the main SUSI.AI codebase.
SUSI Skill CMS is a web-based editor for creating and modifying the "skills" that power SUSI.AI, an open-source voice assistant similar to Alexa or Google Assistant. Think of it as a content management system where contributors can write, test, and refine how the AI responds to user requests. At a high level, it provides a browser interface where you can build out the assistant's capabilities without needing to deeply understand the underlying code. A "skill" is essentially a set of instructions that tells SUSI how to handle a specific question or task. This project gave people a structured place to manage those instructions, making it easier for a community of volunteers to collectively expand what the assistant could do. The main audience for this tool was open-source contributors and developers working on the SUSI.AI ecosystem. For example, if you wanted to teach the assistant how to answer questions about the weather, translate phrases between languages, or tell jokes, you would use this editor to define the exact conversational rules. It allowed a distributed team of volunteers to collaboratively build and improve the assistant's knowledge base. It is worth noting that this repository is now archived. The project's maintainers merged this skill editor directly into the main SUSI.AI web application, and all active development has moved to a unified codebase. The original tool served as a dedicated space for building the assistant's brain, but that functionality now lives within the primary project rather than as a standalone tool.
A browser-based editor that let volunteers create and refine the conversational skills powering SUSI.AI, an open-source voice assistant. The repo is now archived, its features merged into the main SUSI.AI web app.
Mainly JavaScript. The stack also includes JavaScript, React, Node.js.
Dormant — no commits in 2+ years (last push 2020-04-29).
No license information was provided in the explanation, so the terms of use are unknown.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.