用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Gerstep/cybos --skill gtd命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | gtd |
| description | Autonomous task execution from GTD.md items. Use when processing GTD tasks, call prep, outreach, or podcast preparation. |
Autonomous task execution from GTD.md items.
/cyber-gtd@GTD.md → extract items from # Nextbun scripts/db/query.ts find-entity "<name>"~/CybosVault/private/content/work/MMDD-<slug>.md| Pattern | Confidence | Workflow |
|---|---|---|
| "ask for call", "message", "email", "reach out" | High | → workflows/outreach.md |
| "call with", "meeting", "X <> Y", "sync" | High | → workflows/call-prep.md |
| "podcast" | High | → workflows/podcast.md |
| company name, "research", "DD", "look into" | Medium | → workflows/research.md |
| no match | Low | Best judgment → log to learnings.md |
Query database for entity context:
bun scripts/db/query.ts find-entity "<name>" --jsonbun scripts/db/query.ts entity <slug> --jsonAll outputs to ~/CybosVault/private/content/work/MMDD-<slug>.md:
# Task: [Task Description]
**Status:** Pending Approval | Completed | Incomplete
**Created:** YYYY-MM-DD HH:MM
**GTD Item:** [Original text from GTD.md]
**Workflow:** [Which workflow handled this]
---
## Context
**Entity:** [Name]
- Type: [person/org]
- Deal: [link if exists]
- Previous calls: [N calls found]
**Key Info:**
[Relevant context from calls, deals, entity files]
---
## Draft
[Message/agenda/questions/etc]
---
## Pending Actions
- [ ] Send via Gmail to email@example.com
- [ ] Alternative: Telegram @handle
---
## Execution Log
- HH:MM - [action taken]
Agent completes what it can autonomously:
Then queues actions requiring approval:
When processing tasks, if you notice 3+ similar patterns that don't have a dedicated workflow, suggest: "I've seen '[pattern]' multiple times. Want me to create a workflow for it?"
Log all task executions to @learnings.md for pattern analysis.