diff --git a/README_EN.md b/README_EN.md index ebd0d1a..5a68a79 100644 --- a/README_EN.md +++ b/README_EN.md @@ -21,7 +21,7 @@ Your predecessor handed over, trying to condense three years into three pages? -Provide source materials (Feishu messages, DingTalk docs, emails, screenshots)
+Provide source materials (Feishu messages, DingTalk docs, Slack messages, emails, screenshots)
plus your subjective description of the person
and get an **AI Skill that actually works like them** @@ -31,6 +31,22 @@ and get an **AI Skill that actually works like them** --- +### ๐ŸŒŸ Related Project: [ex.skill](https://github.com/titanwings/ex-skill) + +> Based on community feedback, we've updated **ex.skill** (a.k.a. ๅ‰ไปป.skill)! Now supports: +> +> - **WeChat chat history auto-import** (Windows / macOS, just keep WeChat desktop logged in, zero config) +> - **iMessage auto-extraction** (macOS users) +> - **Full astrology chart interpretation** (Sun/Moon/Rising/Venus/Mars/Mercury ร— 12 signs) +> - **MBTI 16 types + cognitive functions**, Enneagram, attachment styles +> - All gender identities and relationship types supported +> +> Colleague left? Use **colleague.skill**. Ex left? Use **[ex.skill](https://github.com/titanwings/ex-skill)**. Cyber-immortality, end to end ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ +> +> If you find this interesting, give both projects a Star! + +--- + ## Supported Data Sources > This is still a beta version of colleague.skill โ€” more sources coming soon, stay tuned! @@ -39,6 +55,7 @@ and get an **AI Skill that actually works like them** |--------|:--------:|:-----------:|:------------:|-------| | Feishu (auto) | โœ… API | โœ… | โœ… | Just enter a name, fully automatic | | DingTalk (auto) | โš ๏ธ Browser | โœ… | โœ… | DingTalk API doesn't support message history | +| Slack (auto) | โœ… API | โ€” | โ€” | Requires admin to install Bot; free plan limited to 90 days | | PDF | โ€” | โœ… | โ€” | Manual upload | | Images / Screenshots | โœ… | โ€” | โ€” | Manual upload | | Feishu JSON export | โœ… | โœ… | โ€” | Manual upload | @@ -75,7 +92,7 @@ git clone https://github.com/titanwings/colleague-skill ~/.openclaw/workspace/sk pip3 install -r requirements.txt ``` -> Feishu/DingTalk auto-collection requires App credentials. See [INSTALL.md](INSTALL.md) for details. +> Feishu/DingTalk/Slack auto-collection requires App credentials. See [INSTALL.md](INSTALL.md) for details. --- @@ -179,6 +196,7 @@ create-colleague/ โ”‚ โ”œโ”€โ”€ feishu_browser.py # Feishu browser method โ”‚ โ”œโ”€โ”€ feishu_mcp_client.py # Feishu MCP method โ”‚ โ”œโ”€โ”€ dingtalk_auto_collector.py # DingTalk auto-collector +โ”‚ โ”œโ”€โ”€ slack_auto_collector.py # Slack auto-collector โ”‚ โ”œโ”€โ”€ email_parser.py # Email parser โ”‚ โ”œโ”€โ”€ skill_writer.py # Skill file management โ”‚ โ””โ”€โ”€ version_manager.py # Version archive & rollback