← 返回
未分类 Key 中文

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...
在代理需要通过 jet CLI 或 API 与 Just Easy Tasks (JET) 交互时使用:配置 API 密钥/上下文、查找、创建、更新、完成、评论、链接...
ryan-w-s ryan-w-s 来源
未分类 clawhub v1.0.6 3 版本 100000 Key: 需要
★ 0
Stars
📥 346
下载
💾 0
安装
3
版本
#latest

概述

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 <key>
jet use workspace <workspace-slug>
jet use project <PROJECT>
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.

Admin mutation commands require --dangerously-enable-admin-commands. This flag allows changing shared workspace/project setup, membership/invites, boards, labels, statuses, task types, and priorities. Only use it when the user explicitly asks you to administer those shared settings; do not infer it from ordinary task work.

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 <key> --label <key>
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 <user-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.

版本历史

共 3 个版本

  • v1.0.6 当前
    2026-06-04 13:33
  • v1.0.3
    2026-06-01 12:48
  • v1.0.1
    2026-05-28 13:41

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 867 📥 347,416
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,520 📥 578,167
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,166 📥 940,111