← 返回 Skills 市场
Sardis Policy
作者
EfeDurmaz16
· GitHub ↗
· v1.0.0
286
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sardis-policy
功能描述
Natural language spending policy creation and management for Sardis agent wallets
安全使用建议
Before installing, verify the source and installation behavior: 1) Confirm the official Sardis homepage (https://sardis.sh) and the npm package @sardis/sdk are legitimate and reviewed; the SKILL.md references that package but the registry shows no install spec—ask whether your platform will run npm install automatically. 2) Ensure the SARDIS_API_KEY you provide is minimally scoped (test/dev key if possible) and rotate it if you later uninstall. 3) Test the skill against a non-production/test wallet to confirm the API endpoints behave as documented and to understand the immutability/migration implications. 4) If you don't want autonomous agents creating immutable policies, consider disabling autonomous invocation for this skill. 5) If the platform would perform npm installs, inspect the package contents (or its provenance) before allowing installation.
功能分析
Type: OpenClaw Skill
Name: sardis-policy
Version: 1.0.0
The sardis-policy skill is a legitimate tool for managing spending policies on the Sardis platform via its API (api.sardis.sh). It uses standard environment variables (SARDIS_API_KEY) and common utilities (curl, jq) to perform documented tasks such as creating, listing, and testing transaction policies. No evidence of malicious intent, data exfiltration, or harmful instructions was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name, description, required binaries (curl, jq) and required env var (SARDIS_API_KEY) align with making HTTP calls to a Sardis API to create/manage policies. Small inconsistencies: registry metadata reported 'No install spec' and 'Homepage: none', yet SKILL.md includes a homepage (https://sardis.sh) and an install hint (npm: @sardis/sdk). These are likely bookkeeping issues but should be clarified.
Instruction Scope
SKILL.md only shows curl-based calls to the Sardis API and sample usage that requires wallet IDs and the SARDIS_API_KEY. There are no instructions to read local files, secrets beyond SARDIS_API_KEY, or to exfiltrate data to unrelated endpoints. The instructions are scoped to policy creation, listing, testing, and template usage.
Install Mechanism
Registry metadata indicated 'No install spec', but SKILL.md contains an 'install' block recommending npm install of '@sardis/sdk'. Installing an npm SDK is a common, moderate-risk action if performed, but the mismatch between declared install spec and SKILL.md is an inconsistency that should be resolved so you know whether the platform will fetch/execute that package.
Credentials
Only SARDIS_API_KEY is required and is appropriate for an API that manages spending policies. No other unrelated secrets, config paths, or broad credentials are requested.
Persistence & Privilege
The skill is user-invocable and allowed to be invoked autonomously (disable-model-invocation: false), which is the platform default. Because actions affect agent wallets (policy creation is immutable per the doc), consider whether you want agents to call this skill autonomously. There is no 'always: true' or other elevated persistence requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sardis-policy - 安装完成后,直接呼叫该 Skill 的名称或使用
/sardis-policy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the sardis-policy skill for Sardis agent wallets.
- Enables natural language creation and management of spending policies.
- Supports policy templates, explicit rule definition, and dry-run (test) policy checks.
- Provides vendor allow/block lists, category controls, time-based limits, and multi-layer spending rules.
- Policies are immutable; updates require creating a new version.
- Includes detailed setup, usage commands, and API endpoint examples.
元数据
常见问题
Sardis Policy 是什么?
Natural language spending policy creation and management for Sardis agent wallets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。
如何安装 Sardis Policy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sardis-policy」即可一键安装,无需额外配置。
Sardis Policy 是免费的吗?
是的,Sardis Policy 完全免费(开源免费),可自由下载、安装和使用。
Sardis Policy 支持哪些平台?
Sardis Policy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sardis Policy?
由 EfeDurmaz16(@efedurmaz16)开发并维护,当前版本 v1.0.0。
推荐 Skills