← 返回
未分类 中文

Lark Openclaw Bridge

Classifies and appends user memos to categorized Markdown files under ~/.memo when triggered by /private-secretary or /ps commands.
当收到 /private-secretary 或 /ps 命令时,将用户备忘录分类并添加到 ~/.memo 目录下的分类 Markdown 文件中。
tristanchenxm tristanchenxm 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 628
下载
💾 0
安装
1
版本
#latest

概述

Private Secretary

Analyzes input content, automatically identifies classification labels (e.g., Tech, Work, Life, Inspiration), and appends it to the corresponding Markdown file in the ~/.memo/ directory.

Parameters

  • content: (required) The raw text content that needs to be classified and recorded.

Instructions

  1. Analyze and Classify: Read the content provided by the user. Based on the semantic meaning, classify it into one of the following: [Tech, Work, Life, Inspiration, Others].
  2. Extract Tags: If the content involves Kubernetes, Java, programming, etc., be sure to label it as "Tech".
  3. Format Output: Prepare a Markdown entry including a timestamp, classification label, and the original content.
  4. Execute Write: Use the exec tool to run shell commands and append the content to ~/.memo/{category}.md. Please use English for filenames.

Exec Command

# Ensure directory exists
mkdir -p ~/.memo

# Generate ISO 8601 timestamp (Local Time)
TIMESTAMP=$(date +"%Y-%m-%d %H:%M:%S")

# Write to file (Variables populated by Agent)
# {{category}} will be the English label identified (e.g., Tech, Work)
printf "\n---\n### Timestamp: $TIMESTAMP\nLabel: {{category}}\n\n{{content}}\n" >> ~/.memo/{{category}}.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 03:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 344,072
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,163 📥 934,963
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,441 📥 328,386