Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Redirect to claude-embeddings-search for tool use (function calling) and agentic loop patterns with Claude. Use when looking for the secondary Anthropic workflow. Trigger with "anthropic tools", "claude function calling".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -30% | 0% |
This skill redirects to clade-embeddings-search which covers tool use (function calling), the agentic tool loop, and building Claude-powered agents.
clade-model-inferenceThis skill has been replaced. The secondary Anthropic workflow is tool use / function calling, covered in full by clade-embeddings-search.
clade-embeddings-search| Issue | Solution | |-------|----------| | Skill not found | Run clade-embeddings-search directly | | Tool use errors | See tool validation patterns in that skill |
typescript// Use claude-embeddings-search for the full tool use guide const tools: Anthropic.Tool[] = [{ name: 'get_weather', description: 'Get weather for a city', input_schema: { type: 'object', properties: { city: { type: 'string' } }, required: ['city'], }, }]; const response = await client.messages.create({ model: 'claude-sonnet-4-20250514', max_tokens: 1024, tools, messages: [{ role: 'user', content: "What's the weather in Paris?" }], });
Run clade-embeddings-search for the complete tool use guide.
Other measured skills in the registry, with their headline benchmark lift.