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.mdsource 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>
: The token from the Minutes URL (e.g.,<minutes_token>
).mmcn...
: Optional output directory (defaults to--out
).memory/feishu_minutes/<token>
Output
: Basic metadata.info.json
: View/Comment stats.stats.json
: Raw transcript data.subtitle.json
: Readable transcript.transcript.md
: Video/Audio recording.media.mp4