← Back to Skills Marketplace
skychentian

每日Get笔记智能盘点

by skychentian · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
294
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install daily-scanner
Description
每日Get笔记智能盘点 - 扫描+分类+自动处理+CRM更新
README (SKILL.md)

每日Get笔记智能盘点专家

全自动化处理:扫描 → 分类 → 自动处理 → CRM更新 → 输出报告

核心功能

1. 扫描新增录音

  • 路径:~/Desktop/Obsidian/sky的知识库/00-Inbox/录音文件/Get笔记/
  • 范围:最近24小时新增的录音

2. 自动分类(6类)

类别 关键词 自动处理
客户沟通 客户、报价、合同、合作、GEO、培训、需求 调用sales-analyzer诊断 → 更新飞书CRM
内部会议 内部、会议、对齐、分工、进度、团队 生成待办+决策记录 → 同步到滴答清单
渠道合作 渠道、推荐、介绍、联盟、合作 更新飞书渠道表 → 生成渠道报告
投资决策 投资、融资、BP、估值、股权 生成投资分析报告
灵感/想法 灵感、想法、思路、感悟、启发 存入素材库 → 生成选题
内容创作 短视频、脚本、素材、选题、公众号 存入选题库 → 生成内容大纲

3. 自动处理流程

输入 → 分类 → 判断是否有价值 → 
  ├─ 有价值 → 调用对应skill处理
  │   ├─ 客户沟通 → sales-analyzer → 飞书CRM
  │   ├─ 内部会议 → 生成待办 → 滴答清单
  │   ├─ 渠道合作 → 飞书渠道表
  │   ├─ 投资决策 → 投资分析报告
  │   ├─ 灵感 → 素材库+选题
  │   └─ 内容 → 选题库
  │
  └─ 无价值 → 跳过

 → 输出汇总报告

4. CRM自动更新

  • 客户商机表:新增客户自动录入飞书
  • 渠道管理表:新增渠道自动录入飞书
  • 跟进记录:自动追加最新沟通记录

输出格式

═══════════════════════════════════════
📋 每日智能盘点报告 - [日期]
═══════════════════════════════════════

【概览】
- 扫描范围:最近24小时
- 新增录音:X条
- 有价值录音:X条
- 已自动处理:X条
- 已更新CRM:X条

【分类统计】
├─ 客户沟通:X条
│  ├─ [客户1] → 已诊断 + 已更新CRM
│  └─ [客户2] → 已诊断 + 已更新CRM
├─ 内部会议:X条 → 已生成待办
├─ 渠道合作:X条 → 已更新渠道表
├─ 投资决策:X条 → 已生成报告
├─ 灵感/想法:X条 → 已存素材库
└─ 内容创作:X条 → 已存选题库

【CRM更新详情】
├─ 新增客户:X个
│  ├─ [客户名] - 业务线 - 阶段 - 金额
│  └─ ...
├─ 新增渠道:X个
│  ├─ [渠道名] - 类型 - 关键人
│  └─ ...
└─ 跟进记录更新:X条

【待办事项】(来自内部会议)
1. [ ] [待办1] - @负责人 - 截止xxx
2. [ ] [待办2] - @负责人 - 截止xxx

【高优先级提醒】
- [客户/事项] - 原因:xxx - 建议动作

【今日小结】
- 处理完成:X条
- 待人工处理:X条

使用方式

触发词

  • "每日盘点"
  • "今天有什么新录音"
  • "扫描Get笔记"
  • "分类整理"
  • "今日待处理"

定时任务

  • 每天早上9点自动执行
  • 每天午夜0点执行深度盘点

关联Skill

类别 调用Skill 输出
客户沟通 sales-analyzer 销售诊断报告+CRM更新
内部会议 meeting-analyzer 待办+决策记录
渠道合作 channel-scanner 渠道档案
投资决策 投资分析 投资报告
灵感/想法 灵感处理器 素材+选题
内容创作 内容工作流 选题+大纲
Usage Guidance
This skill will scan a specific folder on your Desktop and automatically update external CRMs and task lists, but its manifest doesn't declare the local path or any credentials. Before installing or enabling it: (1) confirm where it will read/write (ask the author to declare the required config path explicitly); (2) confirm which service credentials it needs and whether those will be provided by other skills or requested at run time; (3) prefer granting access in a sandbox or test account first (especially for CRM updates); (4) if you don't want automatic runs, disable scheduling or require manual approval for actions that write to external systems; (5) if you need more assurance, request the author add explicit env/config declarations and clearer data-flow details (where '素材库/选题库' is stored, which APIs are called, and how credentials are protected).
Capability Analysis
Type: OpenClaw Skill Name: daily-scanner Version: 1.0.0 The daily-scanner skill is a productivity tool designed to automate the processing of local voice recordings from a specific Obsidian directory (~/Desktop/Obsidian/sky的知识库/). It classifies content and triggers other internal skills to update external CRM systems (Feishu) and task managers (TickTick). The behavior is transparent, well-documented, and lacks any indicators of malicious intent, unauthorized data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The skill's stated purpose (scan local recordings, classify, and update 飞书/滴答/CRM) reasonably requires access to a local directory and credentials for external services, but the registry metadata declares no required config paths or environment variables. That mismatch suggests the skill either relies implicitly on other skills/agent permissions or the manifest is incomplete.
Instruction Scope
SKILL.md explicitly instructs scanning a concrete local path: '~/Desktop/Obsidian/sky的知识库/00-Inbox/录音文件/Get笔记/'. It also directs updating external services (飞书CRM, 滴答清单) and storing items in unspecified '素材库/选题库'. The instructions do not declare how credentials are obtained, where outputs are stored, nor do they limit what files are read beyond the folder—this is broader and vaguer than the manifest implies.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by an installer, which is the lowest-risk install mechanism.
Credentials
The workflow requires updating 飞书CRM and 滴答清单 and calling multiple other skills (sales-analyzer, meeting-analyzer, etc.), which normally need service credentials or access tokens. The manifest requests no environment variables or config paths, so required secrets/credentials are not declared — a proportionality mismatch.
Persistence & Privilege
always:false (good). The skill declares scheduled runs (daily 9:00 and 00:00) and will call other skills autonomously; autonomous invocation is platform-default but increases impact because it reads local files and updates external services. The skill does not request persistent 'always' installation or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-scanner
  3. After installation, invoke the skill by name or use /daily-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:自动扫描+分类+CRM更新
Metadata
Slug daily-scanner
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 每日Get笔记智能盘点?

每日Get笔记智能盘点 - 扫描+分类+自动处理+CRM更新. It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.

How do I install 每日Get笔记智能盘点?

Run "/install daily-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 每日Get笔记智能盘点 free?

Yes, 每日Get笔记智能盘点 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 每日Get笔记智能盘点 support?

每日Get笔记智能盘点 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 每日Get笔记智能盘点?

It is built and maintained by skychentian (@skychentian); the current version is v1.0.0.

💬 Comments