Install
openclaw skills install partial-implementationCode returned as "done" is actually a stub — a placeholder body, a TODO comment, or a function that claims completion without real logic.
openclaw skills install partial-implementationA function or module is declared complete, but the body is a stub. The most common form is a function with pass, return None, throw NotImplementedError, or a single TODO: comment in place of real logic.
pass, return, throw new Error("not implemented"), or similar.return 0, return {}, return null) where real computation was requested.TODO, FIXME, XXX, NotImplementedError, unimplemented!, pass, lone return or return null. Investigate each hit.