Claude-code-plugins-plus-skills finta-install-auth

install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/finta-pack/skills/finta-install-auth" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-finta-install-auth && rm -rf "$T"
manifest: plugins/saas-packs/finta-pack/skills/finta-install-auth/SKILL.md
source content

Finta Install & Auth

Overview

Set up Finta fundraising CRM at trustfinta.com. Finta is a UI-first platform for managing fundraising pipelines, investor relationships, and deal rooms. Integration is via email/calendar sync and the Finta web app -- there is no public REST API.

Prerequisites

Instructions

Step 1: Create Account

  1. Sign up at https://www.trustfinta.com
  2. Complete onboarding wizard with company details
  3. Select your fundraising stage (Pre-seed, Seed, Series A, etc.)

Step 2: Connect Email

Finta syncs with Gmail and Outlook to automatically track investor communications:

  1. Go to Settings > Integrations
  2. Click Connect Gmail or Connect Outlook
  3. Grant read access for email tracking
  4. Finta will auto-detect investor conversations and update pipeline stages

Step 3: Connect Calendar

  1. Go to Settings > Integrations
  2. Click Connect Google Calendar or Connect Outlook Calendar
  3. Meetings with investors will auto-log to the pipeline

Step 4: Import Existing Investors

  • CSV Import: Upload a spreadsheet with investor name, firm, email, stage
  • Manual Entry: Add investors one by one in the Pipeline view
  • Aurora AI: Let Finta's AI prospect matching find relevant investors

Step 5: Configure Pipeline Stages

Default stages (customizable):

  1. Researching
  2. Reaching Out
  3. Intro Meeting
  4. Follow-up
  5. Due Diligence
  6. Term Sheet
  7. Closed

Error Handling

IssueCauseSolution
Email sync not workingOAuth expiredReconnect in Settings > Integrations
Calendar events missingWrong calendar selectedSelect correct calendar
CSV import failsWrong formatUse Finta template CSV
Duplicate investorsRe-importMerge duplicates in UI

Resources

Next Steps

Proceed to

finta-hello-world
to set up your first fundraise pipeline.