From dfeda139ba83fcf364ae62c18c7715f8796c9ec4 Mon Sep 17 00:00:00 2001 From: Karanjot786 Date: Tue, 9 Jun 2026 18:29:39 +0530 Subject: [PATCH 1/5] feat: add skills.sh Option E to skill README template --- scripts/update_skill_readmes.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/update_skill_readmes.py b/scripts/update_skill_readmes.py index cbd0b32..405475b 100644 --- a/scripts/update_skill_readmes.py +++ b/scripts/update_skill_readmes.py @@ -178,6 +178,14 @@ def build_install_block(skill_name: str) -> str: 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill {skill_name} +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. {END_MARKER} """ From e84e0b9a90e4cbf7eb1c764b4f6d5f63ec610bcc Mon Sep 17 00:00:00 2001 From: Karanjot786 Date: Tue, 9 Jun 2026 18:32:34 +0530 Subject: [PATCH 2/5] feat: add skills.sh install option to all skill READMEs --- skills/app-store-review-arbitrage/README.md | 8 +++++++ skills/blog-cover-image-cli/README.md | 8 +++++++ skills/brand-alchemy/README.md | 8 +++++++ skills/claude-md-generator/README.md | 8 +++++++ skills/cold-email-verifier/README.md | 8 +++++++ skills/company-radar/README.md | 8 +++++++ skills/competitor-pr-finder/README.md | 8 +++++++ skills/cook-the-blog/README.md | 8 +++++++ skills/dependency-update-bot/README.md | 8 +++++++ skills/docs-from-code/README.md | 8 +++++++ .../README.md | 8 +++++++ skills/dx-roaster/README.md | 8 +++++++ skills/email-newsletter/README.md | 8 +++++++ skills/explain-this-pr/README.md | 8 +++++++ skills/geo-gap-fixer/README.md | 23 +++++++++++++------ skills/gh-issue-to-demand-signal/README.md | 8 +++++++ .../README.md | 8 +++++++ skills/google-trends-api-skills/README.md | 8 +++++++ skills/graphic-case-study/README.md | 8 +++++++ skills/graphic-chart/README.md | 8 +++++++ skills/graphic-ebook/README.md | 8 +++++++ skills/graphic-gif/README.md | 8 +++++++ skills/graphic-slide-deck/README.md | 8 +++++++ skills/hackernews-intel/README.md | 8 +++++++ skills/human-tone/README.md | 8 +++++++ .../README.md | 8 +++++++ skills/kill-the-standup/README.md | 8 +++++++ .../README.md | 8 +++++++ skills/linkedin-post-generator/README.md | 8 +++++++ skills/llms-txt-generator/README.md | 8 +++++++ skills/map-your-market/README.md | 8 +++++++ skills/meeting-brief-generator/README.md | 8 +++++++ skills/meta-ads-skill/README.md | 8 +++++++ skills/meta-tribeV2-skill/README.md | 8 +++++++ skills/newsletter-digest/README.md | 8 +++++++ skills/noise-to-linkedin-carousel/README.md | 8 +++++++ skills/noise2blog/README.md | 8 +++++++ skills/npm-downloads-to-leads/README.md | 8 +++++++ skills/oss-launch-kit/README.md | 8 +++++++ skills/outreach-sequence-builder/README.md | 8 +++++++ skills/position-me/README.md | 8 +++++++ skills/pr-description-writer/README.md | 8 +++++++ skills/pricing-finder/README.md | 8 +++++++ .../pricing-page-psychology-audit/README.md | 8 +++++++ skills/product-update-logger/README.md | 8 +++++++ skills/producthunt-launch-kit/README.md | 8 +++++++ skills/reddit-icp-monitor/README.md | 8 +++++++ skills/reddit-post-engine/README.md | 8 +++++++ skills/schema-markup-generator/README.md | 8 +++++++ skills/sdk-adoption-tracker/README.md | 8 +++++++ skills/show-hn-writer/README.md | 8 +++++++ skills/store-listing-optimizer/README.md | 8 +++++++ skills/tweet-thread-from-blog/README.md | 8 +++++++ skills/twitter-GTM-find-skill/README.md | 8 +++++++ skills/vc-curated-match/README.md | 8 +++++++ skills/vc-finder/README.md | 8 +++++++ skills/vid-motion-graphics/README.md | 8 +++++++ skills/vid-product-launch/README.md | 8 +++++++ skills/vid-sizzle-reel/README.md | 8 +++++++ skills/where-your-customer-lives/README.md | 8 +++++++ skills/yc-intent-radar-skill/README.md | 8 +++++++ 61 files changed, 496 insertions(+), 7 deletions(-) diff --git a/skills/app-store-review-arbitrage/README.md b/skills/app-store-review-arbitrage/README.md index 44f412c..74d663e 100644 --- a/skills/app-store-review-arbitrage/README.md +++ b/skills/app-store-review-arbitrage/README.md @@ -59,6 +59,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill app-store-review-arbitrage +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/blog-cover-image-cli/README.md b/skills/blog-cover-image-cli/README.md index cef5cdf..34ef445 100644 --- a/skills/blog-cover-image-cli/README.md +++ b/skills/blog-cover-image-cli/README.md @@ -67,6 +67,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill blog-cover-image-cli +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/brand-alchemy/README.md b/skills/brand-alchemy/README.md index 6b854d2..1636cbe 100644 --- a/skills/brand-alchemy/README.md +++ b/skills/brand-alchemy/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill brand-alchemy +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/claude-md-generator/README.md b/skills/claude-md-generator/README.md index 0af902d..dc11d9d 100644 --- a/skills/claude-md-generator/README.md +++ b/skills/claude-md-generator/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill claude-md-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/cold-email-verifier/README.md b/skills/cold-email-verifier/README.md index 8c55615..bc70e52 100644 --- a/skills/cold-email-verifier/README.md +++ b/skills/cold-email-verifier/README.md @@ -59,6 +59,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill cold-email-verifier +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/company-radar/README.md b/skills/company-radar/README.md index 8533803..d813ff7 100644 --- a/skills/company-radar/README.md +++ b/skills/company-radar/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill company-radar +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/competitor-pr-finder/README.md b/skills/competitor-pr-finder/README.md index 98260a1..91759ad 100644 --- a/skills/competitor-pr-finder/README.md +++ b/skills/competitor-pr-finder/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill competitor-pr-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/cook-the-blog/README.md b/skills/cook-the-blog/README.md index a47e418..a6027f6 100644 --- a/skills/cook-the-blog/README.md +++ b/skills/cook-the-blog/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill cook-the-blog +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/dependency-update-bot/README.md b/skills/dependency-update-bot/README.md index 0145965..4799f6f 100644 --- a/skills/dependency-update-bot/README.md +++ b/skills/dependency-update-bot/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill dependency-update-bot +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/docs-from-code/README.md b/skills/docs-from-code/README.md index 0082946..0c4b6ca 100644 --- a/skills/docs-from-code/README.md +++ b/skills/docs-from-code/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill docs-from-code +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/domain-expired-opportunity-finder/README.md b/skills/domain-expired-opportunity-finder/README.md index 2cb7da5..9c73779 100644 --- a/skills/domain-expired-opportunity-finder/README.md +++ b/skills/domain-expired-opportunity-finder/README.md @@ -56,6 +56,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill domain-expired-opportunity-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/dx-roaster/README.md b/skills/dx-roaster/README.md index 1002cd5..9b62d95 100644 --- a/skills/dx-roaster/README.md +++ b/skills/dx-roaster/README.md @@ -61,6 +61,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill dx-roaster +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/email-newsletter/README.md b/skills/email-newsletter/README.md index f41578d..ec8aaf1 100644 --- a/skills/email-newsletter/README.md +++ b/skills/email-newsletter/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill email-newsletter +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/explain-this-pr/README.md b/skills/explain-this-pr/README.md index 7b378d2..1b6d706 100644 --- a/skills/explain-this-pr/README.md +++ b/skills/explain-this-pr/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill explain-this-pr +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/geo-gap-fixer/README.md b/skills/geo-gap-fixer/README.md index 66074c7..c51d48c 100644 --- a/skills/geo-gap-fixer/README.md +++ b/skills/geo-gap-fixer/README.md @@ -2,13 +2,6 @@ **Audit how often LLMs recommend your brand vs. competitors — then get a concrete action plan to fix the gaps.** -## Why this skill exists -In 2026, buyers discover tools by asking ChatGPT, Claude, Gemini, and Perplexity *"what's the best X for Y?"* — not by Googling. If LLMs consistently recommend a competitor instead of you, your traditional SEO rank is irrelevant. - -**geo-gap-fixer** is a free, open-source agent skill for GTM Intelligence that audits your Generative Engine Optimization (GEO) share-of-voice. It probes the LLMs, analyzes who gets recommended, and outputs a prioritized content backlog to fix the gaps. - -> One skill run replaces a $200/month AI-monitoring SaaS subscription. - ## Install @@ -62,8 +55,24 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill geo-gap-fixer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +## Why this skill exists +In 2026, buyers discover tools by asking ChatGPT, Claude, Gemini, and Perplexity *"what's the best X for Y?"* — not by Googling. If LLMs consistently recommend a competitor instead of you, your traditional SEO rank is irrelevant. + +**geo-gap-fixer** is a free, open-source agent skill for GTM Intelligence that audits your Generative Engine Optimization (GEO) share-of-voice. It probes the LLMs, analyzes who gets recommended, and outputs a prioritized content backlog to fix the gaps. + +> One skill run replaces a $200/month AI-monitoring SaaS subscription. + --- ## Sample Report Output diff --git a/skills/gh-issue-to-demand-signal/README.md b/skills/gh-issue-to-demand-signal/README.md index 10280d1..0ad08bb 100644 --- a/skills/gh-issue-to-demand-signal/README.md +++ b/skills/gh-issue-to-demand-signal/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill gh-issue-to-demand-signal +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/github-discussion-to-devrel-content/README.md b/skills/github-discussion-to-devrel-content/README.md index 5f01b9a..bd9aba0 100644 --- a/skills/github-discussion-to-devrel-content/README.md +++ b/skills/github-discussion-to-devrel-content/README.md @@ -59,6 +59,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill github-discussion-to-devrel-content +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/google-trends-api-skills/README.md b/skills/google-trends-api-skills/README.md index fda0ae0..a3a5bfa 100644 --- a/skills/google-trends-api-skills/README.md +++ b/skills/google-trends-api-skills/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill google-trends-api-skills +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-case-study/README.md b/skills/graphic-case-study/README.md index 102ff7c..b78c065 100644 --- a/skills/graphic-case-study/README.md +++ b/skills/graphic-case-study/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-case-study +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-chart/README.md b/skills/graphic-chart/README.md index 7f35638..be305b3 100644 --- a/skills/graphic-chart/README.md +++ b/skills/graphic-chart/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-chart +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-ebook/README.md b/skills/graphic-ebook/README.md index c27fea0..ab8eb1d 100644 --- a/skills/graphic-ebook/README.md +++ b/skills/graphic-ebook/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-ebook +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-gif/README.md b/skills/graphic-gif/README.md index e36ee0c..c4b4bd6 100644 --- a/skills/graphic-gif/README.md +++ b/skills/graphic-gif/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-gif +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-slide-deck/README.md b/skills/graphic-slide-deck/README.md index 5aaefbb..0d9a666 100644 --- a/skills/graphic-slide-deck/README.md +++ b/skills/graphic-slide-deck/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-slide-deck +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/hackernews-intel/README.md b/skills/hackernews-intel/README.md index f41a1ec..fc8f521 100644 --- a/skills/hackernews-intel/README.md +++ b/skills/hackernews-intel/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill hackernews-intel +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/human-tone/README.md b/skills/human-tone/README.md index ce3ec04..a8a0310 100644 --- a/skills/human-tone/README.md +++ b/skills/human-tone/README.md @@ -59,6 +59,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill human-tone +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/hyperframes-product-launch-video/README.md b/skills/hyperframes-product-launch-video/README.md index c888855..fae37bf 100644 --- a/skills/hyperframes-product-launch-video/README.md +++ b/skills/hyperframes-product-launch-video/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill hyperframes-product-launch-video +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/kill-the-standup/README.md b/skills/kill-the-standup/README.md index fb1ebf1..fa4a112 100644 --- a/skills/kill-the-standup/README.md +++ b/skills/kill-the-standup/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill kill-the-standup +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/linkedin-job-post-to-buyer-pain-map/README.md b/skills/linkedin-job-post-to-buyer-pain-map/README.md index bce80f5..20e0880 100644 --- a/skills/linkedin-job-post-to-buyer-pain-map/README.md +++ b/skills/linkedin-job-post-to-buyer-pain-map/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill linkedin-job-post-to-buyer-pain-map +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/linkedin-post-generator/README.md b/skills/linkedin-post-generator/README.md index 1de201c..aaeae63 100644 --- a/skills/linkedin-post-generator/README.md +++ b/skills/linkedin-post-generator/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill linkedin-post-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/llms-txt-generator/README.md b/skills/llms-txt-generator/README.md index c2419f9..be28a87 100644 --- a/skills/llms-txt-generator/README.md +++ b/skills/llms-txt-generator/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill llms-txt-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/map-your-market/README.md b/skills/map-your-market/README.md index 1b848c9..cd3bfee 100644 --- a/skills/map-your-market/README.md +++ b/skills/map-your-market/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill map-your-market +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/meeting-brief-generator/README.md b/skills/meeting-brief-generator/README.md index 6ccd7e8..46c1f1b 100644 --- a/skills/meeting-brief-generator/README.md +++ b/skills/meeting-brief-generator/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill meeting-brief-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/meta-ads-skill/README.md b/skills/meta-ads-skill/README.md index 4d2519f..b2753d8 100644 --- a/skills/meta-ads-skill/README.md +++ b/skills/meta-ads-skill/README.md @@ -63,6 +63,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill meta-ads-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/meta-tribeV2-skill/README.md b/skills/meta-tribeV2-skill/README.md index b7a8689..6b8d1e8 100644 --- a/skills/meta-tribeV2-skill/README.md +++ b/skills/meta-tribeV2-skill/README.md @@ -61,6 +61,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill meta-tribeV2-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/newsletter-digest/README.md b/skills/newsletter-digest/README.md index 77db96d..56c46bc 100644 --- a/skills/newsletter-digest/README.md +++ b/skills/newsletter-digest/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill newsletter-digest +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/noise-to-linkedin-carousel/README.md b/skills/noise-to-linkedin-carousel/README.md index d665b76..d787e68 100644 --- a/skills/noise-to-linkedin-carousel/README.md +++ b/skills/noise-to-linkedin-carousel/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill noise-to-linkedin-carousel +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/noise2blog/README.md b/skills/noise2blog/README.md index a1aa5ec..1e3da39 100644 --- a/skills/noise2blog/README.md +++ b/skills/noise2blog/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill noise2blog +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/npm-downloads-to-leads/README.md b/skills/npm-downloads-to-leads/README.md index 1cb5837..499491c 100644 --- a/skills/npm-downloads-to-leads/README.md +++ b/skills/npm-downloads-to-leads/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill npm-downloads-to-leads +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/oss-launch-kit/README.md b/skills/oss-launch-kit/README.md index bc71ab0..7ce625f 100644 --- a/skills/oss-launch-kit/README.md +++ b/skills/oss-launch-kit/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill oss-launch-kit +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/outreach-sequence-builder/README.md b/skills/outreach-sequence-builder/README.md index 74450c8..187bf79 100644 --- a/skills/outreach-sequence-builder/README.md +++ b/skills/outreach-sequence-builder/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill outreach-sequence-builder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/position-me/README.md b/skills/position-me/README.md index 858611b..19e8f92 100644 --- a/skills/position-me/README.md +++ b/skills/position-me/README.md @@ -59,6 +59,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill position-me +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/pr-description-writer/README.md b/skills/pr-description-writer/README.md index 35ac078..a766825 100644 --- a/skills/pr-description-writer/README.md +++ b/skills/pr-description-writer/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill pr-description-writer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/pricing-finder/README.md b/skills/pricing-finder/README.md index dd660e9..13cd22a 100644 --- a/skills/pricing-finder/README.md +++ b/skills/pricing-finder/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill pricing-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/pricing-page-psychology-audit/README.md b/skills/pricing-page-psychology-audit/README.md index 8d5b0e2..0e4dcd9 100644 --- a/skills/pricing-page-psychology-audit/README.md +++ b/skills/pricing-page-psychology-audit/README.md @@ -65,6 +65,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill pricing-page-psychology-audit +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/product-update-logger/README.md b/skills/product-update-logger/README.md index 5d977ae..ab4f6a6 100644 --- a/skills/product-update-logger/README.md +++ b/skills/product-update-logger/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill product-update-logger +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/producthunt-launch-kit/README.md b/skills/producthunt-launch-kit/README.md index f18323e..5f2010d 100644 --- a/skills/producthunt-launch-kit/README.md +++ b/skills/producthunt-launch-kit/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill producthunt-launch-kit +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/reddit-icp-monitor/README.md b/skills/reddit-icp-monitor/README.md index c4b6b73..07bb59d 100644 --- a/skills/reddit-icp-monitor/README.md +++ b/skills/reddit-icp-monitor/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill reddit-icp-monitor +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/reddit-post-engine/README.md b/skills/reddit-post-engine/README.md index a639537..1b0c85b 100644 --- a/skills/reddit-post-engine/README.md +++ b/skills/reddit-post-engine/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill reddit-post-engine +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/schema-markup-generator/README.md b/skills/schema-markup-generator/README.md index fddc60a..ce23553 100644 --- a/skills/schema-markup-generator/README.md +++ b/skills/schema-markup-generator/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill schema-markup-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/sdk-adoption-tracker/README.md b/skills/sdk-adoption-tracker/README.md index d2ac0ec..0a8c888 100644 --- a/skills/sdk-adoption-tracker/README.md +++ b/skills/sdk-adoption-tracker/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill sdk-adoption-tracker +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/show-hn-writer/README.md b/skills/show-hn-writer/README.md index 8ef2065..f4238a2 100644 --- a/skills/show-hn-writer/README.md +++ b/skills/show-hn-writer/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill show-hn-writer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/store-listing-optimizer/README.md b/skills/store-listing-optimizer/README.md index 5d1326c..46201c9 100644 --- a/skills/store-listing-optimizer/README.md +++ b/skills/store-listing-optimizer/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill store-listing-optimizer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/tweet-thread-from-blog/README.md b/skills/tweet-thread-from-blog/README.md index 099698b..0ce5c47 100644 --- a/skills/tweet-thread-from-blog/README.md +++ b/skills/tweet-thread-from-blog/README.md @@ -58,6 +58,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill tweet-thread-from-blog +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/twitter-GTM-find-skill/README.md b/skills/twitter-GTM-find-skill/README.md index 289fc43..2999b86 100644 --- a/skills/twitter-GTM-find-skill/README.md +++ b/skills/twitter-GTM-find-skill/README.md @@ -61,6 +61,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill twitter-GTM-find-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vc-curated-match/README.md b/skills/vc-curated-match/README.md index 9013f11..59de71f 100644 --- a/skills/vc-curated-match/README.md +++ b/skills/vc-curated-match/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vc-curated-match +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vc-finder/README.md b/skills/vc-finder/README.md index 0d06527..ae04d30 100644 --- a/skills/vc-finder/README.md +++ b/skills/vc-finder/README.md @@ -55,6 +55,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vc-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vid-motion-graphics/README.md b/skills/vid-motion-graphics/README.md index 13b4329..7409425 100644 --- a/skills/vid-motion-graphics/README.md +++ b/skills/vid-motion-graphics/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vid-motion-graphics +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vid-product-launch/README.md b/skills/vid-product-launch/README.md index 7637abf..6be5306 100644 --- a/skills/vid-product-launch/README.md +++ b/skills/vid-product-launch/README.md @@ -61,6 +61,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vid-product-launch +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vid-sizzle-reel/README.md b/skills/vid-sizzle-reel/README.md index d000c48..094091f 100644 --- a/skills/vid-sizzle-reel/README.md +++ b/skills/vid-sizzle-reel/README.md @@ -61,6 +61,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vid-sizzle-reel +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/where-your-customer-lives/README.md b/skills/where-your-customer-lives/README.md index cd7ce0d..10f3163 100644 --- a/skills/where-your-customer-lives/README.md +++ b/skills/where-your-customer-lives/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill where-your-customer-lives +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/yc-intent-radar-skill/README.md b/skills/yc-intent-radar-skill/README.md index 0e6bb84..ec1f446 100644 --- a/skills/yc-intent-radar-skill/README.md +++ b/skills/yc-intent-radar-skill/README.md @@ -57,6 +57,14 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. + +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill yc-intent-radar-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. From e68421036027472beddd11bc15ecfecd547938de Mon Sep 17 00:00:00 2001 From: Karanjot786 Date: Tue, 9 Jun 2026 18:37:42 +0530 Subject: [PATCH 3/5] feat: add skills.sh badge and install option to root README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3001642..17d7ed4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ [![Contributors](https://img.shields.io/github/contributors/Varnan-Tech/opendirectory?style=flat-square&color=orange)](https://github.com/Varnan-Tech/opendirectory/graphs/contributors) [![Agents](https://img.shields.io/badge/agents-8-blueviolet.svg?style=flat-square)](#quick-start) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md) +[![skills.sh](https://img.shields.io/badge/skills.sh-listed-brightgreen.svg?style=flat-square)](https://www.skills.sh/Varnan-Tech/opendirectory) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT) @@ -244,6 +245,22 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. +### Option E: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory +``` + +Installs all skills and auto-detects your coding agent (Claude Code, Codex, Gemini CLI, OpenCode, and more). To install a single skill: + +```bash +npx skills add Varnan-Tech/opendirectory --skill +``` + +Browse OpenDirectory on skills.sh: [skills.sh/Varnan-Tech/opendirectory](https://www.skills.sh/Varnan-Tech/opendirectory) + +> Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. + --- ## All Skills From fbe0dc3d2299189217a81a76888f0a264eb67323 Mon Sep 17 00:00:00 2001 From: Karanjot786 Date: Wed, 10 Jun 2026 07:10:25 +0530 Subject: [PATCH 4/5] refactor: move skills.sh to Option B, right after npx CLI --- README.md | 38 +++++++++---------- scripts/update_skill_readmes.py | 22 +++++------ skills/app-store-review-arbitrage/README.md | 22 +++++------ skills/blog-cover-image-cli/README.md | 22 +++++------ skills/brand-alchemy/README.md | 22 +++++------ skills/claude-md-generator/README.md | 22 +++++------ skills/cold-email-verifier/README.md | 22 +++++------ skills/company-radar/README.md | 22 +++++------ skills/competitor-pr-finder/README.md | 22 +++++------ skills/cook-the-blog/README.md | 22 +++++------ skills/dependency-update-bot/README.md | 22 +++++------ skills/docs-from-code/README.md | 22 +++++------ .../README.md | 22 +++++------ skills/dx-roaster/README.md | 22 +++++------ skills/email-newsletter/README.md | 22 +++++------ skills/explain-this-pr/README.md | 22 +++++------ skills/geo-gap-fixer/README.md | 22 +++++------ skills/gh-issue-to-demand-signal/README.md | 22 +++++------ .../README.md | 22 +++++------ skills/google-trends-api-skills/README.md | 22 +++++------ skills/graphic-case-study/README.md | 22 +++++------ skills/graphic-chart/README.md | 22 +++++------ skills/graphic-ebook/README.md | 22 +++++------ skills/graphic-gif/README.md | 22 +++++------ skills/graphic-slide-deck/README.md | 22 +++++------ skills/hackernews-intel/README.md | 22 +++++------ skills/human-tone/README.md | 22 +++++------ .../README.md | 22 +++++------ skills/kill-the-standup/README.md | 22 +++++------ .../README.md | 22 +++++------ skills/linkedin-post-generator/README.md | 22 +++++------ skills/llms-txt-generator/README.md | 22 +++++------ skills/map-your-market/README.md | 22 +++++------ skills/meeting-brief-generator/README.md | 22 +++++------ skills/meta-ads-skill/README.md | 22 +++++------ skills/meta-tribeV2-skill/README.md | 22 +++++------ skills/newsletter-digest/README.md | 22 +++++------ skills/noise-to-linkedin-carousel/README.md | 22 +++++------ skills/noise2blog/README.md | 22 +++++------ skills/npm-downloads-to-leads/README.md | 22 +++++------ skills/oss-launch-kit/README.md | 22 +++++------ skills/outreach-sequence-builder/README.md | 22 +++++------ skills/position-me/README.md | 22 +++++------ skills/pr-description-writer/README.md | 22 +++++------ skills/pricing-finder/README.md | 22 +++++------ .../pricing-page-psychology-audit/README.md | 22 +++++------ skills/product-update-logger/README.md | 22 +++++------ skills/producthunt-launch-kit/README.md | 22 +++++------ skills/reddit-icp-monitor/README.md | 22 +++++------ skills/reddit-post-engine/README.md | 22 +++++------ skills/schema-markup-generator/README.md | 22 +++++------ skills/sdk-adoption-tracker/README.md | 22 +++++------ skills/show-hn-writer/README.md | 22 +++++------ skills/store-listing-optimizer/README.md | 22 +++++------ skills/tweet-thread-from-blog/README.md | 22 +++++------ skills/twitter-GTM-find-skill/README.md | 22 +++++------ skills/vc-curated-match/README.md | 22 +++++------ skills/vc-finder/README.md | 22 +++++------ skills/vid-motion-graphics/README.md | 22 +++++------ skills/vid-product-launch/README.md | 22 +++++------ skills/vid-sizzle-reel/README.md | 22 +++++------ skills/where-your-customer-lives/README.md | 22 +++++------ skills/yc-intent-radar-skill/README.md | 22 +++++------ 63 files changed, 701 insertions(+), 701 deletions(-) diff --git a/README.md b/README.md index 17d7ed4..403947a 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,23 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory +``` + +Installs all skills and auto-detects your coding agent (Claude Code, Codex, Gemini CLI, OpenCode, and more). To install a single skill: + +```bash +npx skills add Varnan-Tech/opendirectory --skill +``` + +Browse OpenDirectory on skills.sh: [skills.sh/Varnan-Tech/opendirectory](https://www.skills.sh/Varnan-Tech/opendirectory) + +> Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. + +### Option C: Claude Desktop App https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c @@ -219,7 +235,7 @@ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c For some skills, the `SKILL.md` file sits inside a subfolder. Always upload the specific folder containing `SKILL.md`. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -232,7 +248,7 @@ Run these commands inside Claude Code: ``` -### Option D: Manus AI +### Option E: Manus AI https://github.com/user-attachments/assets/17cbee2a-9e17-4bd4-ac46-68e0e92ffab4 @@ -245,22 +261,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory -``` - -Installs all skills and auto-detects your coding agent (Claude Code, Codex, Gemini CLI, OpenCode, and more). To install a single skill: - -```bash -npx skills add Varnan-Tech/opendirectory --skill -``` - -Browse OpenDirectory on skills.sh: [skills.sh/Varnan-Tech/opendirectory](https://www.skills.sh/Varnan-Tech/opendirectory) - -> Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. - --- ## All Skills diff --git a/scripts/update_skill_readmes.py b/scripts/update_skill_readmes.py index 405475b..5baf391 100644 --- a/scripts/update_skill_readmes.py +++ b/scripts/update_skill_readmes.py @@ -136,7 +136,15 @@ def build_install_block(skill_name: str) -> str: npx "@opendirectory.dev/skills" install {skill_name} --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill {skill_name} +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -155,7 +163,7 @@ def build_install_block(skill_name: str) -> str: > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -164,7 +172,7 @@ def build_install_block(skill_name: str) -> str: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -178,14 +186,6 @@ def build_install_block(skill_name: str) -> str: 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill {skill_name} -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. {END_MARKER} """ diff --git a/skills/app-store-review-arbitrage/README.md b/skills/app-store-review-arbitrage/README.md index 74d663e..4524afb 100644 --- a/skills/app-store-review-arbitrage/README.md +++ b/skills/app-store-review-arbitrage/README.md @@ -17,7 +17,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install app-store-review-arbitrage --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill app-store-review-arbitrage +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -36,7 +44,7 @@ npx "@opendirectory.dev/skills" install app-store-review-arbitrage --target clau > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -45,7 +53,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -59,14 +67,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill app-store-review-arbitrage -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/blog-cover-image-cli/README.md b/skills/blog-cover-image-cli/README.md index 34ef445..ac4b147 100644 --- a/skills/blog-cover-image-cli/README.md +++ b/skills/blog-cover-image-cli/README.md @@ -25,7 +25,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install blog-cover-image-cli --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill blog-cover-image-cli +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -44,7 +52,7 @@ npx "@opendirectory.dev/skills" install blog-cover-image-cli --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -53,7 +61,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -67,14 +75,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill blog-cover-image-cli -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/brand-alchemy/README.md b/skills/brand-alchemy/README.md index 1636cbe..e26b7a1 100644 --- a/skills/brand-alchemy/README.md +++ b/skills/brand-alchemy/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install brand-alchemy --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill brand-alchemy +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install brand-alchemy --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill brand-alchemy -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/claude-md-generator/README.md b/skills/claude-md-generator/README.md index dc11d9d..45dd4b3 100644 --- a/skills/claude-md-generator/README.md +++ b/skills/claude-md-generator/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install claude-md-generator --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill claude-md-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install claude-md-generator --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill claude-md-generator -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/cold-email-verifier/README.md b/skills/cold-email-verifier/README.md index bc70e52..7ba514a 100644 --- a/skills/cold-email-verifier/README.md +++ b/skills/cold-email-verifier/README.md @@ -17,7 +17,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install cold-email-verifier --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill cold-email-verifier +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -36,7 +44,7 @@ npx "@opendirectory.dev/skills" install cold-email-verifier --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -45,7 +53,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -59,14 +67,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill cold-email-verifier -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/company-radar/README.md b/skills/company-radar/README.md index d813ff7..deaca40 100644 --- a/skills/company-radar/README.md +++ b/skills/company-radar/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install company-radar --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill company-radar +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install company-radar --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill company-radar -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/competitor-pr-finder/README.md b/skills/competitor-pr-finder/README.md index 91759ad..ecddb06 100644 --- a/skills/competitor-pr-finder/README.md +++ b/skills/competitor-pr-finder/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install competitor-pr-finder --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill competitor-pr-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install competitor-pr-finder --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill competitor-pr-finder -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/cook-the-blog/README.md b/skills/cook-the-blog/README.md index a6027f6..77def65 100644 --- a/skills/cook-the-blog/README.md +++ b/skills/cook-the-blog/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install cook-the-blog --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill cook-the-blog +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install cook-the-blog --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill cook-the-blog -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/dependency-update-bot/README.md b/skills/dependency-update-bot/README.md index 4799f6f..f42a34b 100644 --- a/skills/dependency-update-bot/README.md +++ b/skills/dependency-update-bot/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install dependency-update-bot --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill dependency-update-bot +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install dependency-update-bot --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill dependency-update-bot -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/docs-from-code/README.md b/skills/docs-from-code/README.md index 0c4b6ca..74fd1df 100644 --- a/skills/docs-from-code/README.md +++ b/skills/docs-from-code/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install docs-from-code --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill docs-from-code +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install docs-from-code --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill docs-from-code -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/domain-expired-opportunity-finder/README.md b/skills/domain-expired-opportunity-finder/README.md index 9c73779..e46034f 100644 --- a/skills/domain-expired-opportunity-finder/README.md +++ b/skills/domain-expired-opportunity-finder/README.md @@ -14,7 +14,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install domain-expired-opportunity-finder --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill domain-expired-opportunity-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -33,7 +41,7 @@ npx "@opendirectory.dev/skills" install domain-expired-opportunity-finder --targ > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -42,7 +50,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -56,14 +64,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill domain-expired-opportunity-finder -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/dx-roaster/README.md b/skills/dx-roaster/README.md index 9b62d95..e3a4c97 100644 --- a/skills/dx-roaster/README.md +++ b/skills/dx-roaster/README.md @@ -19,7 +19,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install dx-roaster --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill dx-roaster +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -38,7 +46,7 @@ npx "@opendirectory.dev/skills" install dx-roaster --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -47,7 +55,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -61,14 +69,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill dx-roaster -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/email-newsletter/README.md b/skills/email-newsletter/README.md index ec8aaf1..0ad223c 100644 --- a/skills/email-newsletter/README.md +++ b/skills/email-newsletter/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install email-newsletter --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill email-newsletter +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install email-newsletter --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill email-newsletter -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/explain-this-pr/README.md b/skills/explain-this-pr/README.md index 1b6d706..a609182 100644 --- a/skills/explain-this-pr/README.md +++ b/skills/explain-this-pr/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install explain-this-pr --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill explain-this-pr +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install explain-this-pr --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill explain-this-pr -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/geo-gap-fixer/README.md b/skills/geo-gap-fixer/README.md index c51d48c..873b73a 100644 --- a/skills/geo-gap-fixer/README.md +++ b/skills/geo-gap-fixer/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install geo-gap-fixer --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill geo-gap-fixer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install geo-gap-fixer --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill geo-gap-fixer -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/gh-issue-to-demand-signal/README.md b/skills/gh-issue-to-demand-signal/README.md index 0ad08bb..253a1ea 100644 --- a/skills/gh-issue-to-demand-signal/README.md +++ b/skills/gh-issue-to-demand-signal/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install gh-issue-to-demand-signal --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill gh-issue-to-demand-signal +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install gh-issue-to-demand-signal --target claud > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill gh-issue-to-demand-signal -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/github-discussion-to-devrel-content/README.md b/skills/github-discussion-to-devrel-content/README.md index bd9aba0..1d6b89b 100644 --- a/skills/github-discussion-to-devrel-content/README.md +++ b/skills/github-discussion-to-devrel-content/README.md @@ -17,7 +17,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install github-discussion-to-devrel-content --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill github-discussion-to-devrel-content +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -36,7 +44,7 @@ npx "@opendirectory.dev/skills" install github-discussion-to-devrel-content --ta > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -45,7 +53,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -59,14 +67,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill github-discussion-to-devrel-content -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/google-trends-api-skills/README.md b/skills/google-trends-api-skills/README.md index a3a5bfa..bc5b6c8 100644 --- a/skills/google-trends-api-skills/README.md +++ b/skills/google-trends-api-skills/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install google-trends-api-skills --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill google-trends-api-skills +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install google-trends-api-skills --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill google-trends-api-skills -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-case-study/README.md b/skills/graphic-case-study/README.md index b78c065..cd29466 100644 --- a/skills/graphic-case-study/README.md +++ b/skills/graphic-case-study/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install graphic-case-study --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-case-study +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install graphic-case-study --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill graphic-case-study -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-chart/README.md b/skills/graphic-chart/README.md index be305b3..c24030d 100644 --- a/skills/graphic-chart/README.md +++ b/skills/graphic-chart/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install graphic-chart --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-chart +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install graphic-chart --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill graphic-chart -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-ebook/README.md b/skills/graphic-ebook/README.md index ab8eb1d..7efc3c0 100644 --- a/skills/graphic-ebook/README.md +++ b/skills/graphic-ebook/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install graphic-ebook --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-ebook +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install graphic-ebook --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill graphic-ebook -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-gif/README.md b/skills/graphic-gif/README.md index c4b4bd6..82ee197 100644 --- a/skills/graphic-gif/README.md +++ b/skills/graphic-gif/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install graphic-gif --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-gif +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install graphic-gif --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill graphic-gif -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/graphic-slide-deck/README.md b/skills/graphic-slide-deck/README.md index 0d9a666..3a52a8a 100644 --- a/skills/graphic-slide-deck/README.md +++ b/skills/graphic-slide-deck/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install graphic-slide-deck --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill graphic-slide-deck +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install graphic-slide-deck --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill graphic-slide-deck -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/hackernews-intel/README.md b/skills/hackernews-intel/README.md index fc8f521..5aa2369 100644 --- a/skills/hackernews-intel/README.md +++ b/skills/hackernews-intel/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install hackernews-intel --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill hackernews-intel +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install hackernews-intel --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill hackernews-intel -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/human-tone/README.md b/skills/human-tone/README.md index a8a0310..7d0a974 100644 --- a/skills/human-tone/README.md +++ b/skills/human-tone/README.md @@ -17,7 +17,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install human-tone --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill human-tone +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -36,7 +44,7 @@ npx "@opendirectory.dev/skills" install human-tone --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -45,7 +53,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -59,14 +67,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill human-tone -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/hyperframes-product-launch-video/README.md b/skills/hyperframes-product-launch-video/README.md index fae37bf..8348166 100644 --- a/skills/hyperframes-product-launch-video/README.md +++ b/skills/hyperframes-product-launch-video/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install hyperframes-product-launch-video --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill hyperframes-product-launch-video +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install hyperframes-product-launch-video --targe > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill hyperframes-product-launch-video -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/kill-the-standup/README.md b/skills/kill-the-standup/README.md index fa4a112..3eebd24 100644 --- a/skills/kill-the-standup/README.md +++ b/skills/kill-the-standup/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install kill-the-standup --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill kill-the-standup +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install kill-the-standup --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill kill-the-standup -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/linkedin-job-post-to-buyer-pain-map/README.md b/skills/linkedin-job-post-to-buyer-pain-map/README.md index 20e0880..546b1a1 100644 --- a/skills/linkedin-job-post-to-buyer-pain-map/README.md +++ b/skills/linkedin-job-post-to-buyer-pain-map/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install linkedin-job-post-to-buyer-pain-map --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill linkedin-job-post-to-buyer-pain-map +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install linkedin-job-post-to-buyer-pain-map --ta > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill linkedin-job-post-to-buyer-pain-map -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/linkedin-post-generator/README.md b/skills/linkedin-post-generator/README.md index aaeae63..1461599 100644 --- a/skills/linkedin-post-generator/README.md +++ b/skills/linkedin-post-generator/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install linkedin-post-generator --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill linkedin-post-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install linkedin-post-generator --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill linkedin-post-generator -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/llms-txt-generator/README.md b/skills/llms-txt-generator/README.md index be28a87..b809710 100644 --- a/skills/llms-txt-generator/README.md +++ b/skills/llms-txt-generator/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install llms-txt-generator --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill llms-txt-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install llms-txt-generator --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill llms-txt-generator -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/map-your-market/README.md b/skills/map-your-market/README.md index cd3bfee..f5c8b18 100644 --- a/skills/map-your-market/README.md +++ b/skills/map-your-market/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install map-your-market --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill map-your-market +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install map-your-market --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill map-your-market -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/meeting-brief-generator/README.md b/skills/meeting-brief-generator/README.md index 46c1f1b..70f14b1 100644 --- a/skills/meeting-brief-generator/README.md +++ b/skills/meeting-brief-generator/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install meeting-brief-generator --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill meeting-brief-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install meeting-brief-generator --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill meeting-brief-generator -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/meta-ads-skill/README.md b/skills/meta-ads-skill/README.md index b2753d8..7e25ca7 100644 --- a/skills/meta-ads-skill/README.md +++ b/skills/meta-ads-skill/README.md @@ -21,7 +21,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install meta-ads-skill --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill meta-ads-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -40,7 +48,7 @@ npx "@opendirectory.dev/skills" install meta-ads-skill --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -49,7 +57,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -63,14 +71,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill meta-ads-skill -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/meta-tribeV2-skill/README.md b/skills/meta-tribeV2-skill/README.md index 6b8d1e8..6b45b91 100644 --- a/skills/meta-tribeV2-skill/README.md +++ b/skills/meta-tribeV2-skill/README.md @@ -19,7 +19,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install meta-tribeV2-skill --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill meta-tribeV2-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -38,7 +46,7 @@ npx "@opendirectory.dev/skills" install meta-tribeV2-skill --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -47,7 +55,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -61,14 +69,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill meta-tribeV2-skill -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/newsletter-digest/README.md b/skills/newsletter-digest/README.md index 56c46bc..c9c1d09 100644 --- a/skills/newsletter-digest/README.md +++ b/skills/newsletter-digest/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install newsletter-digest --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill newsletter-digest +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install newsletter-digest --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill newsletter-digest -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/noise-to-linkedin-carousel/README.md b/skills/noise-to-linkedin-carousel/README.md index d787e68..1c1d3e7 100644 --- a/skills/noise-to-linkedin-carousel/README.md +++ b/skills/noise-to-linkedin-carousel/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install noise-to-linkedin-carousel --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill noise-to-linkedin-carousel +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install noise-to-linkedin-carousel --target clau > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill noise-to-linkedin-carousel -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/noise2blog/README.md b/skills/noise2blog/README.md index 1e3da39..20ed6d4 100644 --- a/skills/noise2blog/README.md +++ b/skills/noise2blog/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install noise2blog --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill noise2blog +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install noise2blog --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill noise2blog -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/npm-downloads-to-leads/README.md b/skills/npm-downloads-to-leads/README.md index 499491c..a37d01a 100644 --- a/skills/npm-downloads-to-leads/README.md +++ b/skills/npm-downloads-to-leads/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install npm-downloads-to-leads --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill npm-downloads-to-leads +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install npm-downloads-to-leads --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill npm-downloads-to-leads -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/oss-launch-kit/README.md b/skills/oss-launch-kit/README.md index 7ce625f..b7d69f2 100644 --- a/skills/oss-launch-kit/README.md +++ b/skills/oss-launch-kit/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install oss-launch-kit --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill oss-launch-kit +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install oss-launch-kit --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill oss-launch-kit -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/outreach-sequence-builder/README.md b/skills/outreach-sequence-builder/README.md index 187bf79..8781bd6 100644 --- a/skills/outreach-sequence-builder/README.md +++ b/skills/outreach-sequence-builder/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install outreach-sequence-builder --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill outreach-sequence-builder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install outreach-sequence-builder --target claud > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill outreach-sequence-builder -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/position-me/README.md b/skills/position-me/README.md index 19e8f92..10d5d78 100644 --- a/skills/position-me/README.md +++ b/skills/position-me/README.md @@ -17,7 +17,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install position-me --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill position-me +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -36,7 +44,7 @@ npx "@opendirectory.dev/skills" install position-me --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -45,7 +53,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -59,14 +67,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill position-me -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/pr-description-writer/README.md b/skills/pr-description-writer/README.md index a766825..3f21c8a 100644 --- a/skills/pr-description-writer/README.md +++ b/skills/pr-description-writer/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install pr-description-writer --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill pr-description-writer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install pr-description-writer --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill pr-description-writer -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/pricing-finder/README.md b/skills/pricing-finder/README.md index 13cd22a..0cdeb49 100644 --- a/skills/pricing-finder/README.md +++ b/skills/pricing-finder/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install pricing-finder --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill pricing-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install pricing-finder --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill pricing-finder -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/pricing-page-psychology-audit/README.md b/skills/pricing-page-psychology-audit/README.md index 0e4dcd9..9c587e0 100644 --- a/skills/pricing-page-psychology-audit/README.md +++ b/skills/pricing-page-psychology-audit/README.md @@ -23,7 +23,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install pricing-page-psychology-audit --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill pricing-page-psychology-audit +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -42,7 +50,7 @@ npx "@opendirectory.dev/skills" install pricing-page-psychology-audit --target c > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -51,7 +59,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -65,14 +73,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill pricing-page-psychology-audit -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/product-update-logger/README.md b/skills/product-update-logger/README.md index ab4f6a6..171988b 100644 --- a/skills/product-update-logger/README.md +++ b/skills/product-update-logger/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install product-update-logger --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill product-update-logger +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install product-update-logger --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill product-update-logger -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/producthunt-launch-kit/README.md b/skills/producthunt-launch-kit/README.md index 5f2010d..4c1da88 100644 --- a/skills/producthunt-launch-kit/README.md +++ b/skills/producthunt-launch-kit/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install producthunt-launch-kit --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill producthunt-launch-kit +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install producthunt-launch-kit --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill producthunt-launch-kit -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/reddit-icp-monitor/README.md b/skills/reddit-icp-monitor/README.md index 07bb59d..95f7860 100644 --- a/skills/reddit-icp-monitor/README.md +++ b/skills/reddit-icp-monitor/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install reddit-icp-monitor --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill reddit-icp-monitor +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install reddit-icp-monitor --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill reddit-icp-monitor -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/reddit-post-engine/README.md b/skills/reddit-post-engine/README.md index 1b0c85b..ce484af 100644 --- a/skills/reddit-post-engine/README.md +++ b/skills/reddit-post-engine/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install reddit-post-engine --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill reddit-post-engine +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install reddit-post-engine --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill reddit-post-engine -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/schema-markup-generator/README.md b/skills/schema-markup-generator/README.md index ce23553..47eb65d 100644 --- a/skills/schema-markup-generator/README.md +++ b/skills/schema-markup-generator/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install schema-markup-generator --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill schema-markup-generator +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install schema-markup-generator --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill schema-markup-generator -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/sdk-adoption-tracker/README.md b/skills/sdk-adoption-tracker/README.md index 0a8c888..7e3c781 100644 --- a/skills/sdk-adoption-tracker/README.md +++ b/skills/sdk-adoption-tracker/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install sdk-adoption-tracker --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill sdk-adoption-tracker +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install sdk-adoption-tracker --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill sdk-adoption-tracker -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/show-hn-writer/README.md b/skills/show-hn-writer/README.md index f4238a2..ff9fef0 100644 --- a/skills/show-hn-writer/README.md +++ b/skills/show-hn-writer/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install show-hn-writer --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill show-hn-writer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install show-hn-writer --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill show-hn-writer -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/store-listing-optimizer/README.md b/skills/store-listing-optimizer/README.md index 46201c9..e09b59f 100644 --- a/skills/store-listing-optimizer/README.md +++ b/skills/store-listing-optimizer/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install store-listing-optimizer --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill store-listing-optimizer +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install store-listing-optimizer --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill store-listing-optimizer -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/tweet-thread-from-blog/README.md b/skills/tweet-thread-from-blog/README.md index 0ce5c47..b0db311 100644 --- a/skills/tweet-thread-from-blog/README.md +++ b/skills/tweet-thread-from-blog/README.md @@ -16,7 +16,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install tweet-thread-from-blog --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill tweet-thread-from-blog +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -35,7 +43,7 @@ npx "@opendirectory.dev/skills" install tweet-thread-from-blog --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -44,7 +52,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -58,14 +66,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill tweet-thread-from-blog -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/twitter-GTM-find-skill/README.md b/skills/twitter-GTM-find-skill/README.md index 2999b86..bcab7ed 100644 --- a/skills/twitter-GTM-find-skill/README.md +++ b/skills/twitter-GTM-find-skill/README.md @@ -19,7 +19,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install twitter-GTM-find-skill --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill twitter-GTM-find-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -38,7 +46,7 @@ npx "@opendirectory.dev/skills" install twitter-GTM-find-skill --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -47,7 +55,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -61,14 +69,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill twitter-GTM-find-skill -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vc-curated-match/README.md b/skills/vc-curated-match/README.md index 59de71f..8c9db95 100644 --- a/skills/vc-curated-match/README.md +++ b/skills/vc-curated-match/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install vc-curated-match --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vc-curated-match +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install vc-curated-match --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill vc-curated-match -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vc-finder/README.md b/skills/vc-finder/README.md index ae04d30..23fe796 100644 --- a/skills/vc-finder/README.md +++ b/skills/vc-finder/README.md @@ -13,7 +13,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install vc-finder --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vc-finder +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -32,7 +40,7 @@ npx "@opendirectory.dev/skills" install vc-finder --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -41,7 +49,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -55,14 +63,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill vc-finder -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vid-motion-graphics/README.md b/skills/vid-motion-graphics/README.md index 7409425..8c62987 100644 --- a/skills/vid-motion-graphics/README.md +++ b/skills/vid-motion-graphics/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install vid-motion-graphics --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vid-motion-graphics +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install vid-motion-graphics --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill vid-motion-graphics -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vid-product-launch/README.md b/skills/vid-product-launch/README.md index 6be5306..bf5a967 100644 --- a/skills/vid-product-launch/README.md +++ b/skills/vid-product-launch/README.md @@ -19,7 +19,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install vid-product-launch --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vid-product-launch +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -38,7 +46,7 @@ npx "@opendirectory.dev/skills" install vid-product-launch --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -47,7 +55,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -61,14 +69,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill vid-product-launch -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/vid-sizzle-reel/README.md b/skills/vid-sizzle-reel/README.md index 094091f..4617d9c 100644 --- a/skills/vid-sizzle-reel/README.md +++ b/skills/vid-sizzle-reel/README.md @@ -19,7 +19,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install vid-sizzle-reel --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill vid-sizzle-reel +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -38,7 +46,7 @@ npx "@opendirectory.dev/skills" install vid-sizzle-reel --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -47,7 +55,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -61,14 +69,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill vid-sizzle-reel -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/where-your-customer-lives/README.md b/skills/where-your-customer-lives/README.md index 10f3163..e4d8479 100644 --- a/skills/where-your-customer-lives/README.md +++ b/skills/where-your-customer-lives/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install where-your-customer-lives --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill where-your-customer-lives +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install where-your-customer-lives --target claud > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill where-your-customer-lives -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. diff --git a/skills/yc-intent-radar-skill/README.md b/skills/yc-intent-radar-skill/README.md index ec1f446..0209b65 100644 --- a/skills/yc-intent-radar-skill/README.md +++ b/skills/yc-intent-radar-skill/README.md @@ -15,7 +15,15 @@ No global install. Always runs the latest version. npx "@opendirectory.dev/skills" install yc-intent-radar-skill --target claude ``` -### Option B: Claude Desktop App +### Option B: skills.sh + +```bash +npx skills add Varnan-Tech/opendirectory --skill yc-intent-radar-skill +``` + +Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. + +### Option C: Claude Desktop App @@ -34,7 +42,7 @@ npx "@opendirectory.dev/skills" install yc-intent-radar-skill --target claude > **Note:** For some skills, the `SKILL.md` file might be located inside a subfolder. Always upload the specific folder that contains the `SKILL.md` file. -### Option C: Claude Code Native +### Option D: Claude Code Native Run these commands inside Claude Code: @@ -43,7 +51,7 @@ Run these commands inside Claude Code: /plugin install opendirectory-gtm-skills@opendirectory-marketplace ``` -### Option D: Manus AI +### Option E: Manus AI @@ -57,14 +65,6 @@ Manus AI users can import a skill directly from its OpenDirectory skill page. Th 4. Confirm the import inside Manus AI. > If your Manus workspace prefers file uploads, use the **Download** tab instead and upload the downloaded `.skill.zip` file inside Manus. - -### Option E: skills.sh - -```bash -npx skills add Varnan-Tech/opendirectory --skill yc-intent-radar-skill -``` - -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. From 9cecda247b4c52c183a982b624fb831f9441068f Mon Sep 17 00:00:00 2001 From: farizanjum Date: Wed, 10 Jun 2026 13:04:25 +0530 Subject: [PATCH 5/5] fix: make --global flag wording consistent across all READMEs --- scripts/update_skill_readmes.py | 2 +- skills/app-store-review-arbitrage/README.md | 2 +- skills/blog-cover-image-cli/README.md | 2 +- skills/brand-alchemy/README.md | 2 +- skills/claude-md-generator/README.md | 2 +- skills/cold-email-verifier/README.md | 2 +- skills/company-radar/README.md | 2 +- skills/competitor-pr-finder/README.md | 2 +- skills/cook-the-blog/README.md | 2 +- skills/dependency-update-bot/README.md | 2 +- skills/docs-from-code/README.md | 2 +- skills/domain-expired-opportunity-finder/README.md | 2 +- skills/dx-roaster/README.md | 2 +- skills/email-newsletter/README.md | 2 +- skills/explain-this-pr/README.md | 2 +- skills/geo-gap-fixer/README.md | 2 +- skills/gh-issue-to-demand-signal/README.md | 2 +- skills/github-discussion-to-devrel-content/README.md | 2 +- skills/google-trends-api-skills/README.md | 2 +- skills/graphic-case-study/README.md | 2 +- skills/graphic-chart/README.md | 2 +- skills/graphic-ebook/README.md | 2 +- skills/graphic-gif/README.md | 2 +- skills/graphic-slide-deck/README.md | 2 +- skills/hackernews-intel/README.md | 2 +- skills/human-tone/README.md | 2 +- skills/hyperframes-product-launch-video/README.md | 2 +- skills/kill-the-standup/README.md | 2 +- skills/linkedin-job-post-to-buyer-pain-map/README.md | 2 +- skills/linkedin-post-generator/README.md | 2 +- skills/llms-txt-generator/README.md | 2 +- skills/map-your-market/README.md | 2 +- skills/meeting-brief-generator/README.md | 2 +- skills/meta-ads-skill/README.md | 2 +- skills/meta-tribeV2-skill/README.md | 2 +- skills/newsletter-digest/README.md | 2 +- skills/noise-to-linkedin-carousel/README.md | 2 +- skills/noise2blog/README.md | 2 +- skills/npm-downloads-to-leads/README.md | 2 +- skills/oss-launch-kit/README.md | 2 +- skills/outreach-sequence-builder/README.md | 2 +- skills/position-me/README.md | 2 +- skills/pr-description-writer/README.md | 2 +- skills/pricing-finder/README.md | 2 +- skills/pricing-page-psychology-audit/README.md | 2 +- skills/product-update-logger/README.md | 2 +- skills/producthunt-launch-kit/README.md | 2 +- skills/reddit-icp-monitor/README.md | 2 +- skills/reddit-post-engine/README.md | 2 +- skills/schema-markup-generator/README.md | 2 +- skills/sdk-adoption-tracker/README.md | 2 +- skills/show-hn-writer/README.md | 2 +- skills/store-listing-optimizer/README.md | 2 +- skills/tweet-thread-from-blog/README.md | 2 +- skills/twitter-GTM-find-skill/README.md | 2 +- skills/vc-curated-match/README.md | 2 +- skills/vc-finder/README.md | 2 +- skills/vid-motion-graphics/README.md | 2 +- skills/vid-product-launch/README.md | 2 +- skills/vid-sizzle-reel/README.md | 2 +- skills/where-your-customer-lives/README.md | 2 +- skills/yc-intent-radar-skill/README.md | 2 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/scripts/update_skill_readmes.py b/scripts/update_skill_readmes.py index 5baf391..d9cf560 100644 --- a/scripts/update_skill_readmes.py +++ b/scripts/update_skill_readmes.py @@ -142,7 +142,7 @@ def build_install_block(skill_name: str) -> str: npx skills add Varnan-Tech/opendirectory --skill {skill_name} ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/app-store-review-arbitrage/README.md b/skills/app-store-review-arbitrage/README.md index 4524afb..0667a12 100644 --- a/skills/app-store-review-arbitrage/README.md +++ b/skills/app-store-review-arbitrage/README.md @@ -23,7 +23,7 @@ npx "@opendirectory.dev/skills" install app-store-review-arbitrage --target clau npx skills add Varnan-Tech/opendirectory --skill app-store-review-arbitrage ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/blog-cover-image-cli/README.md b/skills/blog-cover-image-cli/README.md index ac4b147..d3de093 100644 --- a/skills/blog-cover-image-cli/README.md +++ b/skills/blog-cover-image-cli/README.md @@ -31,7 +31,7 @@ npx "@opendirectory.dev/skills" install blog-cover-image-cli --target claude npx skills add Varnan-Tech/opendirectory --skill blog-cover-image-cli ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/brand-alchemy/README.md b/skills/brand-alchemy/README.md index e26b7a1..5302a2c 100644 --- a/skills/brand-alchemy/README.md +++ b/skills/brand-alchemy/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install brand-alchemy --target claude npx skills add Varnan-Tech/opendirectory --skill brand-alchemy ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/claude-md-generator/README.md b/skills/claude-md-generator/README.md index 45dd4b3..f494158 100644 --- a/skills/claude-md-generator/README.md +++ b/skills/claude-md-generator/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install claude-md-generator --target claude npx skills add Varnan-Tech/opendirectory --skill claude-md-generator ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/cold-email-verifier/README.md b/skills/cold-email-verifier/README.md index 7ba514a..47b21a0 100644 --- a/skills/cold-email-verifier/README.md +++ b/skills/cold-email-verifier/README.md @@ -23,7 +23,7 @@ npx "@opendirectory.dev/skills" install cold-email-verifier --target claude npx skills add Varnan-Tech/opendirectory --skill cold-email-verifier ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/company-radar/README.md b/skills/company-radar/README.md index deaca40..fc2038a 100644 --- a/skills/company-radar/README.md +++ b/skills/company-radar/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install company-radar --target claude npx skills add Varnan-Tech/opendirectory --skill company-radar ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/competitor-pr-finder/README.md b/skills/competitor-pr-finder/README.md index ecddb06..00557d7 100644 --- a/skills/competitor-pr-finder/README.md +++ b/skills/competitor-pr-finder/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install competitor-pr-finder --target claude npx skills add Varnan-Tech/opendirectory --skill competitor-pr-finder ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/cook-the-blog/README.md b/skills/cook-the-blog/README.md index 77def65..3c55937 100644 --- a/skills/cook-the-blog/README.md +++ b/skills/cook-the-blog/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install cook-the-blog --target claude npx skills add Varnan-Tech/opendirectory --skill cook-the-blog ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/dependency-update-bot/README.md b/skills/dependency-update-bot/README.md index f42a34b..778a953 100644 --- a/skills/dependency-update-bot/README.md +++ b/skills/dependency-update-bot/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install dependency-update-bot --target claude npx skills add Varnan-Tech/opendirectory --skill dependency-update-bot ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/docs-from-code/README.md b/skills/docs-from-code/README.md index 74fd1df..a855803 100644 --- a/skills/docs-from-code/README.md +++ b/skills/docs-from-code/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install docs-from-code --target claude npx skills add Varnan-Tech/opendirectory --skill docs-from-code ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/domain-expired-opportunity-finder/README.md b/skills/domain-expired-opportunity-finder/README.md index e46034f..e5075fb 100644 --- a/skills/domain-expired-opportunity-finder/README.md +++ b/skills/domain-expired-opportunity-finder/README.md @@ -20,7 +20,7 @@ npx "@opendirectory.dev/skills" install domain-expired-opportunity-finder --targ npx skills add Varnan-Tech/opendirectory --skill domain-expired-opportunity-finder ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/dx-roaster/README.md b/skills/dx-roaster/README.md index e3a4c97..62e2fd9 100644 --- a/skills/dx-roaster/README.md +++ b/skills/dx-roaster/README.md @@ -25,7 +25,7 @@ npx "@opendirectory.dev/skills" install dx-roaster --target claude npx skills add Varnan-Tech/opendirectory --skill dx-roaster ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/email-newsletter/README.md b/skills/email-newsletter/README.md index 0ad223c..5bfb525 100644 --- a/skills/email-newsletter/README.md +++ b/skills/email-newsletter/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install email-newsletter --target claude npx skills add Varnan-Tech/opendirectory --skill email-newsletter ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/explain-this-pr/README.md b/skills/explain-this-pr/README.md index a609182..902abb8 100644 --- a/skills/explain-this-pr/README.md +++ b/skills/explain-this-pr/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install explain-this-pr --target claude npx skills add Varnan-Tech/opendirectory --skill explain-this-pr ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/geo-gap-fixer/README.md b/skills/geo-gap-fixer/README.md index 873b73a..9b5e8b5 100644 --- a/skills/geo-gap-fixer/README.md +++ b/skills/geo-gap-fixer/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install geo-gap-fixer --target claude npx skills add Varnan-Tech/opendirectory --skill geo-gap-fixer ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/gh-issue-to-demand-signal/README.md b/skills/gh-issue-to-demand-signal/README.md index 253a1ea..736fd6b 100644 --- a/skills/gh-issue-to-demand-signal/README.md +++ b/skills/gh-issue-to-demand-signal/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install gh-issue-to-demand-signal --target claud npx skills add Varnan-Tech/opendirectory --skill gh-issue-to-demand-signal ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/github-discussion-to-devrel-content/README.md b/skills/github-discussion-to-devrel-content/README.md index 1d6b89b..c575bb1 100644 --- a/skills/github-discussion-to-devrel-content/README.md +++ b/skills/github-discussion-to-devrel-content/README.md @@ -23,7 +23,7 @@ npx "@opendirectory.dev/skills" install github-discussion-to-devrel-content --ta npx skills add Varnan-Tech/opendirectory --skill github-discussion-to-devrel-content ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/google-trends-api-skills/README.md b/skills/google-trends-api-skills/README.md index bc5b6c8..decf8ae 100644 --- a/skills/google-trends-api-skills/README.md +++ b/skills/google-trends-api-skills/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install google-trends-api-skills --target claude npx skills add Varnan-Tech/opendirectory --skill google-trends-api-skills ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/graphic-case-study/README.md b/skills/graphic-case-study/README.md index cd29466..e81e02e 100644 --- a/skills/graphic-case-study/README.md +++ b/skills/graphic-case-study/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install graphic-case-study --target claude npx skills add Varnan-Tech/opendirectory --skill graphic-case-study ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/graphic-chart/README.md b/skills/graphic-chart/README.md index c24030d..77f484d 100644 --- a/skills/graphic-chart/README.md +++ b/skills/graphic-chart/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install graphic-chart --target claude npx skills add Varnan-Tech/opendirectory --skill graphic-chart ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/graphic-ebook/README.md b/skills/graphic-ebook/README.md index 7efc3c0..81ac252 100644 --- a/skills/graphic-ebook/README.md +++ b/skills/graphic-ebook/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install graphic-ebook --target claude npx skills add Varnan-Tech/opendirectory --skill graphic-ebook ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/graphic-gif/README.md b/skills/graphic-gif/README.md index 82ee197..9861edb 100644 --- a/skills/graphic-gif/README.md +++ b/skills/graphic-gif/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install graphic-gif --target claude npx skills add Varnan-Tech/opendirectory --skill graphic-gif ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/graphic-slide-deck/README.md b/skills/graphic-slide-deck/README.md index 3a52a8a..153fb22 100644 --- a/skills/graphic-slide-deck/README.md +++ b/skills/graphic-slide-deck/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install graphic-slide-deck --target claude npx skills add Varnan-Tech/opendirectory --skill graphic-slide-deck ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/hackernews-intel/README.md b/skills/hackernews-intel/README.md index 5aa2369..ca2dd3a 100644 --- a/skills/hackernews-intel/README.md +++ b/skills/hackernews-intel/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install hackernews-intel --target claude npx skills add Varnan-Tech/opendirectory --skill hackernews-intel ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/human-tone/README.md b/skills/human-tone/README.md index 7d0a974..8c2873a 100644 --- a/skills/human-tone/README.md +++ b/skills/human-tone/README.md @@ -23,7 +23,7 @@ npx "@opendirectory.dev/skills" install human-tone --target claude npx skills add Varnan-Tech/opendirectory --skill human-tone ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/hyperframes-product-launch-video/README.md b/skills/hyperframes-product-launch-video/README.md index 8348166..5fa7c27 100644 --- a/skills/hyperframes-product-launch-video/README.md +++ b/skills/hyperframes-product-launch-video/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install hyperframes-product-launch-video --targe npx skills add Varnan-Tech/opendirectory --skill hyperframes-product-launch-video ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/kill-the-standup/README.md b/skills/kill-the-standup/README.md index 3eebd24..48feb15 100644 --- a/skills/kill-the-standup/README.md +++ b/skills/kill-the-standup/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install kill-the-standup --target claude npx skills add Varnan-Tech/opendirectory --skill kill-the-standup ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/linkedin-job-post-to-buyer-pain-map/README.md b/skills/linkedin-job-post-to-buyer-pain-map/README.md index 546b1a1..197cf63 100644 --- a/skills/linkedin-job-post-to-buyer-pain-map/README.md +++ b/skills/linkedin-job-post-to-buyer-pain-map/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install linkedin-job-post-to-buyer-pain-map --ta npx skills add Varnan-Tech/opendirectory --skill linkedin-job-post-to-buyer-pain-map ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/linkedin-post-generator/README.md b/skills/linkedin-post-generator/README.md index 1461599..838e1a3 100644 --- a/skills/linkedin-post-generator/README.md +++ b/skills/linkedin-post-generator/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install linkedin-post-generator --target claude npx skills add Varnan-Tech/opendirectory --skill linkedin-post-generator ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/llms-txt-generator/README.md b/skills/llms-txt-generator/README.md index b809710..c600107 100644 --- a/skills/llms-txt-generator/README.md +++ b/skills/llms-txt-generator/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install llms-txt-generator --target claude npx skills add Varnan-Tech/opendirectory --skill llms-txt-generator ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/map-your-market/README.md b/skills/map-your-market/README.md index f5c8b18..f4f31bd 100644 --- a/skills/map-your-market/README.md +++ b/skills/map-your-market/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install map-your-market --target claude npx skills add Varnan-Tech/opendirectory --skill map-your-market ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/meeting-brief-generator/README.md b/skills/meeting-brief-generator/README.md index 70f14b1..3bf5818 100644 --- a/skills/meeting-brief-generator/README.md +++ b/skills/meeting-brief-generator/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install meeting-brief-generator --target claude npx skills add Varnan-Tech/opendirectory --skill meeting-brief-generator ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/meta-ads-skill/README.md b/skills/meta-ads-skill/README.md index 7e25ca7..b6cd349 100644 --- a/skills/meta-ads-skill/README.md +++ b/skills/meta-ads-skill/README.md @@ -27,7 +27,7 @@ npx "@opendirectory.dev/skills" install meta-ads-skill --target claude npx skills add Varnan-Tech/opendirectory --skill meta-ads-skill ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/meta-tribeV2-skill/README.md b/skills/meta-tribeV2-skill/README.md index 6b45b91..8dabad0 100644 --- a/skills/meta-tribeV2-skill/README.md +++ b/skills/meta-tribeV2-skill/README.md @@ -25,7 +25,7 @@ npx "@opendirectory.dev/skills" install meta-tribeV2-skill --target claude npx skills add Varnan-Tech/opendirectory --skill meta-tribeV2-skill ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/newsletter-digest/README.md b/skills/newsletter-digest/README.md index c9c1d09..7701a8a 100644 --- a/skills/newsletter-digest/README.md +++ b/skills/newsletter-digest/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install newsletter-digest --target claude npx skills add Varnan-Tech/opendirectory --skill newsletter-digest ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/noise-to-linkedin-carousel/README.md b/skills/noise-to-linkedin-carousel/README.md index 1c1d3e7..648f968 100644 --- a/skills/noise-to-linkedin-carousel/README.md +++ b/skills/noise-to-linkedin-carousel/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install noise-to-linkedin-carousel --target clau npx skills add Varnan-Tech/opendirectory --skill noise-to-linkedin-carousel ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/noise2blog/README.md b/skills/noise2blog/README.md index 20ed6d4..d473cda 100644 --- a/skills/noise2blog/README.md +++ b/skills/noise2blog/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install noise2blog --target claude npx skills add Varnan-Tech/opendirectory --skill noise2blog ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/npm-downloads-to-leads/README.md b/skills/npm-downloads-to-leads/README.md index a37d01a..24b5226 100644 --- a/skills/npm-downloads-to-leads/README.md +++ b/skills/npm-downloads-to-leads/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install npm-downloads-to-leads --target claude npx skills add Varnan-Tech/opendirectory --skill npm-downloads-to-leads ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/oss-launch-kit/README.md b/skills/oss-launch-kit/README.md index b7d69f2..f3a4d72 100644 --- a/skills/oss-launch-kit/README.md +++ b/skills/oss-launch-kit/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install oss-launch-kit --target claude npx skills add Varnan-Tech/opendirectory --skill oss-launch-kit ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/outreach-sequence-builder/README.md b/skills/outreach-sequence-builder/README.md index 8781bd6..60cbb55 100644 --- a/skills/outreach-sequence-builder/README.md +++ b/skills/outreach-sequence-builder/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install outreach-sequence-builder --target claud npx skills add Varnan-Tech/opendirectory --skill outreach-sequence-builder ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/position-me/README.md b/skills/position-me/README.md index 10d5d78..b94209f 100644 --- a/skills/position-me/README.md +++ b/skills/position-me/README.md @@ -23,7 +23,7 @@ npx "@opendirectory.dev/skills" install position-me --target claude npx skills add Varnan-Tech/opendirectory --skill position-me ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/pr-description-writer/README.md b/skills/pr-description-writer/README.md index 3f21c8a..89f8df4 100644 --- a/skills/pr-description-writer/README.md +++ b/skills/pr-description-writer/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install pr-description-writer --target claude npx skills add Varnan-Tech/opendirectory --skill pr-description-writer ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/pricing-finder/README.md b/skills/pricing-finder/README.md index 0cdeb49..2216981 100644 --- a/skills/pricing-finder/README.md +++ b/skills/pricing-finder/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install pricing-finder --target claude npx skills add Varnan-Tech/opendirectory --skill pricing-finder ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/pricing-page-psychology-audit/README.md b/skills/pricing-page-psychology-audit/README.md index 9c587e0..0ecbc85 100644 --- a/skills/pricing-page-psychology-audit/README.md +++ b/skills/pricing-page-psychology-audit/README.md @@ -29,7 +29,7 @@ npx "@opendirectory.dev/skills" install pricing-page-psychology-audit --target c npx skills add Varnan-Tech/opendirectory --skill pricing-page-psychology-audit ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/product-update-logger/README.md b/skills/product-update-logger/README.md index 171988b..568deb6 100644 --- a/skills/product-update-logger/README.md +++ b/skills/product-update-logger/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install product-update-logger --target claude npx skills add Varnan-Tech/opendirectory --skill product-update-logger ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/producthunt-launch-kit/README.md b/skills/producthunt-launch-kit/README.md index 4c1da88..0654e55 100644 --- a/skills/producthunt-launch-kit/README.md +++ b/skills/producthunt-launch-kit/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install producthunt-launch-kit --target claude npx skills add Varnan-Tech/opendirectory --skill producthunt-launch-kit ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/reddit-icp-monitor/README.md b/skills/reddit-icp-monitor/README.md index 95f7860..f1f0230 100644 --- a/skills/reddit-icp-monitor/README.md +++ b/skills/reddit-icp-monitor/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install reddit-icp-monitor --target claude npx skills add Varnan-Tech/opendirectory --skill reddit-icp-monitor ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/reddit-post-engine/README.md b/skills/reddit-post-engine/README.md index ce484af..4f68e73 100644 --- a/skills/reddit-post-engine/README.md +++ b/skills/reddit-post-engine/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install reddit-post-engine --target claude npx skills add Varnan-Tech/opendirectory --skill reddit-post-engine ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/schema-markup-generator/README.md b/skills/schema-markup-generator/README.md index 47eb65d..4fbfb0d 100644 --- a/skills/schema-markup-generator/README.md +++ b/skills/schema-markup-generator/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install schema-markup-generator --target claude npx skills add Varnan-Tech/opendirectory --skill schema-markup-generator ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/sdk-adoption-tracker/README.md b/skills/sdk-adoption-tracker/README.md index 7e3c781..13a7d3b 100644 --- a/skills/sdk-adoption-tracker/README.md +++ b/skills/sdk-adoption-tracker/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install sdk-adoption-tracker --target claude npx skills add Varnan-Tech/opendirectory --skill sdk-adoption-tracker ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/show-hn-writer/README.md b/skills/show-hn-writer/README.md index ff9fef0..ccde730 100644 --- a/skills/show-hn-writer/README.md +++ b/skills/show-hn-writer/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install show-hn-writer --target claude npx skills add Varnan-Tech/opendirectory --skill show-hn-writer ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/store-listing-optimizer/README.md b/skills/store-listing-optimizer/README.md index e09b59f..355752e 100644 --- a/skills/store-listing-optimizer/README.md +++ b/skills/store-listing-optimizer/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install store-listing-optimizer --target claude npx skills add Varnan-Tech/opendirectory --skill store-listing-optimizer ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/tweet-thread-from-blog/README.md b/skills/tweet-thread-from-blog/README.md index b0db311..2ab5b32 100644 --- a/skills/tweet-thread-from-blog/README.md +++ b/skills/tweet-thread-from-blog/README.md @@ -22,7 +22,7 @@ npx "@opendirectory.dev/skills" install tweet-thread-from-blog --target claude npx skills add Varnan-Tech/opendirectory --skill tweet-thread-from-blog ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/twitter-GTM-find-skill/README.md b/skills/twitter-GTM-find-skill/README.md index bcab7ed..25df05a 100644 --- a/skills/twitter-GTM-find-skill/README.md +++ b/skills/twitter-GTM-find-skill/README.md @@ -25,7 +25,7 @@ npx "@opendirectory.dev/skills" install twitter-GTM-find-skill --target claude npx skills add Varnan-Tech/opendirectory --skill twitter-GTM-find-skill ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/vc-curated-match/README.md b/skills/vc-curated-match/README.md index 8c9db95..6fa385d 100644 --- a/skills/vc-curated-match/README.md +++ b/skills/vc-curated-match/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install vc-curated-match --target claude npx skills add Varnan-Tech/opendirectory --skill vc-curated-match ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/vc-finder/README.md b/skills/vc-finder/README.md index 23fe796..e1de98e 100644 --- a/skills/vc-finder/README.md +++ b/skills/vc-finder/README.md @@ -19,7 +19,7 @@ npx "@opendirectory.dev/skills" install vc-finder --target claude npx skills add Varnan-Tech/opendirectory --skill vc-finder ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/vid-motion-graphics/README.md b/skills/vid-motion-graphics/README.md index 8c62987..5549c9c 100644 --- a/skills/vid-motion-graphics/README.md +++ b/skills/vid-motion-graphics/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install vid-motion-graphics --target claude npx skills add Varnan-Tech/opendirectory --skill vid-motion-graphics ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/vid-product-launch/README.md b/skills/vid-product-launch/README.md index bf5a967..9798c10 100644 --- a/skills/vid-product-launch/README.md +++ b/skills/vid-product-launch/README.md @@ -25,7 +25,7 @@ npx "@opendirectory.dev/skills" install vid-product-launch --target claude npx skills add Varnan-Tech/opendirectory --skill vid-product-launch ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/vid-sizzle-reel/README.md b/skills/vid-sizzle-reel/README.md index 4617d9c..84111b3 100644 --- a/skills/vid-sizzle-reel/README.md +++ b/skills/vid-sizzle-reel/README.md @@ -25,7 +25,7 @@ npx "@opendirectory.dev/skills" install vid-sizzle-reel --target claude npx skills add Varnan-Tech/opendirectory --skill vid-sizzle-reel ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/where-your-customer-lives/README.md b/skills/where-your-customer-lives/README.md index e4d8479..4f63643 100644 --- a/skills/where-your-customer-lives/README.md +++ b/skills/where-your-customer-lives/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install where-your-customer-lives --target claud npx skills add Varnan-Tech/opendirectory --skill where-your-customer-lives ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App diff --git a/skills/yc-intent-radar-skill/README.md b/skills/yc-intent-radar-skill/README.md index 0209b65..07dc247 100644 --- a/skills/yc-intent-radar-skill/README.md +++ b/skills/yc-intent-radar-skill/README.md @@ -21,7 +21,7 @@ npx "@opendirectory.dev/skills" install yc-intent-radar-skill --target claude npx skills add Varnan-Tech/opendirectory --skill yc-intent-radar-skill ``` -Auto-detects your installed agent. Adds `--global` to install for all projects instead of the current one. +Requires Node.js. Add `--global` to install to `~/.claude/skills/` instead of the current project. ### Option C: Claude Desktop App