affaan-m/ECC

messages-ops

Review messages-ops's use cases, installation, workflow, and original source instructions.

54Collecting
See source evidenceView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/messages-ops"
Source profileDocumentationCatalog only

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Limited to facts supported by the pinned source

What the pinned source establishes about messages-ops

当任务涉及实时消息检索时使用此功能:iMessage、私信、近期一次性验证码,或后续操作前的线程检查。

npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/messages-ops"
Check the pinned source

The pinned source contains about 13 English words and 11 usable sections. That evidence supports a source profile, not a complete guide.

13 source words · 11 usable sections

What the source actually contains

3 verifiable source sections for messages-ops

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

技能栈

在相关情况下,将这些 ECC 原生技能纳入工作流程:

SKILL.md · 技能栈
email-ops 当消息任务实际上是邮箱操作时connections-optimizer 当私信线程属于对外网络工作时lead-intelligence 当实时线程应指导目标定位或预热路径外联时
02

使用时机

用户说"读取我的消息"、"查看短信"、"查看私信"或"查找验证码" 任务依赖于实时线程或发送到本地消息界面的近期验证码 用户希望证明检查了哪个来源或线程

SKILL.md · 使用时机
用户说"读取我的消息"、"查看短信"、"查看私信"或"查找验证码"任务依赖于实时线程或发送到本地消息界面的近期验证码用户希望证明检查了哪个来源或线程
03

防护措施

首先确定来源: 本地消息 X/社交媒体私信 其他浏览器限制的消息界面 未指明来源时,不得声称已检查线程 如果存在经过检查的辅助程序或标准路径,不得自行进行原始数据库访问 如果身份验证或多重身份验证阻止了界面访问,需报告确切阻碍因素

SKILL.md · 防护措施
首先确定来源:本地消息X/社交媒体私信

Choose a different workflow

When another Skill is the better fit

FAQ

How do I install messages-ops?

The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/messages-ops". Inspect the command and pinned source before running it.

Repository stars
234,327
Repository forks
35,711
Quality
54/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

54/100
Documentation15/30
Specificity7/25
Maintenance20/20
Trust signals12/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

消息操作

当任务涉及实时消息检索时使用此功能:iMessage、私信、近期一次性验证码,或后续操作前的线程检查。

这不属于邮件处理。如果主要操作界面是邮箱,请使用 email-ops

技能栈

在相关情况下,将这些 ECC 原生技能纳入工作流程:

  • email-ops 当消息任务实际上是邮箱操作时
  • connections-optimizer 当私信线程属于对外网络工作时
  • lead-intelligence 当实时线程应指导目标定位或预热路径外联时
  • knowledge-ops 当线程内容需要捕获到持久化上下文中时

使用时机

  • 用户说"读取我的消息"、"查看短信"、"查看私信"或"查找验证码"
  • 任务依赖于实时线程或发送到本地消息界面的近期验证码
  • 用户希望证明检查了哪个来源或线程

防护措施

  • 首先确定来源:
    • 本地消息
    • X/社交媒体私信
    • 其他浏览器限制的消息界面
  • 未指明来源时,不得声称已检查线程
  • 如果存在经过检查的辅助程序或标准路径,不得自行进行原始数据库访问
  • 如果身份验证或多重身份验证阻止了界面访问,需报告确切阻碍因素

工作流程

1. 确定具体线程

在执行任何操作之前,先确定:

  • 消息界面
  • 发送者/接收者/服务
  • 时间窗口
  • 任务是检索、检查还是准备回复

2. 先读取再起草

如果任务可能转为对外跟进:

  • 读取最新的入站消息
  • 识别未完成的环节
  • 如有需要,再移交给正确的对外技能

3. 将验证码作为重点检索任务处理

对于一次性验证码:

  • 首先搜索近期本地消息窗口
  • 尽可能按服务或发送者缩小范围
  • 找到验证码或重点搜索完成后即停止

4. 报告确切证据

返回:

  • 使用的来源
  • 尽可能提供线程或发送者
  • 时间窗口
  • 确切状态:
    • 已读取
    • 验证码已找到
    • 被阻止
    • 等待回复草稿

输出格式

来源
- 消息界面
- 发送者 / 线程 / 服务

结果
- 消息摘要或代码
- 时间窗口

状态
- 已读 / 已找到代码 / 受阻 / 等待回复草稿

常见陷阱

  • 不要混淆邮箱操作和私信/短信操作
  • 未指明来源时,不得声称已检索
  • 当要求是查找近期验证码时,不要在广泛搜索上浪费时间
  • 不要在不报告阻碍因素的情况下反复尝试被阻止的身份验证路径

验证

  • 回复中指明了消息来源
  • 回复中包含发送者、服务、线程或明确的阻碍因素
  • 最终状态明确且有边界
Source repo
affaan-m/ECC
Skill path
docs/zh-CN/skills/messages-ops/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected