← 返回 Skills 市场
ryan-w-s

Jet

作者 Ryan Stolliker · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
69
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install just-easy-tasks
功能描述
Use when an agent needs to work with Just Easy Tasks (JET) via the jet CLI or API: configure API key/context, find, create, update, complete, comment on, lin...
使用说明 (SKILL.md)

JET

Use jet to manage Just Easy Tasks. Prefer CLI commands over raw API calls unless the user asks for API-level work.

Setup

Install via npm install -g @just-easy-tasks/jet.

Configure only once per machine or project:

jet config set api-key \x3Ckey>
jet use workspace \x3Cworkspace-slug>
jet use project \x3CPROJECT>
jet task list

jet defaults to https://justeasytasks.com. Override with --api-url or JET_API_URL. Settings can also come from JET_API_KEY, JET_WORKSPACE, JET_PROJECT, local .jet/config.json, or global config. Pass --workspace and --project to override implied context for one command.

Agent Defaults

Use JSON and non-interactive mode:

jet --json --no-input task list
jet --json --no-input task get JET-123

Use --refresh when stale cached metadata is possible. Use --no-cache to bypass cache. Destructive commands prompt by default; pass --force when the user clearly requested deletion/revocation.

Task Targets

Task targets may be:

  • JET-123
  • acme/JET-123
  • 123 when a default project is set
  • a title fragment resolved by the API

If resolution is ambiguous, inspect candidates and ask or use the full ref.

Common Commands

jet context
jet workspace list
jet project list
jet task list [query] --status \x3Ckey> --label \x3Ckey>
jet task create "Title" --description "Details" --status open --priority high --label bug
jet task get JET-123
jet task update JET-123 --status in-progress --assignee \x3Cuser-id>
jet task done JET-123
jet comment list JET-123
jet comment add JET-123 "Note"
jet link create JET-123 JET-124 --type blocks
jet reference create JET-123 https://example.com --title "Spec"
jet status list
jet label list
jet type list
jet priority list

For scripts, keep --json --no-input before the resource command, for example jet --json --no-input task list --status open.

安全使用建议
Install only if you intend to let your agent manage JET tasks. Treat the JET API key like a password, prefer project-local configuration when possible, and review commands that create, update, complete, delete, or revoke items before allowing them to run.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is managing Just Easy Tasks work items, and the instructions cover expected actions such as listing, creating, updating, completing, commenting, linking, and inspecting tasks.
Instruction Scope
The skill favors the official CLI, JSON output, non-interactive operation, explicit workspace/project context, and asks the agent to resolve ambiguity instead of guessing task targets.
Install Mechanism
It instructs users to install a global npm CLI package, which is expected for this integration but means users should trust the external @just-easy-tasks/jet package separately.
Credentials
The skill requires an API key and can modify task-management data, but those capabilities are disclosed and proportionate to the task-management purpose.
Persistence & Privilege
Configuration may persist an API key and default workspace/project in environment variables, local .jet/config.json, or global config; destructive commands are described as prompted by default with --force only when clearly user-requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install just-easy-tasks
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /just-easy-tasks 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated skill name from "jet" to "just-easy-tasks" in SKILL.md. - No functional or usage changes to the skill or its documentation.
v1.0.0
Initial release of jet skill. - Provides commands to manage Just Easy Tasks (JET) using the jet CLI. - Supports configuring API keys, workspace, and project context. - Enables finding, creating, updating, completing, commenting on, linking, referencing, and inspecting tasks and project metadata. - Recommends using CLI commands with JSON and non-interactive options for agents. - Details task reference formats and guidance for ambiguous task identifiers.
元数据
Slug just-easy-tasks
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Jet 是什么?

Use when an agent needs to work with Just Easy Tasks (JET) via the jet CLI or API: configure API key/context, find, create, update, complete, comment on, lin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。

如何安装 Jet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install just-easy-tasks」即可一键安装,无需额外配置。

Jet 是免费的吗?

是的,Jet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Jet 支持哪些平台?

Jet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Jet?

由 Ryan Stolliker(@ryan-w-s)开发并维护,当前版本 v1.0.1。

💬 留言讨论