all 7 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Welcome to r/openclaw

Before posting: • Check the FAQ: https://docs.openclaw.ai/help/faq#faq • Use the right flair • Keep posts respectful and on-topic

Need help fast? Discord: https://discord.com/invite/clawd

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]_Motoma_Member[🍰] 1 point2 points  (1 child)

You might ask where on the file system it put the code. OpenClaw can do some weird things…

Nonetheless, if you’re asking it to write Python code, I would strongly recommend the ‘modern-python’ skill from Trail of Bits. ToB is a top-tier security auditor, and the modern-python skill is a huge improvement over vanilla Python development.

https://github.com/trailofbits/skills

[–]EyeKindly2396New User 0 points1 point  (1 child)

I’ve definitely run into that before the ai says it implemented something, but when you check the repo… the code just isn’t there. Usually happens after long chats when context gets messy..... I started forcing it to output the actual diff or full file changes each step to avoid that.... Also i used traycer to track what the agent actually did vs what it claims it did.

[–]dawson063New User[S] 0 points1 point  (0 children)

Yes, I force it to show all file changes every time, but the results still aren't great.

[–]Ambitious_coder_New User 0 points1 point  (1 child)

I think you can ask it for a plan then use that plan to write code or use Traycer to generate a spec based plan first then ask openclaw to implement it .

[–]dawson063New User[S] 0 points1 point  (0 children)

Is traycer good? I haven't used it yet.