Install
openclaw skills install fabricated-symbolsCode calls functions, classes, or methods that don't exist — either on project types or on third-party library APIs.
openclaw skills install fabricated-symbolsThe agent invokes a symbol that isn't defined. Most often this is a plausible-looking method on a third-party object, or a utility "I'm sure we have one of those" that the project actually lacks.
someLibrary.convenientHelper(...) where the library has no such method.AttributeError / TypeError: X is not a function / undefined is not a function.any but fail at runtime.