Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

boss-report老板报告

Agent Skill

boss-report 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,782

周安装

153

GitHub Stars

公开资料未说明

下载量

1,187
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install boss-report

简介

为经理生成详细的每日、每周或每月工作摘要,保存到内存并导出为 HTML 或 PDF 报告。

SKILL.md

Boss Report — AI Employee Work Summary Skill

"Boss, every task has a response." 📊

Description: Generates comprehensive work summaries (daily, weekly, monthly) for your boss/manager. Outputs to long-term memory and exports as HTML/PDF reports.

Triggers: User says "boss report", "report to boss", "work summary", "daily report", "weekly report", "monthly report", or "/boss-report"


Usage

/boss-report [daily|weekly|monthly|all] [--format html|pdf|markdown] [--output path]

Commands

CommandDescription
/boss-report dailyGenerate today's work summary
/boss-report weeklyGenerate this week's work summary
/boss-report monthlyGenerate this month's work summary
/boss-report allGenerate all three (daily + weekly + monthly)
/boss-report daily --format htmlExport daily summary as HTML
/boss-report weekly --format pdfExport weekly summary as PDF
/boss-report all --format html --output /path/to/report.htmlCustom output path

Workflow

Step 1: Collect Work Data

Gather information from multiple sources:

  1. Session Transcripts — Check ~/.openclaw/agents/main/sessions/ for recent session files
  2. Memory Files — Read memory/YYYY-MM-DD.md files for daily logs
  3. MEMORY.md — Check long-term memory for significant events
  4. Git Activity — Run git log across projects for commit history
  5. Docker Containers — Check container uptime and health status
  6. Cron Jobs — Review scheduled task execution history
  7. File Changes — Check recent file modifications in workspace

Step 2: Analyze & Categorize

Organize findings into these categories:

  • 🔧 Tasks Completed — Finished work items, resolved issues
  • 🚀 Projects Progress — Ongoing project status, milestones reached
  • 🐛 Bugs Fixed — Issues resolved, errors handled
  • 📚 Learnings — New knowledge gained, skills improved
  • ⚠️ Challenges — Obstacles encountered, solutions attempted
  • 💡 Ideas — New ideas generated, improvements suggested
  • 📊 Metrics — Quantifiable results (e.g., commits, messages processed)

Step 3: Generate Reports

Daily Report Structure

# 📋 Daily Work Report — {Date}

## Today's Overview
Brief summary of the day's work (2-3 sentences)

## ✅ Completed Tasks
- [List of completed items with details]

## 🔄 In Progress
- [Ongoing tasks with current status]

## 🐛 Issues Resolved
- [Bugs fixed, problems solved]

## 📊 Key Metrics
- Sessions handled: X
- Tasks completed: X
- Commits made: X
- Containers managed: X

## 💡 Notes & Learnings
- [Key takeaways from the day]

## 📅 Tomorrow's Plan
- [Planned tasks for next day]

Weekly Report Structure

# 📊 Weekly Work Report — Week {N}, {Date Range}

## Week Overview
Summary of the week's major accomplishments

## 🏆 Major Achievements
- [Significant accomplishments this week]

## 📈 Project Status
| Project | Progress | Status | Notes |
|---------|----------|--------|-------|
| [Name] | [X%] | 🟢/🟡/🔴 | [Details] |

## 📝 Day-by-Day Summary
| Day | Key Work | Hours |
|-----|----------|-------|
| Mon | [Summary] | - |
| Tue | [Summary] | - |
| Wed | [Summary] | - |
| Thu | [Summary] | - |
| Fri | [Summary] | - |

## 📊 Weekly Metrics
- Total tasks completed: X
- Total commits: X
- Issues resolved: X
- Documents written: X

## 🎯 Next Week's Goals
- [Planned objectives for next week]

Monthly Report Structure

# 📈 Monthly Work Report — {Month Year}

## Monthly Overview
High-level summary of the month's work

## 🏆 Key Achievements
- [Major accomplishments this month]

## 📊 Project Portfolio
| Project | Status | Progress | Impact |
|---------|--------|----------|--------|
| [Name] | [Active/Completed/Paused] | [X%] | [Description] |

## 📅 Weekly Breakdown
| Week | Focus | Output |
|------|-------|--------|
| Week 1 | [Theme] | [Summary] |
| Week 2 | [Theme] | [Summary] |
| Week 3 | [Theme] | [Summary] |
| Week 4 | [Summary] | [Summary] |

## 📈 Monthly Metrics
- Total tasks: X
- Total commits: X
- Pull requests: X
- Issues closed: X
- Documents created: X

