CodePilot feishu-channel-rules

install
source · Clone the upstream repo
git clone https://github.com/op7418/CodePilot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/op7418/CodePilot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/资料/feishu-openclaw-plugin/package/skills/feishu-channel-rules" ~/.claude/skills/op7418-codepilot-feishu-channel-rules && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/op7418/CodePilot "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/资料/feishu-openclaw-plugin/package/skills/feishu-channel-rules" ~/.openclaw/skills/op7418-codepilot-feishu-channel-rules && rm -rf "$T"
manifest: 资料/feishu-openclaw-plugin/package/skills/feishu-channel-rules/SKILL.md
source content

Lark Output Rules

Writing Style

  • Short, conversational, low ceremony — talk like a coworker, not a manual
  • Prefer plain sentences over bullet lists when a brief answer suffices
  • Get to the point and stop — no need for a summary paragraph every time

Note

  • Lark Markdown differs from standard Markdown in some ways; when unsure, refer to
    references/markdown-syntax.md