← Back to Skills Marketplace
jiepu110

Oc Document Preflight

by jiepu110 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
24
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install oc-document-preflight
Description
Convert authorized local documents into source-anchored Markdown plans before review, summarization, or agent handoff.
README (SKILL.md)

OpenClaw Document Preflight

Use this skill when local files need to be prepared for review or agent handoff without losing source traceability.

It does not upload files. It builds a plan for local conversion, section anchors, redaction, and validation.

Safety Rules

  • Only process files the user is allowed to provide.
  • Keep the original file path out of public output when the path reveals local machine details.
  • Preserve source anchors for every extracted section.
  • Mark uncertain extraction results instead of filling gaps.
  • Do not write to a persistent memory store, remote storage, or external services as part of preflight.

Workflow

  1. Inventory the input files and file types.
  2. Decide the extraction mode for each file: text, table, slide notes, or manual review.
  3. Define source anchors using page, section, row, heading, or timestamp identifiers.
  4. Redact credentials, account IDs, and irrelevant personal data.
  5. Produce Markdown with source references beside each section.
  6. Validate that every output section has a source anchor.

Inputs

  • Local file list.
  • Allowed file types.
  • Redaction rules.
  • Desired output folder.

Outputs

  • Markdown conversion plan.
  • Source anchor map.
  • Redaction notes.
  • Validation checklist.

Non-Goals

  • No remote fetching.
  • No automatic account login.
  • No external upload.
  • No silent conversion of files outside the approved input list.
Usage Guidance
Install only if you want an agent to help plan conversion of local documents you authorize. Review the selected files and redaction rules before use, especially for documents containing credentials, account IDs, or personal data.
Capability Assessment
Purpose & Capability
The stated purpose and runtime instructions align: it prepares authorized local documents for Markdown conversion planning, source anchoring, redaction, and validation.
Instruction Scope
Scope is clearly bounded to approved input files, redaction rules, allowed file types, and desired output folders, with explicit non-goals against remote fetching, account login, external upload, and silent conversion.
Install Mechanism
The package contains only a single non-executable SKILL.md file; metadata, static scan, SkillSpector, and VirusTotal telemetry show no executable scripts or suspicious findings.
Credentials
Local file handling is expected for document preflight, and the skill instructs agents to avoid exposing sensitive local paths and to redact credentials, account IDs, and irrelevant personal data.
Persistence & Privilege
The artifact explicitly says not to write to persistent memory, remote storage, or external services, and it requests no elevated privileges or background persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oc-document-preflight
  3. After installation, invoke the skill by name or use /oc-document-preflight
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of oc-document-preflight. - Prepares authorized local documents for review by generating source-anchored Markdown conversion plans. - Provides clear workflow steps: file inventory, extraction mode selection, source anchoring, redaction, conversion, and validation. - Ensures safety by only handling user-approved files and keeping local file paths private. - Includes comprehensive redaction rules and maintains traceability for every extracted section. - Outputs a conversion plan, anchor map, redaction notes, and validation checklist.
Metadata
Slug oc-document-preflight
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Oc Document Preflight?

Convert authorized local documents into source-anchored Markdown plans before review, summarization, or agent handoff. It is an AI Agent Skill for Claude Code / OpenClaw, with 24 downloads so far.

How do I install Oc Document Preflight?

Run "/install oc-document-preflight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Oc Document Preflight free?

Yes, Oc Document Preflight is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Oc Document Preflight support?

Oc Document Preflight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Oc Document Preflight?

It is built and maintained by jiepu110 (@jiepu110); the current version is v1.0.0.

💬 Comments