Habilidades land-reduction-trespass
📜

land-reduction-trespass

Seguro ⚡ Contém scripts🌐 Acesso à rede📁 Acesso ao sistema de arquivos🔑 Variáveis de ambiente⚙️ Comandos externos

Transcribe land reduction evidence

Process historical documents related to reserve reductions, settler encroachment, and railway takings. The skill ensures legal-grade transcription with metadata extraction, provenance verification, and strict factual-only output standards.

Suporta: Claude Codex Code(CC)
📊 71 Adequado
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "land-reduction-trespass". Process this batch of land reduction documents

Resultado esperado:

  • • Batch ID: LR-2024-001 - 12 tasks processed
  • • High relevance: 8 documents | Medium: 3 | Low: 1
  • • Key finding: 1913 letter documents 20-acre reduction from 1878 survey
  • • Flagged: 1 OCR failure, 1 provenance issue
  • • Submission ready for ManagerReview queue

A utilizar "land-reduction-trespass". Analyze this railway taking document

Resultado esperado:

  • • Document: 1914 Railway Station assessment for Kimball Station
  • • Date: 1914 | Provenance: Provincial Archives
  • • Relevance: High - documents Right-of-Way taking from Reserve No. 10
  • • Key quote: Railway company paid $200 for 5-acre strip
  • • Reliability: Verified - original assessment record

Auditoria de Segurança

Seguro
v5 • 1/16/2026

Prompt-only documentation skill containing only AI workflow instructions. The SKILL.md file is a markdown guide with Python code examples for document transcription. No actual executable code, no network calls, no file system access beyond standard AI tool capabilities. Static findings are false positives from markdown code fence language identifiers (powershell, ruby) being misinterpreted as actual script content.

2
Arquivos analisados
339
Linhas analisadas
5
achados
5
Total de auditorias

Fatores de risco

⚡ Contém scripts
Nenhuma localização específica registrada
🌐 Acesso à rede
Nenhuma localização específica registrada
📁 Acesso ao sistema de arquivos
Nenhuma localização específica registrada
🔑 Variáveis de ambiente
Nenhuma localização específica registrada
⚙️ Comandos externos
Nenhuma localização específica registrada
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
87
Conteúdo
31
Comunidade
100
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

Index colonial documents

Process batches of historical records about reserve reductions for academic research and land claims.

Prepare evidence transcripts

Create verified transcriptions of historical documents for indigenous land claim cases.

Classify old records

Sort and categorize historical land survey records by relevance and reliability.

Tente Estes Prompts

Basic transcription
Read the JSON task file for the Land_Reduction_Trespass queue. Extract all metadata, summarize the document, and identify key evidence quotes. Output to the analysis JSON file.
Batch processing
Fetch a batch of tasks from the Land_Reduction_Trespass queue. Analyze each document, apply the legal-grade verbatim protocol, and create analysis JSON for the entire batch.
Provenance check
Check the provenance field in each task. Flag any documents with Incoming or Unknown provenance. Use the flag-task command with reason Provenance_Failure.
Quality validation
Before submitting the analysis JSON, validate: check length exceeds 100 chars, remove forbidden words like suggests or implies, verify all metadata fields are populated correctly.

Melhores Práticas

  • Re-read the instruction file after every 5 tasks to prevent context drift
  • Quote text directly rather than summarizing with opinion words like suggests or implies
  • Always verify dates are 4-digit years; Unknown is not acceptable metadata

Evitar

  • Using keyword search instead of reading full document context
  • Writing Python scripts to auto-scan document content instead of manual analysis
  • Submitting metadata as Unknown when information exists in the source text

Perguntas Frequentes

What input format does this skill require?
JSON task file from the refinement_workflow.py get-task command with Land_Reduction_Trespass theme.
How many documents can I process at once?
Each batch contains up to 40,000 characters of aggregated document text in Super Task format.
Can this skill access original source files?
No. Source files are in WORM storage; the skill only processes read-only copies.
Is my data safe with this skill?
Yes. This is a prompt-only skill with no external network calls or data exfiltration capabilities.
What if OCR fails on a document?
Use flag-task with reason OCR_Failure to automatically move the source file to Vision Pipeline.
How is this different from general document skills?
This skill follows legal-grade protocols including provenance checks, contradiction logging, and strict factual-only language.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md