← 返回 Skills 市场
Precedent
作者
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
184
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install precedent
功能描述
Legal precedent reference — stare decisis, case law hierarchy, distinguishing, overruling, persuasive authority. Use when researching binding case law, analy...
安全使用建议
This skill appears to be a straightforward, local reference tool implemented as a shell script and the SKILL.md simply instructs the agent to run that script. Before installing: (1) review the full scripts/script.sh file end-to-end (the provided preview was truncated) to confirm there are no hidden network calls, file writes, or credential reads; (2) if you don't trust the repository owner, avoid allowing autonomous invocation of the skill or run it in a sandboxed agent environment; (3) if you plan to set PRECEDENT_DIR, create it with appropriate permissions and verify the script only writes files you expect. If you need higher assurance, ask the maintainer for the full script content or a reproducible build log.
功能分析
Type: OpenClaw Skill
Name: precedent
Version: 1.0.0
The 'precedent' skill is a purely informational reference tool for legal concepts such as stare decisis and case law analysis. The implementation in 'scripts/script.sh' consists entirely of static text output via heredocs, with no network activity, file system modifications, or complex execution logic that could be exploited.
能力评估
Purpose & Capability
Name/description match the included assets: SKILL.md documents a local command set and the repository includes a shell script implementing those commands. The skill doesn't request unrelated credentials or system access.
Instruction Scope
Runtime instructions are narrow: run the included scripts/script.sh with specific subcommands (intro, hierarchy, analysis, etc.). The SKILL.md declares an optional PRECEDENT_DIR config variable but does not require any env vars; the visible portion of scripts/script.sh only prints reference text and does not read unrelated files or env vars. Note: the script listing in the manifest was truncated in the file preview, so confirm the tail of the script contains no unexpected behavior (network calls, file writes, credential reads) before deploying.
Install Mechanism
No install spec provided (instruction-only plus an included script). Nothing is downloaded or written to disk by an installer; risk from install mechanism is minimal.
Credentials
The skill declares no required environment variables or credentials. The only configuration mentioned is an optional PRECEDENT_DIR (default ~/.precedent/), which is reasonable for local data storage but is not required and was not observed being accessed in the visible script portion.
Persistence & Privilege
The skill is not marked always:true, does not request system-wide configuration changes, and does not request elevated privileges. It runs as an on-demand local script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install precedent - 安装完成后,直接呼叫该 Skill 的名称或使用
/precedent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Precedent 是什么?
Legal precedent reference — stare decisis, case law hierarchy, distinguishing, overruling, persuasive authority. Use when researching binding case law, analy... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 Precedent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install precedent」即可一键安装,无需额外配置。
Precedent 是免费的吗?
是的,Precedent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Precedent 支持哪些平台?
Precedent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Precedent?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v1.0.0。
推荐 Skills