idea-inbox

收集“idea:/灵感:”消息到飞书多维表格(默认自动创建新表),用大模型生成AI归纳/类别/标签(支持自动新增标签),并按配置的每日时间(默认10:02,今日新增=0不发)推送当日汇总。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "idea-inbox" with this command: npx skills add hanxiaolin/idea-inbox

灵感妙计(Idea Inbox)

把你在飞书私聊里随手发来的想法收集成结构化的灵感池,并自动分类,方便后续筛选与推进。

Triggers

  • idea: 开头的消息
  • 灵感: 开头的消息

仅在飞书私聊生效。

Use Cases

  • 你随手发一个想法:我自动入库并分类
  • 你持续积累一周:我每天 10:02 给你发当日新增汇总(若当日 0 新增则不发)

Data Store

  • 默认:首次运行(第一次发 idea:/灵感:)自动创建一个新的飞书多维表格(Bitable)App:灵感妙计
  • 创建完成后,会把 app_token/table_id/字段id 等写入本地配置文件:
    • ~/.openclaw/idea-inbox/config.json

字段(默认):内容 / AI归纳 / 类别 / 标签 / 状态 / 来源 / 创建时间

Configuration

~/.openclaw/idea-inbox/config.json(自动生成,可手改)示例:

{
  "prefixes": ["idea:", "灵感:"],
  "daily_time": "10:02",
  "bitable": {
    "app_token": "...",
    "table_id": "...",
    "fields": {
      "content": "内容",
      "ai_summary": "AI归纳",
      "category": "类别",
      "tags": "标签",
      "status": "状态",
      "source": "来源",
      "created_time": "创建时间"
    }
  },
  "model": {
    "mode": "codex_files_first",
    "fallback": null
  },
  "tags": {
    "auto_add": true,
    "max_tags": 5
  },
  "status": {
    "options": ["待处理", "已处理", "无法处理"],
    "default": "待处理"
  }
}
  • daily_time:仅需配置每日时间;send_if_zero 固定为 false(0 新增不发)。
  • 模型:默认优先读取 ~/.codex/auth.json + ~/.codex/config.toml(不读 env)。
    • 若用户没有 codex 文件,可在 model.fallbackbaseUrl/apiKey/apiType/model

Inputs

  • Required:
    • text: 原始消息文本(包含前缀)
    • chat_type: 需为 direct/p2p(私聊)

Outputs

  • 成功:写入一条记录到 Bitable,并返回 record_id
  • 失败:返回错误原因(网络/权限/字段缺失/模型调用失败等)

Workflow

  1. 校验触发条件(私聊 + 前缀匹配)
  2. 抽取原文内容(去掉前缀)
  3. 调用大模型生成严格 JSON:{category,tags,summary}
  4. 标签自动新增:若 tags 不在 Bitable 选项中,先追加选项
  5. 写入 Bitable:内容/AI归纳/类别/标签/状态=收集箱/来源=飞书私聊
  6. 每日 10:02 汇总:统计当日新增,>0 才推送

Limitations

  • 本技能不处理群聊消息
  • 标签自动新增会带来标签膨胀;可后续加“标签黑名单/合并”规则
  • 模型输出需严格 JSON;会做枚举校验与截断

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

price-check

搜索国内主流电商平台(淘宝/天猫、京东、拼多多、苏宁、唯品会、考拉、抖音、快手、1688)的实时价格,自动找到最合适的可信购买点并给出'值不值得买'建议 + 直接可点击的购买链接;本地积累历史价数据,能识别当前价是历史低位还是高位。Keywords: 比价, 值不值得买, 哪里买最便宜, 历史价, 价格监控, X...

Registry SourceRecently Updated
790Profile unavailable
General

Feishu Bitable Data Sync

Feishu Bitable Data Sync - Sync data between multiple bitables or external sources. **Features**: - Sync data between two bitables - Import data from externa...

Registry SourceRecently Updated
1570Profile unavailable
General

飞书多维表格文件上传

Upload files (images, videos, attachments) to Feishu (Lark) Bitable (multi-dimensional table) and return the file_token. Auto-selects direct upload for files...

Registry SourceRecently Updated
1190Profile unavailable
General

bitable-formula-generator

飞书多维表格字段公式生成器。通过导出Excel分析字段结构,利用Excel公式逻辑生成多维表格兼容公式,并写入多维表格字段。

Registry Source
1050Profile unavailable