← Back to Skills Marketplace
harrylabsj

Productivity Improving

by haidong · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ Security Clean
820
Downloads
1
Stars
3
Active Installs
4
Versions
Install in OpenClaw
/install productivity-improving
Description
Personal productivity tracking and analysis skill. Records work and life activities via voice/text input, tracks time, categorizes tasks, and generates daily...
Usage Guidance
This skill appears coherent and stores all data locally under a data/ folder; it does not request credentials or perform network calls. Before installing, note: (1) advertised integrations (voice input handling, calendar/health sync, optional encryption, API endpoints) are described but not implemented in the included code — enabling those would require adding code and likely additional permissions/credentials; (2) activity data is written to data/activities.json and data/logs/, so check where the skill runs and whether that directory is accessible to others or backed up; (3) if you want encryption or cloud sync, expect to supply extra credentials and review any added code for network endpoints; and (4) if running in a multi-user or hosted agent environment, verify file permissions so your personal logs are not exposed.
Capability Analysis
Type: OpenClaw Skill Name: productivity-improving Version: 1.0.5 The skill bundle is a standard productivity tracking tool that records activities and generates local reports. Analysis of 'src/index.ts' and 'SKILL.md' shows no network activity, shell execution, or unauthorized data access; all operations are restricted to local file storage within the 'data/' directory.
Capability Assessment
Purpose & Capability
The code implements local activity capture, categorization, reporting, and analysis that match the description. However, SKILL.md advertises voice input, calendar/health app sync, optional encryption, and API integrations that are not implemented in the shipped src/index.ts — those are described as optional but there is no code or env/config to perform them.
Instruction Scope
Runtime instructions in SKILL.md are limited to tracking, local storage under data/, report generation, exports, and suggested workflows. There are no instructions to read unrelated system files, exfiltrate data, or call external endpoints.
Install Mechanism
This is an instruction-only skill with bundled source; there is no install script, no downloads from external URLs, and no package installs at runtime.
Credentials
The skill declares no required environment variables, binaries, or credentials and the code does not access environment secrets. Required filesystem writes are proportional to the stated purpose (data/activities.json, data/logs).
Persistence & Privilege
The skill does not request always:true and will not be force-included. It writes only to its local data directory (data/) and does not modify other skills or global configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install productivity-improving
  3. After installation, invoke the skill by name or use /productivity-improving
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Replace the mispublished update manager with the intended productivity tracker skill.
v1.0.3
Add triggers for skill recognition
v1.0.2
Complete rewrite: Clean English documentation, proper metadata, removed all unrelated files. Now contains only essential skill files.
v1.0.1
Publish under new slug after resolving slug conflict; English documentation updated.
Metadata
Slug productivity-improving
Version 1.0.5
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 4
Frequently Asked Questions

What is Productivity Improving?

Personal productivity tracking and analysis skill. Records work and life activities via voice/text input, tracks time, categorizes tasks, and generates daily... It is an AI Agent Skill for Claude Code / OpenClaw, with 820 downloads so far.

How do I install Productivity Improving?

Run "/install productivity-improving" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Productivity Improving free?

Yes, Productivity Improving is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Productivity Improving support?

Productivity Improving is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Productivity Improving?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.5.

💬 Comments