alex-clawd
9965d67bb5
feat: add Skills Repository — registry, cache, CLI, and SDK integration
Adds a Skills Repository feature allowing users to publish, install,
and use skills from the CrewAI registry with @org/skill-name refs.
## What's New
### SDK (lib/crewai/)
- SkillFrontmatter: added optional 'version' field (backward compatible)
- SkillCacheManager: manages ~/.crewai/skills/{org}/{name}/ with
.crewai_meta.json tracking, path-traversal-safe tar extraction
- SkillRegistry: parse @org/skill-name refs, local-first resolution
(./skills/ > cache > download), interactive prompt on first use,
CI-mode guard (CREWAI_NONINTERACTIVE/CI env vars)
- Agent.skills and Crew.skills widened to accept str refs (@org/name)
- set_skills() resolves registry refs with org-prefixed dedup keys
- New events: SkillDownloadStartedEvent, SkillDownloadCompletedEvent
### CLI (lib/cli/)
- crewai skill create <name> — context-aware (project vs standalone)
- crewai skill install @org/name — downloads to ./skills/ or cache
- crewai skill publish — ZIP + upload to org registry
- crewai skill list — show installed skills
### PlusAPI (lib/crewai-core/)
- Added SKILLS_RESOURCE, get_skill(), publish_skill(), list_skills()
### Scaffolding
- crew and flow templates now include skills/ directory
### Tests
- 91 SDK skill tests + 15 CLI skill tests, all passing
2026-05-19 11:51:08 -07:00
..
2026-04-02 04:46:07 +08:00
2026-05-12 11:22:13 -07:00
2026-05-12 11:22:13 -07:00
2026-05-06 20:46:46 +08:00
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2026-04-24 03:41:55 +08:00
2025-12-05 13:23:26 -05:00
2026-04-08 21:02:25 +08:00
2026-03-31 08:11:21 +08:00
2026-05-12 12:39:12 -07:00
2026-05-06 20:46:46 +08:00
2026-05-06 20:46:46 +08:00
2025-11-29 16:55:24 -05:00
2025-11-05 07:19:09 -05:00
2026-04-07 03:22:30 +08:00
2025-10-20 14:10:19 -07:00
2026-05-19 11:51:08 -07:00
2026-02-13 21:34:37 -03:00
2026-05-04 18:42:12 +08:00
2026-05-12 11:22:13 -07:00
2026-04-09 04:29:53 +08:00
2026-05-06 20:46:46 +08:00
2026-05-12 11:22:13 -07:00
2025-10-20 14:10:19 -07:00
2026-03-15 18:33:17 -07:00
2026-04-01 03:48:41 +08:00
2026-03-20 15:18:50 -04:00
2026-05-06 20:46:46 +08:00
2026-05-06 20:46:46 +08:00
2026-01-22 17:44:03 -08:00
2026-01-23 15:13:25 -05:00
2025-10-20 14:10:19 -07:00
2026-05-12 11:22:13 -07:00
2025-12-01 18:56:56 -05:00
2026-04-07 03:22:30 +08:00
2026-02-16 18:41:03 -03:00
2025-10-20 14:10:19 -07:00
2026-02-04 15:40:22 -05:00
2026-01-23 15:13:25 -05:00
2026-05-01 11:46:07 -04:00
2025-10-20 14:10:19 -07:00
2026-03-25 03:42:39 -03:00
2025-11-24 17:35:12 -05:00
2026-03-09 09:38:35 -04:00
2026-04-28 14:57:49 +08:00
2025-10-20 14:10:19 -07:00
2026-05-12 00:26:31 +08:00
2026-03-26 03:28:17 -03:00
2025-10-20 14:10:19 -07:00
2026-05-16 02:46:35 +08:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2026-04-21 15:57:19 -03:00
2025-11-29 16:55:24 -05:00
2026-04-17 03:02:03 +08:00
2026-05-03 14:17:03 +08:00
2026-02-25 17:13:34 -05:00
2026-04-01 18:08:37 -03:00