Sharing because we care!

Want to hear an awesome track? Play it on the room speakers!?!
We’ve got an endpoint for that!

This helps keep the team spirit high and boosts everyone’s joy of life.

We value openness, which is why we also want other teams to benefit from our solution. Try it yourself! The sign with the info is posted in our base.
But for those who haven’t discovered it yet, here’s a screenshot!

If you don’t want to type it yourself: curl -X POST https://89nmvx0b-3001.euw.devtunnels.ms/play-sound -H “Content-Type: application/json” -d ‘{“soundFile”: “acdc.mp3”}’

Raw Material Ordering: Order resources with Natural Language. Shared with our Neighbours

Sharing is caring

ever wanted to order a bot to just mine resources for you? well we want to share our API so you can do it with natural language.

When participating in a Minecraft hackathon, there is always one shared problem:
resources take time to gather, and manual grinding slows everything down.

To lower that barrier, we exposed a simple API that anyone can use to turn natural language requests into Minecraft bot actions.

No SDK.
No authentication.
No setup ceremony.

Just send a request and the bot goes to work.

Get access here:

TriggerAIV1 – API Documentation

Full swagger and no need to log in!!

TriggerAIV1 is an Azure Logic App–backed API that processes any incoming message and converts it into structured Minecraft bot commands using Azure OpenAI.

It acts as a shared entry point for:

  • hackathon teammates
  • external systems
  • tools like Postman
  • ERP or business events

Quick Start Guide

Purpose

Send any message or command.
The AI parses the intent and converts it into Minecraft bot actions.

Method

POST

Authentication

None required

Endpoint

POST https://resourcedv.azure-api.net/When_an_HTTP_request_is_received/paths/invoke

How it works

  1. You send a POST request with any JSON payload
  2. Azure OpenAI analyzes the message
  3. Intent is extracted and normalized
  4. A structured Minecraft bot command is produced
  5. The bot executes the action in-game

This allows both humans and systems to request work in the same way.

With TriggerAIV1, anyone can:

  • send an order request using natural language
  • connect instantly
  • have the order converted into bot instructions
  • and watch the AI bot mine the resources in Minecraft

That’s why we shared it.<3

AAAALSO If you want a easy 30 seconds API implement you can also use the Postman Version; Use this link and post:

https://prod-30.swedencentral.logic.azure.com:443/workflows/5a0eb91725eb483493c76e6af537e8db/triggers/When_an_HTTP_request_is_received/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2FWhen_an_HTTP_request_is_received%2Frun&sv=1.0&sig=yvZsHMzJ4hI37B4rwLCQ88osKJuaSeke-pFYGleLgLo

Change body, do what you like 🙂 Have fun

___-

Cepheo Crafing Creepers

Democratization of the antient model crafting

We are happy to make the first version of API of the our Model Builder solution publicly available. You can use it in your own way, to reproduce items just for single shot.

The simple example of how to use it can be found here: https://api-logiqraft.futurein.cloud/api/swagger  

Usage Instructions: Create the Http triggered flow to receive the notification when task is completed. 

The payload will contain the address of the generated model: 

  ”event”: ”task.completed”, 

  ”taskId”: ”fd7ded63-542a-4c3c-93d0-90bff6954a14″, 

  ”status”: ”completed”, 

  ”modelUrl”: ”/uploads/models/fd7ded63-542a-4c3c-93d0-90bff6954a14.glb”, 

  ”timestamp”: ”2026-01-22T17:42:20.666Z” 

Sharing is Caring: The Comrade’s Guide to Open Source

TL;DR: We open-sourced our entire codebase under WTFPL.
We published the acdc-badge-sniper skill that tells competitors how to beat us.
We built a better scoreboard than the official one and gave it to every team.
We helped a neighbor-team with bedrock-base issues.
If that’s not sharing, nothing is.

At CrayCon Creepers, we believe in the collective good. We’ve built on the shoulders of giants, and now we’re extending a hand to those who need it.

Open Source Under WTFPL

Our entire codebase lives at https://github.com/Puzzlepart/ACDC-26 under the WTFPL (Do What The Fuck You Want To Public License). No strings attached. No complicated attribution requirements. Just pure, unfiltered open source.

Want our Minecraft bot framework? Take it. Need our React + Vite + Tailwind setup? It’s yours. Fancy the Cloudflare Workers deployment pipeline? Clone away.

LICENSE: https://github.com/Puzzlepart/ACDC-26/blob/main/LICENSE
Because good code deserves to be free.

The ACDC Badge Sniper Skill

We didn’t just open source our application code—we shared the meta-strategy. The acdc-badge-sniper is a Claude Code skill that helps teams identify high-ROI badge targets, rank them by effort vs. reward, and generate time-boxed action plans.

It’s a strategic planning tool that:

– Fetches live badge data from the ACDC API

– Analyzes your current stack and time constraints

– Produces ranked badge recommendations with evidence checklists

– Generates 60-minute action plans for maximum efficiency

Skill source: https://github.com/Puzzlepart/ACDC-26/blob/main/skills/acdc-badge-sniper/SKILL.md — Meta-gaming the competition, together.

We literally shared the playbook on how to win the competition. That’s confidence. That’s solidarity.

The Advanced Scoreboard

While the official stage scoreboard shows basic rankings, we built something better—and made it public for all teams to use: https://creepers.craycon.no/badges

Our scoreboard lets teams:

– Filter badges by status (missing, acquired, rejected)

– View detailed badge requirements and evidence

