Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计通过

grace-cligrace CLI 搜索

Agent Skill

grace-cli 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

264

周安装

11

GitHub Stars

150

下载量

88
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/osovv/grace-marketplace --skill grace-cli

简介

grace-cli 用于查找和筛选相关信息,支持关键词驱动的任务检索。

  • 适合在需要快速定位资料或验证技术概念时使用。
  • 通过 GitHub 安装后,可在 Codex、Claude 等宿主环境中调用。
  • 使用前需确认是否允许联网及数据访问权限。grace-cli 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议结合具体任务查看 README 了解搜索范围与策略。

SKILL.md

Use the optional grace CLI as a fast GRACE-aware read/query layer.

Prerequisites

  • The grace binary must be installed and available on PATH
  • The target repository should already use GRACE artifacts and markup
  • Prefer --path <project-root> unless you are already in the project root

If the CLI is missing, or the repository is not a GRACE project, say so and fall back to reading the relevant docs and code directly.

Choose the Right Command

  • grace lint --path <project-root> Use for a fast integrity snapshot across semantic markup, XML artifacts, and export/map drift.
  • grace lint --profile autonomous --path <project-root> Use before long agent runs to verify that operational packets, verification entries, and observable evidence are strong enough for autonomous execution.
  • grace lint --explain <code> Use when a lint code appears in CI or review and you want the built-in explanation plus remediation guidance.
  • grace status --path <project-root> Use for a one-shot health report: artifact presence, codebase metrics, integrity snapshot, autonomy gate, recent changes, and the next safe action.
  • grace status --with modules --path <project-root> Use when you also want per-module health summaries in the same report.
  • grace module find <query> --path <project-root> Use to resolve module IDs from names, paths, dependencies, annotations, verification refs, or file-local LINKS.
  • grace module show <id-or-path> --path <project-root> Use to read the shared/public module view from development-plan.xml, knowledge-graph.xml, implementation steps, and linked files.
  • grace module show <id> --with verification --path <project-root> Use when you also need the module's verification excerpt.
  • grace module health <id-or-path> --path <project-root> Use for one module's implementation coverage, verification health, autonomy readiness, blockers, and next action.
  • grace verification find <query> --path <project-root> Use to search verification entries by ID, module, priority, scenarios, test files, log markers, or commands.
  • grace verification show <V-M-id-or-module> --path <project-root> Use to read one verification entry with its linked module context.
  • grace file show <path> --path <project-root> Use to read file-local/private MODULE_CONTRACT, MODULE_MAP, and CHANGE_SUMMARY.
  • grace file show <path> --contracts --blocks --path <project-root> Use when you also need function/type contracts and semantic block navigation.

Recommended Workflow

  1. Run grace status when you first need to understand the current project state.
  2. Run grace status --with modules when project-level health is not enough and you need module summaries.
  3. Run grace lint when integrity or drift matters.
  4. Run grace lint --profile autonomous before long autonomous execution.
  5. Run grace lint --explain <code> when one issue needs targeted remediation guidance.
  6. Run grace module find to resolve the target module from the user's words, a stack trace, or a changed path.
  7. Run grace module show, grace module health, and grace verification show for the narrowed shared/public truth.
  8. Run grace file show for the file-local/private truth.
  9. Read the underlying XML or source files only for the narrowed scope that still needs deeper evidence.

Output Guidance

  • Use default text output for quick review and direct user-facing summaries.
  • Use --json when another tool, script, or agent step needs machine-readable output.
  • Use --fail-on warnings or --fail-on errors when the CLI output should gate CI.
  • Treat CLI output as navigation help, not as a replacement for the real XML and source files when exact evidence is required.

Public/Private Rule

  • grace module show is for shared/public module context.
  • grace file show is for file-local/private implementation context.
  • If shared docs and file-local markup disagree, call out the drift instead of silently trusting one side.

Important

  • The CLI is a companion to the GRACE skills, not a replacement for them.
  • Prefer this skill when the task is to inspect, navigate, or lint a GRACE project quickly through the CLI.
  • For methodology design, execution planning, refresh, review, or fixes, route to the appropriate grace-* skill after using the CLI to narrow scope.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.87%
按下载量换算31

Claude

28.05%
按下载量换算25

Cursor

20.5%
按下载量换算18

Gemini CLI

8.86%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills