okhp3-thread-extract-copilot-m365

Extract pasted Microsoft Copilot chats into standalone Markdown artifacts with provenance metadata.

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/OKHP3/telling-forward --skill okhp3-thread-extract-copilot-m365-okhp3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okhp3-thread-extract-copilot-m365
Source: https://github.com/OKHP3/telling-forward/tree/main/.agents/skills/okhp3-thread-extract-copilot-m365
Command: npx skills add https://github.com/OKHP3/telling-forward --skill okhp3-thread-extract-copilot-m365-okhp3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Microsoft Copilot and Microsoft 365 Copilot conversations are ephemeral and tied to tenant accounts, so decisions, reasoning, and reusable methods pasted out of them are easily lost or stripped of context. This Skill converts manually supplied Copilot chat captures into durable, self-contained Markdown artifacts that preserve goals, decisions, next actions, and provenance without requiring any Microsoft tenant access. ## Core Features & Use Cases - Structured thread extraction: Builds turn ledgers and content element ledgers from pasted Copilot chats, normalizing roles, citations, Copilot Pages, file references, and UI chrome with explicit fidelity labels. - Privacy and provenance gating: Defaults employer, tenant, and personal content to needs-review or private-only retention, separates stated facts from inference, and records capture mode, completeness, and source-independence test results. - Depth-controlled output: Supports rapid, balanced, and comprehensive extraction profiles (with aliases like scan, distill, and catalog) and uses a validated Python utility to write frontmatter-tagged Markdown artifacts. - Use Case: You paste a long Microsoft 365 Copilot planning chat that references emails, meetings, and a SharePoint file. The Skill catalogs each element, redacts tenant-sensitive traces, and produces a standalone Markdown handoff that a teammate can act on without any Microsoft account access. ## Quick Start Extract this pasted Microsoft 365 Copilot chat into a standalone Markdown artifact at balanced depth with a needs-review retention decision.

Frequently Asked Questions about okhp3-thread-extract-copilot-m365

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a Microsoft Copilot chat into Markdown?▼

Paste the Copilot chat content and request an extraction at a chosen depth such as rapid, balanced, or comprehensive. The Skill builds turn and element ledgers, applies a privacy gate, then uses the bundled create_thread_extract.py script to write a validated Markdown artifact with provenance frontmatter.

What extraction depth should I use for a Copilot conversation?▼

Use rapid (or scan, essential) for a compact continuity brief, balanced (or distill, substantial) for selective detail, and comprehensive (or catalog, exhaustive) for fine-grained per-turn dispositions. Balanced is the default when no depth is specified.

Does this tool access my Microsoft 365 tenant or Graph API?▼

No. The Skill only processes material you manually paste into the conversation. It requires no tenant login, Graph permission, network access, API key, or connector, and it never infers unseen tenant context.

How is confidential employer or tenant content handled?▼

Employer, client, tenant, and personal content defaults to a needs-review or private-only retention decision. Sensitive material is redacted or generalized before any repository artifact is written, and raw private transcripts are never committed by default.

Can it handle Copilot Pages and referenced files or meetings?▼

Yes. Copilot Pages are treated as separate canvas elements, and referenced files, emails, meetings, and people are cataloged in a content element ledger with fidelity labels such as metadata-only or referenced-not-supplied when bodies are absent.

When should I not use this Copilot extraction skill?▼

Do not use it for Microsoft tenant or Graph access, GitHub Copilot coding chats, ordinary summaries, or lossless archival. It produces a reviewed distillation, not a verbatim conversation archive.