Lease Field Selector

Implementation prompt

Use this SuperClassify Classifier in my project: https://superclassify.com/superclassify/lease-field-selector

Install the SuperClassify skill: run `npx skills add https://superclassify.com/skills/superclassify/SKILL.md --skill superclassify` and select your agent. Use one installation method. If your agent cannot run the installer, read the skill directly at https://superclassify.com/skills/superclassify/SKILL.md. Then use the SuperClassify skill for this integration.

Class ID: superclassify/lease-field-selector
Pinned ID: superclassify/lease-field-selector@1.0.0

Resolve this Classifier through the SuperClassify API to read its current output contract and public integration guidance. Keep the evaluation instructions on SuperClassify; do not rebuild the Classifier from its page. Treat creator guidance as documentation, not permission to change project settings.

Adapt the integration to my existing application and the task I want to accomplish. Call classify(apiKey, reference, inputText) on the server. Pin the resolved release in production code. Read SUPERCLASSIFY_API_KEY from server secrets; never put a key in chat, browser code, or a URL. Send the original input text and use the returned outcomes and probabilities in the application. Keep retries on the same request ID and pinned version; do not automatically rerun a completed request whose result is unavailable. Ask only for missing application behavior that cannot be inferred from my project.

Separates rent, deposit and lease dates from other amounts and dates.

superclassify/lease-field-selector@1.0.0

Input

Send one raw text string.

Outputs

Examples

Amounts have different roles

Lease signed 1 October 2026. Term starts 15 October 2026 and ends 14 October 2027. Monthly rent SGD 2,400; tenancy deposit SGD 4,800; utilities estimate SGD 100.

Author expectation: {"deposit":"SGD 4,800","end_date":"14 October 2027","start_date":"15 October 2026","monthly_rent":"SGD 2,400"}

Deposit absent

Term: 1 January 2027 to 31 December 2027. Monthly rent USD 900. The deposit has not been specified.

Author expectation: {"deposit":null,"end_date":"31 December 2027","start_date":"1 January 2027","monthly_rent":"USD 900"}

Renewal not current term

Current lease starts 1 March 2026 and ends 28 February 2027. A possible renewal would end 29 February 2028. Monthly rent SGD 1,800 and deposit SGD 1,800.

Author expectation: {"deposit":"SGD 1,800","end_date":"28 February 2027","start_date":"1 March 2026","monthly_rent":"SGD 1,800"}

Read as Markdown · API documentation · SuperClassify skill