mj-audio-topics

Transcribe Chinese investment audio into scored topic documents in Lark Wiki.

Updated May 30, 2026
One-click install
npx skills add https://github.com/RockerMJ031/mj-claude-skills --skill mj-audio-topics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mj-audio-topics
Source: https://github.com/RockerMJ031/mj-claude-skills/tree/main/mj-audio-topics
Command: npx skills add https://github.com/RockerMJ031/mj-claude-skills --skill mj-audio-topics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually transcribing hours of Chinese investment audio, extracting topics, and organizing them into a searchable knowledge base is extremely tedious and error-prone. This Skill automates the entire pipeline from local audio files to structured, scored topic documents in Lark Wiki.

Core Features & Use Cases

  • Two-Phase Workflow: Phase 1 transcribes audio, extracts topics with a 5-dimension scoring model, and appends summaries to topic documents. Phase 2 performs deep web search and comprehensive analysis on high-score topics selected by the user.
  • Multi-Tagging & State Management: A single topic can be appended to multiple relevant topic documents (for example, Japan military spending to both Japan Market and Defense and Aerospace). Atomic state files track processed files, topic registries, and support resumable batch processing.
  • Use Case: An investor like MJ who follows multiple weekly audio series like 时寒冰微课 can automatically build an evolving topic evolution axis knowledge base without manual transcription or document management.

Quick Start

Place your Chinese investment audio files in ~/Downloads/Claude-Audio-Input/<series>/ and invoke the /mj-audio-topics command to automatically transcribe, score topics, and build your structured Lark Wiki knowledge base.

Frequently Asked Questions about mj-audio-topics

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

FAQPage Schema
How do I automate audio transcription and topic extraction for investment research?

You can automate audio transcription and topic extraction by using a Skill that processes Chinese investment audio files into structured Lark Wiki documents. It transcribes audio, segments topics using a 5-dimension scoring model, and appends summaries to relevant topic documents automatically.

What is the best way to organize extracted audio topics into a Lark Wiki knowledge base?

The best way to organize extracted audio topics into a Lark Wiki knowledge base is through automated multi-tagging. The system appends a single topic to multiple relevant documents, tracks topic registries, and maintains atomic state files to support resumable batch processing.

How does deep search verification work for high-signal investment topics?

Deep search verification for high-signal investment topics works through a two-phase workflow. Phase 1 transcribes and scores topics, while Phase 2 performs deep web search and comprehensive analysis on high-score topics selected by the user.

Do I need lark-cli to transcribe Chinese audio files and manage Wiki API access?

Yes, you need lark-cli to transcribe Chinese audio files and manage Wiki API access. The Skill requires lark-cli specifically for Lark Minutes transcription and Wiki API integration to build the structured topic documents.

Can I resume batch processing if my audio transcription pipeline is interrupted?

Yes, you can resume batch processing if your audio transcription pipeline is interrupted. The system implements atomic state persistence that tracks processed files and topic registries, ensuring batch processing can resume without data loss.

What dependencies are required to run the mj-audio-topics Skill for investment research?

To run the mj-audio-topics Skill for investment research, you need jq and lark-cli installed. You must also place your Chinese investment audio files in the designated input directory structure before invoking the processing command.