← 返回 Skills 市场
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install message-tracker-plugin
功能描述
Sends formatted tracked messages to Feishu channels via webhook with automatic retry on failure.
使用说明 (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次
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install message-tracker-plugin - 安装完成后,直接呼叫该 Skill 的名称或使用
/message-tracker-plugin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Message Tracker Plugin 是什么?
Sends formatted tracked messages to Feishu channels via webhook with automatic retry on failure. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Message Tracker Plugin?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install message-tracker-plugin」即可一键安装,无需额外配置。
Message Tracker Plugin 是免费的吗?
是的,Message Tracker Plugin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Message Tracker Plugin 支持哪些平台?
Message Tracker Plugin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Message Tracker Plugin?
由 wjl1004(@wjl1004)开发并维护,当前版本 v1.0.0。
推荐 Skills