home / skills / bdambrosio / cognitive_workbench / refine
/src/tools/refine
This skill redirects to the extract tool for backward compatibility, ensuring seamless access while transitioning to the preferred workflow.
npx playbooks add skill bdambrosio/cognitive_workbench --skill refineReview the files below or copy the command above to add this skill to your agents.
---
name: refine
type: python
flattens_collections: true
hidden: true
description: "DEPRECATED — use extract instead. Routes to extract tool for backward compatibility."
---
# refine (DEPRECATED)
**Use `extract` instead.** This tool is a backward-compatibility wrapper that routes to `extract`.
See `extract` documentation for full details.
This skill is a deprecated compatibility wrapper that routes calls to the newer extract tool. It exists to preserve older integrations while directing traffic to the current implementation. Users should migrate to extract for full-featured support and future updates.
When invoked, the skill forwards requests and parameters to the extract tool and returns the extract tool's response. It does not implement independent extraction logic or new features; it only maps inputs to the extract interface. Error handling and behavior follow the extract tool's implementation.
Is refine still receiving updates?
No. refine is deprecated and maintained only as a routing shim. Use extract for updates and support.
Can I rely on refine long-term?
No. You should migrate to extract because refine may be removed in the future and will not receive new features.