xbert-policy-review
Weekly review of posted spend against policy XBerts on supported categories (out-of-policy account, banned vendor, missing receipt, duplicate transaction, receipt forensic flag).
By XBert IntelligenceLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 9, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install xbert-policy-review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install xbert-policy-review@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/XBertIntelligence/XBert-PluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xbert-policy-review/.
Plugin files
├── .claude-plugin/plugin.json└── skills/policy-review/SKILL.md
Included Skills1
Policy-review methodology for posted spend caught by deterministic policy XBerts — surface what they caught on the supported categories (out-of-policy account, banned vendor, missing receipt, duplicate transaction, receipt forensic flag), propose per-firing action, produce an audit pack. Use when the user asks to review policy violations, run a weekly spend review, check out-of-policy spend, investigate a vendor anomaly, or runs the /policy-review slash command. Also triggers on "weekly spend sweep", "spend policy review", "receipt forensic review", "out-of-policy review", "vendor anomaly check".
Plugin manifests1
{
"name": "xbert-policy-review",
"displayName": "XBert Policy Review",
"description": "Weekly review of posted spend against policy XBerts on supported categories (out-of-policy account, banned vendor, missing receipt, duplicate transaction, receipt forensic flag).",
"author": {
"name": "XBert Intelligence",
"email": "[email protected]"
},
"homepage": "https://intelligence.xbert.io/plugins/xbert-policy-review",
"license": "MIT",
"keywords": [
"policy",
"spend",
"compliance",
"forensic",
"receipts",
"review",
"xbert"
],
"x-xbert": {
"displayName": "XBert Policy Review",
"tagline": "Weekly review of posted spend against policy XBerts on supported categories — out-of-policy account, banned vendor, missing receipt, duplicate transaction, receipt forensic flag.",
"audience": [
"bookkeepers",
"accountants"
],
"categories": [
"review",
"policy",
"spend",
"compliance"
],
"prerequisites": [
"XBert account",
"Client connected to a ledger",
"Policy XBerts linked to the Policy Review agent in the Connect portal"
],
"screenshots": [],
"demoVideo": null,
"includes": {
"skills": 1,
"commands": 1,
"mcpTools": 0
},
"longDescription": "Spend policy is enforced deterministically by Custom XBerts on the data XBert MCP exposes today — out-of-policy account postings, banned-vendor postings, missing-receipt flags, duplicate transactions (same vendor + amount + date), and the receipt forensic signals on captured images (copy-move, metadata tampering, greyscale, image-of-image). The XBerts do the detection; this plugin does not.\n\nXBert Policy Review orchestrates the weekly periodic review of what the policy XBerts flagged. Firings are grouped by category, sub-grouped by vendor or account where it tightens the story, and each firing carries a recommended next action (recode, request supporting doc, accept-as-correct, escalate). The user writes the communication; the plugin does the prep and the audit pack.\n\nOut of scope (no backing data in MCP today): per-employee patterns, per-cardholder breaches, after-hours posting attribution, drafted spender follow-up copy, manual journal forensics, expense-claim review, mileage-over-threshold per employee. If a Custom XBert lands later that captures any of these signals, the plugin will surface them; until then the agent says so honestly rather than invent the signal.",
"useCases": [
{
"title": "Weekly spend review",
"description": "Every Monday morning, sweep every policy XBert that fired across the prior week and walk the recommended action per firing."
},
{
"title": "Pre-period-close policy sweep",
"description": "Before the month closes, ensure every policy violation is either resolved with the user or escalated for write-off — per firing."
},
{
"title": "Vendor-anomaly investigation",
"description": "When the same vendor keeps firing across the period, the per-vendor recurrence count surfaces the pattern and drives a vendor-master decision."
},
{
"title": "Receipt forensic-flag review",
"description": "Capture XBerts catch copy-move, metadata-tampering, greyscale and image-of-image signals on captured receipts; this plugin surfaces them and proposes the next action."
}
],
"benefits": [
{
"icon": "ShieldCheck",
"title": "Policy XBerts enforce deterministically",
"description": "Out-of-policy account, banned vendor, missing receipt, duplicate transaction, receipt forensic — every rule is owned by a deterministic XBert. The plugin reasons only over what fired."
},
{
"icon": "Search",
"title": "Forensic flags surfaced specifically",
"description": "Receipt forensic signals (copy-move, metadata tampering, greyscale, image-of-image) caught by Capture XBerts are named explicitly per receipt — not 'looks suspicious'."
},
{
"icon": "FileText",
"title": "Audit pack output",
"description": "Outputs a workpaper grouped by violation category with per-firing recommended actions and a QMS block — filable straight into the client folder."
}
],
"workflow": [
"Type /policy-review in Claude Code or Claude Desktop",
"Confirm the client and the review period (default: prior week)",
"Plugin resolves the linked policy XBerts for the period — if none are linked, the review stops and the user is prompted to configure linked XBerts first",
"Firings are grouped by supported category (with vendor or account sub-grouping where useful) and each firing carries a recommended next action",
"Build the working-paper payload, render via xbert-working-paper:render-docx, and report the saved path"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[xbert-policy-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-policy-review)