Kim Msg
Skill by leegodamn
Why use this skill?
Learn how to use the Kim Msg skill to send automated notifications, alerts, and reports directly to Kuaishou Kim users and groups using Webhooks or Message IDs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leegodamn/kim-msgWhat This Skill Does
The Kim Msg skill, developed by leegodamn, enables seamless integration between OpenClaw AI and the Kim instant messaging platform, the internal communication tool used at Kuaishou. It provides a robust interface for sending automated messages to either groups or individual users. The skill supports two distinct messaging modalities: Webhook-based integration, which is ideal for group announcements and automated team updates, and Message ID-based integration, which leverages enterprise credentials to send secure, direct messages to specific employees. By automating these communication flows, this skill allows users to push real-time alerts, daily summaries, and notifications directly into their existing Kuaishou communication environment.
Installation
To integrate this capability into your workflow, ensure you have the OpenClaw agent environment set up. You can install the skill by executing the following command in your terminal:
clawhub install openclaw/skills/skills/leegodamn/kim-msg
Once installed, you must configure the necessary environment variables to authenticate with the Kim platform. For Webhook usage, define the KIM_WEBHOOK_TOKEN. For individual messaging, provide the KIM_APP_KEY and KIM_SECRET_KEY. It is critical to store these credentials securely and avoid hardcoding them into scripts.
Use Cases
- DevOps Monitoring: Automatically send build status notifications or server error alerts to a dedicated group chat using Webhooks.
- Reporting: Push automated daily task summaries or metric reports to specific stakeholders via the individual message interface.
- Alerting: Trigger instant notifications to on-call engineers when a production system threshold is breached.
- Workflow Automation: Notify users when long-running AI agent tasks are completed or require manual intervention.
Example Prompts
- "Kim Msg, send a message to wangyang: 'The data analysis report has been generated and is ready for review.'"
- "Use the Kim webhook to alert the team in the group chat: 'Deployment to staging environment is complete. Please verify the build.'"
- "Hey OpenClaw, please send a message to the team lead with the status update: 'Phase 1 of the integration is finished without errors.'"
Tips & Limitations
- Security First: Never hardcode sensitive tokens or keys in your project files. Use environment variables to manage your credentials securely.
- Formatting: The skill natively supports Markdown, so utilize it to make your notifications more readable with bold text, lists, and headers.
- Authentication: Ensure that the username used for individual messaging is the exact email prefix (e.g., 'wangyang') rather than the full email address, as the API requires the identifier format to function correctly.
- Compliance: Ensure all automated messages comply with company communication policies regarding content and frequency.
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-leegodamn-kim-msg": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api