What problem does it solve? Developers on the Internet Computer often need to inspect a canister's public interface but only know its name or principal ID, and manually fetching and reading raw Candid definitions is tedious. This Skill resolves the canister, downloads its Candid interface, and presents a readable summary of methods and types. ## Core Features & Use Cases - Name-to-ID Resolution: Looks up canisters by human-readable name via the IC Dashboard API, or accepts a principal ID directly. - Candid Interface Fetching: Downloads the candid:service metadata from any mainnet canister using the icp CLI. - Structured Summaries: Groups methods by query vs update, sorts them alphabetically, and lists custom record and variant types. - Use Case: You want to integrate with a third-party canister like a ledger or registry. Provide its name, and get a clean list of its callable methods, argument types, and return types before writing any client code. ## Quick Start Ask the assistant to show the interface of a mainnet canister by providing its name or canister ID, for example: show me the interface of canister ryjl3-tyaaa-aaaaa-aaaba-cai.