← Back to Skills Marketplace
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install personal-agenda
Description
个人日程秘书技能。Use when: 处理inbox、新增任务、标记任务完成/取消、给任务加备注、更新看板、归档历史任务、生成dashboard。触发词:处理inbox、新建任务、任务完成、任务取消、更新看板、整理日程、ingest、update task、view dashboard。
Usage Guidance
这是个内部文件为主的日程/任务管理指令集,会在你的工作区里创建和修改 tasks/*.md、index.md、log.md、views/dashboard.html、views/tasks.json/.js 等文件。建议:
- 在安装或启用前,用一个空的、已备份或隔离的工作区(sandbox)先测试,避免误改重要文件。
- 确保工作区中不包含敏感文件或凭据,因为技能会直接读写多个文件路径。
- 注意它会替换 dashboard.html 和 views/tasks.js 中的嵌入数据(基于注释锚点),如果你有自定义前端代码请先备份这些文件。
- 若你不希望技能在无人监督下自动运行,可以禁用其自主调用或仅在需要时手动触发该技能。
- 总体而言,功能与请求一致,但请在受控环境中先验证行为(尤其是归档和替换逻辑)再投入到生产性文档中。
Capability Analysis
Type: OpenClaw Skill
Name: personal-agenda
Version: 1.0.0
The 'personal-agenda' skill bundle is a task management system that uses the AI agent to maintain a local workspace of markdown files and a static HTML dashboard. The instructions in SKILL.md focus on structured data entry, status updates, and archiving old tasks without any evidence of data exfiltration, unauthorized network access, or malicious execution. The dashboard update mechanism involves the agent performing string replacement within 'views/dashboard.html' to update embedded JSON data, which is consistent with the stated purpose of providing a local, interactive task view.
Capability Assessment
Purpose & Capability
技能名称与描述(个人日程秘书)与运行时指令一致:它只读写工作区内的 inbox/, tasks/, views/, index.md, log.md 等文件来管理任务和看板,没有请求与功能不符的凭据或外部服务。
Instruction Scope
SKILL.md 明确要求读取/创建/修改工作区内多个文件并在 HTML/JS 文件中替换嵌入数据(TASKS_DATA、ARCHIVE_DATA),还会追加 log.md 和修改 inbox 文件标记。此类文件级操作与日程管理目的相符,但权限范围较广——会直接修改多个持久化文件,用户应确认这些文件位于受限的工作区且不包含其他敏感数据。
Install Mechanism
无安装规范、无下载或第三方包;这是一个 instruction-only 技能(不向磁盘写入二进制或执行外部安装),因此安装风险低。
Credentials
不请求任何环境变量、凭据或系统配置路径,所需权限限于对工作区中文件的读写,和技能描述相称。
Persistence & Privilege
标记为 always: false,且没有请求修改其他技能或系统范围配置。默认允许模型自主调用(disable-model-invocation: false),但这与技能功能一致且没有同时出现高权限或凭据访问的其他风险。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-agenda - After installation, invoke the skill by name or use
/personal-agenda - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the personal agenda skill.
- Manages your to-do records: adds, updates, categorizes, tracks, and archives tasks based on your inputs.
- Supports recognizing multiple tasks from inbox/chat, updating statuses (done/cancelled), adding notes, and maintaining a structured dashboard.
- Automatically archives completed/cancelled tasks older than two months.
- Keeps index and log files updated with every action.
- Generates and maintains a browser-friendly dashboard for easy review of all personal tasks.
Metadata
Frequently Asked Questions
What is 个人日程秘书?
个人日程秘书技能。Use when: 处理inbox、新增任务、标记任务完成/取消、给任务加备注、更新看板、归档历史任务、生成dashboard。触发词:处理inbox、新建任务、任务完成、任务取消、更新看板、整理日程、ingest、update task、view dashboard。 It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install 个人日程秘书?
Run "/install personal-agenda" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 个人日程秘书 free?
Yes, 个人日程秘书 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 个人日程秘书 support?
个人日程秘书 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 个人日程秘书?
It is built and maintained by ReckonLee (@reckonlee); the current version is v1.0.0.
More Skills