← 返回 Skills 市场
Deadline
作者
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
275
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install deadline
功能描述
Your personal Deadline assistant. Use when you need deadline.
使用说明 (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]
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deadline - 安装完成后,直接呼叫该 Skill 的名称或使用
/deadline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Deadline 是什么?
Your personal Deadline assistant. Use when you need deadline. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 Deadline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deadline」即可一键安装,无需额外配置。
Deadline 是免费的吗?
是的,Deadline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Deadline 支持哪些平台?
Deadline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Deadline?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.1。
推荐 Skills