@opendirectory.dev/skills 0.1.6 → 0.1.7

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 (2) hide show
  1. package/package.json +1 -1
  2. package/registry.json +0 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendirectory.dev/skills",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
package/registry.json CHANGED
@@ -87,14 +87,6 @@
87
87
  "version": "1.0.0",
88
88
  "path": "skills/llms-txt-generator"
89
89
  },
90
- {
91
- "name": "luma-attendees-scraper",
92
- "description": "Browser-console script to export attendee data from a Luma event into a CSV.",
93
- "tags": [],
94
- "author": "Varnan",
95
- "version": "1.0.0",
96
- "path": "skills/luma-attendees-scraper"
97
- },
98
90
  {
99
91
  "name": "meeting-brief-generator",
100
92
  "description": "Takes a company name and optional contact, runs targeted research via Tavily, synthesizes a 1-page pre-call brief with Gemini, and optionally saves...",
@@ -191,14 +183,6 @@
191
183
  "version": "1.0.0",
192
184
  "path": "skills/show-hn-writer"
193
185
  },
194
- {
195
- "name": "stargazer",
196
- "description": "Advanced 5-tier OSINT scraper for extracting GitHub stargazer emails.",
197
- "tags": [],
198
- "author": "Unknown",
199
- "version": "0.0.1",
200
- "path": "skills/stargazer"
201
- },
202
186
  {
203
187
  "name": "tweet-thread-from-blog",
204
188
  "description": "Converts a blog post URL or article into a Twitter/X thread with a strong hook, one insight per tweet, and a CTA.",