## 🎓 Skills & Learnings
- [New skills acquired]
- [Knowledge areas improved]

## 🎯 Next Month's Objectives
- [Goals for next month]

Step 4: Save to Long-Term Memory

Save the report to the appropriate memory file:

# Daily
memory/YYYY-MM-DD.md → Append report to daily log

# Weekly
memory/weekly/YYYY-W{N}.md → Create weekly summary

# Monthly
memory/monthly/YYYY-MM.md → Create monthly summary

Also update MEMORY.md with key highlights if significant events occurred.

Step 5: Export Reports

HTML Export

Generate a professional HTML report with:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Work Report - {Date}</title>
    <style>
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 900px; margin: 0 auto; padding: 40px 20px; background: #f5f5f5; }
        .container { background: white; border-radius: 12px; padding: 40px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
        h1 { color: #1a1a2e; border-bottom: 3px solid #4a90d9; padding-bottom: 12px; }
        h2 { color: #16213e; margin-top: 32px; }
        .metric { display: inline-block; background: #e8f4fd; padding: 12px 20px; border-radius: 8px; margin: 8px; text-align: center; }
        .metric .number { font-size: 2em; font-weight: bold; color: #4a90d9; }
        .metric .label { font-size: 0.9em; color: #666; }
        table { width: 100%; border-collapse: collapse; margin: 16px 0; }
        th, td { padding: 12px; text-align: left; border-bottom: 1px solid #eee; }
        th { background: #f8f9fa; font-weight: 600; }
        .status-green { color: #28a745; }
        .status-yellow { color: #ffc107; }
        .status-red { color: #dc3545; }
        .footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; color: #999; font-size: 0.9em; }
    </style>
</head>
<body>
    <div class="container">
        <!-- Report content -->
    </div>
</body>
</html>

Save to: memory/reports/report-{YYYY-MM-DD}.html

PDF Export

To generate PDF, use one of these methods:

  1. If puppeteer or playwright is available: Render HTML to PDF
  2. If wkhtmltopdf is installed: Convert HTML to PDF directly
  3. Fallback: Provide the HTML file with instructions to print-to-PDF

Save to: memory/reports/report-{YYYY-MM-DD}.pdf

Step 6: Deliver Report

Send the report to the user via the current channel with:

  1. Text summary in the chat
  2. File attachment for HTML/PDF if requested
  3. Confirmation message: "Boss, report delivered! Every task has a response. 🦞"

Example Output

Chat Summary (always shown)

📊 **Daily Work Report — 2026-04-20**

**Today's Overview:**
Handled 23 user requests, managed 5 Docker containers, fixed 2 critical bugs, and contributed 1 PR to OpenClaw upstream.

**✅ Completed:**
- Fixed session reset bug in OpenClaw (#58605)
- Updated all container model configurations
- Created boss-report skill

**📊 Metrics:**
- Sessions: 23 | Tasks: 12 | Commits: 5 | PRs: 1

Full HTML report saved to: `memory/reports/report-2026-04-20.html`

Boss, report delivered! Every task has a response. 🦞

Memory File Templates

Daily Log (memory/YYYY-MM-DD.md)

# {YYYY-MM-DD}

## Work Summary
[Brief overview]

## Tasks Completed
- [ ] Item 1
- [ ] Item 2

## Issues & Resolutions
- Issue: [Description]
  Resolution: [How it was fixed]

## Metrics
- Sessions: X
- Commits: X
- PRs: X

## Notes
[Any additional notes]

Error Handling

ScenarioAction
No session data foundUse available memory files, note data limitations
No memory files existCreate fresh files with today's date
Export format unavailableUse fallback method, inform user
Git repos not foundSkip git metrics, note in report

Configuration

Store user preferences in skill config:

{
  "bossReport": {
    "defaultFormat": "markdown",
    "autoSaveToMemory": true,
    "includeMetrics": true,
    "includeTomorrowPlan": true,
    "outputDir": "memory/reports",
    "htmlTheme": "professional"
  }
}

Best Practices

  1. Be specific — Use exact numbers and details, not vague statements
  2. Be honest — Report challenges and blockers, not just successes
  3. Be concise — Bosses want key info, not a novel
  4. Be proactive — Include tomorrow's plan and next week's goals
  5. Be professional — This is a work document, keep it polished
  6. Be consistent — Use the same format every time for easy comparison

*Skill created by OpenClaw Main Agent. "Boss, every task has a response." 🦞*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

76.9%
按下载量换算913

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills