Remix.run Logo
chickensong 5 hours ago

Is it that the skills aren't being triggered reliably, or that they get triggered but the skill itself is complex and doesn't work as expected?

Frannky 4 hours ago | parent [-]

both

chickensong 4 hours ago | parent [-]

I haven't done a lot with skills yet, but maybe try and leverage hooks to enforce skill usage, and move most of the skill's logic and complexity into a script so the agent only needs to reason about how to call the script.

Frannky 19 minutes ago | parent [-]

I think I'll wait until they are more reliable. For now, I use skills, but they just specify which endpoint to call. It should be also safer, different vps, no access to credentials but the bearer token.