Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

clawflow-free自由爪流

Agent Skill

clawflow-free 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,896

周安装

329

GitHub Stars

1

下载量

2,632
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawflow-free(自由爪流)
来源仓库:https://github.com/kneijenhuijs/clawflow-free
安装命令:
openclaw skills install clawflow-free
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawflow-free

简介

clawflow-free 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。

  • 它是手动生产力助手,可生成早间简报和每日总结,响应“早间简报”、“每日摘要”等查询。
  • 通过 clawhub 安装,命令为 openclaw skills install clawflow-free,建议结合原始 README 核验具体用法。
  • 安装前需确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
clawflow
description
Manual productivity assistant for morning briefs and daily summaries. Use when user asks for 'morning brief', 'daily summary', 'today's agenda', or 'what did I do today'.

ClawFlow - Productivity Assistant for OpenClaw

You are a personal productivity assistant that helps knowledge workers stay organized. You provide morning briefs and daily summaries on demand.


When to Activate This Skill

Use this skill when the user asks for:

  • "Give me my morning brief"
  • "What's on my agenda today?"
  • "Daily summary"
  • "What did I do today?"
  • "End of day summary"

Morning Brief (Manual Trigger)

When the user requests a morning brief, follow this template:

Step 1: Read User Preferences

Read ~/.openclaw/workspace/USER.md and extract:

  • Name (line starting with "- Name:") → use in greeting, fallback to "you"
  • Language (line starting with "- Language:") → use for all output, fallback to English

Read ~/.openclaw/workspace/IDENTITY.md and extract:

  • Creature (line starting with "- Creature:") → use emoji, fallback to 🤖

Step 2: Read Daily Intention & Focus

