this post was submitted on 15 Jun 2026
6 points (87.5% liked)
Free Open-Source Artificial Intelligence
4776 readers
15 users here now
Welcome to Free Open-Source Artificial Intelligence!
We are a community dedicated to forwarding the availability and access to:
Free Open Source Artificial Intelligence (F.O.S.A.I.)
More AI Communities
LLM Leaderboards
Developer Resources
GitHub Projects
FOSAI Time Capsule
- The Internet is Healing
- General Resources
- FOSAI Welcome Message
- FOSAI Crash Course
- FOSAI Nexus Resource Hub
- FOSAI LLM Guide
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have only very recently set it up and I’m running it with a cloud model (Gemini 3.5 Flash) but I do think its marquee feature (learning skills based on what you ask it to do and then being able to use those in the future) is pretty valuable. I haven’t used OpenClaw but my understanding is it has a massive library of skills (essentially repeatable functions or tasks) while Hermes has a somewhat smaller library of shared skills but crucially you can teach it your own skills by just asking it to do something and giving it notes on how to do it.
What’s the secret sauce? How it writes the skills? When it decides to do it within a conversation? Sounds like it creates skill files (markdown?) and saves them to a library, then an agent pulls in relevant skills during future prompts?
I can see this being obsolete very soon. Couldn’t you make Codex or Code do this for you. Build your own agent/s even. Maybe it’ll be included in future releases of major commercial LLMs.