# Send Norman: Accounting Monthly Reconciliation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "norman-monthly-reconciliation",
    "name": "Norman: Accounting Monthly Reconciliation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/stanlee000/norman-monthly-reconciliation",
    "canonicalUrl": "https://clawhub.ai/stanlee000/norman-monthly-reconciliation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/norman-monthly-reconciliation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=norman-monthly-reconciliation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "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/norman-monthly-reconciliation"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/norman-monthly-reconciliation",
    "downloadUrl": "https://openagent3.xyz/downloads/norman-monthly-reconciliation",
    "agentUrl": "https://openagent3.xyz/skills/norman-monthly-reconciliation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/norman-monthly-reconciliation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/norman-monthly-reconciliation/agent.md"
  }
}
```
## Documentation

### Step 1: Transaction Review

Call search_transactions for the specified month (or last month if not specified)
Identify uncategorized transactions
For each batch, suggest categories and let the user confirm
Use categorize_transaction to assign the correct bookkeeping category

### Step 2: Finalize Transactions

After all transactions are categorized, verify each one using change_transaction_verification
Mark every transaction for the period as verified so the month can be closed
If any transaction has missing information (no receipt, unclear category), flag it for the user before verifying
Present a count: "X of Y transactions verified for [month]"

### Step 3: Invoice Reconciliation

Call list_invoices to find invoices from the period
Cross-reference with incoming payments in transactions
Use link_transaction to match payments to invoices
Flag any overdue unpaid invoices and suggest sending reminders via send_invoice_overdue_reminder

### Step 4: Document Check

Call list_attachments for the period
Identify transactions without attached receipts (especially expenses)
Remind the user to upload missing receipts with upload_bulk_attachments
Use link_attachment_transaction to connect any newly uploaded receipts

### Step 5: Tax Preparation

Call get_company_tax_statistics for the period overview
Call get_vat_next_report to check if a VAT report is due
If due, call generate_finanzamt_preview to show the draft
Only submit with explicit user confirmation via submit_tax_report

### Step 6: Summary

Present a closing summary:

Total income and expenses for the month
Number of invoices sent vs. paid
Outstanding receivables
VAT liability
Any action items remaining

Be thorough but keep each step interactive - wait for user confirmation before proceeding.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: stanlee000
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/norman-monthly-reconciliation)
- [Send to Agent page](https://openagent3.xyz/skills/norman-monthly-reconciliation/agent)
- [JSON manifest](https://openagent3.xyz/skills/norman-monthly-reconciliation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/norman-monthly-reconciliation/agent.md)
- [Download page](https://openagent3.xyz/downloads/norman-monthly-reconciliation)