egatee-chat-summary

拉取IM账号近1-7天聊天记录并生成汇总分析

3,891 stars

Best use case

egatee-chat-summary is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

拉取IM账号近1-7天聊天记录并生成汇总分析

Teams using egatee-chat-summary should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/egatee-chat-summary/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/ahoyoshi/egatee-chat-summary/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/egatee-chat-summary/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How egatee-chat-summary Compares

Feature / Agentegatee-chat-summaryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

拉取IM账号近1-7天聊天记录并生成汇总分析

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Egatee Chat Summary Skill

该 Skill 用于:

1. 调用 notify 开放接口 `POST /api/notify/im/openapi/getChatHistoryByApiKey`(`X-API-Key` 鉴权)拉取绑定 IM 账号近 1~7 天聊天记录
2. 输出 `meta` 与按对端聚合的 `peer_summaries`(含 `peerNick` / `peerAvatar` 等)

**未配置 `EGATEE_CHAT_API_KEY` 时**:`tool.py` 会报错并提示在 OpenClaw 中为该 Skill 配置该环境变量。

## 输入参数

- `day`: 查询最近天数,范围 1~7,默认 1
- `size`: 每页条数,默认 100
- `max_pages`: 最大分页页数,默认 20

## 依赖环境变量

- **`EGATEE_CHAT_API_KEY`(必填)**:OpenClaw 中需在 Skill 环境变量里配置;`uat_` 前缀走 UAT 网关,`prod_` 等走生产网关(详见 `tool.py` 推断逻辑)。
- `EGATEE_NOTIFY_BASE_URL`(可选):显式指定网关根地址;不填则按 apiKey 前缀自动选择 `http://api.uat.egatee.net` 或 `https://api.egatee.com`。
- `EGATEE_FROM_ACCOUNT`(可选):仅作 `meta.imAccount` 兜底显示。
- `EGATEE_AUTH_TOKEN`(可选):当前 openapi 接口不使用,保留兼容。
- `EGATEE_DEBUG` / `EGATEE_REQUEST_ID`(可选):调试与链路追踪。

## 运行

```bash
python tool.py --day 7 --timeout 60
```

Related Skills

love-chat

3891
from openclaw/skills

恋爱话术助手。根据用户的性格、身份、关系阶段和聊天场景,生成合适的聊天话术和恋爱策略。 用于:搭讪开场、聊天技巧、约会安排、表白求婚、分手挽回等恋爱场景。 也用于:分析聊天记录给建议、解答恋爱困惑、提供追人策略。

Personal Relationships

email-daily-summary

3891
from openclaw/skills

Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.

Workflow & Productivity

name: welight-wechat-layout-publish

3891
from openclaw/skills

description: Welight standalone skill for turning an article into WeChat Official Accounts compatible Markdown/HTML, presenting built-in theme choices, and publishing to WeChat as a draft or formal post when publishing prerequisites are already configured.

Content & Documentation

wechat-publisher

3891
from openclaw/skills

一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。

Content & Documentation

wechat-mp-reader

3891
from openclaw/skills

Read WeChat official account articles. Use the built-in browser tool to open the page and extract body text. Always append ?scene=1 to the URL.

clawphone-wechat-control

3891
from openclaw/skills

处理微信会话列表、进入聊天、发送消息、处理微信内弹窗与聊天页失败排查。适用于用户要求查看微信消息、回复联系人、转发、处理聊天输入框或发送失败时。执行时必须先确认当前在微信的哪个页面,再按聊天场景一步一验。

wechat-content-creator

3891
from openclaw/skills

Create high-quality WeChat public account articles with high eCPM. Use when writing WeChat articles, optimizing titles, selecting topics, or improving content quality. Covers 8 golden opening templates, SCQA structure, long-tail keyword integration, high-value niches like legal, finance, career, and compliance guidelines. Triggers on requests like write WeChat article, 公众号文章, 爆款文案, title optimization, 选题, eCPM optimization, or 长尾关键词.

email-summary

3891
from openclaw/skills

Fetches recent emails from Gmail and provides concise summaries. Use when the user wants to check emails, get email summaries, or review their inbox.

agent-chat

3891
from openclaw/skills

Temporary real-time chat rooms for AI agents. Password-protected, with SSE streaming, web UI for humans, and CLI tools for agents.

name: wechat_messaging

3891
from openclaw/skills

description: 通过微信向好友发送消息。流程:查询好友 -> 确认目标 -> 发送内容。

name: wechat_operate

3891
from openclaw/skills

description: 通过微信进行社交管理与消息发送。流程:查询目标(好友/群聊/成员) -> 确认目标 -> 发送内容(文本/图片/文件)。

Chat Forwarder (chat-forwarder)

3891
from openclaw/skills

A skill to fetch recent chat history from a group and send it as a "Merge Forward" (合并转发) message to a target user.