occupation
Software Developers
description
When solving a task that needs multiple tool calls in sequence (e.g., fetch -> parse -> fetch -> store), prefer code.execute to chain them in one inference call.
updated
Menu
SkillsMP has collected 2 skills from subinium/CrowClaw. Open a skill to review its source and details.
Showing 2 of 2 collected skills.
When solving a task that needs multiple tool calls in sequence (e.g., fetch -> parse -> fetch -> store), prefer code.execute to chain them in one inference call.
When you've just solved a non-trivial multi-step task that you might be asked to repeat, consider calling learning.proposeSkill to save the recipe.