MycroftAI/mycroft-core — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a hackable open source voice assistant core in Python, inspired by the old Mycroft project, but make it work with current tools.

I want it to run on a Linux computer or Raspberry Pi, listen for a wake phrase like “Hey Mycroft”, understand spoken commands through speech to text, send those commands to simple skills, then answer out loud or in the terminal. Include a command line debug mode where I can type requests, see logs, and test skills without using a microphone.

Please make the skill system easy to extend, with a few example skills like telling the time, basic weather using a user supplied API key, and a simple question response. Add clear config files for user settings, API keys, audio input and output, and whether cloud services are enabled. Include setup and start scripts so a normal person can install it, run it, stop it, and troubleshoot it.

Look up current docs online if you need to.

Want more depth? Deep Reverse