ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-pcec
Or

What 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

  1. "OpenClaw, run the scheduled tasks from openclaw.json and ensure the Feishu Pcec skill reports the final summary to our engineering group chat."
  2. "Execute the capability-evolver update and force a Feishu card notification through the Pcec extension once the migration is complete."
  3. "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

Stars1100
Views0
Updated2026-02-17
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-autogame-17-feishu-pcec": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#automation#reporting#notifications#devops
Safety Score: 4/5

Flags: network-access, external-api