{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bigin-crm-skill",
    "name": "bigin-crm-skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/lindy-dev/bigin-crm-skill",
    "canonicalUrl": "https://clawhub.ai/lindy-dev/bigin-crm-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bigin-crm-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bigin-crm-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/auth.py",
      "scripts/contacts.py",
      "scripts/tasks.py",
      "scripts/bigin_crm.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/bigin-crm-skill"
    },
    "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/bigin-crm-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/bigin-crm-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bigin-crm-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bigin-crm-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🏗️ About",
        "body": "A simple skill to connect Bigin CRM to OpenClaw"
      },
      {
        "title": "Prerequisites",
        "body": "Bigin account (developer sandbox recommended)\nPython 3.8+\nrequests library (pip install requests)"
      },
      {
        "title": "🏗️ Architecture",
        "body": "┌─────────────────────────────────────────┐\n│         OpenClaw Agent                  │\n│  (Your personal sales assistant)        │\n└─────────────────────────────────────────┘\n           │\n           ▼\n┌─────────────────────────────────────────┐\n│      Bigin CRM Skill (Python)           │\n│  - OAuth2 authentication                │\n│  - REST API v2 wrapper                  │\n│  - Pipeline automation                  │\n│  - Contact/Company management           │\n└─────────────────────────────────────────┘\n           │\n           ▼\n┌─────────────────────────────────────────┐\n│        Bigin CRM REST API v2            │\n│  - Pipelines (core sales module)        │\n│  - Contacts & Companies                 │\n│  - Tasks, Events, Calls                 │\n│  - Products & Notes                     │\n└─────────────────────────────────────────┘"
      },
      {
        "title": "1. Authentication & Setup",
        "body": "# One-time OAuth setup\nbigin auth --client-id \"1000.xxx\" --client-secret \"xxx\"\n# Opens browser for Bigin/Zoho login\n# Stores tokens securely in ~/.openclaw/credentials/bigin-crm.json\n\n# Check auth status\nbigin auth:whoami"
      },
      {
        "title": "2. Pipeline Management (Core Feature)",
        "body": "# Create a pipeline entry (like a deal/opportunity)\nbigin pipeline create --contact-id 12345 --company-id 67890 \\\n  --stage \"Initial Contact\" --amount 50000 \\\n  --closing-date \"2026-03-15\" --owner \"sales@yourcompany.com\"\n\n# Update pipeline stage\nbigin pipeline update --id 12345678 --stage \"Negotiation\" \\\n  --amount 75000 --probability 70\n\n# Move to next stage\nbigin pipeline advance --id 12345678\n\n# Mark as won/lost\nbigin pipeline win --id 12345678\nbigin pipeline lose --id 12345678 --reason \"Budget constraints\"\n\n# List all pipelines\nbigin pipeline list --stage \"Proposal\" --owner \"me\" --limit 50\n\n# Search pipelines\nbigin pipeline search --query \"company:Acme\" --stage \"Open\"\n\n# Get pipeline details with history\nbigin pipeline get --id 12345678 --include-history"
      },
      {
        "title": "3. Contact Management",
        "body": "# Create contact\nbigin contact create --first-name \"John\" --last-name \"Doe\" \\\n  --email \"john@company.com\" --phone \"+91-98765-43210\" \\\n  --company \"Acme Inc\" --source \"Website\"\n\n# Bulk import from CSV\nbigin contact import --file contacts.csv --mapping mapping.json\n\n# Search contacts\nbigin contact search --query \"company:Acme\" --limit 100\n\n# Update contact\nbigin contact update --id 87654321 --phone \"+91-99999-88888\"\n\n# Get contact with associated pipelines\nbigin contact get --id 87654321 --include-pipelines"
      },
      {
        "title": "4. Company Management",
        "body": "# Create company\nbigin company create --name \"Acme Inc\" --industry \"Technology\" \\\n  --website \"https://acme.com\" --employees 50 \\\n  --address \"123 Business Park, Bengaluru\"\n\n# Search companies\nbigin company search --query \"industry:Technology\"\n\n# Get company with all contacts and pipelines\nbigin company get --id 67890 --include-contacts --include-pipelines"
      },
      {
        "title": "5. Task & Activity Management",
        "body": "# Create follow-up task\nbigin task create --related-to pipeline:12345678 \\\n  --subject \"Send proposal\" --due \"2026-02-25\" --priority \"High\"\n\n# Create event (meeting)\nbigin event create --related-to contact:87654321 \\\n  --title \"Product Demo\" --start \"2026-02-24 14:00\" --duration 30 \\\n  --location \"Zoom\"\n\n# Log a call\nbigin call create --related-to contact:87654321 \\\n  --subject \"Discovery call\" --duration 15 \\\n  --outcome \"Interested, follow-up scheduled\"\n\n# List upcoming tasks\nbigin task list --due-before \"2026-02-28\" --status \"Open\"\n\n# Complete task\nbigin task complete --id 54321"
      },
      {
        "title": "6. Pipeline Automation",
        "body": "# Auto-assign unassigned pipelines (round-robin)\nbigin pipeline assign --unassigned --round-robin\n\n# Create follow-up tasks for stale pipelines\nbigin automation follow-up --stale-days 7 --create-tasks\n\n# Move pipelines based on activity\nbigin automation advance --auto-advance --criteria \"proposal-sent-and-7-days\"\n\n# Bulk update stage\nbigin pipeline bulk-update --stage \"Negotiation\" \\\n  --new-stage \"Closed Won\" --criteria \"probability-gt-80\""
      },
      {
        "title": "7. Reporting & Analytics",
        "body": "# Pipeline report\nbigin report pipeline --by-stage --by-owner --output pipeline-report.csv\n\n# Sales performance\nbigin report performance --owner \"sales@company.com\" \\\n  --month \"2026-02\" --output performance.json\n\n# Forecast (weighted by probability)\nbigin forecast --month \"2026-03\" --output forecast.csv\n\n# Activity report\nbigin report activity --user \"me\" --week \"2026-08\" \\\n  --include-calls --include-tasks --include-events"
      },
      {
        "title": "8. AI-Powered Features",
        "body": "# Auto-enrich contact from email\n\"When I receive an email from a new sender, create contact and check for existing company\"\n\n# Smart pipeline scoring\n\"Score all open pipelines based on: last activity, email replies, stage age, company size\"\n\n# Follow-up reminders\n\"Which contacts haven't been contacted in 7 days? Create tasks for them.\"\n\n# Meeting prep\n\"Before my 2 PM demo, give me: contact history, active pipelines, last 3 emails, company details\"\n\n# Pipeline health check\n\"Identify pipelines stuck in same stage for >14 days and suggest next actions\""
      },
      {
        "title": "9. Integration with Zoho Email Skill",
        "body": "# Unified workflow: Email → Bigin\n# 1. Receive email from prospect\n# 2. Extract sender info → Create/update contact\n# 3. Check if company exists → Create if new\n# 4. Create pipeline entry if none exists\n# 5. Assign to sales rep\n# 6. Set follow-up task\n# 7. Reply with acknowledgment"
      },
      {
        "title": "📁 Project Structure",
        "body": "bigin-crm-skill/\n├── SKILL.md                          # Skill documentation\n├── config/\n│   ├── bigin-config.json             # API endpoints (bigin/v2)\n│   └── oauth-config.json             # Client ID/secret template\n├── scripts/\n│   ├── bigin_crm.py                  # Main Python module\n│   ├── auth.py                       # OAuth2 flow (ZohoBigin scopes)\n│   ├── pipelines.py                  # Pipeline operations (CORE!)\n│   ├── contacts.py                   # Contact management\n│   ├── companies.py                  # Company/Account management\n│   ├── tasks.py                      # Task management\n│   ├── events.py                     # Event/meeting management\n│   ├── calls.py                      # Call logging\n│   ├── reports.py                    # Analytics & reporting\n│   └── automation.py                 # Pipeline automation\n├── examples/\n│   ├── bulk-import-contacts.csv      # Sample import file\n│   ├── pipeline-mapping.json         # Pipeline stage mapping\n│   └── automation-workflows/         # Pre-built workflows\n│       ├── auto-assign.yaml\n│       ├── follow-up-reminders.yaml\n│       └── stage-advancement.yaml\n├── tests/\n│   ├── test_pipelines.py             # Pipeline tests\n│   ├── test_contacts.py              # Contact tests\n│   └── test_automation.py            # Automation tests\n└── README.md                         # Installation & usage"
      },
      {
        "title": "Bigin API Documentation",
        "body": "Bigin API v2 Overview: https://www.bigin.com/developer/docs/apis/v2/\nModules API: https://www.bigin.com/developer/docs/apis/v2/modules-api.html\nBulk APIs: https://www.bigin.com/developer/docs/apis/v2/bulk-read/overview.html\nOAuth Guide: https://www.bigin.com/developer/docs/apis/v2/oauth-overview.html\nNotification APIs: https://www.bigin.com/developer/docs/apis/v2/notifications/overview.html"
      },
      {
        "title": "Zoho OAuth Console",
        "body": "API Console: https://api-console.zoho.com/\nCreate \"Server-based Application\" for OAuth2"
      },
      {
        "title": "Prerequisites",
        "body": "Bigin account (developer sandbox recommended)\nPython 3.8+\nrequests library (pip install requests)"
      },
      {
        "title": "Step 1: Create Zoho OAuth App",
        "body": "Go to https://api-console.zoho.com/\nClick \"Add Client\" → \"Server-based Application\"\nSet redirect URI: http://localhost:8888/callback\nSelect scopes: ZohoBigin.modules.ALL, ZohoBigin.settings.ALL\nNote down Client ID and Client Secret"
      },
      {
        "title": "Step 2: Initialize Project",
        "body": "mkdir -p ~/.openclaw/skills/bigin-crm-skill\ncd ~/.openclaw/skills/bigin-crm-skill\ntouch SKILL.md README.md\nmkdir -p scripts config examples tests"
      }
    ],
    "body": "🏗️ About\n\nA simple skill to connect Bigin CRM to OpenClaw\n\nPrerequisites\nBigin account (developer sandbox recommended)\nPython 3.8+\nrequests library (pip install requests)\n🏗️ Architecture\n┌─────────────────────────────────────────┐\n│         OpenClaw Agent                  │\n│  (Your personal sales assistant)        │\n└─────────────────────────────────────────┘\n           │\n           ▼\n┌─────────────────────────────────────────┐\n│      Bigin CRM Skill (Python)           │\n│  - OAuth2 authentication                │\n│  - REST API v2 wrapper                  │\n│  - Pipeline automation                  │\n│  - Contact/Company management           │\n└─────────────────────────────────────────┘\n           │\n           ▼\n┌─────────────────────────────────────────┐\n│        Bigin CRM REST API v2            │\n│  - Pipelines (core sales module)        │\n│  - Contacts & Companies                 │\n│  - Tasks, Events, Calls                 │\n│  - Products & Notes                     │\n└─────────────────────────────────────────┘\n\n🛠️ Core Features\n1. Authentication & Setup\n# One-time OAuth setup\nbigin auth --client-id \"1000.xxx\" --client-secret \"xxx\"\n# Opens browser for Bigin/Zoho login\n# Stores tokens securely in ~/.openclaw/credentials/bigin-crm.json\n\n# Check auth status\nbigin auth:whoami\n\n2. Pipeline Management (Core Feature)\n# Create a pipeline entry (like a deal/opportunity)\nbigin pipeline create --contact-id 12345 --company-id 67890 \\\n  --stage \"Initial Contact\" --amount 50000 \\\n  --closing-date \"2026-03-15\" --owner \"sales@yourcompany.com\"\n\n# Update pipeline stage\nbigin pipeline update --id 12345678 --stage \"Negotiation\" \\\n  --amount 75000 --probability 70\n\n# Move to next stage\nbigin pipeline advance --id 12345678\n\n# Mark as won/lost\nbigin pipeline win --id 12345678\nbigin pipeline lose --id 12345678 --reason \"Budget constraints\"\n\n# List all pipelines\nbigin pipeline list --stage \"Proposal\" --owner \"me\" --limit 50\n\n# Search pipelines\nbigin pipeline search --query \"company:Acme\" --stage \"Open\"\n\n# Get pipeline details with history\nbigin pipeline get --id 12345678 --include-history\n\n3. Contact Management\n# Create contact\nbigin contact create --first-name \"John\" --last-name \"Doe\" \\\n  --email \"john@company.com\" --phone \"+91-98765-43210\" \\\n  --company \"Acme Inc\" --source \"Website\"\n\n# Bulk import from CSV\nbigin contact import --file contacts.csv --mapping mapping.json\n\n# Search contacts\nbigin contact search --query \"company:Acme\" --limit 100\n\n# Update contact\nbigin contact update --id 87654321 --phone \"+91-99999-88888\"\n\n# Get contact with associated pipelines\nbigin contact get --id 87654321 --include-pipelines\n\n4. Company Management\n# Create company\nbigin company create --name \"Acme Inc\" --industry \"Technology\" \\\n  --website \"https://acme.com\" --employees 50 \\\n  --address \"123 Business Park, Bengaluru\"\n\n# Search companies\nbigin company search --query \"industry:Technology\"\n\n# Get company with all contacts and pipelines\nbigin company get --id 67890 --include-contacts --include-pipelines\n\n5. Task & Activity Management\n# Create follow-up task\nbigin task create --related-to pipeline:12345678 \\\n  --subject \"Send proposal\" --due \"2026-02-25\" --priority \"High\"\n\n# Create event (meeting)\nbigin event create --related-to contact:87654321 \\\n  --title \"Product Demo\" --start \"2026-02-24 14:00\" --duration 30 \\\n  --location \"Zoom\"\n\n# Log a call\nbigin call create --related-to contact:87654321 \\\n  --subject \"Discovery call\" --duration 15 \\\n  --outcome \"Interested, follow-up scheduled\"\n\n# List upcoming tasks\nbigin task list --due-before \"2026-02-28\" --status \"Open\"\n\n# Complete task\nbigin task complete --id 54321\n\n6. Pipeline Automation\n# Auto-assign unassigned pipelines (round-robin)\nbigin pipeline assign --unassigned --round-robin\n\n# Create follow-up tasks for stale pipelines\nbigin automation follow-up --stale-days 7 --create-tasks\n\n# Move pipelines based on activity\nbigin automation advance --auto-advance --criteria \"proposal-sent-and-7-days\"\n\n# Bulk update stage\nbigin pipeline bulk-update --stage \"Negotiation\" \\\n  --new-stage \"Closed Won\" --criteria \"probability-gt-80\"\n\n7. Reporting & Analytics\n# Pipeline report\nbigin report pipeline --by-stage --by-owner --output pipeline-report.csv\n\n# Sales performance\nbigin report performance --owner \"sales@company.com\" \\\n  --month \"2026-02\" --output performance.json\n\n# Forecast (weighted by probability)\nbigin forecast --month \"2026-03\" --output forecast.csv\n\n# Activity report\nbigin report activity --user \"me\" --week \"2026-08\" \\\n  --include-calls --include-tasks --include-events\n\n8. AI-Powered Features\n# Auto-enrich contact from email\n\"When I receive an email from a new sender, create contact and check for existing company\"\n\n# Smart pipeline scoring\n\"Score all open pipelines based on: last activity, email replies, stage age, company size\"\n\n# Follow-up reminders\n\"Which contacts haven't been contacted in 7 days? Create tasks for them.\"\n\n# Meeting prep\n\"Before my 2 PM demo, give me: contact history, active pipelines, last 3 emails, company details\"\n\n# Pipeline health check\n\"Identify pipelines stuck in same stage for >14 days and suggest next actions\"\n\n9. Integration with Zoho Email Skill\n# Unified workflow: Email → Bigin\n# 1. Receive email from prospect\n# 2. Extract sender info → Create/update contact\n# 3. Check if company exists → Create if new\n# 4. Create pipeline entry if none exists\n# 5. Assign to sales rep\n# 6. Set follow-up task\n# 7. Reply with acknowledgment\n\n📁 Project Structure\nbigin-crm-skill/\n├── SKILL.md                          # Skill documentation\n├── config/\n│   ├── bigin-config.json             # API endpoints (bigin/v2)\n│   └── oauth-config.json             # Client ID/secret template\n├── scripts/\n│   ├── bigin_crm.py                  # Main Python module\n│   ├── auth.py                       # OAuth2 flow (ZohoBigin scopes)\n│   ├── pipelines.py                  # Pipeline operations (CORE!)\n│   ├── contacts.py                   # Contact management\n│   ├── companies.py                  # Company/Account management\n│   ├── tasks.py                      # Task management\n│   ├── events.py                     # Event/meeting management\n│   ├── calls.py                      # Call logging\n│   ├── reports.py                    # Analytics & reporting\n│   └── automation.py                 # Pipeline automation\n├── examples/\n│   ├── bulk-import-contacts.csv      # Sample import file\n│   ├── pipeline-mapping.json         # Pipeline stage mapping\n│   └── automation-workflows/         # Pre-built workflows\n│       ├── auto-assign.yaml\n│       ├── follow-up-reminders.yaml\n│       └── stage-advancement.yaml\n├── tests/\n│   ├── test_pipelines.py             # Pipeline tests\n│   ├── test_contacts.py              # Contact tests\n│   └── test_automation.py            # Automation tests\n└── README.md                         # Installation & usage\n\n📚 Resources\nBigin API Documentation\nBigin API v2 Overview: https://www.bigin.com/developer/docs/apis/v2/\nModules API: https://www.bigin.com/developer/docs/apis/v2/modules-api.html\nBulk APIs: https://www.bigin.com/developer/docs/apis/v2/bulk-read/overview.html\nOAuth Guide: https://www.bigin.com/developer/docs/apis/v2/oauth-overview.html\nNotification APIs: https://www.bigin.com/developer/docs/apis/v2/notifications/overview.html\nZoho OAuth Console\nAPI Console: https://api-console.zoho.com/\nCreate \"Server-based Application\" for OAuth2\n🚀 Getting Started\nPrerequisites\nBigin account (developer sandbox recommended)\nPython 3.8+\nrequests library (pip install requests)\nStep 1: Create Zoho OAuth App\nGo to https://api-console.zoho.com/\nClick \"Add Client\" → \"Server-based Application\"\nSet redirect URI: http://localhost:8888/callback\nSelect scopes: ZohoBigin.modules.ALL, ZohoBigin.settings.ALL\nNote down Client ID and Client Secret\nStep 2: Initialize Project\nmkdir -p ~/.openclaw/skills/bigin-crm-skill\ncd ~/.openclaw/skills/bigin-crm-skill\ntouch SKILL.md README.md\nmkdir -p scripts config examples tests"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lindy-dev/bigin-crm-skill",
    "publisherUrl": "https://clawhub.ai/lindy-dev/bigin-crm-skill",
    "owner": "lindy-dev",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bigin-crm-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/bigin-crm-skill",
    "agentUrl": "https://openagent3.xyz/skills/bigin-crm-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bigin-crm-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bigin-crm-skill/agent.md"
  }
}