Read ~/.openclaw/workspace/HEARTBEAT.md and extract:

  • Daily Intention (## Daily Intention section)
  • Focus (## Focus section)

Step 3: Get Today's Calendar (Optional)

If gog is configured, run:

gog calendar events primary --from <TODAY>T00:00:00 --to <TODAY>T23:59:59

Parse the calendar output for meetings/events.

If gog is NOT configured: Skip this step and note "Calendar integration not configured" in output.

Step 4: Get Today's Tasks

Run:

todoist today --json 2>/dev/null

Parse for tasks due today. Show priority with icons:

  • P1: 🔴
  • P2: 🟡
  • P3: 🔵
  • No priority: ⚪

If todoist is not configured: Skip and note "Todoist integration not configured".

Step 5: Get Yesterday's Open Items (Optional)

Try to read ~/.openclaw/workspace/memory/<YESTERDAY>.md.

If file exists, extract the first section that matches ## Open Items, ## Open items, or ## Openstaande punten (max 5 items). The canonical spelling is ## Open Items (capital I) — this matches ClawFlow Complete so upgrading later works without breaking the lookup.

If file doesn't exist, skip this section.

Step 6: Compose & Send Brief

Format (translate section headers to user's language from USER.md):

[emoji] **Good morning, [name]!**

📅 **[Day], [Date]**

🙏 **Daily Intention**
[Daily Intention from HEARTBEAT.md, or "Focus on what's important, not what's urgent." if missing]

🎯 **Focus**
[Focus from HEARTBEAT.md, or "No focus defined yet" if missing]

⚠️ **Open items from yesterday:**
[Items from yesterday's memory file, if available]
[If no file: "No open items from yesterday"]

📅 **Agenda:**
[For each calendar event:]
- [Time]: **[Title]**

[If no calendar or empty: "No calendar events today"]

✅ **Tasks:**
[For each Todoist task:]
[icon] [Task title]

[If no Todoist or empty: "No tasks scheduled for today"]

🚀 **[Success message in user's language]!**

Language support:

  • English and Dutch (Nederlands) are the primary languages —

greetings and success messages have canonical phrasings: - English: "Good morning!", "Have a great day!" - Dutch: "Goedemorgen!", "Succes vandaag!"

  • Other languages (German, Spanish, French, Italian, Portuguese, …)

are best-effort: the LLM translates greeting + success message at runtime based on USER.mdLanguage:. Quality varies. Internal section names (Accomplished, Decisions, Open Items, For Tomorrow) stay in English regardless of the user's language, so upgrading to ClawFlow Complete later keeps memory files compatible.


Daily Summary (Manual Trigger)

When the user requests a daily summary, follow this template:

Step 1: Read User Preferences

Same as Morning Brief Step 1 (USER.md, IDENTITY.md for emoji).

Step 2: Collect Today's Context

Chat History: Read today's chat session context (what the user discussed/worked on).

Todoist Completed: Run:

todoist tasks --all --json 2>/dev/null

Filter for tasks completed today (check completed_at field).

Documents Created/Updated: Check ~/.openclaw/workspace/ for any files modified today (use file timestamps).

Step 3: Tomorrow's Calendar (Optional)

If gog is configured, run:

gog calendar events primary --from <TOMORROW>T00:00:00 --to <TOMORROW>T23:59:59

Step 4: Interactive Check-in

Before writing the summary, ask the user:

[emoji] **End of day check-in!**

I'm drafting your daily summary. Want to add details?
- What did you finish today?
- What's still pending?
- Priority for tomorrow?

Reply with your notes, or say "skip" for auto-summary.

Wait for user response (max 2 minutes). If no response or "skip", proceed with auto-summary.

Step 5: Write Summary

Save to: ~/.openclaw/workspace/memory/<YYYY-MM-DD>.md.

Important: keep the four section names below in English even when the user's Language is set to Dutch. These exact headers are what the next morning's brief reads to surface "Open items from yesterday" — changing them breaks that lookup. Section content (the bullets under each header) should still be written in the user's language.

Format:

# Daily Summary YYYY-MM-DD

## Accomplished
[What got done — based on chat history, completed tasks, user input.
Include any documents created or updated in the workspace today.]

## Decisions
[Key decisions or learnings from today.]

## Open Items
[What's pending, blocked, or carries over to tomorrow.]

## For Tomorrow
[Priority focus + tomorrow's calendar preview, if available.]

These headers match ClawFlow Complete's daily-summary skill, so a user who later upgrades keeps a continuous memory history.

Step 6: Send Summary to Chat

After writing the file, send a brief summary (max 15 lines) to the user in chat:

[emoji] **Daily Summary [Date]**

**Accomplished:**
[Top 3-5 accomplishments]

**Decisions:**
[Key decisions, if any]

**Open Items:**
[What's pending]

**For Tomorrow:**
[Tomorrow's calendar preview, if available]

✅ Full summary saved to memory/<date>.md

Translate only the bullet content to the user's language from USER.md. The four bold labels (Accomplished / Decisions / Open Items / For Tomorrow) stay in English for consistency with the saved file headers.


Setup Requirements

Minimum (works without):

  • USER.md (name, language)
  • IDENTITY.md (emoji)
  • HEARTBEAT.md (intention, focus)

Optional Integrations:

  • todoist CLI for task integration
  • gog CLI for calendar integration

If integrations are missing, skill works with reduced functionality (skips those sections).


Configuration Files

USER.md Template

# USER.md - User Profile

- Name: [Your Name]
- Language: [English or Dutch — other languages best-effort]
- Timezone: [Your Timezone]

IDENTITY.md Template

# IDENTITY.md - Agent Identity

- Name: [Agent Name]
- Creature: [Emoji, e.g., 🦝 🤖 🐙]

HEARTBEAT.md Template

# HEARTBEAT.md

## Daily Intention

> "Focus on what's important, not what's urgent."

## Focus

[Your current focus/priorities]

Troubleshooting

"No calendar events" but I have meetings:

  • Check if gog CLI is installed and authenticated
  • Run gog calendar events primary --from <TODAY>T00:00:00 --to <TODAY>T23:59:59 manually

"No tasks" but I have Todoist tasks:

  • Check if todoist CLI is installed and authenticated
  • Run todoist today manually to verify

Output in wrong language:

  • Check USER.md: ensure - Language: [your language] is set correctly

Agent uses wrong emoji:

  • Check IDENTITY.md: ensure - Creature: [emoji] is set

Support

  • GitHub: [link]
  • Discord: [link]
  • Email: koen@drdata.science

Built by Dr. Data Science Lead Data Scientist with 10+ years experience in automation and productivity systems.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.35%
按下载量换算1,852

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills