cloudcc-openapi-withobject
CloudCC OpenAPI 调用技能 - 提供完整的 REST API 接口调用能力,支持对象/字段元数据查询
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/androidxhm/cloudcc-openapi-withobjectWhat 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:
- Install the skill:
clawhub install openclaw/skills/skills/androidxhm/cloudcc-openapi-withobject - Navigate to the configuration path:
mkdir -p ~/.openclaw/skills/cloudcc-openapi-withobject - Create your
config.jsonwith your credentials:orgId,username,safetyMark,clientId, andsecretKey. 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
- "Query the CloudCC CRM for all pending approval requests assigned to my department and provide a summary of the top three items."
- "Update the 'AccountStatus' field to 'Active' for client ID '55092' in the CloudCC custom object 'ClientList'."
- "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
getAllTabsfunction 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
safetyMarkis 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.shscripts effectively.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-androidxhm-cloudcc-openapi-withobject": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api