-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@taisly/agent",
"version": "0.2.8",
"description": "Free AI-first agent kit for publishing short-form videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook through Taisly.",
"type": "module",
"main": "src/index.js",
"mcpName": "io.github.taisly/agent",
"homepage": "https://taisly.com/en/ai-agent-kit",
"repository": {
"type": "git",
"url": "git+https://github.com/taisly/agent.git"
},
"bugs": {
"url": "https://github.com/taisly/agent/issues"
},
"exports": {
".": "./src/index.js"
},
"bin": {
"taisly": "src/cli.js"
},
"files": [
".codex-plugin",
".claude-plugin",
"assets",
"docs",
"glama.json",
"LICENSE",
"README.md",
"server.json",
"SKILL.md",
"src",
"examples"
],
"scripts": {
"check": "node --check src/config.js && node --check src/setup.js && node --check src/index.js && node --check src/cli.js && node --check src/mcp.js"
},
"keywords": [
"taisly",
"taisly-agent-kit",
"free-ai-agent-tools",
"ai-agent-social-media-posting",
"ai-agents",
"ai-agent-tools",
"agent-skills",
"agentic-workflows",
"mcp",
"mcp-server",
"model-context-protocol",
"codex-plugin",
"codex-skills",
"openai-codex",
"claude-plugin",
"video-publishing",
"video-publishing-api",
"social-media",
"social-media-automation",
"tiktok-api",
"tiktok",
"instagram-automation",
"instagram-reels",
"youtube-shorts-publishing",
"youtube-shorts",
"x",
"facebook",
"automation",
"codex",
"claude-code",
"cursor",
"openclaw"
],
"license": "MIT",
"engines": {
"node": ">=20"
}
}