- Add @moltbot/skillkit extension with tools: - skillkit_search: Search 15,000+ skills marketplace - skillkit_install: Install skills with auto-translation - skillkit_translate: Translate between 17 AI agents - skillkit_recommend: Project-aware skill recommendations - skillkit_sync: Team skill synchronization - skillkit_list: List available/installed skills - skillkit_context: Analyze project context - skillkit_publish: Publish skills to marketplace - skillkit_memory: Manage skill preferences - Add docs/tools/skillkit.md with full documentation - Fix memory-core missing devDependencies (upstream bug) - Regenerate pnpm-lock.yaml for CI compatibility SkillKit v1.7.2: https://agenstskills.com
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "@moltbot/skillkit",
|
|
"version": "2026.1.27",
|
|
"type": "module",
|
|
"description": "SkillKit integration for Moltbot - Universal AI agent skills management",
|
|
"moltbot": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"skillkit": "^1.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"moltbot": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"moltbot": ">=2026.1.26"
|
|
}
|
|
}
|