← Back to Skills Marketplace
170
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install taskify-cli
Description
Manage tasks and boards on Nostr relays via CLI to list, create, update, assign, complete, search, and export tasks with JSON support.
Usage Guidance
This skill is coherent with its description, but before installing or using it you should: (1) review the npm package and GitHub source the SKILL.md points to to ensure the upstream code is trustworthy; (2) prefer a local (non-global) npm install on shared systems and check where the CLI stores private keys (set file permissions appropriately); (3) avoid running `taskify agent` or forwarding board contents to any AI backend you do not control or fully trust; (4) be aware that Nostr relays receive task sync traffic — do not put sensitive data on boards or add untrusted relays. If you want higher assurance, inspect the taskify-nostr package source and its network behavior before use.
Capability Analysis
Type: OpenClaw Skill
Name: taskify-cli
Version: 1.0.3
The taskify-cli skill bundle provides instructions for an AI agent to interact with the 'taskify-nostr' CLI, a task management tool utilizing the Nostr protocol. The documentation (SKILL.md, commands.md) is well-structured and includes explicit security warnings regarding the handling of Nostr private keys and the privacy implications of using the optional AI-powered 'agent' subcommands. No malicious patterns such as unauthorized data exfiltration, obfuscated code, or prompt-injection attacks were found; the instructions are entirely consistent with the stated purpose of managing tasks and boards.
Capability Assessment
Purpose & Capability
Name/description (Taskify CLI for Nostr) match the runtime instructions which direct the agent to install and use the taskify-nostr CLI. The SKILL.md's Node.js/npm install instructions and GitHub/npm links are coherent with the stated purpose. The skill does not declare unusual or unrelated privileges.
Instruction Scope
Instructions stay within the task management domain (list/create/update/delete boards/tasks, assign, export, etc.). Two important cautions are documented: (1) task syncs are published to Nostr relays (public by design) so data can be exposed depending on relay settings; (2) `taskify agent` forwards task text to an external AI backend — this is a potential data exfiltration/privacy risk if you send sensitive content. The SKILL.md warns about both, but the agent-run commands can still send data externally if configured.
Install Mechanism
This is an instruction-only skill (no install spec or code bundled). It recommends installing an npm package (taskify-nostr) from npm/github; the install is performed by the user/agent, not the platform. The guidance to verify the npm package and prefer local installs is appropriate.
Credentials
The skill declares no required environment variables or credentials. It documents local private key storage by the CLI and explicitly warns not to pass private keys via env vars. It also mentions configuring an AI backend (which may require credentials) but does not require any such variables itself — this is proportional but users should be aware that configuring the CLI/backend can introduce separate secrets outside the platform.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. As an instruction-only skill it does not write to disk itself. It does instruct use of a CLI that will store local config (including Nostr keys) — which is normal for a CLI tool and limited to that tool's config area.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taskify-cli - After installation, invoke the skill by name or use
/taskify-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add npm/GitHub provenance links, remove TASKIFY_NSEC env var reference, clarify private key is CLI-managed only
v1.0.2
Add installation instructions (npm install -g taskify-nostr) and first-time setup guide
v1.0.1
Add prerequisites, data/credentials docs, scope down sensitive commands, warn on agent AI forwarding
v1.0.0
Initial release — task and board management via Taskify CLI over Nostr
Metadata
Frequently Asked Questions
What is Taskify CLI?
Manage tasks and boards on Nostr relays via CLI to list, create, update, assign, complete, search, and export tasks with JSON support. It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.
How do I install Taskify CLI?
Run "/install taskify-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taskify CLI free?
Yes, Taskify CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Taskify CLI support?
Taskify CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Taskify CLI?
It is built and maintained by Ink-North (@ink-north); the current version is v1.0.3.
More Skills