malaga-embassy-operator

Coordinates Cubing task assignment and tracks progress for teams and contests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PandaAllIn/UBOS_FINAL --skill malaga-embassy-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: malaga-embassy-operator
Source: https://github.com/PandaAllIn/UBOS_FINAL/tree/main/trinity/skills/malaga-embassy-operator
Command: npx skills add https://github.com/PandaAllIn/UBOS_FINAL --skill malaga-embassy-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Coordinates the Malaga Embassy sprint by enforcing the 20/10/15/40/15 cascade on a €1,500 capital.

Core Features & Use Cases

  • Cascade governance: Enforces the Genesis Protocol cascade across research, emergency, operations, projects, and strategic reserves.
  • Health & runway automation: Computes health score, burn rate, and runway on each update and generates actionable recommendations.
  • Daily briefing & dashboards: Produces daily briefings and a revenue dashboard, including logs of spending and revenue events.
  • Spending analysis with governance: Evaluates spending proposals against allocations, returns advisory decisions (APPROVE/CAUTION/BLOCK) and logs decisions.
  • Revenue tracking: Tracks revenue across Agent-as-a-Service, Intel Services, and Proposal Consultation, updating capital and runway.

Quick Start

  • Run daily briefing and dashboard for today: python3 scripts/generate_daily_briefing.py --date 2025-11-15
  • Check a spending proposal: python3 scripts/check_constitutional_cascade.py --amount 200 --category operations --requester captain --description "Coworking membership"
  • Log a revenue event: python3 scripts/track_revenue.py --stream agent-as-a-service --amount 300 --client "Demo Client" --date 2025-11-15

Frequently Asked Questions about malaga-embassy-operator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a budget allocation cascade across multiple spending categories?

To enforce a budget allocation cascade, this Skill applies the 20/10/15/40/15 Genesis Protocol cascade across research, emergency, operations, projects, and strategic reserves. It evaluates spending proposals against these fixed allocations and returns advisory decisions to maintain governance.

How do I calculate project health score and runway from capital and burn rate?

To calculate project health score and runway, the Skill computes health metrics, burn rate, and runway on each capital update. It uses these calculations to generate actionable recommendations and maintain sprint governance over a 43-day period.

Can I generate a daily financial briefing and dashboard automatically for my sprint?

You can generate a daily financial briefing and dashboard automatically by running the briefing script with a specified date. The Skill produces daily briefings and a revenue dashboard that include logs of all spending and revenue events for that day.

How do I track revenue across multiple service streams and update capital?

To track revenue across multiple service streams, the Skill logs revenue events from Agent-as-a-Service, Intel Services, and Proposal Consultation. It automatically updates the total capital and recalculates the runway based on the newly logged revenue amounts.

What is the best way to evaluate spending proposals against fixed capital allocations?

The best way to evaluate spending proposals against fixed capital allocations is to run the constitutional cascade script with the amount, category, requester, and description. The Skill returns an advisory decision and logs the evaluation to support ongoing governance.

Does this governance approach work for a fixed capital sprint with a specific duration?

Yes, this governance approach works for a fixed capital sprint by enforcing cascade allocations on a €1,500 capital over a 43-day duration. It manages daily health calculations, emergency protocols, and revenue tracking specifically tailored to this sprint timeframe.