Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问许可证需确认审计提醒

commet-clicommet CLI 命令行

Agent Skill

commet-cli 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

353

周安装

15

GitHub Stars

3

下载量

124
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:commet-cli(commet CLI 命令行)
来源仓库:https://github.com/commet-labs/commet-skills
仓库路径:skills/commet-cli
安装命令:
npx skills add https://github.com/commet-labs/commet-skills --skill commet-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/commet-labs/commet-skills --skill commet-cli

简介

commet-cli 生成 TypeScript 类型定义并搭建计费模板项目,支持组织与项目级配置管理。

  • 适用于快速启动 commet 集成,自动拉取 dashboard 数据结构实现参数补全。
  • 需 Node.js 18+ 环境,通过命令行登录认证后执行 commet pull 获取最新类型声明。
  • 生成的 .commet/types.d.ts 应纳入版本控制,避免团队成员因类型不一致引发运行时错误。
  • commet-cli 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Commet CLI

Generate TypeScript types from your Commet dashboard for autocomplete, scaffold new projects from billing templates, and manage organizations. Requires Node.js 18+.

Install

npm install -g commet

Quick Start

commet login          # Authenticate in browser
commet link           # Link project to organization
commet pull           # Generate .commet/types.d.ts

After commet pull, SDK calls get autocomplete for planCode, feature, and seatType parameters:

await commet.usage.track({
  customerId: "user_123",
  feature: "api_calls",       // autocomplete from pulled types
});

await commet.subscriptions.create({
  customerId: "user_123",
  planCode: "pro",            // autocomplete from pulled types
});

Commands

CommandDescription
commet loginAuthenticate with Commet (opens browser)
commet logoutRemove credentials
commet whoamiShow auth status and current organization
commet linkLink project to an organization
commet unlinkUnlink project
commet switchSwitch to a different organization
commet infoShow project and auth status
commet pullGenerate .commet/types.d.ts
commet list featuresList features for the linked organization
commet list seatsList seat types
commet list plansList plans
commet create [name]Scaffold new project from a billing template

See references/commands.md for full details.

Templates

Scaffold a complete Next.js project with billing pre-configured:

commet create my-app
TemplateBilling Model
fixedFixed subscriptions with boolean features
seatsPer-seat billing for team collaboration
meteredUsage-based with included amounts and overage
creditsCredit-based consumption with packs and top-ups
balance-aiAI product with automatic token cost tracking
balance-fixedPrepaid balance with fixed unit prices

See references/templates.md for details on each template.

Key Gotchas

  1. commet create is sandbox-only. Templates create plans and features in your sandbox organization. If you're logged into production, you need to commet logout and log back in to sandbox.
  2. Commit .commet/types.d.ts. The generated types file should be committed to your repo so the entire team gets autocomplete without each person running commet pull.
  3. Two environments, two logins. Sandbox (sandbox.commet.co) and Production (commet.co) are isolated. Switch by logging out and back in.
  4. Run commet pull after dashboard changes. When you add plans, features, or seat types in the dashboard, re-run commet pull to update the local types file.

When to Load References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.57%
按下载量换算47

Claude

28.48%
按下载量换算35

Cursor

18.55%
按下载量换算23

Gemini CLI

8.84%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills