726 B
726 B
Troubleshooting
Issue: MODULE_NOT_FOUND (send.js not found or dependencies missing)
Symptom:
Other skills (like video-gen) trying to call feishu-card/send.js fail with:
Error: Cannot find module '.../skills/feishu-card/send.js'
Or running the script fails with missing dotenv.
Cause:
- The skill directory was empty or missing files after a system restore/cleanup.
node_moduleswere missing.
Solution:
- Restore the skill files from backup (e.g.,
temp/github-openclaw-workspace/skills/feishu-card). - Run
npm installinsideskills/feishu-card.
cp -r temp/github-openclaw-workspace/skills/feishu-card skills/
cd skills/feishu-card
npm install
Date: 2026-02-07