@sogni-ai/sogni-creative-agent-skill
Version:
Sogni Creative Agent Skill: agent skill and CLI for Sogni AI image, video, and music generation.
98 lines (97 loc) • 3.56 kB
JSON
{
"name": "@sogni-ai/sogni-creative-agent-skill",
"version": "3.14.0",
"description": "Sogni Creative Agent Skill: agent skill and CLI for Sogni AI image, video, and music generation.",
"type": "module",
"main": "sogni-agent.mjs",
"bin": {
"sogni-agent": "sogni-agent.mjs"
},
"scripts": {
"openclaw:sync": "node scripts/sync-openclaw-plugin.mjs",
"sync:version": "node scripts/sync-version.mjs",
"sync:creative-agent-runtime": "node scripts/sync-creative-agent-runtime.mjs",
"check:creative-agent-source": "node scripts/check-creative-agent-source.mjs",
"check:creative-agent-source:strict": "node scripts/check-creative-agent-source.mjs --strict-network",
"check:creative-agent-runtime": "node scripts/check-creative-agent-runtime.mjs",
"test": "npm run check:creative-agent-runtime && node --test test/*.test.mjs",
"test:integration": "npm run check:creative-agent-runtime && SOGNI_INTEGRATION=1 node --test test/*.integration.mjs",
"test:all": "npm run test && npm run test:integration",
"test:coverage": "npm run check:creative-agent-runtime && node --test --experimental-test-coverage --test-coverage-include=sogni-agent.mjs --test-coverage-lines=50 --test-coverage-branches=35 --test-coverage-functions=50 test/sogni-agent.test.mjs",
"test:coverage:full": "npm run check:creative-agent-runtime && node --test --experimental-test-coverage --test-coverage-include=sogni-agent.mjs --test-coverage-lines=50 --test-coverage-branches=35 --test-coverage-functions=50 test/*.test.mjs test/*.integration.mjs",
"build:mcpb": "npx -y @anthropic-ai/mcpb pack desktop-extension dist/sogni-creative-agent.mcpb",
"prepack": "npm run check:creative-agent-source:strict && SOGNI_REQUIRE_RUNTIME_SYNC=1 npm run check:creative-agent-runtime",
"prepare": "husky",
"release": "semantic-release"
},
"keywords": [
"sogni",
"ai",
"agent",
"image-generation",
"video-generation",
"music-generation",
"audio-generation",
"openclaw",
"hermes-agent",
"manus",
"claude",
"claude-code"
],
"author": "Mauvis Ledford",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Sogni-AI/sogni-creative-agent-skill.git"
},
"bugs": {
"url": "https://github.com/Sogni-AI/sogni-creative-agent-skill/issues"
},
"homepage": "https://github.com/Sogni-AI/sogni-creative-agent-skill#readme",
"engines": {
"node": ">=22.11.0"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"SKILL.md",
"references/",
"desktop-extension/",
"skills/",
"llm.txt",
"skill-package.json",
"scripts/check-creative-agent-runtime.mjs",
"scripts/check-creative-agent-source.mjs",
"scripts/sync-creative-agent-runtime.mjs",
"version.mjs",
"scripts/sync-openclaw-plugin.mjs",
"openclaw-plugin.mjs",
"openclaw.plugin.json",
"env.mjs",
"ssrf-guard.mjs",
"update-check.mjs",
"node-version-check.mjs",
"generated/creative-agent-runtime.mjs",
"sogni-agent.mjs"
],
"dependencies": {
"@sogni-ai/sogni-intelligence-client": "3.7.0",
"execa": "^9.6.1",
"json5": "^2.2.3",
"sharp": "^0.34.5"
},
"openclaw": {
"extensions": [
"./openclaw-plugin.mjs"
]
},
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^9.1.7",
"semantic-release": "^25.0.3"
}
}