Skip to main content

recording

将录音整理为可追溯内容母库,并制作用户选定的内容资产。

Ir para a instalação

Informações da origem

Repositório
bronc-x/lotus
Última atividade na origem
14 de setembro de 2026 às 05:31
Idioma detectado do SKILL.md
inglês
Estrelas
23
Forks
1

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
31 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
recording
description
将录音整理为可追溯内容母库,并制作用户选定的内容资产。
# Recording Build derivatives from a traceable content library, not directly from an unverified transcript. ## Route the request Read only the references needed for the current stage: - Ingest, transcription, timing, speaker identity, rights, restricted segments, or library construction: [references/core-workflow.md](references/core-workflow.md). - Choosing or tracking output branches: [references/asset-planning.md](references/asset-planning.md). - Producing a selected asset: [podcast](references/podcast.md), [article](references/article.md), [video](references/video.md), [social](references/social.md), [knowledge](references/knowledge.md), or [commercial](references/commercial.md). - Uploading, publishing, or distribution verification: [references/publishing.md](references/publishing.md), in addition to the selected asset reference. Do not load every branch guide. If the request is only audio cleanup, trimming, transcoding, device setup, live voice, or ordinary copy editing without recording evidence, this workflow does not apply. ## Invariants - Treat the only copy of an original recording as read-only. Record its size and SHA-256 before processing; derived audio belongs in a work directory. - Do not process active, growing, partial, or undecodable recordings. - Evidence must remain traceable to `source_id + track + source_time + source_sha256`. Preserve ambiguity, overlap, conflicting numbers, and identity uncertainty instead of guessing. - Unconfirmed people stay anonymous and evidence-only. Text quotation, original audio, voice sampling, synthesis, avatar use, upload, and public release are separate permissions. - Restricted `EXISTENCE_ONLY` segments may record existence and range only; do not transcribe, summarize, embed, label, or leak them through filenames. - “Continue” advances only the selected branch and already-authorized step. It does not add assets, accounts, uploads, or publication rights. - Before any public write, freeze a release candidate and obtain confirmation bound to the exact content, platform, account, files, and hashes. A changed candidate needs new confirmation. ## Entry points Create a project only when recording work is actually in scope: ```powershell pwsh -NoProfile -File scripts/new_recording_project.ps1 ` -ProjectId <project-id> ` -Title <title> ` -Destination <absolute-project-path> ` -BrandProfile <Blank|DeepEvolutions> ``` Use `powershell` instead of `pwsh` on Windows PowerShell 5.1. The script refuses to overwrite an existing directory. Validate the current project stage with: ```powershell pwsh -NoProfile -File scripts/qa_recording_project.ps1 -ProjectRoot <absolute-project-path> ``` Completion for the selected stage means the requested assets exist, their evidence and permissions pass the relevant checks, failures have been corrected and rechecked, and every ungranted external action remains blocked.
Ver no GitHub