Skip to content

Releases: emmsixx/skills

Release list

v0.2.0

Choose a tag to compare

@emmsixx emmsixx released this 13 Apr 23:38

Update lecture-notes to use OpenRouter for audio transcription.

Included

  • Switch from Groq Whisper to OpenRouter
  • Use openai/gpt-4o-audio-mini with multimodal input_audio
  • Update examples to base64-encode .wav audio for API requests
  • Keep the ffmpeg video-to-audio flow, now targeting .wav
  • Update docs to require OPENROUTER_API_KEY
  • Bump lecture-notes skill version to 1.3

v0.1.0

Choose a tag to compare

@emmsixx emmsixx released this 12 Apr 01:12

First release of emmsixx/skills.

Included

  • Initial lecture-notes skill
  • Install instructions in the README
  • Audio transcription via Groq Whisper
  • Video support via ffmpeg audio extraction + transcription
  • Local transcript .txt workflow for note generation
  • Docs for required GROQ_API_KEY

Notes

For audio/video workflows, set:

export GROQ_API_KEY=your_groq_api_key_here