ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

cloudcc-openapi-withobject

CloudCC OpenAPI 调用技能 - 提供完整的 REST API 接口调用能力,支持对象/字段元数据查询

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/androidxhm/cloudcc-openapi-withobject
Or

What This Skill Does

The cloudcc-openapi-withobject skill is a powerful extension for the OpenClaw AI agent, specifically designed to bridge the gap between AI workflows and the CloudCC CRM ecosystem. It provides comprehensive support for the CloudCC One version REST API, allowing the agent to perform complex data operations, metadata queries, and service management. By automating authentication, token management, and structured API interactions, this skill turns your AI agent into a sophisticated CRM assistant capable of managing leads, custom objects, and business workflows directly through conversational commands.

Installation

To integrate this skill into your OpenClaw environment, execute the following commands:

  1. Install the skill: clawhub install openclaw/skills/skills/androidxhm/cloudcc-openapi-withobject
  2. Navigate to the configuration path: mkdir -p ~/.openclaw/skills/cloudcc-openapi-withobject
  3. Create your config.json with your credentials: orgId, username, safetyMark, clientId, and secretKey. Ensure your credentials are sourced from your CloudCC account settings, specifically within the Connected Applications and Security Control panels.

Use Cases

This skill is ideal for businesses leveraging CloudCC for sales and service. Use it to:

  • Automate data entry by converting customer inquiry emails into CRM leads.
  • Perform bulk queries on custom objects to generate weekly status reports.
  • Manage approval cycles by automatically checking for pending requests and notifying stakeholders.
  • Maintain data integrity by using the Upsert feature to synchronize customer information from external sources.
  • Analyze API usage and monitor system health using the built-in logging and statistics module introduced in v2.1.0.

Example Prompts

  1. "Query the CloudCC CRM for all pending approval requests assigned to my department and provide a summary of the top three items."
  2. "Update the 'AccountStatus' field to 'Active' for client ID '55092' in the CloudCC custom object 'ClientList'."
  3. "Search the system logs from the last 24 hours for any failed API requests and list the error codes encountered."

Tips & Limitations

  • Metadata Retrieval: When interacting with custom objects, always use the getAllTabs function first to verify the API name of the target object.
  • Performance: The skill includes automatic token refreshing; however, for massive bulk data migrations, ensure your rate limits are handled by chunking requests.
  • Security: The safetyMark is sensitive; do not store it in plain text anywhere other than the designated secure configuration file.
  • Versioning: This skill supports advanced logging features from v2.1.0; ensure your environment is updated to utilize the logger.sh scripts effectively.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-androidxhm-cloudcc-openapi-withobject": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crm#cloudcc#automation#api#integration
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api