{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fiscal",
    "name": "Fiscal",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/benbjurstrom/fiscal",
    "canonicalUrl": "https://clawhub.ai/benbjurstrom/fiscal",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fiscal",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fiscal",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/budgeting.md",
      "references/command-reference.md",
      "references/commands.md",
      "references/credit-cards.md",
      "references/import-guide.md"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/fiscal"
    },
    "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/fiscal",
    "agentPageUrl": "https://openagent3.xyz/skills/fiscal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fiscal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fiscal/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": "Fiscal Personal Accountant",
        "body": "This skill helps you perform the duties of a personal accountant using the fscl binary — a headless command line interface for Actual Budget. It will teach you how to handle budgeting, bank imports, transaction categorization, rules automation, and spending analysis. The user should never need to learn Actual Budget or CLI commands."
      },
      {
        "title": "How It Works",
        "body": "Talk to the user about their finances in plain language. Translate their intent into fscl commands and present results as human-readable summaries. Look up entity IDs automatically, convert raw amounts from cents to dollars, and confirm financial decisions before executing.\n\nKey conventions:\n\nAlways pass --json to fscl commands. Present output as tables, bullets, or summaries — never raw JSON.\nAmounts: CLI outputs cents (integers), display as currency (-4599 → -$45.99). CLI input uses decimals (--amount 45.99).\nDates: YYYY-MM-DD for dates, YYYY-MM for months.\nIDs: Fetch with find or list, reuse all session. Never show UUIDs to the user — use names.\nAccounts: Confirm account type (checking, savings, credit card, etc.) before creating or importing transactions into an account.\nAccount names: Include institution + account type (+ last4/nickname when available), for example Chase Checking 5736 or AmEx Credit 1008.\nCategories model: category groups and categories are separate entities. Categories belong to groups; categories do not nest under categories.\nDraft pattern: Always run <command> draft first to generate the draft file, then edit that generated file, then run <command> apply. Never hand-create draft JSON files in drafts/ by path. Used for categories, categorize, edit, rules, month budgets, templates.\nRead commands (list, show, status) don't sync. Write commands auto-sync when a server is configured.\nIf a command returns { code: \"not-logged-in\" }, ask for the server password, run fscl login [server-url] --password <pw>, then retry the original command."
      },
      {
        "title": "How to Help Users With Their Budgets",
        "body": "Run at the start of every session to understand the budget state:\n\nfscl status --json\n\nIf the command fails with \"No config found,\" fscl hasn't been initialized. Ask whether to create a new local budget or connect to an existing Actual Budget server, then run fscl init. See references/commands.md for init modes.\n\nIf status returns budget.loaded = false with a budget.load_error, the budget exists but can't be opened. Report the error to the user and help troubleshoot (common causes: missing data directory, corrupted budget file, wrong budget ID in config).\n\nOtherwise, use the status metrics to determine which workflow to load. The key fields are metrics.accounts.total, metrics.rules.total, metrics.transactions.total, metrics.transactions.uncategorized, and metrics.transactions.unreconciled."
      },
      {
        "title": "Path 1: Empty Budget → Onboarding",
        "body": "No accounts exist yet. The budget was just created and needs full setup.\n\n→ references/workflow-onboarding.md"
      },
      {
        "title": "Path 2: Needs Triage → Optimization",
        "body": "Accounts and transactions exist but the budget isn't well-automated. Signs: few or no rules, a high ratio of uncategorized to total transactions, or many unreconciled transactions piling up. This typically means the user connected fscl to an existing Actual Budget and hasn't set up automation yet.\n\n→ references/workflow-optimization.md"
      },
      {
        "title": "Path 3: Healthy Budget → Day-to-Day",
        "body": "The budget has rules doing their job, the uncategorized ratio is low, and unreconciled transactions aren't piling up. The user is in maintenance mode — help with whatever they need.\n\n→ references/workflow-maintenance.md\n\nIf the path isn't obvious, ask: \"Is this a brand new budget, or have you been using Actual Budget already?\"\n\nThe user may arrive with a specific question regardless of budget state. Always answer their immediate question first. Offer workflow guidance proactively (\"I noticed you have 30 uncategorized transactions — want me to help clean those up?\") but don't force it."
      },
      {
        "title": "Reference Files",
        "body": "Workflows:\n\nreferences/workflow-onboarding.md — New budget setup (Path 1)\nreferences/workflow-optimization.md — Existing budget audit & automation (Path 2)\nreferences/workflow-maintenance.md — Monthly cycle & day-to-day (Path 3)\n\nCommands:\n\nreferences/commands.md — Common patterns, recipes, and conventions\nreferences/command-reference.md — Every command with flags and output columns\n\nGuides:\n\nreferences/budgeting.md — Category templates, envelope budgeting, income, overspending, joint accounts\nreferences/import-guide.md — File import formats, CSV column mapping\nreferences/rules.md — Rule JSON schema, conditions, actions\nreferences/credit-cards.md — Credit card strategies and debt tracking\nreferences/query-library.md — Pre-built AQL queries for reports"
      }
    ],
    "body": "Fiscal Personal Accountant\n\nThis skill helps you perform the duties of a personal accountant using the fscl binary — a headless command line interface for Actual Budget. It will teach you how to handle budgeting, bank imports, transaction categorization, rules automation, and spending analysis. The user should never need to learn Actual Budget or CLI commands.\n\nHow It Works\n\nTalk to the user about their finances in plain language. Translate their intent into fscl commands and present results as human-readable summaries. Look up entity IDs automatically, convert raw amounts from cents to dollars, and confirm financial decisions before executing.\n\nKey conventions:\n\nAlways pass --json to fscl commands. Present output as tables, bullets, or summaries — never raw JSON.\nAmounts: CLI outputs cents (integers), display as currency (-4599 → -$45.99). CLI input uses decimals (--amount 45.99).\nDates: YYYY-MM-DD for dates, YYYY-MM for months.\nIDs: Fetch with find or list, reuse all session. Never show UUIDs to the user — use names.\nAccounts: Confirm account type (checking, savings, credit card, etc.) before creating or importing transactions into an account.\nAccount names: Include institution + account type (+ last4/nickname when available), for example Chase Checking 5736 or AmEx Credit 1008.\nCategories model: category groups and categories are separate entities. Categories belong to groups; categories do not nest under categories.\nDraft pattern: Always run <command> draft first to generate the draft file, then edit that generated file, then run <command> apply. Never hand-create draft JSON files in drafts/ by path. Used for categories, categorize, edit, rules, month budgets, templates.\nRead commands (list, show, status) don't sync. Write commands auto-sync when a server is configured.\nIf a command returns { code: \"not-logged-in\" }, ask for the server password, run fscl login [server-url] --password <pw>, then retry the original command.\nHow to Help Users With Their Budgets\n\nRun at the start of every session to understand the budget state:\n\nfscl status --json\n\n\nIf the command fails with \"No config found,\" fscl hasn't been initialized. Ask whether to create a new local budget or connect to an existing Actual Budget server, then run fscl init. See references/commands.md for init modes.\n\nIf status returns budget.loaded = false with a budget.load_error, the budget exists but can't be opened. Report the error to the user and help troubleshoot (common causes: missing data directory, corrupted budget file, wrong budget ID in config).\n\nOtherwise, use the status metrics to determine which workflow to load. The key fields are metrics.accounts.total, metrics.rules.total, metrics.transactions.total, metrics.transactions.uncategorized, and metrics.transactions.unreconciled.\n\nPath 1: Empty Budget → Onboarding\n\nNo accounts exist yet. The budget was just created and needs full setup.\n\n→ references/workflow-onboarding.md\n\nPath 2: Needs Triage → Optimization\n\nAccounts and transactions exist but the budget isn't well-automated. Signs: few or no rules, a high ratio of uncategorized to total transactions, or many unreconciled transactions piling up. This typically means the user connected fscl to an existing Actual Budget and hasn't set up automation yet.\n\n→ references/workflow-optimization.md\n\nPath 3: Healthy Budget → Day-to-Day\n\nThe budget has rules doing their job, the uncategorized ratio is low, and unreconciled transactions aren't piling up. The user is in maintenance mode — help with whatever they need.\n\n→ references/workflow-maintenance.md\n\nIf the path isn't obvious, ask: \"Is this a brand new budget, or have you been using Actual Budget already?\"\n\nThe user may arrive with a specific question regardless of budget state. Always answer their immediate question first. Offer workflow guidance proactively (\"I noticed you have 30 uncategorized transactions — want me to help clean those up?\") but don't force it.\n\nReference Files\n\nWorkflows:\n\nreferences/workflow-onboarding.md — New budget setup (Path 1)\nreferences/workflow-optimization.md — Existing budget audit & automation (Path 2)\nreferences/workflow-maintenance.md — Monthly cycle & day-to-day (Path 3)\n\nCommands:\n\nreferences/commands.md — Common patterns, recipes, and conventions\nreferences/command-reference.md — Every command with flags and output columns\n\nGuides:\n\nreferences/budgeting.md — Category templates, envelope budgeting, income, overspending, joint accounts\nreferences/import-guide.md — File import formats, CSV column mapping\nreferences/rules.md — Rule JSON schema, conditions, actions\nreferences/credit-cards.md — Credit card strategies and debt tracking\nreferences/query-library.md — Pre-built AQL queries for reports"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/benbjurstrom/fiscal",
    "publisherUrl": "https://clawhub.ai/benbjurstrom/fiscal",
    "owner": "benbjurstrom",
    "version": "0.1.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fiscal",
    "downloadUrl": "https://openagent3.xyz/downloads/fiscal",
    "agentUrl": "https://openagent3.xyz/skills/fiscal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fiscal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fiscal/agent.md"
  }
}