← Back to Skills Marketplace
xueyetianya

Deadline

by bytesagain4 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
275
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install deadline
Description
Your personal Deadline assistant. Use when you need deadline.
README (SKILL.md)

Deadline

Your personal Deadline assistant. Track, analyze, and manage all your content creation needs from the command line.

Why Deadline?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
deadline help

# Check current status
deadline status

# View your statistics
deadline stats

Commands

Command What it does
deadline draft Draft
deadline edit Edit
deadline optimize Optimize
deadline schedule Schedule
deadline hashtags Hashtags
deadline hooks Hooks
deadline cta Cta
deadline rewrite Rewrite
deadline translate Translate
deadline tone Tone
deadline headline Headline
deadline outline Outline
deadline stats Summary statistics
deadline export \x3Cfmt> Export (json
deadline search \x3Cterm> Search entries
deadline recent Recent activity
deadline status Health check
deadline help Show this help
deadline version Show version
deadline $name: $c entries
deadline Total: $total entries
deadline Data size: $(du -sh "$DATA_DIR" 2>/dev/null
deadline Version: v2.0.0
deadline Data dir: $DATA_DIR
deadline Entries: $(cat "$DATA_DIR"/*.log 2>/dev/null
deadline Disk: $(du -sh "$DATA_DIR" 2>/dev/null
deadline Last: $(tail -1 "$DATA_DIR/history.log" 2>/dev/null
deadline Status: OK
deadline [Deadline] draft: $input
deadline Saved. Total draft entries: $total
deadline [Deadline] edit: $input
deadline Saved. Total edit entries: $total
deadline [Deadline] optimize: $input
deadline Saved. Total optimize entries: $total
deadline [Deadline] schedule: $input
deadline Saved. Total schedule entries: $total
deadline [Deadline] hashtags: $input
deadline Saved. Total hashtags entries: $total
deadline [Deadline] hooks: $input
deadline Saved. Total hooks entries: $total
deadline [Deadline] cta: $input
deadline Saved. Total cta entries: $total
deadline [Deadline] rewrite: $input
deadline Saved. Total rewrite entries: $total
deadline [Deadline] translate: $input
deadline Saved. Total translate entries: $total
deadline [Deadline] tone: $input
deadline Saved. Total tone entries: $total
deadline [Deadline] headline: $input
deadline Saved. Total headline entries: $total
deadline [Deadline] outline: $input
deadline Saved. Total outline entries: $total

Data Storage

All data is stored locally at ~/.local/share/deadline/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a simple offline CLI tool that stores data under ~/.local/share/deadline and does not contact external services or ask for secrets. Before installing or running: (1) inspect the script (already provided) and confirm you are comfortable with it creating/appending files in your home directory, (2) note that data is stored unencrypted in plain files (history.log and per-command .log files) so avoid entering sensitive secrets, and (3) if you want extra isolation run it in a restricted account or container. If you need networked backups or encryption, those would need to be added explicitly — the current tool is local-only.
Capability Analysis
Type: OpenClaw Skill Name: deadline Version: 2.0.1 The 'Deadline' skill is a local content management and logging tool that stores data in ~/.local/share/deadline/. The provided bash script (scripts/script.sh) implements basic note-taking, searching, and exporting functionality without any network access, credential theft, or persistence mechanisms. While SKILL.md contains some poorly formatted shell snippets in a command table (e.g., using du and wc), these appear to be documentation artifacts showing expected output rather than malicious prompt injection, and the commands themselves are restricted to the tool's own data directory.
Capability Assessment
Purpose & Capability
Name/description promise an offline deadline/content helper; the included script implements that functionality (command handlers, local storage, export, search, stats). No unrelated capabilities (cloud access, system-level changes) are requested.
Instruction Scope
SKILL.md describes a local CLI experience and the script's instructions and file operations match that scope: reading/writing log files under $HOME/.local/share/deadline, grep/search, export, and basic status commands. The instructions do not ask to read unrelated system files or transmit data externally.
Install Mechanism
No install spec (instruction-only) and the shipped script is a plain bash script. There is no download-from-URL or package install declared. Risk from install mechanism is minimal.
Credentials
The skill requests no environment variables, no credentials, and only uses HOME implicitly to build a per-user data directory. That is proportionate for a local CLI data store.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills or global agent settings. It creates and appends to its own data directory under the user's home only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deadline
  3. After installation, invoke the skill by name or use /deadline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
Metadata
Slug deadline
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Deadline?

Your personal Deadline assistant. Use when you need deadline. It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.

How do I install Deadline?

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

Is Deadline free?

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

Which platforms does Deadline support?

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

Who created Deadline?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.

💬 Comments