– Track their own progress without scrolling through leaderboards

– See what’s left to claim with time running out

It’s more functional than the official version. We didn’t have to share it publicly—we could’ve kept it as an internal advantage. But that’s not the comrade way.

Every team in ACDC can use it. Every team benefits. That’s the power of building in public.

Helping the Collective

When neighboring teams hit Minecraft-related roadblocks, we didn’t gate-keep. We showed them how to get out of adventure mode and back to building

The Sharing is Caring badge is ours because we built in public, documented in detail, and helped our comrades when they needed it.

#SharingIsCaring | #CommunityChampions

acdc-badge-sniper / SKILL.md : An AI agent skill for Hackathon Strategy

We built an AI agent skill that helps ACDC teams identify their best badge targets and create action plans. It works with Claude Code, VS Code Copilot, and ChatGPT.

What it does

  • Fetches live ACDC data (badges, teams, claims, rankings)
  • Matches your project to optimal badge targets
  • Creates time-boxed checklists with evidence requirements
  • Generates 30-60 second judge pitch scripts

    Installation and usage

    Claude Code
    Drop the `acdc-badge-sniper` folder into your skills directory and invoke it.

    VS Code Copilot
    Copy `copilot-instructions.md` to `.github/copilot-instructions.md` in your project, or paste it directly into Copilot Chat.

    ChatGPT / OpenAI
    Use openai-system-prompt.md as your system prompt or Custom GPT instructions.

    Data sources
    The skill uses live ACDC data and updates regularly to reflect new badges and team standings!

    Quick start

    Tell your AI assistant:
    1. Your team name
    2. What you’ve built (2-6 bullets)
    3. Your stack (M365, Azure, Power Platform, etc.)
    4. Time remaining
    5. Constraints (no admin, no external APIs, shorthanded, etc.)

    It will return your top 5 badge targets with checklists, evidence requirements, and judge pitches.

    Get the skill
    https://github.com/Puzzlepart/ACDC-26/blob/main/skills/acdc-badge-sniper/SKILL.md

Screenshots!

META: creating the acdc-badge-sniper to snipe badges

By sharing this skill we aim for the following badges:

  • Sharing is Caring We made the badge-sniper available for other teams to use; it’s literally a shared tool.
  • Community Champion We didn’t just publish it; we’ll help teams set it up and use it, which is direct community support.
  • Hipster Agent skills + Claude Code / Copilot / ChatGPT workflows are bleeding‑edge dev tooling
  • Dataminer The skill fetches live ACDC blob data and converts raw JSON into ranked, actionable strategy.
  • Power User Love Tiny YAML + markdown config drives complex AI output: low‑code definition with pro‑code impact.
  • Plug N’ Play It plugs into VS Code Copilot via copilot-instructions.md, meeting “plugin/app” intent.

We Review Together. We Fix Together. We Meme Together.

Between dashboards, badge-sniping and a suspiciously productive Village Golem Pyotr, the CCCP crew keeps on the vibe high, laughing, helping, and somehow still finding time to celebrate the small wins (and the big ones).

No lone-wolf coding in this republic. We move as a unit. We review together. We fix together. We meme together. This extremely high team spirit and good vibes is what makes us love what we do. #Remarkableteamspirit

Also: two more badges on the board today!

Glossy Pixels goes to the portal UI. We’ve been polishing the Power Pages experience so far, so it feels clean, fast, and actually pleasant to use! Sindre is all about that look and feel when it comes to a good user experience and that is why we have sat him on the case.

“I mean, what can I say – just look at it” – Sindre

Power User Love is for the way we’re building it: low-code where it makes sense (Power Pages, Dataverse, built-in components), and pro code where it counts (VS Code, custom templates/CSS/layout tweaks). Best of both worlds, and it’s starting to look like a real product.

“It is not as responsive at I would like yet, but I am coming for you Chameleon badge!” – Sindre

A HOT TIP FROM SINDRE TO ALL OF YOU PRO-CODERS!

If you want to pro-code your power pages solution, use PAC CLI in command lines to download your solution locally. From there you can keep on coding in your own editor and gain access to ALL extensions and the developer tools you love to use! #Sharingiscaring

Sharing is Scaring

Everyone can send a Howler! It is up to you. Post a message to our public API and it will be read out loud. Do note that the content of your message will be altered by our magical services. So please be careful of what type of sentiment you use.

API url: https://prod-28.northeurope.logic.azure.com:443/workflows/04b4f8ce0faa4298bcba5cba6bb86101/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=qD6agazpaRT_AP1IMD2fJIIxQRfcmwgkn_gSJD-zK-w

Example of body:

{
“sender”: “Bellatrix”,
“recipient”: “Sirius”,
“sentiment”: “Angry but polite”,
“subject”: “The end”,
“body”: “You’re definitely fired.”
}

The endpoint triggers a Power Automate flow that adds a new row to our Dataverse. A new flow triggers and sends it to our Python Flask app. And it connects to the Howler and reads out the message.har hurtigmeny

API flow
send-to-howler-flow

Resco

Added the component: File uploader

  • So it possible to add pictures of the ingredient – To match up when wizards try to collect and register them.

Added the component: Image Gallery

  • So that Professor Dumbledore can see if the pictures are correct.

I also want to claim the badge Sharing is Caring for helping team: The Broomstick Pilots

As they also mentioned in the post: https://acdc.blog/pilotene25/lets-get-our-hands-on-fabric-lakehouse-try-and-cry/