Install
$ agentstack add skill-abysscn-oh-my-dag-omd-tickets ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/omd-tickets — 前沿与回流
调 omd MCP server 的 path_tickets 工具(可能带前缀 mcp__omd__;未加载先 ToolSearch "path_tickets")。多张开放地图时带 slug 参数。
这个工具做三件事,输出直接转述给用户:
- 回流:把已落地的 AFK research 结果折进地图(母票自动裁决,
## children段孵出子票); - 自续:新孵的 research 子票在预算内(
OMD_PATH_RESEARCH_BUDGET,默认 12,跨 session 计数)自动续派后台;预算耗尽会提示——转告用户可调预算或用path_prefetch显式追加; - 前沿:列出当前可动的票 + 状态计数;若区域散尽(全部 task 票已裁且编译通过)会提示可
/omd-deliver。
AFK research 是 detached 子进程,对话期间它在后台跑;用户问"研究跑完了吗"就调一次这个工具拉结果。前沿里的 grill/task 票需要 owner 裁决——列出来并给出你的推荐裁决,等 owner 用 /omd-rule 定夺。
gh 后端的折入语义(与 md 等价,来源不同)
后端是 GitHub Issues 时,回流从 md 落盘文件换成 issue 状态,语义不变:
- research-done 评论回流:AFK 研究在 GitHub Actions 上跑完,结果作为 bot 评论落到 research 票上并打
research-donelabel;path_tickets折入时读这条评论(md 则读.omd/pathfinder/results/落盘文件)。 - children 挂母票 sub-issue:结果里
## children段孵出的子票经原生 sub-issue 挂在母票下(血缘 = sub-issue,前沿依赖 = blocked-by);子票默认 blockedBy 母票。 - 警告不 ack、下轮重试:评论缺失 / 解析失败 → 票标注警告(输出里
⚠ … 未折入)、不摘research-donelabel(即不 ack),下次path_tickets重试;绝不静默跳过、也不造假占位裁决。成功折入才摘 label(幂等锚点)。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AbyssCN
- Source: AbyssCN/oh-my-dag
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.