Scripts2026年4月16日·1 分钟阅读

harvest-feishu.sh

洞察→飞书推送

Agent 就绪

这个资产会安全暂存

这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。

Stage only · 17/100策略:需暂存
Agent 入口
任意 MCP/CLI Agent
类型
Script
安装
Stage only
信任
信任等级:Established
入口
harvest-feishu.sh
安全暂存命令
npx -y tokrepo@latest install c7a5ea26-ffcd-486a-8a0b-724951105973 --target codex

先暂存文件;激活前需要读取暂存 README 和安装计划。

#!/bin/bash

素材收割 - 每天21:00自动拉取飞书素材群聊消息

调用 claude CLI 执行 /week inbox feishu

export PATH="/opt/homebrew/bin:$PATH"

LOG_DIR="$HOME/Desktop/AI/logs" mkdir -p "$LOG_DIR" LOG_FILE="$LOG_DIR/harvest-feishu-$(date +%Y%m%d).log"

echo "=== $(date) ===" >> "$LOG_FILE"

claude --print -p "执行 /week inbox feishu。拉取今天的飞书素材群聊新消息,按分流规则处理(素材→Ob收集箱/feishu/,待办→滴答清单Inbox,互相关联)。处理完成后,读current_week.md获取本周主任务,然后通过webhook向飞书群聊推送一张收割报告卡片,包含:处理了多少条、素材/待办各几条、亮点素材、和周任务的关联反馈。如果今天没有新消息则不推送。" >> "$LOG_FILE" 2>&1

echo "=== done ===" >> "$LOG_FILE"

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产

身体追踪 Skill 套件(多用户版 + 飞书卡片推送)

身体追踪 Skill:支持多用户自助 onboarding、飞书群聊饮食记录、AI 营养估算、飞书多维表格仪表盘同步、每日卡片推送。包含 body-track(日常记录)、body-track-dashboard(仪表盘同步)和 body_push.py(定时卡片推送脚本)。

Scripts
shiny.lucc

harvest skill

收割对话中的洞察。回顾当前对话,提取有价值的认知突破、比喻、决策、情绪发现、方法论,存入 Obsidian 收集箱。当用户说"收割"、"沉淀一下"、"harvest"、对话快结束时触发。

Skills
shiny.lucc

Chrome MCP Background Proxy — Fix Popups, Focus Stealing & Multi-Agent Conflicts

Persistent CDP proxy + entry script that lets chrome-devtools-mcp run against your real, logged-in Chrome without the Chrome 146+ consent popup spamming on every connection, without focus stealing (Target.activateTarget / Page.bringToFront are intercepted, createTarget is forced to background), and without request-ID / event collisions when multiple Claude Code windows or sub-agents share one Chrome. Includes the proxy core (cdp-proxy.mjs v3), entry script, safe cleanup, pre-flight healthcheck, and a launchd-style self-healing watchdog with Feishu alerts.

MCP ConfigsScripts
henuwangkai· ⭐ 1

Lark CLI — 19 AI Agent Skills for Lark/Feishu

Command-line tool for Lark/Feishu Open Platform with 200+ commands and 19 AI Agent Skills. Covers Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, and more.

Skills
Lark / Feishu