← 返回 Skills 市场
thomas-trendex

Rapprochement Bancaire

作者 thomas-trendex · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rapprochement-bancaire
功能描述
Bank reconciliation for French accounting firms. Reconciles bank statement transactions with previously classified invoices for a given client. Produces a CS...
使用说明 (SKILL.md)

Skill rapprochement-bancaire

Lit les bank-statements et les factures déjà classées par organisation-documents. Produit un CSV par (client, mois) + met à jour followup.md. C'est tout.


Quand utiliser

  • Demande explicite de rapprochement d'un client / d'un mois.
  • Après un reclassement de pièce → recalcul du mois concerné.
  • Après l'ajout d'un mois d'historique.

Ne pas utiliser pour :

  • Classer / déplacer des documents → organisation-documents.
  • Programmer ou envoyer des relances → relances.
  • Émettre des factures → facturation.

Workflow

  1. Charger les transactions depuis clients/\x3Cslug>/\x3CAAAA>/\x3CMM>/bank-statements/ (tous les fichiers du dossier).
  2. Charger les factures du mois (in + out) depuis index.json du client. Inclure aussi les factures des mois adjacents (M-1 et M+1) pour les paiements qui débordent.
  3. Matcher transactions ↔ factures (cf. references/matching-rules.md).
  4. Détecter les anomalies (cf. references/csv-schema.md).
  5. Écrire clients/\x3Cslug>/\x3CAAAA>/\x3CMM>/rapprochement.csv (cf. references/csv-schema.md).
  6. Mettre à jour la colonne « Statut paiement » de followup.md pour les matches fort et moyen.
  7. Rapport au comptable.

Matching (résumé)

Score agrégé par transaction = montant × 0,5 + label × 0,3 + date × 0,2.

Score Confiance Action
≥ 0,85 fort Match dans CSV + update followup payée \x3Cdate>
0,65 – 0,85 moyen Match dans CSV + update followup payée ? \x3Cdate>
0,45 – 0,65 faible Suggestion dans CSV, pas d'update followup
\x3C 0,45 aucun Transaction reste unmatched

Sens cohérent obligatoire : crédit ↔ facture vente, débit ↔ facture achat. Jamais de cross-match.

Détails (normalisation, fuzzy label, fenêtre date ±30 j, cas limites frais bancaires / salaires / multi-paiements / multi-comptes) → references/matching-rules.md.


Output — CSV

clients/\x3Cslug>/\x3CAAAA>/\x3CMM>/rapprochement.csv

UTF-8 avec BOM, séparateur ;, décimal ,, CRLF. Réécrit en entier à chaque invocation (idempotent). Seule la colonne commentaire est préservée entre runs.

Schéma complet (16 colonnes, enum anomalie : paiement_orphelin, encaissement_sans_facture, facture_non_payee, montant_incoherent, doublon_paiement, paiement_partiel, match_ambigu, etc.) → references/csv-schema.md.


Mise à jour de followup.md

Pour chaque match fort ou moyen sur une facture out :

  • Trouver la ligne dans la section ## Émises ce mois de followup.md du mois d'origine de la facture (pas celui de la transaction).
  • Mettre à jour la colonne « Statut paiement » :
    • fortpayée \x3CAAAA-MM-JJ>
    • moyenpayée ? \x3CAAAA-MM-JJ>
    • paiement_partielpartielle (X%)
  • Vider « Prochaine relance » si statut devient payée.

Ne pas créer followup.md s'il n'existe pas (responsabilité de facturation). Juste écrire le CSV dans ce cas.

Ne pas toucher aux autres colonnes ni à la section ## À émettre.


Communication avec le comptable

Mêmes règles que organisation-documents : vocab métier, jamais de jargon technique (OFX, pipeline, scores numériques bruts, paths absolus).

Silence par défaut si zéro anomalie sur l'invocation. Sinon, synthèse compacte :

🔍 Rapprochement — 3 anomalies à revoir

  • ACME SA / Avril : 1 paiement orphelin (1 248 € le 12/04, sans facture)
  • Trendex Tech / Mars : facture impayée F-2026-03-008, 850 €, échéance dépassée de 8 j
  • Foo SAS / Avril : montant incohérent F-2026-04-021 (facture 720 €, paiement 700 € — escompte ?)

Détails dans clients/\x3Cslug>/\x3CAAAA>/\x3CMM>/rapprochement.csv.

Vocabulaire métier : rapprochement, paiement, encaissement, prélèvement, virement, facture, échéance, escompte, acompte, partiel, doublon, orphelin, anomalie, à revoir.


Garde-fous

  • Lecture seule sur les sources : bank-statements/, invoices/*, index.json, clients.json.
  • Écritures localisées : rapprochement.csv + colonne paiement de followup.md + audit.log du client. Rien d'autre.
  • Aucun déplacement de fichier — si un classement est mauvais, ce skill le remonte en anomalie, c'est organisation-documents qui corrige.
  • Pas de PII dans les logs : numéros de facture, montants, dates OK ; libellés complets de transaction et IBAN interdits.
  • Idempotent : données inchangées → CSV identique octet pour octet.

Références complémentaires

安全使用建议
Before installing, be aware that this skill reads sensitive local bank and invoice data and can update payment status in followup.md. It appears well-scoped and instruction-only, but you should run it for explicit client/month reconciliation tasks and review generated CSV and followup changes. ClawScan detected prompt-injection indicators (unicode-control-chars), so this skill requires review even though the model response was benign.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The skill’s purpose is clear and consistent: reconcile bank statement transactions with classified invoices for a specified client/month. It necessarily handles sensitive financial records and updates payment status, but those actions are disclosed and purpose-aligned.
Instruction Scope
Instructions narrow use to explicit reconciliation/recomputation scenarios, prohibit document classification, reminders, and invoicing, and define localized writes. The default silence when there are no anomalies may reduce user-visible feedback, but the behavior is disclosed.
Install Mechanism
There is no install spec, no executable code, no declared dependencies, and the static scanner had no code to analyze. The unknown source/homepage is a provenance limitation, but there is no runnable installer or hidden helper in the provided artifacts.
Credentials
The skill reads all bank statements for the selected client/month and invoices from adjacent months, which is proportionate for reconciliation. No credentials, external APIs, or network transmission are declared.
Persistence & Privilege
It writes a reconciliation CSV, updates the payment-status column in followup.md, and may write a client audit log. These are scoped local mutations but can affect accounting workflow state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rapprochement-bancaire
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rapprochement-bancaire 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: bank reconciliation for French accounting firms.
元数据
Slug rapprochement-bancaire
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Rapprochement Bancaire 是什么?

Bank reconciliation for French accounting firms. Reconciles bank statement transactions with previously classified invoices for a given client. Produces a CS... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Rapprochement Bancaire?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rapprochement-bancaire」即可一键安装,无需额外配置。

Rapprochement Bancaire 是免费的吗?

是的,Rapprochement Bancaire 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Rapprochement Bancaire 支持哪些平台?

Rapprochement Bancaire 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rapprochement Bancaire?

由 thomas-trendex(@thomas-trendex)开发并维护,当前版本 v0.1.0。

💬 留言讨论