-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.68 KB
/
package.json
File metadata and controls
46 lines (46 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
{
"name": "content-wand",
"version": "1.1.0",
"description": "Transform any content into 9 platform-native formats or convert between content types — with Writing Style matching and an AI-pattern humanizer on every output. Supports Twitter/X, LinkedIn, newsletter, Instagram, YouTube Shorts, TikTok, Threads, Bluesky, and podcast. Works from text, URLs, transcripts, rough notes, or a topic idea. Writing Styles save globally and apply automatically across all projects.",
"type": "skill",
"author": "Prajwal Mishra",
"license": "MIT",
"keywords": [
"ai",
"content-repurposing",
"content-atomization",
"writing-style",
"twitter-thread",
"linkedin-post",
"newsletter",
"instagram-carousel",
"youtube-shorts",
"tiktok",
"podcast",
"content-transformation",
"humanizer",
"ai-pattern-removal",
"solopreneur",
"creator",
"ghostwriter",
"claude-skill",
"prompt-injection-defense",
"ai-security",
"secure-ai"
],
"homepage": "https://github.com/baagad-ai/content-wand/releases",
"repository": {
"type": "git",
"url": "https://github.com/baagad-ai/content-wand.git"
},
"bugs": {
"url": "https://github.com/baagad-ai/content-wand/issues"
},
"skills": {
"content-wand": {
"name": "content-wand",
"description": "Turn any content into platform-native formats or transform between content types. Atomize (1 piece → 9 platforms) or repurpose (type A → type B). Writing Style matching learned once, applied automatically everywhere. Humanizer removes AI writing patterns from every output. Works with text, URLs, transcripts, notes, or a topic idea.",
"version": "1.1.0"
}
}
}