@opendirectory.dev/skills 0.1.4 → 0.1.6

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 +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendirectory.dev/skills",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
package/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "blog-cover-image-cli",
4
- "description": "Use when the user asks to generate a blog cover image, thumbnail, or article header. Automatically uses modern typography, brand logos, and Google Search grounding to create beautiful 16:9 images with Gemini 3.1 Flash Image Preview.",
4
+ "description": "Use when the user asks to generate a blog cover image, thumbnail, or article header.",
5
5
  "tags": [],
6
6
  "author": "",
7
7
  "version": "1.0.17",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  {
19
19
  "name": "cook-the-blog",
20
- "description": "Generate high-converting, deep-dive growth case studies in MDX format. Use this skill when asked to write a case study or blog post about a company's growth, tech stack, or product-led strategy. It handles the full pipeline (researching the company via Tavily, generating a 16:9 cover image, quality checking the draft, uploading assets to cloud storage, and pushing directly to the target repository).",
20
+ "description": "Generate high-converting, deep-dive growth case studies in MDX format.",
21
21
  "tags": [],
22
22
  "author": "OpenDirectory",
23
23
  "version": "1.0.0",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  {
27
27
  "name": "dependency-update-bot",
28
- "description": "Scans your project for outdated npm, pip, Cargo, Go, or Ruby packages. Runs a CVE security audit. Fetches changelogs, summarizes breaking changes with Gemini, and opens one PR per risk group (patch, minor, major). Includes Diagnosis Mode for install conflicts. Use when asked to update dependencies, check for outdated packages, open dependency PRs, scan for package updates, audit for CVEs, or flag breaking changes in upgrades. Trigger when a user says \"check for outdated packages\", \"update my dependencies\", \"open PRs for dependency updates\", \"scan for CVEs\", or \"which packages need upgrading\".",
28
+ "description": "Scans your project for outdated npm, pip, Cargo, Go, or Ruby packages.",
29
29
  "tags": [],
30
30
  "author": "OpenDirectory",
31
31
  "version": "1.0.0",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  {
35
35
  "name": "docs-from-code",
36
- "description": "Generates and updates README.md and API reference docs by reading your codebase's functions, routes, types, schemas, and architecture. Uses graphify to build a knowledge graph first, then writes accurate docs from it. Use when asked to write docs, generate a README, document an API, update stale docs, create an API reference from code, add an architecture section, or document a project in any language. Trigger when a user says their docs are missing, outdated, or wants to document their codebase without writing it manually.",
36
+ "description": "Generates and updates README.",
37
37
  "tags": [],
38
38
  "author": "OpenDirectory",
39
39
  "version": "1.0.0",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "name": "explain-this-pr",
44
- "description": "Takes a GitHub PR URL or the current branch and writes a plain-English explanation of what it does and why, then posts it as a PR comment. Use when asked to explain a PR, summarize a pull request, write a plain-English description of a PR, add a summary comment to a PR, or understand what a PR changes. Trigger when a user says \"explain this PR\", \"summarize this pull request\", \"what does this PR do\", \"add a comment explaining the PR\", or shares a GitHub PR URL and asks what it does.",
44
+ "description": "Takes a GitHub PR URL or the current branch and writes a plain-English explanation of what it does and why, then posts it as a PR comment.",
45
45
  "tags": [],
46
46
  "author": "OpenDirectory",
47
47
  "version": "1.0.0",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  {
51
51
  "name": "google-trends-api-skills",
52
- "description": "SEO keyword research workflow for blog generation using Google Trends data. Use when writing blog posts, planning content calendars, or optimizing articles for search engines. Finds breakout keywords, builds content structure, and generates SEO-optimized blog outlines targeting tech and developer audiences.",
52
+ "description": "SEO keyword research workflow for blog generation using Google Trends data.",
53
53
  "tags": [],
54
54
  "author": "farizanjum",
55
55
  "version": "2.0",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  {
59
59
  "name": "hackernews-intel",
60
- "description": "Monitors Hacker News for user-configured keywords, deduplicates against a local SQLite cache, and sends Slack alerts for new matching posts. Use when asked to monitor Hacker News for mentions, track keywords on HN, get alerts when something is posted about a topic on Hacker News, or set up HN keyword monitoring. Trigger when a user mentions Hacker News alerts, HN monitoring, keyword tracking on HN, or wants to know when a topic appears on Hacker News.",
60
+ "description": "Monitors Hacker News for user-configured keywords, deduplicates against a local SQLite cache, and sends Slack alerts for new matching posts.",
61
61
  "tags": [],
62
62
  "author": "OpenDirectory",
63
63
  "version": "1.0.0",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  {
67
67
  "name": "kill-the-standup",
68
- "description": "Reads yesterday's Linear issues and GitHub commits for the authenticated user, formats a standup update (done / doing / blockers), and posts it to Slack. Use when asked to write a standup, generate a standup update, post to the standup channel, summarize yesterday's work, or automate the daily standup. Trigger when a user says \"write my standup\", \"post standup\", \"generate standup update\", \"what did I do yesterday\", or \"kill the standup\".",
68
+ "description": "Reads yesterday's Linear issues and GitHub commits for the authenticated user, formats a standup update (done / doing / blockers), and posts it to...",
69
69
  "tags": [],
70
70
  "author": "OpenDirectory",
71
71
  "version": "1.0.0",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  {
75
75
  "name": "linkedin-post-generator",
76
- "description": "Converts any content, blog post URL, pasted article, GitHub PR description, or a description of something built, into a formatted LinkedIn post with proper hook, story arc, and formatting. Optionally posts directly to LinkedIn via Composio. Use when asked to write a LinkedIn post, turn a blog into a LinkedIn update, announce a shipped feature, share a case study on LinkedIn, or post something professionally. Trigger when a user mentions LinkedIn, wants to share content professionally, says \"post this to LinkedIn\", or asks to repurpose a blog/article/PR for social media.",
76
+ "description": "Converts any content, blog post URL, pasted article, GitHub PR description, or a description of something built, into a formatted LinkedIn post wit...",
77
77
  "tags": [],
78
78
  "author": "OpenDirectory",
79
79
  "version": "1.0.0",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  {
83
83
  "name": "llms-txt-generator",
84
- "description": "Generates and maintains a standards-compliant llms.txt file for any website — either by crawling the live site OR by reading the website's codebase directly. Use this skill when asked to create an llms.txt, add AI discoverability to a site, improve GEO (Generative Engine Optimization), make a website readable by AI agents, generate an llms-full.txt, check if a site has llms.txt, or audit a site's AI readiness for generative search. Trigger this skill any time a user mentions llms.txt, AI discoverability, LLM site readability, or wants their site to appear in AI-generated answers. Also trigger when the user is inside a website codebase and asks about SEO, AI readiness, or content structure.",
84
+ "description": "Generates and maintains a standards-compliant llms.",
85
85
  "tags": [],
86
86
  "author": "OpenDirectory",
87
87
  "version": "1.0.0",
@@ -89,7 +89,7 @@
89
89
  },
90
90
  {
91
91
  "name": "luma-attendees-scraper",
92
- "description": "Browser-console script to export attendee data from a Luma event into a CSV. Use when users ask to scrape or export attendees from a Luma event.",
92
+ "description": "Browser-console script to export attendee data from a Luma event into a CSV.",
93
93
  "tags": [],
94
94
  "author": "Varnan",
95
95
  "version": "1.0.0",
@@ -97,7 +97,7 @@
97
97
  },
98
98
  {
99
99
  "name": "meeting-brief-generator",
100
- "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 it to Notion. Use when asked to prepare for a meeting, research a prospect before a call, generate a company brief, create a pre-call summary, or write a meeting prep doc. Trigger when a user says \"prepare me for a meeting with\", \"research this company before my call\", \"generate a meeting brief for\", \"I have a call with X tomorrow\", or \"create a prospect brief for\".",
100
+ "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...",
101
101
  "tags": [],
102
102
  "author": "OpenDirectory",
103
103
  "version": "1.0.0",
@@ -105,7 +105,7 @@
105
105
  },
106
106
  {
107
107
  "name": "meta-ads-skill",
108
- "description": "Use when interacting with the Meta Ads MCP server to manage accounts, campaigns, ads, insights, and targeting, or to troubleshoot OAuth token authentication. Act as an Expert Media Buyer.",
108
+ "description": "Use when interacting with the Meta Ads MCP server to manage accounts, campaigns, ads, insights, and targeting, or to troubleshoot OAuth token authe...",
109
109
  "tags": [],
110
110
  "author": "Unknown",
111
111
  "version": "0.0.1",
@@ -113,7 +113,7 @@
113
113
  },
114
114
  {
115
115
  "name": "newsletter-digest",
116
- "description": "Aggregates RSS feeds from the past week, synthesizes the top stories using Gemini, and publishes a newsletter digest to Ghost CMS. Optionally outputs formatted Markdown for Substack or any other platform. Use when asked to generate a newsletter, create a weekly digest, summarize RSS feeds, compile top stories for a newsletter, or publish a digest to Ghost. Trigger when a user mentions newsletter digest, weekly roundup, RSS digest, compile top stories, or publish to Ghost.",
116
+ "description": "Aggregates RSS feeds from the past week, synthesizes the top stories using Gemini, and publishes a newsletter digest to Ghost CMS.",
117
117
  "tags": [],
118
118
  "author": "OpenDirectory",
119
119
  "version": "1.0.0",
@@ -121,7 +121,7 @@
121
121
  },
122
122
  {
123
123
  "name": "noise2blog",
124
- "description": "Turns rough notes, bullet points, voice transcripts, or tweet dumps into a polished, publication-ready blog post. Optionally enriches with Tavily research to add supporting data and credibility to claims. Use when asked to write a blog post from notes, turn rough ideas into an article, expand bullet points into a full post, clean up a voice transcript into a blog, or repurpose a tweet thread as an article. Trigger when a user says \"write a blog post from this\", \"turn these notes into a post\", \"expand this into an article\", \"make this publishable\", \"I have rough notes write a blog\", or \"clean up this transcript\".",
124
+ "description": "Turns rough notes, bullet points, voice transcripts, or tweet dumps into a polished, publication-ready blog post.",
125
125
  "tags": [],
126
126
  "author": "OpenDirectory",
127
127
  "version": "1.0.0",
@@ -129,7 +129,7 @@
129
129
  },
130
130
  {
131
131
  "name": "outreach-sequence-builder",
132
- "description": "Takes a buying signal and generates a personalized multi-channel outreach sequence across email, LinkedIn, and phone. Outputs 4-6 ready-to-send touchpoints over 10-14 days. Optionally drafts email touchpoints via Composio Gmail. Use when asked to write an outreach sequence, build a sales cadence, create a follow-up sequence, personalize outreach for a signal, or generate cold outreach messages. Trigger when a user says \"build an outreach sequence for\", \"write a sales cadence for\", \"create outreach based on this signal\", \"they just raised a round write me a sequence\", or \"generate personalized outreach for\".",
132
+ "description": "Takes a buying signal and generates a personalized multi-channel outreach sequence across email, LinkedIn, and phone.",
133
133
  "tags": [],
134
134
  "author": "OpenDirectory",
135
135
  "version": "1.0.0",
@@ -137,7 +137,7 @@
137
137
  },
138
138
  {
139
139
  "name": "position-me",
140
- "description": "Elite Website Reviewer Agent for AEO, GEO, SEO, UI/UX Psychology, and Copywriting. Use this skill when asked to review or evaluate a website's positioning. It conducts an EXHAUSTIVE, multi-page, psychologically-driven, and ruthless analysis of the entire website. Produces a massive, comprehensive, scored report with charts and actionable fixes. NO EMOJIS allowed.",
140
+ "description": "Elite Website Reviewer Agent for AEO, GEO, SEO, UI/UX Psychology, and Copywriting.",
141
141
  "tags": [],
142
142
  "author": "Unknown",
143
143
  "version": "0.0.1",
@@ -161,7 +161,7 @@
161
161
  },
162
162
  {
163
163
  "name": "reddit-icp-monitor",
164
- "description": "Watches subreddits for people describing the exact problem you solve, scores their relevance to your ICP, and drafts a helpful non-spammy reply for each high-signal post. Use when asked to monitor Reddit for ICP signals, find prospects on Reddit, surface pain point posts, draft helpful Reddit replies, or scan subreddits for buying signals. Trigger when a user says \"monitor Reddit for my ICP\", \"find people on Reddit who need my product\", \"scan subreddits for pain points\", \"draft Reddit replies for prospects\", or \"check Reddit for buying signals\".",
164
+ "description": "Watches subreddits for people describing the exact problem you solve, scores their relevance to your ICP, and drafts a helpful non-spammy reply for...",
165
165
  "tags": [],
166
166
  "author": "OpenDirectory",
167
167
  "version": "1.0.0",
@@ -169,7 +169,7 @@
169
169
  },
170
170
  {
171
171
  "name": "reddit-post-engine",
172
- "description": "Writes and optionally posts a Reddit post for any subreddit, following that subreddit's specific culture and rules. Drafts a title, body, and first comment using the 90/10 rule. Uses Composio Reddit MCP for optional direct posting. Use when asked to post on Reddit, draft a Reddit post, share a project on Reddit, write a subreddit post, or launch something on Reddit. Trigger when a user says \"post this on Reddit\", \"write a Reddit post for r/...\", \"help me launch on Reddit\", \"draft something for Reddit\", or \"how do I share this on Reddit without getting banned\".",
172
+ "description": "Writes and optionally posts a Reddit post for any subreddit, following that subreddit's specific culture and rules.",
173
173
  "tags": [],
174
174
  "author": "OpenDirectory",
175
175
  "version": "1.0.0",
@@ -177,7 +177,7 @@
177
177
  },
178
178
  {
179
179
  "name": "schema-markup-generator",
180
- "description": "You are an SEO engineer specialising in structured data. Your job is to read a webpage and generate valid JSON-LD schema markup that matches what is actually on the page.",
180
+ "description": "You are an SEO engineer specialising in structured data.",
181
181
  "tags": [],
182
182
  "author": "OpenDirectory",
183
183
  "version": "1.0.0",
@@ -193,7 +193,7 @@
193
193
  },
194
194
  {
195
195
  "name": "stargazer",
196
- "description": "Advanced 5-tier OSINT scraper for extracting GitHub stargazer emails. Use this skill when a user wants to scrape, extract, or download stargazers from a GitHub repository.",
196
+ "description": "Advanced 5-tier OSINT scraper for extracting GitHub stargazer emails.",
197
197
  "tags": [],
198
198
  "author": "Unknown",
199
199
  "version": "0.0.1",
@@ -201,7 +201,7 @@
201
201
  },
202
202
  {
203
203
  "name": "tweet-thread-from-blog",
204
- "description": "Converts a blog post URL or article into a Twitter/X thread with a strong hook, one insight per tweet, and a CTA. Optionally posts the full thread to X via Composio using a reply chain. Use when asked to turn a blog post into a tweet thread, repurpose an article for Twitter, create a thread from a blog, write a Twitter thread about a topic, or share a blog post as a thread. Trigger when a user mentions Twitter thread, X thread, tweet thread, or wants to repurpose blog content for X/Twitter.",
204
+ "description": "Converts a blog post URL or article into a Twitter/X thread with a strong hook, one insight per tweet, and a CTA.",
205
205
  "tags": [],
206
206
  "author": "OpenDirectory",
207
207
  "version": "1.0.0",
@@ -209,7 +209,7 @@
209
209
  },
210
210
  {
211
211
  "name": "twitter-GTM-find-skill",
212
- "description": "End-to-end pipeline for scraping Twitter for GTM/DevRel tech startup jobs using Apify, and validating them against an Ideal Customer Profile (ICP) using Gemini's native Google Search Grounding. Use this skill when OpenClaw needs to find developer-first, funded startups actively hiring for GTM, DevRel, or Growth roles.",
212
+ "description": "End-to-end pipeline for scraping Twitter for GTM/DevRel tech startup jobs using Apify, and validating them against an Ideal Customer Profile (ICP)...",
213
213
  "tags": [],
214
214
  "author": "Unknown",
215
215
  "version": "0.0.1",
@@ -217,7 +217,7 @@
217
217
  },
218
218
  {
219
219
  "name": "yc-intent-radar-skill",
220
- "description": "Scrape daily job listings from YCombinator's Workatastartup platform without duplicates. Use this skill when asked to scrape YC jobs, update the YC companies list, or retrieve the latest startup jobs. It handles authentication, extracts company slugs via Inertia.js JSON payloads, falls back to public YC job pages when necessary, and maintains a local SQLite database to track historical jobs and prevent duplicates.",
220
+ "description": "Scrape daily job listings from YCombinator's Workatastartup platform without duplicates.",
221
221
  "tags": [],
222
222
  "author": "Unknown",
223
223
  "version": "0.0.1",