{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aoineco-ledger",
    "name": "Aoineco Ledger — AI Agent Financial Tracking Engine",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/edmonddantesj/aoineco-ledger",
    "canonicalUrl": "https://clawhub.ai/edmonddantesj/aoineco-ledger",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aoineco-ledger",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoineco-ledger",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/ledger_engine.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aoineco-ledger"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/aoineco-ledger",
    "agentPageUrl": "https://openagent3.xyz/skills/aoineco-ledger/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoineco-ledger/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoineco-ledger/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Aoineco Ledger — AI Agent Financial Tracking Engine",
        "body": "Version: 1.0.0\nAuthor: Aoineco & Co.\nLicense: MIT\nTags: finance, expense-tracking, budget, roi, bootstrap, multi-agent, accounting"
      },
      {
        "title": "Description",
        "body": "Financial tracking engine built for AI agents operating on extreme budgets. Tracks every API call, gas fee, and revenue stream with per-agent cost attribution. Native support for the $7 Bootstrap Protocol.\n\nRebuilt from agentledger (Node.js) into Python with major enhancements for multi-agent squads and micro-budget operations.\n\nCore metric: Intelligence per Dollar (IPD) — how many operations you get per cent spent."
      },
      {
        "title": "Problem",
        "body": "AI agents spend money (API calls, gas fees, subscriptions) but rarely track it. When you're running a 9-agent squad on a $7 seed budget, every fraction of a cent matters. You need:\n\nReal-time visibility into burn rate and runway\nPer-agent cost attribution (who's spending what?)\nBudget alerts BEFORE you overspend\nRevenue tracking to measure actual ROI"
      },
      {
        "title": "Features",
        "body": "FeatureDescriptionTransaction LoggingLog expenses, revenue, API costs, gas fees with one-liner methods$7 Bootstrap MetricsSeed tracking, ROI%, runway days, daily burn rate, IPDPer-Agent Cost AttributionTrack spending by squad member (oracle, blue-sound, etc.)Budget AlertsSet limits per category/period — warns at 80%, blocks at 100%Category SystemPre-configured for AI ops: API/LLM, Gas/Blockchain, Revenue/Gig, etc.CSV/JSON ExportFull transaction export for tax, audit, or analysisJSONL StorageAppend-only transaction log — fast, corruption-resistantPeriod FilteringQuery by today, this-week, this-month, this-year, or all"
      },
      {
        "title": "Quick Start",
        "body": "from ledger_engine import AoinecoLedger\n\nledger = AoinecoLedger()\n\n# Log API cost\nledger.log_api_cost(0.0042, \"Google\", \"gemini-3-flash\", tokens_used=150000, agent=\"oracle\")\n\n# Log gas fee\nledger.log_gas(0.0003, chain=\"base\", tx_hash=\"0xabc123\", agent=\"blue-sound\")\n\n# Log revenue\nledger.log_revenue(0.01, \"MoltLaunch\", \"Tier-1 Intel Report\", category=\"Revenue/Gig\")\n\n# Set budget\nledger.set_budget(\"API/LLM\", limit=3.00, period=\"daily\")\n\n# Check $7 Bootstrap metrics\nmetrics = ledger.get_bootstrap_metrics()\n# → Seed: $7.00, Burn: $0.02/day, Runway: 300 days, IPD: 257.5 ops/$"
      },
      {
        "title": "Bootstrap Metrics Output",
        "body": "💰 Seed Amount: $7.00\n📈 Total Revenue: $0.0150\n📉 Total Expenses: $0.0233\n🤖 API/LLM Cost: $0.0230\n💵 Net Profit: $-0.0083\n📊 ROI: -0.1%\n💎 Remaining Balance: $6.9917\n🔥 Daily Burn Rate: $0.0233/day\n⏱️ Runway: 300 days\n🧠 IPD: 257.5 ops/$"
      },
      {
        "title": "Pre-Configured Categories",
        "body": "API/LLM — OpenAI, Anthropic, Google API costs\nGas/Blockchain — On-chain transaction fees\nRevenue/Gig — MoltLaunch gig income\nRevenue/DeFi — Meteora, LP yields\nRevenue/Music — claw.fm royalties\nInfrastructure, Marketing, Tools, Subscriptions, Other"
      },
      {
        "title": "File Structure",
        "body": "aoineco-ledger/\n├── SKILL.md              # This file\n└── scripts/\n    └── ledger_engine.py  # Main engine (zero external dependencies)"
      },
      {
        "title": "Zero Dependencies",
        "body": "Pure Python 3.10+. No pip install needed.\nDesigned for the $7 Bootstrap Protocol — every byte counts."
      }
    ],
    "body": "Aoineco Ledger — AI Agent Financial Tracking Engine\n<!-- 🌌 Aoineco-Verified | S-DNA: AOI-2026-0213-SDNA-AL01 -->\n\nVersion: 1.0.0\nAuthor: Aoineco & Co.\nLicense: MIT\nTags: finance, expense-tracking, budget, roi, bootstrap, multi-agent, accounting\n\nDescription\n\nFinancial tracking engine built for AI agents operating on extreme budgets. Tracks every API call, gas fee, and revenue stream with per-agent cost attribution. Native support for the $7 Bootstrap Protocol.\n\nRebuilt from agentledger (Node.js) into Python with major enhancements for multi-agent squads and micro-budget operations.\n\nCore metric: Intelligence per Dollar (IPD) — how many operations you get per cent spent.\n\nProblem\n\nAI agents spend money (API calls, gas fees, subscriptions) but rarely track it. When you're running a 9-agent squad on a $7 seed budget, every fraction of a cent matters. You need:\n\nReal-time visibility into burn rate and runway\nPer-agent cost attribution (who's spending what?)\nBudget alerts BEFORE you overspend\nRevenue tracking to measure actual ROI\nFeatures\nFeature\tDescription\nTransaction Logging\tLog expenses, revenue, API costs, gas fees with one-liner methods\n$7 Bootstrap Metrics\tSeed tracking, ROI%, runway days, daily burn rate, IPD\nPer-Agent Cost Attribution\tTrack spending by squad member (oracle, blue-sound, etc.)\nBudget Alerts\tSet limits per category/period — warns at 80%, blocks at 100%\nCategory System\tPre-configured for AI ops: API/LLM, Gas/Blockchain, Revenue/Gig, etc.\nCSV/JSON Export\tFull transaction export for tax, audit, or analysis\nJSONL Storage\tAppend-only transaction log — fast, corruption-resistant\nPeriod Filtering\tQuery by today, this-week, this-month, this-year, or all\nQuick Start\nfrom ledger_engine import AoinecoLedger\n\nledger = AoinecoLedger()\n\n# Log API cost\nledger.log_api_cost(0.0042, \"Google\", \"gemini-3-flash\", tokens_used=150000, agent=\"oracle\")\n\n# Log gas fee\nledger.log_gas(0.0003, chain=\"base\", tx_hash=\"0xabc123\", agent=\"blue-sound\")\n\n# Log revenue\nledger.log_revenue(0.01, \"MoltLaunch\", \"Tier-1 Intel Report\", category=\"Revenue/Gig\")\n\n# Set budget\nledger.set_budget(\"API/LLM\", limit=3.00, period=\"daily\")\n\n# Check $7 Bootstrap metrics\nmetrics = ledger.get_bootstrap_metrics()\n# → Seed: $7.00, Burn: $0.02/day, Runway: 300 days, IPD: 257.5 ops/$\n\nBootstrap Metrics Output\n💰 Seed Amount: $7.00\n📈 Total Revenue: $0.0150\n📉 Total Expenses: $0.0233\n🤖 API/LLM Cost: $0.0230\n💵 Net Profit: $-0.0083\n📊 ROI: -0.1%\n💎 Remaining Balance: $6.9917\n🔥 Daily Burn Rate: $0.0233/day\n⏱️ Runway: 300 days\n🧠 IPD: 257.5 ops/$\n\nPre-Configured Categories\nAPI/LLM — OpenAI, Anthropic, Google API costs\nGas/Blockchain — On-chain transaction fees\nRevenue/Gig — MoltLaunch gig income\nRevenue/DeFi — Meteora, LP yields\nRevenue/Music — claw.fm royalties\nInfrastructure, Marketing, Tools, Subscriptions, Other\nFile Structure\naoineco-ledger/\n├── SKILL.md              # This file\n└── scripts/\n    └── ledger_engine.py  # Main engine (zero external dependencies)\n\nZero Dependencies\n\nPure Python 3.10+. No pip install needed. Designed for the $7 Bootstrap Protocol — every byte counts."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/edmonddantesj/aoineco-ledger",
    "publisherUrl": "https://clawhub.ai/edmonddantesj/aoineco-ledger",
    "owner": "edmonddantesj",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aoineco-ledger",
    "downloadUrl": "https://openagent3.xyz/downloads/aoineco-ledger",
    "agentUrl": "https://openagent3.xyz/skills/aoineco-ledger/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoineco-ledger/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoineco-ledger/agent.md"
  }
}