agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Connect Pipedrive CRM for a live pipeline view and confirm-gated deal updates. Use when the user says 'connect Pipedrive', 'link my CRM', 'sync my pipeline with Pipedrive'. Not for pipeline analysis without a CRM; use `pipeline-health`. Not for reconciling an already-connected
$ npx -y skills add davekilleen/Dex --skill pipedrive-setup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pipedrive-setupContext preview
The summary Claude sees to decide when to auto-load this skill.
Connect Pipedrive CRM for a live pipeline view and confirm-gated deal updates. Use when the user says 'connect Pipedrive', 'link my CRM', 'sync my pipeline with Pipedrive'. Not for pipeline analysis without a CRM; use `pipeline-health`. Not for reconciling an already-connected
name: pipedrive-setup
description: "Connect Pipedrive CRM for a live pipeline view and confirm-gated deal updates. Use when the user says 'connect Pipedrive', 'link my CRM', 'sync my pipeline with Pipedrive'. Not for pipeline analysis without a CRM; use `pipeline-health`. Not for reconciling an already-connected CRM; use `pipeline-sync`."
integration:
id: pipedrive
name: Pipedrive
mcp_server: pipedrive-mcp
auth: api_key
enhances:
- skill: pipeline-sync
capability: "Live pipeline view + drift reconciliation against your local pipeline tracker"
- skill: week-review
capability: "Reconciles deal numbers (stage/value/probability) against the CRM"
- skill: meeting-prep
capability: "Pulls live deal context (stage, value, last activity) for the company"
- skill: process-meetings
capability: "Offers to push meeting outcomes as deal notes/activities after you confirm"
- skill: daily-plan
capability: "Surfaces focus deals with stale activity or overdue next actions"
new_capabilities:
- name: Confirm-gated CRM writes
trigger: "Dex drafts a note/activity/field change, shows the payload, writes only on your OK"
sync:
direction: bidirectional
entities: deals, notes, activitiesConnect your Pipedrive CRM to Dex. This gives Dex a **live view of your pipeline** and the ability to **push notes, activities and field updates into the deals you're working on**, always after showing you exactly what it will send.
---
> Throughout this flow, **Dex performs every file action for the user**. They only ever paste their token into the chat; Dex does the rest.
1. Read `System/integrations/config.yaml` -> `pipedrive.enabled`. 2. If `true`, run `pipedrive_status()`. If it returns `connected: true`, jump to **Reconfiguration**. 3. Otherwise continue to Step 2.
Say:
**Let's connect Pipedrive to Dex.** You'll get a live view of your pipeline, and Dex can push notes / activities / field updates into your deals, always showing you exactly what it'll send first. Your local pipeline tracker stays the home of your strategy and focus list. Pipedrive becomes the source of truth for the deal *numbers*. **What you'll need:** - Your Pipedrive personal API token (I'll show you where) - About 3 minutes **Ready?**
Wait for confirmation.
Guide the user:
To get your Pipedrive API token: 1. In Pipedrive, click your profile (top right) -> **Personal preferences** 2. Open the **API** tab 3. Copy **Your personal API token** Also tell me your Pipedrive web address, the bit before .pipedrive.com (e.g. if you log in at https://yourcompany.pipedrive.com, the domain is "yourcompany").
Capture:
**On macOS**, store it in the Keychain (service `dex-pipedrive`, account `api`) as a small JSON blob so the domain travels with it:
security add-generic-password -U -s dex-pipedrive -a api \
-w '{"api_token": "<token>", "company_domain": "<domain>"}'**On other systems** (or if the Keychain write fails), append to the gitignored vault-root `.env` file instead:
PIPEDRIVE_API_TOKEN=<token>
Then `chmod 600 .env` and confirm it is gitignored (`git check-ignore .env` should echo the path). Never ask the user to edit files themselves.
Check `.mcp.json` for a `pipedrive-mcp` entry under `mcpServers`. If missing, add (note: **VAULT_PATH only, no token**), substituting the real v
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role.
Repo: davekilleen/Dex
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying…
This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring…
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design…
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills,…