← Exam Hub
§8 of the Capability Exam

Multi-Tool Chains

4 integration drills — these exercise several tools in one turn, the real integration test. Requires §0 fixture import to be complete.

Prerequisite: §0 fixture import must be complete before running these drills. Each drill chains multiple tools into a single coherent turn.
8.1
recall → generate → file
Pull everything we know about Nimbus from memory, write it into a Word doc at scratch/nimbus-brief.docx, then confirm the file exists with the shell.
recallgenerate_docxrun_shell (ls/find). Three tools, correct order.
8.2
codegraph → file → syntax → run
Find the matchSkill function, write a small Node script to scratch/ that imports and prints whether 'create a pptx deck' matches a skill, syntax-check it, then run it.
code_search/code_contextwrite_filesyntax_checkrun_node_script.
8.3
web → memory
Fetch https://example.com, then remember a one-line source memory linking to it.
fetch_urlremember (type source).
8.4
recall → wiki_write → verify provenance
Recall everything about Maya's use of Aperio, then write it into a wiki article. After writing, verify the article lists source_memory_ids for provenance.
recall for Aperio-tagged Maya memories → wiki_writewiki_get on the new article; source_memory_ids is populated with the IDs of the recalled memories.
Back to Exam Hub & Scorecard