@vruum/skills 0.6.18 → 0.6.20
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vruum",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.20",
|
|
4
4
|
"description": "Vruum AI skills + remote MCP server for B2B GTM teams. Slash commands for outreach triage, engagement triage, pipeline filling, prospect enrichment, and reply diagnosis, paired with the full Vruum MCP tool surface over OAuth 2.1.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Vruum AI",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vruum",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.20",
|
|
4
4
|
"description": "Vruum AI skills + remote MCP server for B2B GTM teams. Skills for outreach triage, engagement triage, pipeline filling, prospect enrichment, and reply diagnosis, paired with the full Vruum MCP tool surface over OAuth 2.1.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Vruum AI",
|
package/README.md
CHANGED
|
@@ -78,12 +78,12 @@ npx @vruum/skills install --target /path/to/skills/dir
|
|
|
78
78
|
- `/expansion-fill` — Source expansion-ready customers for outreach. Finds closed-won customers >60 days old with no open follow-on deal and surfaces them for an expansion play. Use when: expand customer, find upsell opportunities, NRR play, expansion opportunities, customers ripe for expansion, who can we expand to.
|
|
79
79
|
- `/ingest-meetings` — Pull meeting transcripts from your connected Google Drive into Vruum. Attaches each transcript to the right person and deal as a meeting on their timeline, and turns its action items into tasks that surface in your daily briefing. You review every attach before anything is written; safe to re-run. Use when: ingest meetings, import meeting notes, pull transcripts, log my meetings, action items from meetings, Gemini notes, Read.ai transcripts, turn meetings into tasks.
|
|
80
80
|
- `/outreach-triage` — Review and approve your pending outreach drafts across LinkedIn and email. Use when: triage, review queue, morning review, check messages, approve outreach, what needs review.
|
|
81
|
-
- `/pipeline-fill` — Source-agnostic pipeline orchestrator. Picks a source per
|
|
81
|
+
- `/pipeline-fill` — Source-agnostic pipeline orchestrator. Picks a source per campaign (Sales Nav / YC / CSV / discovery), runs harness deep research, applies a pre-filter gate, then saves into the campaign via the backend authoritative match_score>=70 gate. Use when: fill pipeline, import prospects, daily imports, need more prospects, discover prospects from scratch, deep research before import.
|
|
82
82
|
- `/sales-nav-deep-fill` — Sales Nav harness source for /pipeline-fill. Pre-filters Sales Nav profiles via vruum-pipeline-filter, produces a candidate list, hands off to /pipeline-fill for deep research and import. Use when: sales nav with deep research, sales nav harness mode, in-chat sales nav.
|
|
83
83
|
- `/vruum-guide` — Guide to running Vruum from your own AI harness. First run: guided onboarding from empty account to first reviewed outreach draft. After: reads live account state, recommends the single next most valuable action, hands off to the right skill. Use when: get started, onboarding, how do I use vruum, what should I do next, where do I start.
|
|
84
84
|
- `/vruum-skills-upgrade` — Upgrade @vruum/skills to the latest npm version and re-sync ~/.vruum/. Use when: upgrade vruum skills, update vruum, pull latest vruum skills, or when the preamble reports UPGRADE_AVAILABLE.
|
|
85
85
|
- `/winback-fill` — Source winback candidates from closed-lost deals or churned customers. Surfaces people who went silent or lost a deal >90 days ago, where the loss reason wasn't 'no_fit'. Use when: winback, win back churned, reactivate, revive cold deals, 90-day silent revival, lost deal recovery, lost customer outreach.
|
|
86
|
-
- `/yc-pipeline-fill` — YC harness source for /pipeline-fill. Scrapes YC's public Algolia index, extracts founder LinkedIn URLs, dedups, hands a candidate list to /pipeline-fill for deep research and import. Use when: YC pipeline fill, source from YC, fill
|
|
86
|
+
- `/yc-pipeline-fill` — YC harness source for /pipeline-fill. Scrapes YC's public Algolia index, extracts founder LinkedIn URLs, dedups, hands a candidate list to /pipeline-fill for deep research and import. Use when: YC pipeline fill, source from YC, fill campaign with YC founders, sales nav dried up, source YC.
|
|
87
87
|
<!-- generated:skills-end -->
|
|
88
88
|
|
|
89
89
|
## Upgrade
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vruum/skills",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.20",
|
|
4
4
|
"description": "Vruum AI skills for Claude Code, Claude Desktop, Codex CLI, and any AI assistant with a skill directory. Slash commands for outreach triage, engagement triage, pipeline filling, prospect enrichment, and reply diagnosis. Pairs with the Vruum MCP server at https://api.vruum.ai/mcp.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"outreach",
|
|
43
43
|
"gtm"
|
|
44
44
|
],
|
|
45
|
-
"contentHash": "
|
|
45
|
+
"contentHash": "4ce9cba156c1aac9c8ccc3815020b6ee2ac510056092877763e9ee0f606bd805"
|
|
46
46
|
}
|
|
@@ -64,7 +64,7 @@ Per transcript, show the user the complete proposal before writing anything:
|
|
|
64
64
|
- **Meeting:** the recap + meeting date.
|
|
65
65
|
- **Tasks:** the action-item list.
|
|
66
66
|
|
|
67
|
-
**Idempotency check (do this before writing):** confirm the transcript isn't already logged — in `get_person_360` for the resolved person, scan recent **meeting** activity for the marker `[vruum-meeting:<doc_id>]
|
|
67
|
+
**Idempotency check (do this before writing):** confirm the transcript isn't already logged — in `get_person_360` for the resolved person, scan recent **meeting** activity for the marker `[vruum-meeting:<doc_id>]`. If it's there, this transcript was already ingested → skip it (don't re-log, don't re-create tasks). The marker must lead the summary (see Step 6) because `get_person_360` truncates each activity description to ~200 chars — a marker buried at the end is cut off and the scan misses it.
|
|
68
68
|
|
|
69
69
|
The user **approves / edits / drops individual tasks / drops the whole transcript**. Only what they approve gets written.
|
|
70
70
|
|
|
@@ -80,12 +80,12 @@ For each approved transcript:
|
|
|
80
80
|
- `deal_id` = the resolved deal (omit if none)
|
|
81
81
|
- `summary` =
|
|
82
82
|
```
|
|
83
|
-
<1–2 sentence recap>
|
|
83
|
+
[vruum-meeting:<doc_id>] <1–2 sentence recap>
|
|
84
84
|
|
|
85
85
|
Attendees: <names / emails>
|
|
86
|
-
Source: <transcript filename>
|
|
86
|
+
Source: <transcript filename> (Google Drive)
|
|
87
87
|
```
|
|
88
|
-
The `[vruum-meeting:<doc_id>]` marker is what makes re-runs idempotent (Step 5 scans for it). Keep it verbatim
|
|
88
|
+
The `[vruum-meeting:<doc_id>]` marker is what makes re-runs idempotent (Step 5 scans for it). It **must be the very first thing in the summary** — `get_person_360` truncates the activity description to ~200 chars, so a marker placed at the end is cut off and the dedup scan silently fails (re-runs would create duplicate meetings). Keep it verbatim, at the front.
|
|
89
89
|
2. **Create each approved task** — `manage_tasks` action=create with:
|
|
90
90
|
- `title` (the action item), `person_id` (+ `deal_id` if there is one)
|
|
91
91
|
- `priority`, and `due_at` as ISO-8601 **only if** a date was actually parseable (omit otherwise)
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pipeline-fill
|
|
3
3
|
description: >-
|
|
4
|
-
Source-agnostic pipeline orchestrator. Picks a source per
|
|
5
|
-
YC / CSV / discovery), runs harness deep research, applies a pre-filter
|
|
6
|
-
then saves into the
|
|
7
|
-
gate. Use when: fill pipeline, import prospects, daily
|
|
8
|
-
prospects, discover prospects from scratch, deep research
|
|
4
|
+
Source-agnostic pipeline orchestrator. Picks a source per campaign (Sales Nav
|
|
5
|
+
/ YC / CSV / discovery), runs harness deep research, applies a pre-filter
|
|
6
|
+
gate, then saves into the campaign via the backend authoritative
|
|
7
|
+
match_score>=70 gate. Use when: fill pipeline, import prospects, daily
|
|
8
|
+
imports, need more prospects, discover prospects from scratch, deep research
|
|
9
|
+
before import.
|
|
9
10
|
---
|
|
10
11
|
# Pipeline Fill
|
|
11
12
|
|
|
@@ -4,7 +4,7 @@ description: >-
|
|
|
4
4
|
YC harness source for /pipeline-fill. Scrapes YC's public Algolia index,
|
|
5
5
|
extracts founder LinkedIn URLs, dedups, hands a candidate list to
|
|
6
6
|
/pipeline-fill for deep research and import. Use when: YC pipeline fill,
|
|
7
|
-
source from YC, fill
|
|
7
|
+
source from YC, fill campaign with YC founders, sales nav dried up, source YC.
|
|
8
8
|
---
|
|
9
9
|
# YC Pipeline Fill (harness source)
|
|
10
10
|
|