@opendirectory.dev/skills 0.1.73 → 0.1.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -123,7 +123,11 @@ linkedin-job-post-to-buyer-pain-map/
|
|
|
123
123
|
|
|
124
124
|
MIT
|
|
125
125
|
|
|
126
|
-
##
|
|
126
|
+
## Install
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
npx "@opendirectory.dev/skills" install linkedin-job-post-to-buyer-pain-map --target claude
|
|
130
|
+
```
|
|
127
131
|
|
|
128
132
|
### Video Tutorial
|
|
129
133
|
Watch this quick video to see how it's done:
|
|
@@ -141,4 +145,4 @@ https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
|
|
|
141
145
|
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
142
146
|
4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
|
|
143
147
|
|
|
144
|
-
> **Note:** Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
|
|
148
|
+
> **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
|
|
@@ -21,6 +21,10 @@ This skill provides the infrastructure to host the massive 80GB TRIBE v2 model p
|
|
|
21
21
|
|
|
22
22
|
## Install
|
|
23
23
|
|
|
24
|
+
```bash
|
|
25
|
+
npx "@opendirectory.dev/skills" install meta-tribeV2-skill --target claude
|
|
26
|
+
```
|
|
27
|
+
|
|
24
28
|
### Video Tutorial
|
|
25
29
|
Watch this quick video to see how it's done:
|
|
26
30
|
|
|
@@ -12,6 +12,40 @@ The high-level **OSS Launch Orchestrator** for GitHub repositories. It serves as
|
|
|
12
12
|
- **Skill Hand-offs**: Provides hooks and pointers to `show-hn-writer`, `producthunt-launch-kit`, and `reddit-post-engine`.
|
|
13
13
|
- **Honest Feedback**: Explicitly flags low-readiness repos and recommends documentation sprints.
|
|
14
14
|
|
|
15
|
+
## Install
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npx "@opendirectory.dev/skills" install oss-launch-kit --target claude
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Video Tutorial
|
|
22
|
+
Watch this quick video to see how it's done:
|
|
23
|
+
|
|
24
|
+
https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
|
|
25
|
+
|
|
26
|
+
### Step 1: Download the skill from GitHub
|
|
27
|
+
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
28
|
+
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
29
|
+
3. Paste the URL and click **Enter** to download.
|
|
30
|
+
|
|
31
|
+
### Step 2: Install the Skill in Claude
|
|
32
|
+
1. Open your **Claude desktop app**.
|
|
33
|
+
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
34
|
+
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
35
|
+
4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
|
|
36
|
+
|
|
37
|
+
> **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## How It Works
|
|
42
|
+
|
|
43
|
+
1. Point the agent at a GitHub repo URL.
|
|
44
|
+
2. The agent analyzes the repo (README, license, install guide, metadata) and scores launch readiness.
|
|
45
|
+
3. You receive a channel recommendation, a timed launch checklist, and skill hand-offs to `show-hn-writer`, `producthunt-launch-kit`, and `reddit-post-engine`.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
15
49
|
## Usage
|
|
16
50
|
|
|
17
51
|
```bash
|
|
@@ -19,6 +53,8 @@ The high-level **OSS Launch Orchestrator** for GitHub repositories. It serves as
|
|
|
19
53
|
python scripts/run.py --repo-url https://github.com/owner/repo
|
|
20
54
|
```
|
|
21
55
|
|
|
56
|
+
---
|
|
57
|
+
|
|
22
58
|
## Differentiation
|
|
23
59
|
|
|
24
60
|
Unlike single-channel generators, `oss-launch-kit` acts as the **Root Strategy Layer**:
|
|
@@ -10,8 +10,34 @@ The `vc-curated-match` is an OpenDirectory skill that connects founders and open
|
|
|
10
10
|
|
|
11
11
|
**Positioning Note**: This skill is intentionally different from live-research investor discovery workflows. It provides deterministic, curated VC matching from a verified static dataset. It is best for fast, low-cost, repeatable first-pass investor targeting.
|
|
12
12
|
|
|
13
|
-
##
|
|
14
|
-
|
|
13
|
+
## Install
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npx "@opendirectory.dev/skills" install vc-curated-match --target claude
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
### Video Tutorial
|
|
20
|
+
Watch this quick video to see how it's done:
|
|
21
|
+
|
|
22
|
+
https://github.com/user-attachments/assets/cea8b565-2002-4a87-8857-d902bfcfdc1c
|
|
23
|
+
|
|
24
|
+
### Step 1: Download the skill from GitHub
|
|
25
|
+
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
26
|
+
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
27
|
+
3. Paste the URL and click **Enter** to download.
|
|
28
|
+
|
|
29
|
+
### Step 2: Install the Skill in Claude
|
|
30
|
+
1. Open your **Claude desktop app**.
|
|
31
|
+
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
32
|
+
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
33
|
+
4. Choose the option to **Upload a skill**, and drag and drop the `.zip` file (or you can extract it and drop the folder, both work).
|
|
34
|
+
|
|
35
|
+
> **Note:** For some skills (like `position-me`), the `SKILL.md` file might be located inside a subfolder. Always make sure you are uploading the specific folder that contains the `SKILL.md` file!
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Requirements
|
|
40
|
+
- Python 3.10+ (Standard Library only used internally by the agent)
|
|
15
41
|
|
|
16
42
|
## Implementation Specs
|
|
17
43
|
- Pulls from a static `data/vc_funds.json` dataset to guarantee data validity.
|