The official documentation mention OAuth but this kind of stuff is not supported by OpenCode. Also mention an header that you can’t use really so the actual solution is: “metabase”: { “type”: “remote”, “url”: “https://metabase.tld/api/mcp”, “headers”: { “X-Metabase-Session”: “c0sc3d5-b346-445e-a06d-fcabsdf0” } }, To get the session ID just login on metabase and inspect in the data […]
Category: Open Source
Social Content Bot – Scrape your WordPress blog, tweets and Upvoted Reddit posts to generate tweets
I am always looking for new ways to promote better my interests and what I am doing but my social presence is crappy. So I decided to create a new Python script tool that is a bot for my own usage but is on https://github.com/Mte90/social-content-bot Basically scrape based on the `.env` papameters: My Reddit upvotes […]
Solopreneur the handbook with SKILL.md based on real content
There’s no shortage of discussions, articles, and tweets about vibe coding and solopreneurship. Everyone has an opinion and that’s exactly the problem. What if an AI could aggregate 85+ real resources (founder testimonials, case studies, community threads) and distill them into something actually useful? Not another hot take. An evidence-based handbook with a SKILL.md file […]
How I used Suno AI to generate 70 different covers of my wife song
The AI scene for music generation is amazing and let me wondering about the real artists around what they will do.
KanbanOmO – A Kanban for your task and plans for oh-my-opencode
Another week another tool. In this case for the oh-my-openagents (former oh-my-opencode). Basically with this plugin you get more Agents and you can configure to everyone a specific model (check my config) and one of the wwrkflow is that you generate a plan with various tasks. The problem is to visualize this tasks and add […]
My free software and open source activities of March 2026
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2026/03/musichouse-fix-your-mp3-leadboard-and-artists-suggestions-in-a-pyqt-ui/ https://daniele.tech/2026/03/transcribe-simple-pyqt-ui-to-transcribe-your-multimedia-files/ https://daniele.tech/2026/03/oss-ai-skill-md-to-extend-open-source-projects-or-contribute-to-them/ https://daniele.tech/2026/03/tonecraft-thunderbird-extension-to-write-more-professional-emails-with-ai/ https://github.com/kiwina/glm-tray/pull/1 Kernel Nuggets! We published a couple of issues for https://kernelnuggets.com/. […]
MusicHouse – Fix your Mp3, Leadboard and Artists suggestions in a pyQt UI
Another week, another tool—written by AI. The idea behind the project was to optimise my MP3 collection: I wanted to fix corrupted files, generate a leaderboard of the most‑represented artists, and provide an AI‑driven interface for finding similar artists. This was my first attempt at creating a fairly complex, desktop (non‑web) GUI application, and I […]
Transcribe – simple PyQt UI to transcribe your multimedia files
One of the things I love most about work these days is the ability to record meetings and get automatic transcripts. The possibilities are virtually endless—from drafting proposals to building full‑blown plans, this capability speeds up the workflow dramatically by letting you focus on what really matters. A few months ago I created a Telegram […]
OSS-AI-Skill(.md) – To extend open source projects or contribute to them
In this article I’m sharing how I’m increasingly relying on AI in my daily work—and even to contribute to OSS projects. AI models are trained on what’s publicly available. They handle React, Django, and Kubernetes just fine. But ask them about a niche open-source tool you actually use at work, and they struggle. Not because […]
ToneCraft – Thunderbird Extension to write more professional emails with AI
Over the past months, I’ve increasingly integrated AI into my daily workflow, allowing me to tackle projects and tasks that were previously out of reach due to time or resource constraints. This shift has been transformative, enabling me to contribute more effectively to open-source software (OSS) and even address long-standing personal challenges—like improving the professionalism […]