Feishu Pcec
Skill by autogame-17
Why use this skill?
Learn how to use the Feishu Pcec skill to send automated status reports and interactive cards from OpenClaw scheduled tasks directly to your team's Feishu channels.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-pcecWhat This Skill Does
The Feishu Pcec skill is a specialized integration developed by autogame-17, serving as an internal wrapper for the capability-evolver framework within the OpenClaw ecosystem. Its primary function is to enforce and streamline reporting through Feishu Interactive Cards. Unlike standard logging or notification methods, this skill ensures that outputs from automated background processes—specifically those defined in openclaw.json scheduled tasks—are formatted into structured, interactive cards delivered directly to your Feishu environment. By leveraging this integration, users can turn raw terminal outputs or silent background execution data into actionable, visual summaries that facilitate faster team collaboration and monitoring.
Installation
To integrate the Feishu Pcec skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/feishu-pcec
Once installed, the skill resides within your skills directory. Ensure your Feishu webhook tokens and necessary API credentials are configured in your environment variables to allow the capability-evolver to successfully transmit the interactive cards to your designated Feishu channel.
Use Cases
- Automated Reporting: Perfect for developers who need to receive daily performance logs or task completion status from scheduled system agents without checking local logs.
- Error Alerting: Configure your background scripts to push failure notifications via Feishu Interactive Cards so you can respond immediately to production issues.
- CI/CD Visibility: Use it to bridge the gap between headless background jobs and team communications, keeping stakeholders informed about the status of long-running data analysis or automation tasks.
Example Prompts
- "OpenClaw, run the scheduled tasks from openclaw.json and ensure the Feishu Pcec skill reports the final summary to our engineering group chat."
- "Execute the capability-evolver update and force a Feishu card notification through the Pcec extension once the migration is complete."
- "Enable the Feishu Pcec integration for my current workflow to ensure all system health checks are delivered as interactive cards."
Tips & Limitations
When utilizing Feishu Pcec, always verify that your Feishu webhook URL is valid and has the correct permissions to accept incoming interactive cards. Note that this skill is primarily intended for internal, structured reporting; it is not a general-purpose notification bot for casual conversation. Because it forces reporting via the capability-evolver wrapper, avoid hard-coding sensitive credentials directly in your task configurations; instead, utilize OpenClaw's secure environment variable management to keep your webhook secrets protected.
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-autogame-17-feishu-pcec": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17