@opendirectory.dev/skills 0.1.66 → 0.1.68

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 (53) hide show
  1. package/package.json +1 -1
  2. package/registry.json +8 -0
  3. package/skills/blog-cover-image-cli/README.md +2 -2
  4. package/skills/brand-alchemy/README.md +2 -2
  5. package/skills/claude-md-generator/README.md +2 -2
  6. package/skills/cold-email-verifier/README.md +2 -2
  7. package/skills/competitor-pr-finder/README.md +2 -2
  8. package/skills/cook-the-blog/README.md +2 -2
  9. package/skills/dependency-update-bot/README.md +2 -2
  10. package/skills/docs-from-code/README.md +2 -2
  11. package/skills/email-newsletter/README.md +2 -2
  12. package/skills/explain-this-pr/README.md +2 -2
  13. package/skills/gh-issue-to-demand-signal/README.md +2 -2
  14. package/skills/google-trends-api-skills/README.md +2 -2
  15. package/skills/graphic-case-study/README.md +2 -2
  16. package/skills/graphic-ebook/README.md +2 -2
  17. package/skills/graphic-slide-deck/README.md +2 -2
  18. package/skills/hackernews-intel/README.md +2 -2
  19. package/skills/human-tone/README.md +2 -2
  20. package/skills/kill-the-standup/README.md +2 -2
  21. package/skills/linkedin-job-post-to-buyer-pain-map/README.md +2 -2
  22. package/skills/linkedin-post-generator/README.md +2 -2
  23. package/skills/llms-txt-generator/README.md +2 -2
  24. package/skills/map-your-market/README.md +2 -2
  25. package/skills/meeting-brief-generator/README.md +2 -2
  26. package/skills/meta-ads-skill/README.md +2 -2
  27. package/skills/meta-tribeV2-skill/README.md +2 -2
  28. package/skills/newsletter-digest/README.md +2 -2
  29. package/skills/noise2blog/README.md +2 -2
  30. package/skills/npm-downloads-to-leads/README.md +2 -2
  31. package/skills/outreach-sequence-builder/README.md +2 -2
  32. package/skills/position-me/README.md +2 -2
  33. package/skills/pr-description-writer/README.md +2 -2
  34. package/skills/pricing-finder/README.md +2 -2
  35. package/skills/pricing-page-psychology-audit/README.md +2 -2
  36. package/skills/product-update-logger/README.md +2 -2
  37. package/skills/producthunt-launch-kit/README.md +2 -2
  38. package/skills/reddit-icp-monitor/README.md +2 -2
  39. package/skills/reddit-post-engine/README.md +2 -2
  40. package/skills/schema-markup-generator/README.md +2 -2
  41. package/skills/sdk-adoption-tracker/README.md +2 -2
  42. package/skills/show-hn-writer/README.md +2 -2
  43. package/skills/tweet-thread-from-blog/README.md +2 -2
  44. package/skills/twitter-GTM-find-skill/README.md +2 -2
  45. package/skills/vc-finder/README.md +2 -2
  46. package/skills/vid-motion-graphics/README.md +2 -2
  47. package/skills/vid-product-launch/README.md +138 -0
  48. package/skills/vid-product-launch/SKILL.md +713 -0
  49. package/skills/vid-product-launch/references/scene-library.md +896 -0
  50. package/skills/vid-product-launch/references/style-presets.md +180 -0
  51. package/skills/vid-product-launch/scripts/capture-frames.mjs +187 -0
  52. package/skills/vid-product-launch/scripts/export-video.sh +495 -0
  53. package/skills/yc-intent-radar-skill/README.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendirectory.dev/skills",
3
- "version": "0.1.66",
3
+ "version": "0.1.68",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
package/registry.json CHANGED
@@ -472,6 +472,14 @@
472
472
  "version": "1.0.0",
473
473
  "path": "skills/vid-motion-graphics"
474
474
  },
