๐ ๐๐ฃ ๐ผ๐ฟ ๐๐ด๐ฒ๐ป๐ ๐ฆ๐ธ๐ถ๐น๐น๐? Here's the difference: ๐ ๐๐ฃ (๐ ๐ผ๐ฑ๐ฒ๐น ๐๐ผ๐ป๐๐ฒ๐ ๐ ๐ฃ๐ฟ๐ผ๐๐ผ๐ฐ๐ผ๐น) connects agents to external services through standardized servers. Think of it as the agent's interface to live data sources and APIs. MCP tools are deterministic - same input, same output - which makes them reliable for operations like fetching data, executing searches, or calling external services. ๐ฆ๐ธ๐ถ๐น๐น๐ provide behavioral instructions in natural language. They're markdown files that guide how an agent should approach specific tasks. Skills run locally, require minimal setup, and give you fine-grained control over agent behavior without necessarily writing code. The key differences: - MCP: Deterministic API calls, network latency, precise operations - Skills: LLM-interpreted instructions, local execution, behavioral guidance An agent might use a Skill to understand how to structure a search query, then use an MCP tool to execute that query against a live database. The Skill guides the reasoning, the MCP tool performs the action. We've just released ๐ช๐ฒ๐ฎ๐๐ถ๐ฎ๐๐ฒ ๐๐ด๐ฒ๐ป๐ ๐ฆ๐ธ๐ถ๐น๐น๐ - a Skills-based repository that teaches coding agents (Claude Code, Cursor, GitHub Copilot) how to work with Weaviate - covering search operations, schema management, data imports, and complete application patterns like agents, RAG and chatbots. Install with: npx skills add weaviate/agent-skills Then use /weaviate:quickstart to get set up. Full implementation details: https://t.co/tGfSGDvvlr
Weaviate Agent Skills Teaches Coding Agents Its Vector Database
ยท Updated
Weaviate, an open-source vector database platform, released agent skills in two tiers. The Weaviate Skill tier provides focused scripts for cluster management, data imports, and search operations including hybrid, semantic, and keyword modes. The Cookbooks tier offers end-to-end blueprints for RAG pipelines, Query Agent chatbots, and multivector PDF retrieval applications.
The problem this solves is practical: coding agents regularly hallucinate legacy Weaviate syntax and misconfigure search parameters without proper context. Agent skills give agents precise procedural knowledge - correct parameters, proper query structure, which APIs handle which operations - so implementations work on the first try instead of requiring constant debugging.
If you're building anything with Weaviate โ RAG pipelines, chatbots, or vector search โ load these skills into your coding agent and let it work from accurate API knowledge rather than guessing Weaviate syntax. The Cookbooks tier covers complete end-to-end patterns, so your agent starts from a proven blueprint.
Weaviate AI Database
@weaviate_io
56retweets
View on X