{
  "schemaVersion": "1.0",
  "item": {
    "slug": "follow-up-boss",
    "name": "Follow Up Boss",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/danielfoch/follow-up-boss",
    "canonicalUrl": "https://clawhub.ai/danielfoch/follow-up-boss",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/follow-up-boss",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=follow-up-boss",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "fub.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/follow-up-boss"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/follow-up-boss",
    "agentPageUrl": "https://openagent3.xyz/skills/follow-up-boss/agent",
    "manifestUrl": "https://openagent3.xyz/skills/follow-up-boss/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/follow-up-boss/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Follow Up Boss (CLI)",
        "body": "CLI for interacting with the Follow Up Boss API."
      },
      {
        "title": "Setup",
        "body": "Get API Key: Follow Up Boss → Admin → API → Create API Key\n\n\nSet Environment Variable:\n\nexport FUB_API_KEY=\"fka_xxxxxxxxxxxx\""
      },
      {
        "title": "CLI Usage",
        "body": "node fub.js <command> [options]"
      },
      {
        "title": "Commands",
        "body": "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"
      },
      {
        "title": "Examples",
        "body": "# List people\nnode fub.js people \"limit=10\"\n\n# Get person\nnode fub.js person 123\n\n# Create a lead (triggers automations!)\nnode fub.js events create '{\"source\":\"Website\",\"system\":{\"name\":\"John Doe\",\"email\":\"john@test.com\",\"phone\":\"5551234567\"}}'\n\n# Add a note\nnode fub.js notes create '{\"personId\":123,\"body\":\"Called - left voicemail\"}'\n\n# Create task\nnode fub.js tasks create '{\"personId\":123,\"body\":\"Follow up\",\"dueDate\":\"2026-02-20\"}'\n\n# Complete task\nnode fub.js tasks complete 456\n\n# Log a text (NOT sent - recorded!)\nnode fub.js textmessages create '{\"personId\":123,\"body\":\"Hey!\",\"direction\":\"outbound\"}'\n\n# Log a call\nnode fub.js calls create '{\"personId\":123,\"direction\":\"outbound\",\"outcome\":\"voicemail\"}'\n\n# Search\nnode fub.js search \"john\""
      },
      {
        "title": "Important Notes",
        "body": "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.\nRate Limits: GET /events: 20 req/10 sec, All else: 250 req/10 sec"
      }
    ],
    "body": "Follow Up Boss (CLI)\n\nCLI for interacting with the Follow Up Boss API.\n\nSetup\n\nGet API Key: Follow Up Boss → Admin → API → Create API Key\n\nSet Environment Variable:\n\nexport FUB_API_KEY=\"fka_xxxxxxxxxxxx\"\n\nCLI Usage\nnode fub.js <command> [options]\n\nCommands\nCommand\tDescription\nme\tCurrent user info\npeople [query]\tList/search people\nperson <id>\tGet person details\npeople create <json>\tCreate person via /events (triggers automations)\npeople update <id> <json>\tUpdate a person\nnotes <personId>\tGet notes for a person\nnotes create <json>\tCreate a note\ntasks [query]\tList tasks\ntasks create <json>\tCreate a task\ntasks complete <id>\tComplete a task\nevents [query]\tList events\nevents create <json>\tCreate event (for lead intake)\npipelines\tGet pipelines\ndeals [query]\tList deals\ndeals create <json>\tCreate a deal\ntextmessages <personId>\tGet text messages for a person\ntextmessages create <json>\tLog a text (NOT sent - recorded only!)\nemails <personId>\tGet emails for a person\nemails create <json>\tLog an email (NOT sent - recorded only!)\ncalls <personId>\tGet calls for a person\ncalls create <json>\tLog a call\nwebhooks\tList webhooks\nwebhooks create <json>\tCreate webhook\nwebhooks delete <id>\tDelete webhook\nsources\tGet lead sources\nusers\tGet users/agents\nsearch <query>\tGlobal search\nExamples\n# List people\nnode fub.js people \"limit=10\"\n\n# Get person\nnode fub.js person 123\n\n# Create a lead (triggers automations!)\nnode fub.js events create '{\"source\":\"Website\",\"system\":{\"name\":\"John Doe\",\"email\":\"john@test.com\",\"phone\":\"5551234567\"}}'\n\n# Add a note\nnode fub.js notes create '{\"personId\":123,\"body\":\"Called - left voicemail\"}'\n\n# Create task\nnode fub.js tasks create '{\"personId\":123,\"body\":\"Follow up\",\"dueDate\":\"2026-02-20\"}'\n\n# Complete task\nnode fub.js tasks complete 456\n\n# Log a text (NOT sent - recorded!)\nnode fub.js textmessages create '{\"personId\":123,\"body\":\"Hey!\",\"direction\":\"outbound\"}'\n\n# Log a call\nnode fub.js calls create '{\"personId\":123,\"direction\":\"outbound\",\"outcome\":\"voicemail\"}'\n\n# Search\nnode fub.js search \"john\"\n\nImportant Notes\nText/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.\nRate Limits: GET /events: 20 req/10 sec, All else: 250 req/10 sec"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/danielfoch/follow-up-boss",
    "publisherUrl": "https://clawhub.ai/danielfoch/follow-up-boss",
    "owner": "danielfoch",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/follow-up-boss",
    "downloadUrl": "https://openagent3.xyz/downloads/follow-up-boss",
    "agentUrl": "https://openagent3.xyz/skills/follow-up-boss/agent",
    "manifestUrl": "https://openagent3.xyz/skills/follow-up-boss/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/follow-up-boss/agent.md"
  }
}