Display Name: ChatMerge - 智能多渠道聊天纪要助手
Analysis
ChatMerge appears useful and purpose-aligned, but it asks for broad access to private chats, work-account tokens, long-running monitoring, cross-session notifications, and automated task/posting actions that users should review carefully before installing.
Findings (6)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`allowed-tools: ["message", "bash", "read", "write", "sessions_send"]` ... `Jira: 自动创建 ticket` ... `GitHub: 自动创建 issue` ... `日历: 自动添加提醒`
The skill grants broad tools, including bash/write/cross-session sending, and documents automated mutations in external business systems.
`设置一次,永久自动` ... `实时监控会一直运行吗? A: 是的,直到你手动停止监控。`
The artifacts explicitly describe persistent scheduled jobs and continuous monitoring that continue after the initial user request.
`output_to: "slack:#standup-notes"` ... `output_to: "email:boss@company.com"` ... `output_to: "notion:page_id_xxx"` ... `auto_update: true`
Scheduled outputs and automatic updates can propagate an incorrect summary or extracted action item into shared channels, email, Notion, and task systems.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
编辑 `~/.openclaw/openclaw.json` ... `"token": "YOUR_DISCORD_BOT_TOKEN"` ... `"botToken": "xoxb-your-bot-token", "appToken": "xapp-your-app-token"`
Direct-read mode depends on delegated chat-platform credentials and local account configuration, giving the agent access to potentially private or business chat data.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`sessions_send` - 用于跨会话通信(实时监控、定时纪要)
The skill documents cross-session communication for monitoring and scheduled reports, but the artifacts do not bound recipient identity, session scope, or data minimization.
`根据用户历史使用习惯推荐` ... `配置已保存` ... `我会持续跟踪进度` ... `从后续聊天中识别任务完成`
The skill uses historical behavior, saved configuration, and later chat content for ongoing recommendations and task-state updates without clearly defining retention or trust boundaries.
