34 lines
916 B
JSON
34 lines
916 B
JSON
{
|
|
"name": "moltbook-automator",
|
|
"version": "1.0.0",
|
|
"description": "Automate your Moltbook social activity — check feeds, auto-reply, generate daily reports | 自动化管理 Moltbook 社交活动",
|
|
"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"
|
|
}
|
|
} |