Skill catalogue

Twelve skills ship with HISAB. Each one is a YAML file + Python module. You can use them, modify them, or fork them as a starting point for your own.

Finance close

AR / AP / cash

Analysis & reporting

Audit

Calling a skill

From the chat:

/skill bank-reconciliation
  statement_sheet: "Bank Statement"
  book_sheet: "Bank Book"
  tolerance: 5.00

Or just describe what you want in plain English — the AI picks the right skill automatically:

Reconcile the Bank Statement sheet with Bank Book. Tolerance of ₹5.

Skill internals

Each skill is a folder under %APPDATA%\HISAB\skills\<skill-id>\ containing:

See Authoring skills for the full format and a walkthrough of building one.