Openclaw-bestroll-skills feishu-minutes

Feishu Minutes (妙记) Skill

install
source · Clone the upstream repo
git clone https://github.com/evan966890/openclaw-bestroll-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/evan966890/openclaw-bestroll-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/feishu-minutes" ~/.claude/skills/evan966890-openclaw-bestroll-skills-feishu-minutes && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/evan966890/openclaw-bestroll-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/feishu-minutes" ~/.openclaw/skills/evan966890-openclaw-bestroll-skills-feishu-minutes && rm -rf "$T"
manifest: skills/feishu-minutes/SKILL.md
source content

Feishu Minutes (妙记) Skill

Fetch info, stats, transcript, and media from Feishu Minutes.

Usage

node skills/feishu-minutes/index.js process <minutes_token> --out <output_dir>
  • <minutes_token>
    : The token from the Minutes URL (e.g.,
    mmcn...
    ).
  • --out
    : Optional output directory (defaults to
    memory/feishu_minutes/<token>
    ).

Output

  • info.json
    : Basic metadata.
  • stats.json
    : View/Comment stats.
  • subtitle.json
    : Raw transcript data.
  • transcript.md
    : Readable transcript.
  • media.mp4
    : Video/Audio recording.