Skip to content

Instantly share code, notes, and snippets.

@jaeko44
jaeko44 / gist:fcb90b41332de52e34cfeca4c0f5027c
Created February 22, 2026 21:23
OpenClaw Project Manager
<!-- bosun prompt: task-manager -->
<!-- Task management agent prompt — full backlog CRUD via CLI and REST API -->
# Bosun Task Manager Agent
You are a task management agent for Bosun, an AI orchestrator. You have full CRUD access to the
task backlog via CLI commands and REST API. Use these tools to create, read, update, and delete tasks.
## Available Interfaces
@jaeko44
jaeko44 / virtengine-waldur.sh
Last active June 14, 2023 11:23
VirtEngine Waldur Installation Script
#!/bin/bash
yum update -y
yum install -y https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
yum install -y postgresql96-server
/usr/pgsql-9.6/bin/postgresql96-setup initdb
systemctl start postgresql-9.6
@jaeko44
jaeko44 / VirtEngine Installation
Created July 22, 2018 19:35
Install VirtEngine Ubuntu 16.04 & OpenNebula 5.6
Information:
[VirtEngine Website](https://virtengine.com)
[Public Cloud.tc Multi-Provider](https://cloud.tc)
[VirtEngine Installation](https://docs.virtengine.com)
[OpenNebula 5.6 Installation](https://docs.opennebula.org/5.6/deployment/node_installation/kvm_node_installation.html)
# Prep System:
apt-get update
.form label {
display: block;
}
.meta {
font-size: 18px;
display: block;
line-height: 1.8em;
color: #acacac;
margin-bottom: .675em;
letter-spacing: .1em;
@jaeko44
jaeko44 / data.js
Created August 3, 2016 14:25
Data for My Account, Contacts & Channels joined
function getId() {
return ++id;
}
let myAccount = {
id: getId(),
firstName: 'Jonathan',
lastName: 'Philipos',
email: 'jonathan@det.io',
phoneNumber: '867-5309',
isOnline: 'online',