llms-generator-cli 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/index.js +59 -0
  2. package/llms-full.txt +1774 -0
  3. package/llms.txt +235 -0
  4. package/package.json +16 -0
package/llms.txt ADDED
@@ -0,0 +1,235 @@
1
+ # FacelessClip – Professional Faceless Video Automation Software
2
+
3
+ > Create viral faceless videos with AI-powered voice synthesis, realistic avatars, and automated editing. Perfect for YouTube Shorts, Instagram Reels, and TikTok.
4
+
5
+ ## Info
6
+ - URL: https://facelessclip.ai
7
+
8
+ ## Core Content
9
+ Limited Time — Get up to 50% OFF
10
+
11
+ OFFER50
12
+
13
+ ![Faceless AI Clip Logo](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ffaceless-ai-clip.058b61e4.png&w=384&q=75&dpl=dpl_CBoEAAAaHbhsXGVD8YFMxtwCiyG5)
14
+
15
+ [Home](/)
16
+
17
+ Products
18
+
19
+ [
20
+
21
+ FacelessClip AI Softwarev.4.4
22
+
23
+
24
+
25
+
26
+
27
+ ](/)[
28
+
29
+ Scene Builder Automationv.4.8
30
+
31
+
32
+
33
+
34
+
35
+ ](/scene-builder)
36
+
37
+ Free Tools
38
+
39
+ [
40
+
41
+ Veo3 Video Generator
42
+
43
+ AI video generation
44
+
45
+
46
+
47
+
48
+
49
+ ](/tools/veo3-video-generator)[
50
+
51
+ Flux Image Generator
52
+
53
+ Generate AI images
54
+
55
+
56
+
57
+
58
+
59
+ ](/tools/flux-image-generator)[
60
+
61
+ Quote to Image
62
+
63
+ Convert quotes to images
64
+
65
+
66
+
67
+
68
+
69
+ ](/tools/quote-to-image)[
70
+
71
+ Screenshot Background
72
+
73
+ Add backgrounds to screenshots
74
+
75
+
76
+
77
+
78
+
79
+ ](/tools/screenshot-background)[
80
+
81
+ Audio to Text
82
+
83
+ Transcribe audio files
84
+
85
+
86
+
87
+
88
+
89
+ ](/tools/audio-to-text)[
90
+
91
+ AI Music Generator
92
+
93
+ Generate AI music and instrumentals
94
+
95
+
96
+
97
+
98
+
99
+ ](/tools/ai-music-generator)[
100
+
101
+ Sound Effects Generator
102
+
103
+ Create AI sound effects
104
+
105
+
106
+
107
+
108
+
109
+ ](/tools/sound-effects-generator)[
110
+
111
+ Text to Speech
112
+
113
+ Convert text to voice
114
+
115
+
116
+
117
+
118
+
119
+ ](/tools/text-to-speech)[
120
+
121
+ YouTube Analytics
122
+
123
+ Track your channel stats
124
+
125
+
126
+
127
+
128
+
129
+ ](/tools/youtube-analytics)[
130
+
131
+ YouTube Downloader
132
+
133
+ Download videos easily
134
+
135
+
136
+
137
+
138
+
139
+ ](/tools/youtube-video-downloader)[
140
+
141
+ Subscribe Link Generator
142
+
143
+ Create subscribe links
144
+
145
+
146
+
147
+
148
+
149
+ ](/tools/subscribe-link-generator)[
150
+
151
+ Thumbnail Tester
152
+
153
+ Test thumbnail designs
154
+
155
+
156
+
157
+
158
+
159
+ ](/tools/thumbnail-tester)[
160
+
161
+ YouTube Thumbnail Grabber
162
+
163
+ Extract video thumbnails
164
+
165
+
166
+
167
+
168
+
169
+ ](/tools/youtube-thumbnail-grabber)[
170
+
171
+ YouTube Channel ID Finder
172
+
173
+ Find channel IDs
174
+
175
+
176
+
177
+
178
+
179
+ ](/tools/youtube-channel-id-finder)[
180
+
181
+ YouTube Monetization Checker
182
+
183
+ Check monetization status
184
+
185
+
186
+
187
+
188
+
189
+ ](/tools/youtube-monetization-checker)[
190
+
191
+ YouTube Money Calculator
192
+
193
+ Estimate earnings
194
+
195
+
196
+
197
+
198
+
199
+ ](/tools/youtube-money-calculator)[
200
+
201
+ YouTube SEO Assistant
202
+
203
+ Optimize your videos
204
+
205
+
206
+
207
+
208
+
209
+ ](/tools/youtube-seo-assistant)[
210
+
211
+ AI Hashtag Generator
212
+
213
+ Generate trending hashtags
214
+
215
+
216
+
217
+
218
+
219
+ ](/tools/ai-hashtag-generator)[
220
+
221
+ Instagram Downloader
222
+
223
+ Coming soon
224
+
225
+ Upcoming
226
+
227
+
228
+
229
+ ](#)
230
+
231
+ [View All Free Tools](/tools)
232
+
233
+ [Features](#features)[How It Works](#how-it-works)[Pricing](#pricing)
234
+
235
+ [
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "llms-generator-cli",
3
+ "version": "1.0.0",
4
+ "description": "Generate llms.txt and advanced LLM contexts from a URL",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "bin": {
8
+ "llms-gen": "./index.js"
9
+ },
10
+ "dependencies": {
11
+ "axios": "^1.6.0",
12
+ "cheerio": "^1.0.0-rc.12",
13
+ "commander": "^11.1.0",
14
+ "turndown": "^7.1.2"
15
+ }
16
+ }