Btp AI Core Usage Monitor — AI skill for Claude Code
A Python background agent that runs on SAP BTP Cloud Foundry and monitors daily AI Core capacity unit consumption.
How to install Btp AI Core Usage Monitor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open SAP-samples/btp-ai-core-usage-monitor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Btp AI Core Usage Monitor does
A Python background agent that runs on SAP BTP Cloud Foundry and monitors daily AI Core capacity unit consumption. When consumption approaches a configured monthly spending limit, it sends notifications via SMTP email or SAP Alert Notification Service (ANS).
Alternatives in AI
- Riteway — Simple, readable, helpful unit tests 1.2k ★
- Context Dump — Dump current context for model switch or context limit recovery 508 ★
- Graymatter — 30 sec to give your AI agents persistent memory 460 ★
README
AI Core Consumption Monitor
A Python background agent that runs on **SAP BTP Cloud Foundry** and monitors daily AI Core capacity unit consumption. When consumption approaches a configured monthly spending limit, it sends notifications via **SMTP email** or **SAP Alert Notification Service (ANS)**.
How It Works
┌─────────────────────────────────────────────────────────────┐
│ SAP BTP Cloud Foundry │
│ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ ai-core-monitor (Python / Flask) │ │
│ │ │ │
│ │ APScheduler ──► run_monitoring_job() [daily 07:00] │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ UAS Reporting API ──► fetch usage (OAuth2) │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ Aggregate ai-core capacity_units │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ Compare vs. SPENDING_LIMIT │ │
│ │ │ │ │
│ │ ├── < 60% → INFO (daily email if enabled) │ │
│ │ ├── ≥ 60% → WARNING email 🟡 │ │
│ │ └── ≥ 80% → ALERT email 🔴 │ │
│ │ │ │
│ │ Flask endpoints: /health /status /trigger │ │
│ └──────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
**Metric tracked:** `serviceId=ai-core` + `measureId=capacity_units` — summed across all models (Claude, GPT, embedding models, etc.) f
Related Skills
Ceiling
A focused Windows AI capacity monitor for Codex, Claude, Cursor, Grok, Gemini, OpenCode, and Copilot.
Team Foundry
One shared context layer for Claude Code, Cursor, Gemini CLI, and Codex — so the whole team's AI tools build f
AI Consultants:Consult
Consult AI experts (Gemini, Codex, Mistral, Kimi, Qwen, GLM, Grok, DeepSeek, MiniMax) for coding questions. Us
Review Dcell Model
by Mjvolk3 - Reviews old Dcell implementation files, comparing with newer Dango model, noting changes over tim
Scuttlepay
A bank account for AI agents. Give your AI agent its own wallet with spending controls — no credit card requir
Secondmate Reason
Ask a read-only reasoning model (via secondmate) a hard analysis question — root-cause, triage, plan review, p
Related Agents
Budget Architect
Use when the user needs to create or modify a household budget — monthly, annual, or custom scenarios. Analyse
Usage Analyst
AI spending analyst that proactively monitors and reports on Cursor Enterprise team usage patterns, spending a
Slack Notifier
Use this agent to send experiment status notifications to Slack. Reads state.json for context and sends format