โ† All skills
Tencent SkillHub ยท Developer Tools

Follow Up Boss

Command-line tool to manage contacts, tasks, notes, deals, events, and communications via the Follow Up Boss API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Command-line tool to manage contacts, tasks, notes, deals, events, and communications via the Follow Up Boss API.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, fub.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Follow Up Boss (CLI)

CLI for interacting with the Follow Up Boss API.

Setup

Get API Key: Follow Up Boss โ†’ Admin โ†’ API โ†’ Create API Key Set Environment Variable: export FUB_API_KEY="fka_xxxxxxxxxxxx"

CLI Usage

node fub.js <command> [options]

Commands

CommandDescriptionmeCurrent user infopeople [query]List/search peopleperson <id>Get person detailspeople create <json>Create person via /events (triggers automations)people update <id> <json>Update a personnotes <personId>Get notes for a personnotes create <json>Create a notetasks [query]List taskstasks create <json>Create a tasktasks complete <id>Complete a taskevents [query]List eventsevents create <json>Create event (for lead intake)pipelinesGet pipelinesdeals [query]List dealsdeals create <json>Create a dealtextmessages <personId>Get text messages for a persontextmessages create <json>Log a text (NOT sent - recorded only!)emails <personId>Get emails for a personemails create <json>Log an email (NOT sent - recorded only!)calls <personId>Get calls for a personcalls create <json>Log a callwebhooksList webhookswebhooks create <json>Create webhookwebhooks delete <id>Delete webhooksourcesGet lead sourcesusersGet users/agentssearch <query>Global search

Examples

# List people node fub.js people "limit=10" # Get person node fub.js person 123 # Create a lead (triggers automations!) node fub.js events create '{"source":"Website","system":{"name":"John Doe","email":"john@test.com","phone":"5551234567"}}' # Add a note node fub.js notes create '{"personId":123,"body":"Called - left voicemail"}' # Create task node fub.js tasks create '{"personId":123,"body":"Follow up","dueDate":"2026-02-20"}' # Complete task node fub.js tasks complete 456 # Log a text (NOT sent - recorded!) node fub.js textmessages create '{"personId":123,"body":"Hey!","direction":"outbound"}' # Log a call node fub.js calls create '{"personId":123,"direction":"outbound","outcome":"voicemail"}' # Search node fub.js search "john"

Important Notes

Text/Email Logging: The API can log texts and emails but cannot actually send them. Use FUB's built-in texting or integrations like SendHub for sending. Rate Limits: GET /events: 20 req/10 sec, All else: 250 req/10 sec

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • fub.js Scripts