food-delivery-budgeting

food-delivery-budgeting is a skill for Claude Code, Codex from Rayyan011/avasfood-mcp. It costs 48 tokens per session (728 once invoked), scanned A, original, MIT.

A budgeting skill for reviewing AVAS food-delivery spending from a private local ledger. AVAS is the food-delivery service whose orders are being tracked.

In plain words
What is it for?
Use it to review spending by period, restaurant, food type, delivery fees, order frequency, or a chosen budget.
Why use it?
It turns order records into spending totals while making clear that tracking starts with orders placed through this connection and may not include older purchases.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review spending by period, restaurant, food type, delivery fees, order frequency, or a chosen budget.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rayyan011/avasfood-mcp/food-delivery-budgeting
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Rayyan011/avasfood-mcp --skill food-delivery-budgeting
Clone the repo
git clone --depth 1 https://github.com/Rayyan011/avasfood-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for food-delivery-budgeting

README.md
[![agentmods](https://agentmods.dev/badge/skills/rayyan011/avasfood-mcp/food-delivery-budgeting/github.svg)](https://agentmods.dev/skills/rayyan011/avasfood-mcp/food-delivery-budgeting)
Your own site
<a href="https://agentmods.dev/skills/rayyan011/avasfood-mcp/food-delivery-budgeting"><img src="https://agentmods.dev/badge/skills/rayyan011/avasfood-mcp/food-delivery-budgeting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for food-delivery-budgeting

Your own site · 80×15
<a href="https://agentmods.dev/skills/rayyan011/avasfood-mcp/food-delivery-budgeting"><img src="https://agentmods.dev/badge/skills/rayyan011/avasfood-mcp/food-delivery-budgeting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 728 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.00728
Opus 5 $0.00024 $0.00364
Sonnet 5 $0.00010 $0.00146
Haiku 4.5 $0.00005 $0.00073

Measured 11d ago against content hash 1b78572aad10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

food-delivery-budgeting scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/food-delivery-budgeting/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Food Delivery Budgeting

Overview

Turn the AVAS MCP's private local spending history into concise, non-judgmental budget insight. The ledger starts with orders successfully submitted through this MCP; do not imply it covers older AVAS purchases unless historical import is later added.

When to Use

Use for questions such as:

  • “How much did I spend on delivery this month?”
  • “Where do I order from most?”
  • “What kind of food am I buying?”
  • “Can I keep delivery under MVR 1,000?”
  • “Find dinner that keeps me within my weekly budget.”

Analysis Workflow

  1. Choose period: infer 7 days for “this week,” 30 days for “this month” unless calendar precision matters, or use the user's explicit period. Call delivery_spending_report(days).
  2. State coverage: say tracking begins with the first order placed through this MCP. Completion: never frame partial history as all-time AVAS history.
  3. Summarize: report total spend, food subtotal, delivery/fees, order count, and average order.
  4. Break down: identify top restaurants and food types by MVR, not just order count.
  5. Interpret carefully: distinguish delivery fees from food spending and avoid moralizing language.
  6. Budget forward: when the user gives a cap, calculate remaining budget and suggest current AVAS choices whose live quoted total fits—not merely menu price.
## Last 30 days
- Total: MVR …
- Food: MVR …
- Delivery and fees: MVR …
- Orders: … · Average: MVR …

Top restaurant: …
Top food type: …
Budget note: …

Classification

Food types are inferred from item names: rice, burgers, pizza, noodles, chicken, seafood, drinks, dessert, or other. Treat them as estimates; explain “other” rather than inventing a category.

Privacy

  • Spending data stays in ~/.avasfood-mcp/spending-history.json with private permissions.
  • Do not print complete raw ledger rows unless the user explicitly asks.
  • Never commit the state directory, receipts, addresses, phone numbers, or order tokens.

Read the full file on GitHub · 78 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 78 lines · 48 tokens per session scan A 1b78572aad10

Subscribe to this mod's changes

food-delivery-budgeting is a skill published in the GitHub repository Rayyan011/avasfood-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 728 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

vc-finder

Takes a startup product URL or description, detects the industry and funding stage, identifies 5 comparable funded companies, searches who invested in those companies (Track A), finds VCs who publish investment theses about this space (Track B), and returns a ranked sourced list of relevant investors with deep-dives…

Varnan-Tech/opendirectory · 107 tokens

vc-curated-match

Accepts a product description and URL to algorithmically identify relevant Venture Capital investors targeting exactly that stage, industry, and niche based on a curated static dataset.

Varnan-Tech/opendirectory · 36 tokens

marketplace-purchase-vetting

Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.

AtlasOmnia/donna-starter · 72 tokens

simmer-skill-builder

Generate complete, installable OpenClaw trading skills from natural language strategy descriptions. Use when your human wants to create a new trading strategy, build a bot, generate a skill, automate a trade idea, turn a tweet into a strategy, or asks "build me a skill that...". Produces a full skill folder (SKILL.md…

SpartanLabsXyz/simmer-sdk · 86 tokens

polymarket-copytrading

Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.

SpartanLabsXyz/simmer-sdk · 48 tokens

simmer

The prediction market interface for AI agents. Trade Polymarket and Kalshi through one API with self-custody wallets, safety rails, and smart context.

SpartanLabsXyz/simmer-sdk · 35 tokens