获取 Flomo 指定月份的完整笔记并评估质量。当用户说"查看flomo XX年XX月的全部笔记"、"获取flomo某月笔记"、"拉取flomo历史记录"或"评估flomo笔记质量"时触发使用。支持智能三级降级策略(周→天)确保完整覆盖,内置质量评估规则自动标记低质量笔记。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill flomo-archive --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Flomo Archive?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-flomo-archive)More formats (shields.io, HTML) on the badges page.
---
name: flomo-archive
description: 获取 Flomo 指定月份的完整笔记并评估质量。当用户说"查看flomo XX年XX月的全部笔记"、"获取flomo某月笔记"、"拉取flomo历史记录"或"评估flomo笔记质量"时触发使用。支持智能三级降级策略(周→天)确保完整覆盖,内置质量评估规则自动标记低质量笔记。
---
# Flomo 笔记归档工具
## 功能
1. **完整获取** - 获取 Flomo 指定月份的所有笔记,处理 API 50条/次的限制
2. **质量评估** - 自动评估笔记质量,标记低质量/碎片化记录
## 核心策略
Flomo 的 `memo_search` API 单次最多返回 50 条笔记。本工具采用智能分层策略:
1. **按周获取** - 默认粒度,大部分情况足够
2. **降级按天** - 当某周返回 50 条时,降级为按天获取该周
3. **ID 去重** - 处理周边界重叠,确保笔记不重复
## 使用方法
### 获取某月笔记(带质量评估)
```bash
python3 scripts/fetch_month.py <年> <月>
```
示例:
```bash
python3 scripts/fetch_month.py 2025 7
```
### 仅评估已有数据
```bash
python3 scripts/evaluate_quality.py /tmp/flomo_YYYY_MM.json
```
## 质量评估规则
| 规则 | 结果 | 说明 |
|------|------|------|
| 有标签 + 字数≥50 | 高质量 | 已分类且内容充实 |
| 含链接/图片 | 高质量 | 有多媒体内容 |
| 字数<20 | 低质量 | 字数过少 |
| 无标签 + 字数<100 | 低质量 | 建议人工审阅 |
| 疑似流水账关键词 | 低质量 | 如"起床了""晚安"等 |
## 输出格式
- 默认:统计摘要 + 质量报告 + 保存到 `/tmp/flomo_YYYY_MM.json`
- JSON 模式:`--json` 输出完整 JSON
- 详细模式:`-v` 显示每日获取进度
## 技术细节
- API 限制:单次最多 50 条
- 调用频率:每次调用间隔 100ms
- 数据已包含:content, tags, word_count, created_at 等完整字段
- 无需额外 batch_get 调用
## 注意事项
- 需要 `mcporter` 已配置 flomo MCP 服务器
- 结果文件保存在 `/tmp/` 目录,需及时转存
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.