โ† Exam Hub
ยง6 of the Capability Exam

Web & GitHub Tools

3 drills covering fetch_url, fetch_github_issue, and read_image / describe_image.

Prerequisite: ยง0 fixture import should be complete. A GITHUB_TOKEN environment variable is recommended for higher rate limits when using fetch_github_issue.
6.1
fetch_url
Fetch https://example.com and summarize what's on the page.
โœ… fetch_url fires; returns the page text and a summary of the content.
6.2
fetch_github_issue
Summarize this GitHub issue, including the discussion: https://github.com/nodejs/node/issues/1
โœ… fetch_github_issue fires; returns the issue title, state, body, and comments. A GITHUB_TOKEN raises rate limits.
6.3
read_image / describe_image
Attach an image in the UI, then ask "Describe this image."
โœ… read_image / describe_image fires (local VLM path may also trigger preprocess-image skill from ยง7).
Back to Exam Hub & Scorecard