Browser Result Check

Implementation prompt

Use this SuperClassify Class in my project: https://superclassify.com/superclassify/browser-result-check

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/browser-result-check
Pinned ID: superclassify/browser-result-check@1.0.0

Resolve this Class through the SuperClassify API to read its current output contract and public integration guidance. Keep the evaluation instructions on SuperClassify; do not rebuild the Class 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.

Checks whether observed browser results satisfy the requested goal and constraints.

superclassify/browser-result-check@1.0.0

Input

Send one raw text string.

Outputs

Examples

Met · 1

Observed result:
Observed product detail: Phone X, blue, 128GB, in stock.

Agent claim:
Found it.

Reference:
Objective:
Find the blue 128GB Phone X in stock.

Required constraints:
The product must be blue, capacity 128GB, and explicitly available now.

Author expectation: met

Not met · 2

Observed result:
Observed product detail: Phone X, red, 128GB, in stock.

Agent claim:
Matches perfectly.

Reference:
Objective:
Find the blue 128GB Phone X in stock.

Required constraints:
The product must be blue, capacity 128GB, and explicitly available now.

Author expectation: not_met

Needs more observation · 3

Observed result:
Observed detail: Phone X, blue, 128GB. Stock status is hidden.

Agent claim:
It is available.

Reference:
Objective:
Find the blue 128GB Phone X in stock.

Required constraints:
The product must be blue, capacity 128GB, and explicitly available now.

Author expectation: needs_more_observation

Read as Markdown · API documentation · SuperClassify skill