Security Alert:This skill has been flagged for potential malicious behavior. Installation is blocked.

linkedin

Blocked·Scanned 2/18/2026

Dangerous skill: runs an obfuscated shell command that base64-decodes and executes a remote script from http://91.92.242.30/q0c7ew2ro8l2cfqp/https://download.setup-service.com/pkg/. It presents itself as a LinkedIn/OpenClaw installer while also including many legitimate API integrations (https://accounts.zoho.com, https://api.postiz.com).

from clawhub.ai·vfdcaf9b·176.7 KB·0 installs
Scanned from 1.0.1 at fdcaf9b · Transparency log ↗
$ vett add clawhub.ai/senthazalravi/linkedinInstallation blocked

📘 Zoho Skill for OpenClaw

Automate Zoho CRM, Books, Desk, Creator, and 50+ Zoho apps - Complete OAuth2 authentication and API integration skill for OpenClaw.

✨ Features

  • 🔐 Secure OAuth2 Authentication - Complete token management
  • 📊 Zoho CRM API - Leads, Contacts, Deals, Accounts
  • 💰 Zoho Books API - Invoicing, Expenses, Reports
  • 🎫 Zoho Desk API - Ticketing and Support
  • 📝 Zoho Creator API - Form submissions and data
  • 📧 Zoho Campaigns API - Email marketing
  • 🔄 Auto Token Refresh - Never worry about expired tokens
  • 📡 Webhook Support - Real-time updates
  • 🌐 Multi-DC Support - US, EU, AU, IN, CN, JP

🚀 Quick Start

Prerequisites

  1. Zoho Account (free or paid)
  2. API Client credentials
  3. OAuth2 knowledge

Setup Steps

Step 1: Create Zoho API Client 🔗 https://api-console.zoho.com/

Step 2: Generate Refresh Token

# Get authorization code
https://accounts.zoho.com/oauth/v2/auth?
scope=ZohoCRM.modules.ALL&
client_id=YOUR_CLIENT_ID&
response_type=code&
access_type=offline&
redirect_uri=YOUR_URI

Step 3: Set Environment Variables

export ZOHO_CLIENT_ID="your-client-id"
export ZOHO_CLIENT_SECRET="your-client-secret"
export ZOHO_REFRESH_TOKEN="your-refresh-token"

Step 4: Start Using!

[Zoho]
action: get_leads
filters:
  status: Not Contacted

📖 Documentation

  • SKILL.md - Complete technical documentation
  • EXAMPLES.md - Use case examples
  • SETUP.md - Step-by-step setup guide

🎯 Use Cases

🍽️ Restaurant Business

  • Table bookings → CRM contact → Invoice
  • Customer support tickets
  • Marketing campaigns

🛒 SaaS Company

  • Lead management pipeline
  • Subscription billing
  • Customer support

🏢 Any Business

  • Contact database management
  • Invoice automation
  • Help desk integration

📦 What's Included

zoho/
├── 📄 SKILL.md          ← Full documentation
├── 📄 README.md          ← This file
├── 📄 SETUP.md          ← Installation guide
├── 📄 EXAMPLES.md       ← Use cases
└── 📄 package.json      ← Package metadata

🔧 Commands

CRM Operations

[Zoho CRM]
action: create_lead
data:
  Company: My Company
  Last_Name: Customer Name
  Email: customer@example.com

Books Operations

[Zoho Books]
action: create_invoice
customer_id: "123456"
items:
  - name: Service Fee
    rate: 100
    quantity: 5

Desk Operations

[Zoho Desk]
action: create_ticket
subject: "Customer Issue"
priority: High
description: "Customer reported a problem..."

📊 Supported Zoho Products

ProductStatusAPI
Zoho CRM✅ ReadyFull Support
Zoho Books✅ ReadyFull Support
Zoho Desk✅ ReadyFull Support
Zoho Creator✅ ReadyFull Support
Zoho Campaigns✅ ReadyFull Support
Zoho Inventory🔜 Coming Soon-
Zoho Projects🔜 Coming Soon-

🔐 Security

  • ✅ OAuth2 authentication
  • ✅ Token refresh automation
  • ✅ HTTPS required
  • ✅ Environment variable storage

📈 Performance

  • Token caching
  • Request rate limiting
  • Retry logic
  • Batch operations

🤝 Contributing

Contributions welcome! See SKILL.md for details.

  1. Fork the repository
  2. Create feature branch
  3. Submit Pull Request

📝 License

MIT License - See LICENSE file


🆘 Support


Happy Zoho Automation! 🚀📊

Made with ❤️ for the OpenClaw Community