BC rental-manager
Rental bookkeeping for Quebec/Levis/Longueuil properties. Records income/expenses, uploads receipts to Drive, T776 tax prep, LOC tracking. Triggers: record expense, upload receipt, T776, rental income, Gauvin, Champagnat, Goyette.
As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
ReferenceGoogle SheetsInfrastructureFinancetype and topics are labelled automatically from the skill text
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 10
✓ No critical or high findings
Medium and low: 10
-
low Secrets in code
secret-high-entropy-tokenreferences/properties.md:9High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Master Record** | `11u3…D2E` | The main hub for all properties. Contains Gauvin, Levis, and linked Longueuil sheets. |
table -
low Secrets in code
secret-high-entropy-tokenreferences/properties.md:10High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Longueuil Control** | `1698…N0g` | Independent sheet for the 50/50 partnership. Shared with partner. |
table -
low Secrets in code
secret-high-entropy-tokenreferences/properties.md:16High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Quebec (Gauvin)** | `1APx…5tX` | Receipts for 168-170 Avenue Gauvin. |
table -
low Secrets in code
secret-high-entropy-tokenreferences/properties.md:17High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Levis (249 Champagnat)** | `1Avp…sbl` | Receipts for 249 Rue Champagnat. |
table -
low Secrets in code
secret-high-entropy-tokenreferences/properties.md:18High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Longueuil (Goyette) Receipts** | `1P6a…bBr` | The "Receipts" sub-folder within Longueuil 2026. |
table -
low Secrets in code
secret-high-entropy-tokenscripts/handle_receipt_upload.py:9High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)MASTER_SHEET_ID = "11u3…D2E"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/handle_receipt_upload.py:10High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)LONGUEUIL_CONTROL_ID = "1698…N0g"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/handle_receipt_upload.py:13High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)FOLDER_GAUVIN = "1APx…5tX" # Quebec (Gauvin)
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/handle_receipt_upload.py:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)FOLDER_LEVIS = "1Avp…sbl" # Levis (249 Champagnat)
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/handle_receipt_upload.py:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)FOLDER_LONGUEUIL_RECEIPTS = "1P6a…bBr" # Longueuil / Receipts
quoted
Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 53/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 100Tools and files. No external tools needed
- 100Steps. 9 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 414 tokens
- 100Running it twice. No mutating operations
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- -31 of 1 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 230: enough signal without eating the budget
- +4Structure: 8 headings
- +3Step-by-step instructions: 9 items
- +4Reference files are cited in the instructions (1 of 1)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.
External checks
ClawHub: clean
This skill appears to do the advertised rental bookkeeping work, but it can change Google Drive files and Google Sheets records through the user's configured Google account.
LLM: benign (medium) · VirusTotal: · 29 May 2026