소스 정보
- 저장소
- Aditya232-rtx/Ouroboros
- 최근 소스 활동
- 2026년 8월 22일 22:16
- 감지된 SKILL.md 언어
- 영어
- 스타
- 3
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Aditya232-rtx/Ouroboros --skill document-to-action-items명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | document-to-action-items |
| description | Extract cited obligations, deadlines, tasks from documents. |
| version | 0.1.0 |
| author | Ben Barclay (benbarclay), Ouro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["Documents","OCR","Action-Items","Deadlines","Extraction"],"related_skills":["ocr-and-documents","pdf","docx","notion"]}} |
Turn documents into cited facts and proposed actions. Extraction is not legal advice, and low-confidence OCR or ambiguous language must remain visible. The ocr-and-documents / pdf / docx skills own extraction mechanics; this skill owns what happens to the extracted content.
Don't use for: plain text extraction with no downstream structuring (load ocr-and-documents directly).
Use read_file for local files and web_extract for URLs to identify files, versions, dates, page counts, language, scan quality, and the requested output schema. Detect duplicate/revised copies before analysis. Done when the authoritative or latest version is known or ambiguity is stated.
Load ocr-and-documents, pdf, or docx. Extract text/tables while retaining file and page/section coordinates. For scans, record OCR confidence or visible quality issues. Done when every extracted field can cite its source location.
Separate:
Do not collapse "may," "should," and "must." Done when modality and uncertainty are preserved.
Cross-check dates, totals, repeated names, table sums, defined terms, and references to appendices. Surface contradictions rather than choosing silently. Done when key facts have consistency checks or explicit exceptions.
For each actionable obligation create outcome, owner if explicit, due date if explicit, dependency, acceptance condition, risk, and citation. Unknown owners/dates remain unresolved — never invented. Done when no proposed task relies on an unsupported inference.
Present structured facts, high-risk clauses, low-confidence fields, and proposed tasks for approval. Drafting is not creating: writing to any external tracker requires the user's explicit scope. Recommend professional review for legal, medical, tax, or safety-critical interpretation. Done when approved fields/actions are unambiguous.
Use the user's approved destination — notion, a calendar, a spreadsheet via xlsx, or another task tracker. Attach document/page provenance and avoid copying unnecessary sensitive text. Read records back from the provider and verify owner/date/link. If a write times out ambiguously, search for the expected record before retrying. Done when every approved action is verified.