Agent Plugins Marketplace
All plugins

computer-usage-summary-skill

v0.2.3

Privacy-first local ActivityWatch reports with daily timelines, app usage, and foreground browser pages.

Codex1 Skill

By liuyewangLicense: MIT1.1k GitHub starsUpdated 14 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install computer-usage-summary-skill for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add computer-usage-summary-skill@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “computer-usage-summary-skill” remain stable.

  • Codex: computer-usage-summary-skill@agent-plugin-marketplacecomputer-usage-summary-skill@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/liuyewang/computer-usage-summary-skill/.

Plugin files

plugins/liuyewang/computer-usage-summary-skill/
├── .codex-plugin/plugin.json
└── skills/computer-usage-summary/SKILL.md

Included Skills1

computer-usage-summaryskills/computer-usage-summary/SKILL.md

Use when the user asks what they did on a Mac, requests a daily or multi-day ActivityWatch report, needs foreground app time, browser page or tab summaries, local-time activity timelines, or copyable Markdown, TSV, or CSV usage tables.

Plugin manifests1

plugins/liuyewang/computer-usage-summary-skill/.codex-plugin/plugin.json
{
  "name": "computer-usage-summary-skill",
  "version": "0.2.3",
  "description": "Privacy-first local ActivityWatch reports with daily timelines, app usage, and foreground browser pages.",
  "author": {
    "name": "liuyewang",
    "url": "https://github.com/liuyewang"
  },
  "homepage": "https://github.com/liuyewang/computer-usage-summary-skill",
  "repository": "https://github.com/liuyewang/computer-usage-summary-skill",
  "license": "MIT",
  "keywords": [
    "codex",
    "activitywatch",
    "productivity",
    "privacy",
    "time-tracking"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Computer Usage Summary",
    "shortDescription": "Private, table-first ActivityWatch reports",
    "longDescription": "Summarize local application activity, foreground sessions, AFK time, daily timelines, and foreground browser pages without uploading usage data.",
    "developerName": "liuyewang",
    "category": "Productivity",
    "composerIcon": "./assets/icon.svg",
    "capabilities": [
      "Local analysis",
      "Browser page summaries",
      "Spreadsheet export"
    ],
    "websiteURL": "https://github.com/liuyewang/computer-usage-summary-skill",
    "privacyPolicyURL": "https://github.com/liuyewang/computer-usage-summary-skill/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/liuyewang/computer-usage-summary-skill/blob/main/LICENSE",
    "defaultPrompt": [
      "Summarize what I did on my Mac today in copyable tables.",
      "Create a paste-ready table of my app and browser-page usage this week.",
      "Show a private local-time timeline of my Mac activity."
    ],
    "brandColor": "#0F766E"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[computer-usage-summary-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/computer-usage-summary-skill)