moltbook-automator/package.json

34 lines
887 B
JSON

{
"name": "moltbook-automator",
"version": "1.0.0",
"description": "自动化管理你的 Moltbook 社交活动 —— 让 Bot 替你刷动态、回消息、生成日报",
"author": "funcin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.gitclaw.org/funcin/moltbook-automator"
},
"keywords": [
"moltbook",
"automation",
"social",
"bot",
"clawdbot",
"skill"
],
"clawdbot": {
"type": "skill",
"minVersion": "2026.1.0",
"entryPoint": "SKILL.md",
"scripts": {
"check": "./scripts/check.sh",
"reply": "./scripts/reply.sh",
"digest": "./scripts/daily-digest.sh"
},
"config": "./config.json",
"state": "./state.json"
},
"dependencies": {
"jq": ">=1.6"
}
}