475
+ {
476
+ "name": "vid-product-launch",
477
+ "description": "Generates a cinematic product launch video (MP4) from a product description and launch context.",
478
+ "tags": [],
479
+ "author": "OpenDirectory",
480
+ "version": "1.2.0",
481
+ "path": "skills/vid-product-launch"
482
+ },
475
483
  {
476
484
  "name": "where-your-customer-lives",
477
485
  "description": "Given a product utility and ICP, researches the internet to find the specific channels.",
@@ -1,4 +1,4 @@
1
- # Blog Cover Image CLI
1
+ # Blog Cover Image CLI
2
2
 
3
3
  A modern, AI-powered CLI tool designed to automatically generate high-converting, minimalist blog cover images and thumbnails using **Gemini 3.1 Flash Image Preview**.
4
4
 
@@ -23,7 +23,7 @@ npx "@opendirectory.dev/skills" install blog-cover-image-cli --target claude
23
23
  ### Video Tutorial
24
24
  Watch this quick video to see how it's done:
25
25
 
26
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
26
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
27
27
 
28
28
  ### Step 1: Download the skill from GitHub
29
29
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # Brand Alchemy
1
+ # Brand Alchemy
2
2
 
3
3
  <img width="1920" height="1072" alt="brand-alchemy-skill-cover-image" src="https://github.com/user-attachments/assets/15d90c97-9eef-4eed-abb3-7ce58438adf0" />
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install brand-alchemy --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # claude-md-generator
1
+ # claude-md-generator
2
2
 
3
3
  <img width="1280" height="640" alt="claude-md-generator" src="https://github.com/user-attachments/assets/0e295271-2216-47f7-828f-845c98ef0298" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install claude-md-generator --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # Cold Email Verifier
1
+ # Cold Email Verifier
2
2
 
3
3
  Agent Skill that equips your AI agent with the ability to autonomously guess, enrich, and verify cold email addresses directly from a CSV file.
4
4
 
@@ -16,7 +16,7 @@ npx "@opendirectory.dev/skills" install cold-email-verifier --target claude
16
16
  ### Video Tutorial
17
17
  Watch this quick video to see how it's done:
18
18
 
19
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
19
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
20
20
 
21
21
  ### Step 1: Download the skill from GitHub
22
22
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # competitor-pr-finder
1
+ # competitor-pr-finder
2
2
 
3
3
  Give it your product URL. It finds your top 5 competitors, researches every press mention, podcast appearance, and community post across all of them, and tells you exactly which channels to pitch -- with the journalist's name, the angle that got your competitors featured, and a ready-to-send cold pitch for your product.
4
4
 
@@ -43,7 +43,7 @@ npx "@opendirectory.dev/skills" install competitor-pr-finder --target claude
43
43
  ### Video Tutorial
44
44
  Watch this quick video to see how it's done:
45
45
 
46
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
46
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
47
47
 
48
48
  ### Step 1: Download the skill from GitHub
49
49
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # cook-the-blog
1
+ # cook-the-blog
2
2
 
3
3
  <img width="1280" height="640" alt="cook-the-blog-cover" src="https://github.com/user-attachments/assets/01fc87a2-78a8-433d-8531-a06a6a6df617" />
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install cook-the-blog --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # dependency-update-bot
1
+ # dependency-update-bot
2
2
 
3
3
  <img width="1280" height="640" alt="dependency-update-bot" src="https://github.com/user-attachments/assets/08939280-bba2-4ac9-a349-2ca8c25ca328" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install dependency-update-bot --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # docs-from-code
1
+ # docs-from-code
2
2
 
3
3
  ![docs-from-code](https://github.com/user-attachments/assets/493c7c61-9aa9-48e9-a71b-7c77c8c6a949)
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install docs-from-code --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # email-newsletter
1
+ # email-newsletter
2
2
 
3
3
  Draft and design a complete HTML email newsletter from a topic or content brief. Output is paste-ready for Loops, Mailchimp, Beehiiv, Resend, or any standard email platform.
4
4
 
@@ -11,7 +11,7 @@ npx "@opendirectory.dev/skills" install email-newsletter --target claude
11
11
  ### Video Tutorial
12
12
  Watch this quick video to see how it's done:
13
13
 
14
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
14
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
15
15
 
16
16
  ### Step 1: Download the skill from GitHub
17
17
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # explain-this-pr
1
+ # explain-this-pr
2
2
 
3
3
  <img width="1280" height="640" alt="explain-this-pr" src="https://github.com/user-attachments/assets/9e76fc64-f982-4c4c-9b58-4398541aab97" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install explain-this-pr --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # gh-issue-to-demand-signal
1
+ # gh-issue-to-demand-signal
2
2
 
3
3
  Give the skill a competitor's public GitHub repo URL. It fetches their open issues, filters noise locally, clusters into 6 demand categories using the AI already running the skill, scores by real engagement (reactions), detects ignored demand (high reactions + no response = your opportunity), and outputs a ranked demand gap report with a GTM messaging brief.
4
4
 
@@ -11,7 +11,7 @@ npx "@opendirectory.dev/skills" install gh-issue-to-demand-signal --target claud
11
11
  ### Video Tutorial
12
12
  Watch this quick video to see how it's done:
13
13
 
14
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
14
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
15
15
 
16
16
  ### Step 1: Download the skill from GitHub
17
17
  1. Click the **Code** button on this repo's GitHub page.
@@ -1,4 +1,4 @@
1
- # Google Trends API Skills
1
+ # Google Trends API Skills
2
2
 
3
3
  <img width="1280" height="640" alt="google-trends-skills-cover" src="https://github.com/user-attachments/assets/848aa1be-64af-4b4b-bf46-af3d0798b7ee" />
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install google-trends-api-skills --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # graphic-case-study
1
+ # graphic-case-study
2
2
 
3
3
  Generate a professionally designed case study PDF for B2B SaaS sales and marketing. Structured around the challenge → solution → results → testimonial arc. Outputs a browser-ready HTML file + print-ready PDF. Supports 7 page section layouts and 9 business style presets.
4
4
 
@@ -10,7 +10,7 @@ npx "@opendirectory.dev/skills" install graphic-case-study --target claude
10
10
  ### Video Tutorial
11
11
  Watch this quick video to see how it's done:
12
12
 
13
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
13
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
14
14
 
15
15
  ### Step 1: Download the skill from GitHub
16
16
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # graphic-ebook
1
+ # graphic-ebook
2
2
 
3
3
  Create professionally designed B2B SaaS e-books (3–10 pages) using HTML + CSS. Supports 9 visual styles and 11 page layout types. Outputs a browser-ready HTML file + print-ready PDF.
4
4
 
@@ -11,7 +11,7 @@ npx "@opendirectory.dev/skills" install graphic-ebook --target claude
11
11
  ### Video Tutorial
12
12
  Watch this quick video to see how it's done:
13
13
 
14
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
14
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
15
15
 
16
16
  ### Step 1: Download the skill from GitHub
17
17
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # graphic-slide-deck
1
+ # graphic-slide-deck
2
2
 
3
3
  Generate a professionally designed HTML slide deck from a brief, content notes, or an existing PowerPoint. Outputs a browser-ready presentation + optional PDF. Supports 13 named layout types and 8 business style presets.
4
4
 
@@ -11,7 +11,7 @@ npx "@opendirectory.dev/skills" install graphic-slide-deck --target claude
11
11
  ### Video Tutorial
12
12
  Watch this quick video to see how it's done:
13
13
 
14
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
14
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
15
15
 
16
16
  ### Step 1: Download the skill from GitHub
17
17
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # hackernews-intel
1
+ # hackernews-intel
2
2
 
3
3
  <img width="1280" height="640" alt="hackernews-intel" src="https://github.com/user-attachments/assets/8d75cba9-7c2b-4693-8365-00779ed2b3d3" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install hackernews-intel --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- <img width="1280" height="640" alt="human-tone-skill-cover-image" src="https://github.com/user-attachments/assets/aa2c99dc-87a6-490e-a989-21fd6a2bbc9a" />
1
+ <img width="1280" height="640" alt="human-tone-skill-cover-image" src="https://github.com/user-attachments/assets/aa2c99dc-87a6-490e-a989-21fd6a2bbc9a" />
2
2
 
3
3
  # Human Tone
4
4
 
@@ -16,7 +16,7 @@ npx "@opendirectory.dev/skills" install human-tone --target claude
16
16
  ### Video Tutorial
17
17
  Watch this quick video to see how it's done:
18
18
 
19
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
19
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
20
20
 
21
21
  ### Step 1: Download the skill from GitHub
22
22
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # kill-the-standup
1
+ # kill-the-standup
2
2
 
3
3
  <img width="1280" height="640" alt="kill-the-standup" src="https://github.com/user-attachments/assets/4fcf306d-7ef9-455a-b5f1-02532c292f65" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install kill-the-standup --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # linkedin-job-post-to-buyer-pain-map
1
+ # linkedin-job-post-to-buyer-pain-map
2
2
 
3
3
  <img src="cover.png" width="100%" alt="LinkedIn Job Post to Buyer Pain Map — Signal Decoder for GTM Teams" />
4
4
 
@@ -128,7 +128,7 @@ MIT
128
128
  ### Video Tutorial
129
129
  Watch this quick video to see how it's done:
130
130
 
131
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
131
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
132
132
 
133
133
  ### Step 1: Download the skill from GitHub
134
134
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # linkedin-post-generator
1
+ # linkedin-post-generator
2
2
 
3
3
  <img width="1376" height="768" alt="LinkedIn_post_generator" src="https://github.com/user-attachments/assets/dc71e06b-8b3c-486a-adbf-d56a7b22cdc1" />
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install linkedin-post-generator --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # llms-txt-generator
1
+ # llms-txt-generator
2
2
 
3
3
  <img width="1376" height="768" alt="llms-txt-generator" src="https://github.com/user-attachments/assets/7f549d0b-4d55-40a8-97c6-59510cc40b54" />
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install llms-txt-generator --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # map-your-market
1
+ # map-your-market
2
2
 
3
3
  Give this skill a product description, category keywords, or competitor names. It searches Reddit, Hacker News, GitHub Issues, G2, and Google Trends for real pain signals from your market -- then builds a complete positioning framework: who your ICP is, what they say out loud, and how to talk to them.
4
4
 
@@ -11,7 +11,7 @@ npx "@opendirectory.dev/skills" install map-your-market --target claude
11
11
  ### Video Tutorial
12
12
  Watch this quick video to see how it's done:
13
13
 
14
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
14
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
15
15
 
16
16
  ### Step 1: Download the skill from GitHub
17
17
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # meeting-brief-generator
1
+ # meeting-brief-generator
2
2
 
3
3
  <img width="1280" height="640" alt="meeting-brief-generator" src="https://github.com/user-attachments/assets/30026bc4-657a-4ce9-8c0e-4dd2654783f8" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install meeting-brief-generator --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # Meta Ads Agentic Skill
1
+ # Meta Ads Agentic Skill
2
2
 
3
3
  <img width="1376" height="768" alt="meta-ads-skill" src="https://github.com/user-attachments/assets/baf2509b-0ee0-41ca-9555-3ad350a6824c" />
4
4
 
@@ -11,7 +11,7 @@ npx "@opendirectory.dev/skills" install meta-ads-skill --target claude
11
11
  ### Video Tutorial
12
12
  Watch this quick video to see how it's done:
13
13
 
14
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
14
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
15
15
 
16
16
  ### Step 1: Download the skill from GitHub
17
17
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # Meta Tribe Skill
1
+ # Meta Tribe Skill
2
2
 
3
3
  AI Skill that uses Meta's TRIBE v2 fMRI Model to analyze the neuroscience of video hooks, reels, and scripts.
4
4
 
@@ -24,7 +24,7 @@ This skill provides the infrastructure to host the massive 80GB TRIBE v2 model p
24
24
  ### Video Tutorial
25
25
  Watch this quick video to see how it's done:
26
26
 
27
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
27
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
28
28
 
29
29
  ### Step 1: Download the skill from GitHub
30
30
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # newsletter-digest
1
+ # newsletter-digest
2
2
 
3
3
  <img width="1280" height="640" alt="newsletter-digest" src="https://github.com/user-attachments/assets/cb2879ae-eb5c-4727-a1a2-47b4462a699b" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install newsletter-digest --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # noise2blog
1
+ # noise2blog
2
2
 
3
3
  <img width="1280" height="640" alt="noise2blog" src="https://github.com/user-attachments/assets/2359cff9-dfd4-4276-bb3e-4b6091ad6983" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install noise2blog --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # npm-downloads-to-leads
1
+ # npm-downloads-to-leads
2
2
 
3
3
  Give this skill a list of npm packages. It fetches 12 weeks of download data, scores each package by growth velocity, maps maintainers to GitHub and Twitter, and outputs a ranked lead brief per breakout package: who built it, how to reach them, and what to say.
4
4
 
@@ -10,7 +10,7 @@ npx "@opendirectory.dev/skills" install npm-downloads-to-leads --target claude
10
10
 
11
11
  ### Video Tutorial
12
12
 
13
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
13
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
14
14
 
15
15
  ### Step 1: Download from GitHub
16
16
  1. Click the **Code** button on this repo's GitHub page.
@@ -1,4 +1,4 @@
1
- # outreach-sequence-builder
1
+ # outreach-sequence-builder
2
2
 
3
3
  <img width="1280" height="640" alt="outreach-sequence-builder" src="https://github.com/user-attachments/assets/3d73358a-52ca-48e7-b34e-b1ba33246d6e" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install outreach-sequence-builder --target claud
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # Position-Me
1
+ # Position-Me
2
2
 
3
3
  <img width="1376" height="768" alt="generated-image" src="https://github.com/user-attachments/assets/118fcd1f-1efc-4eca-b0b0-366a6f9ff5da" />
4
4
 
@@ -15,7 +15,7 @@ npx "@opendirectory.dev/skills" install position-me --target claude
15
15
  ### Video Tutorial
16
16
  Watch this quick video to see how it's done:
17
17
 
18
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
18
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
19
19
 
20
20
  ### Step 1: Download the skill from GitHub
21
21
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # pr-description-writer
1
+ # pr-description-writer
2
2
 
3
3
  <img width="1280" height="640" alt="pr-description-writer" src="https://github.com/user-attachments/assets/485f5846-b621-40ac-8a99-2b50243fb454" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install pr-description-writer --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # pricing-finder
1
+ # pricing-finder
2
2
 
3
3
  Tell it what your product is (URL or description). It finds 5 competitors globally, fetches their actual pricing pages, and returns a complete pricing intelligence report: the dominant pricing model in your space, a benchmark price table, feature gate analysis, a competitive positioning map, and a concrete recommended pricing strategy for your product.
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install pricing-finder --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1280&h=640&fit=crop&q=80" width="100%" alt="cover" />
1
+ <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1280&h=640&fit=crop&q=80" width="100%" alt="cover" />
2
2
 
3
3
  # pricing-page-psychology-audit
4
4
 
@@ -84,7 +84,7 @@ npx @opendirectory.dev/skills install pricing-page-psychology-audit
84
84
  ### Video Tutorial
85
85
  Watch this quick video to see how it's done:
86
86
 
87
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
87
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
88
88
 
89
89
  ### Step 1: Download the skill from GitHub
90
90
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # product-update-logger
1
+ # product-update-logger
2
2
 
3
3
  Tell the skill what your product shipped. It writes a polished, living `docs/changelog.md` entry and hands you a ready-to-use content package: tweet thread, LinkedIn post, email snippet, and one-liner.
4
4
 
@@ -13,7 +13,7 @@ npx "@opendirectory.dev/skills" install product-update-logger --target claude
13
13
  ### Video Tutorial
14
14
  Watch this quick video to see how it's done:
15
15
 
16
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
16
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
17
17
 
18
18
  ### Step 1: Download the skill from GitHub
19
19
  1. Click the **Code** button on this repo's GitHub page.
@@ -1,4 +1,4 @@
1
- # producthunt-launch-kit
1
+ # producthunt-launch-kit
2
2
 
3
3
  <img width="1280" height="640" alt="producthunt-launch-kit" src="https://github.com/user-attachments/assets/dc16bde9-9bc4-4022-94a8-a4db024cbd95" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install producthunt-launch-kit --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # reddit-icp-monitor
1
+ # reddit-icp-monitor
2
2
 
3
3
  <img width="1280" height="640" alt="reddit-icp-monitor" src="https://github.com/user-attachments/assets/8182b73f-1f8d-4812-9061-165fd8aeb0e8" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install reddit-icp-monitor --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.
@@ -1,4 +1,4 @@
1
- # reddit-post-engine
1
+ # reddit-post-engine
2
2
 
3
3
  <img width="1280" height="640" alt="reddit-post-engine" src="https://github.com/user-attachments/assets/2706f326-5fb9-46fc-851a-ec54ccf53f74" />
4
4
 
@@ -14,7 +14,7 @@ npx "@opendirectory.dev/skills" install reddit-post-engine --target claude
14
14
  ### Video Tutorial
15
15
  Watch this quick video to see how it's done:
16
16
 
17
- https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
17
+ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
18
18
 
19
19
  ### Step 1: Download the skill from GitHub
20
20
  1. Copy the URL of this specific skill folder from your browser's address bar.