@opendirectory.dev/skills 0.1.49 → 0.1.50
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
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/Varnan-Tech/opendirectory/main/assets/covers/tribe-hook-analyzer-cover.png" width="100%" alt="Meta Tribe Skill Cover" />
|
|
3
|
-
</div>
|
|
4
|
-
|
|
5
1
|
# Meta Tribe Skill
|
|
6
2
|
|
|
7
|
-
|
|
3
|
+
AI Skill that uses Meta's TRIBE v2 fMRI Model to analyze the neuroscience of video hooks, reels, and scripts.
|
|
8
4
|
|
|
9
5
|
Instead of guessing what makes a hook engaging using prompt engineering, this skill predicts actual human brain activity across the scientifically validated Yeo-7 Functional Networks, giving you an evidence-based Engagement Report for your content.
|
|
10
6
|
|
|
7
|
+
<img width="2752" height="1536" alt="meta-tribeV2-skill-cover-image" src="https://github.com/user-attachments/assets/7fc9b683-2c9a-416e-92c8-79a0f4f0228e" />
|
|
8
|
+
|
|
11
9
|
---
|
|
12
10
|
|
|
13
11
|
## What This Skill Does
|
|
@@ -21,6 +19,28 @@ This skill provides the infrastructure to host the massive 80GB TRIBE v2 model p
|
|
|
21
19
|
|
|
22
20
|
---
|
|
23
21
|
|
|
22
|
+
## Install
|
|
23
|
+
|
|
24
|
+
### Video Tutorial
|
|
25
|
+
Watch this quick video to see how it's done:
|
|
26
|
+
|
|
27
|
+
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
28
|
+
|
|
29
|
+
### Step 1: Download the skill from GitHub
|
|
30
|
+
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
31
|
+
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
32
|
+
3. Paste the URL and click **Enter** to download.
|
|
33
|
+
|
|
34
|
+
### Step 2: Install the Skill in Claude
|
|
35
|
+
1. Open your **Claude desktop app**.
|
|
36
|
+
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
37
|
+
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
38
|
+
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).
|
|
39
|
+
|
|
40
|
+
> **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!
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
24
44
|
## Deployment Options
|
|
25
45
|
|
|
26
46
|
Because TRIBE v2 requires a massive amount of VRAM (24GB for text, up to 80GB for video), we offer 3 different deployment options so anyone can use it, regardless of budget or technical expertise.
|
|
@@ -81,23 +101,3 @@ The AI agent will read the raw API output and translate the neuroscience into pl
|
|
|
81
101
|
* Limbic Network: Translated to "Does this make people feel something?". High Limbic means strong emotional response.
|
|
82
102
|
|
|
83
103
|
Check out the [Results Showcase](results_showcase.md) for actual examples of Neuro-Marketing reports generated by this skill.
|
|
84
|
-
|
|
85
|
-
## Install
|
|
86
|
-
|
|
87
|
-
### Video Tutorial
|
|
88
|
-
Watch this quick video to see how it's done:
|
|
89
|
-
|
|
90
|
-
https://github.com/user-attachments/assets/ee98a1b5-ebc4-452f-bbfb-c434f2935067
|
|
91
|
-
|
|
92
|
-
### Step 1: Download the skill from GitHub
|
|
93
|
-
1. Copy the URL of this specific skill folder from your browser's address bar.
|
|
94
|
-
2. Go to [download-directory.github.io](https://download-directory.github.io/).
|
|
95
|
-
3. Paste the URL and click **Enter** to download.
|
|
96
|
-
|
|
97
|
-
### Step 2: Install the Skill in Claude
|
|
98
|
-
1. Open your **Claude desktop app**.
|
|
99
|
-
2. Go to the sidebar on the left side and click on the **Customize** section.
|
|
100
|
-
3. Click on the **Skills** tab, then click on the **+** (plus) icon button to create a new skill.
|
|
101
|
-
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).
|
|
102
|
-
|
|
103
|
-
> **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!
|