Skill is very useful for enriching context. Is any plan to support skill?
Hi Tony, glad to see your reply.
What I mean is, skills similar to those of anthropics( Introducing Agent Skills | Claude ),which can be automatically recognized and dynamically loaded by the Agent.
This is very useful for context engineering, as it can improve efficiency, rather than manually controlling the definition of the agent every time
Got it.. So context … Yes.. I would use Knowledge - CrewAI to start
But skills and context are not the same thing.
They look similar because both let an LLM access external capabilities…
…but they operate at different layers of the agent stack.
-
Claude Skills = local, declarative tool definitions that Claude can call inside a conversation.
-
CrewAI Knowledge = structured, persistent, multi-agent memory / context sources used across tasks and runs.
They’re solving different problems: “what can the agent do right now?” vs. “what does the agent know and carry forward across workflows?”