myagents-anydoc

Installation
SKILL.md

myagents-anydoc — 本地文档转 Markdown

这是 MyAgents 随 App 发布的全离线文档转换能力。底层任务由 Desktop App 持有;CLI 退出、当前会话结束或切换 Runtime 都不会转移任务 owner。

使用顺序

  1. 先运行 myagents anydoc --help 选择命令。
  2. 调用前读取 exact leaf help,例如 myagents anydoc convert --help;参数和格式支持以当前安装版本的 help 为准,不凭记忆补参数。
  3. 需要机器读取结果时加 --json。不要为这个命令组添加 --dry-run

核心命令

myagents anydoc convert --file <input> [--output <directory>] [--password <password>] [--wait] [--json]
myagents anydoc status <job-id> [--json]
myagents anydoc wait <job-id> [--json]
myagents anydoc cancel <job-id> [--json]
myagents anydoc list [--limit <1..100>] [--json]
Installs
2
GitHub Stars
872
First Seen
Aug 20, 2026
myagents-anydoc — hacklyc/myagents