← Back to Skills Marketplace
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install message-tracker-plugin
Description
Sends formatted tracked messages to Feishu channels via webhook with automatic retry on failure.
README (SKILL.md)
Message Tracker Plugin
版本: 1.0.0 更新日期: 2026-04-30 状态: 已部署
简介
message-tracker-plugin 是 message-tracker 的飞书插件模块,用于将追踪到的消息推送到飞书频道。
目录结构
message-tracker-plugin/
├── SKILL.md # 本文件
└── node_modules/ # NPM依赖
功能说明
本插件作为 message-tracker 的扩展,负责:
- 将追踪消息推送到飞书
- 格式化消息内容
- 处理推送失败重试
使用方式
const TrackerPlugin = require('message-tracker-plugin');
// 初始化插件
const plugin = new TrackerPlugin({
webhook: '飞书Webhook地址',
secret: '签名密钥'
});
// 发送消息
plugin.send({
title: '消息标题',
content: '消息内容',
timestamp: Date.now()
});
配置说明
| 参数 | 说明 | 必填 |
|---|---|---|
| webhook | 飞书机器人Webhook URL | 是 |
| secret | 签名密钥(用于加签) | 否 |
依赖
- Node.js 16+
- 飞书机器人Webhook
注意事项
- 确保Webhook地址有效
- 消息格式需符合飞书消息卡片规范
- 推送失败会自动重试3次
Usage Guidance
Install or use this only if you intend tracked messages to be posted to a Feishu channel. Protect the webhook URL and signing secret, limit the destination to an appropriate channel, avoid sending sensitive content unless necessary, and verify any external Node package before running it.
Capability Assessment
Purpose & Capability
The stated capability matches the description: formatting tracked messages and sending them to Feishu. This is expected behavior, but it means message content leaves the local/task context for a Feishu channel.
Instruction Scope
The instructions are limited to configuration and a send example; there are no prompt overrides, hidden execution instructions, destructive actions, or unbounded automation. Retry behavior is disclosed and bounded to 3 attempts.
Install Mechanism
No install spec or code is provided, while the documentation references a Node module. Users should verify any external package or implementation they install separately.
Credentials
A Feishu webhook URL and optional signing secret are proportionate for this purpose, but they are not declared as formal credentials in metadata and should be handled as secrets.
Persistence & Privilege
No persistence, background worker, privilege escalation, or long-running autonomous behavior is shown in the supplied artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install message-tracker-plugin - After installation, invoke the skill by name or use
/message-tracker-plugin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of message-tracker-plugin.
- Pushes tracked messages to Feishu channels.
- Formats message content for Feishu.
- Automatically retries failed push attempts up to 3 times.
- Provides basic setup and usage instructions.
- Supports configurable webhook URL and optional secret for signing.
Metadata
Frequently Asked Questions
What is Message Tracker Plugin?
Sends formatted tracked messages to Feishu channels via webhook with automatic retry on failure. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Message Tracker Plugin?
Run "/install message-tracker-plugin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Message Tracker Plugin free?
Yes, Message Tracker Plugin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Message Tracker Plugin support?
Message Tracker Plugin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Message Tracker Plugin?
It is built and maintained by wjl1004 (@wjl1004); the current version is v1.0.0.
More Skills