This document summarizes algorithms for computing the edge skeleton of a polytope defined by oracle functions. It first describes an existing algorithm for vertex enumeration in the oracle model that works by computing an initial simplex and recursively querying the oracle. It then presents a new algorithm for computing the edge skeleton that takes as input the oracle functions and a superset of edge directions, and works by generating candidate edge segments and validating them with the oracle. The runtime of this edge skeleton algorithm is polynomial in parameters of the polytope representation.