🦀 ClawHub
Fabricated Symbols
by @mvogt99
Code calls functions, classes, or methods that don't exist — either on project types or on third-party library APIs.
TERMINAL
clawhub install fabricated-symbols📖 About This Skill
name: fabricated-symbols description: Code calls functions, classes, or methods that don't exist — either on project types or on third-party library APIs. emoji: 👻 metadata: clawdis: os: [macos, linux, windows]
fabricated-symbols
The 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.
Symptoms
someLibrary.convenientHelper(...) where the library has no such method.AttributeError / TypeError: X is not a function / undefined is not a function.What to do
any but fail at runtime.