← 返回 Skills 市场
1855
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sure
功能描述
Get report from Sure personal financial board
安全使用建议
This skill appears to do what it says (call your Sure API) but take these precautions before installing: 1) Verify the skill publisher and homepage (https://sure.am) and confirm whether you should point SURE_BASE_URL to that domain or to a local/dev instance — the SKILL.md's localhost examples may be misleading. 2) Only provide an API key you trust the skill with; prefer a limited-scope/test key if available. 3) Be aware the example curl command places the API key on the command line (it may appear in shell history or in process listings); consider safer alternatives (use a config file, stdin, or a short-lived token). 4) Ask the publisher to reconcile the registry metadata (it should declare required env vars and curl). 5) If you need higher assurance, request a signed/verified skill package or vendor documentation before using real credentials.
功能分析
Type: OpenClaw Skill
Name: sure
Version: 1.0.0
The skill bundle is benign, providing a standard API integration using `curl` to interact with a personal financial board. It requires an API key and base URL, which are securely handled via environment variables (`SURE_API_KEY`, `SURE_BASE_URL`). The `SKILL.md` instructions are clear and directly align with the stated purpose, showing no evidence of prompt injection, data exfiltration, malicious execution, or other high-risk behaviors.
能力评估
Purpose & Capability
The SKILL.md instructs the agent to call a Sure API endpoint using SURE_API_KEY and SURE_BASE_URL, which is coherent with the name/description. However the registry metadata published for the skill lists no required env vars or binaries, while the SKILL.md metadata requires curl and two env vars. That mismatch is unexpected and could be an authoring omission.
Instruction Scope
Runtime instructions are minimal and stay on-purpose: obtain an API key from the Sure app, set SURE_API_KEY and SURE_BASE_URL, then curl the /api/v1/accounts endpoint. The instructions do not request unrelated files, system paths, or other credentials.
Install Mechanism
No install spec and no code files (instruction-only) — lowest installation risk. The SKILL.md expects curl to be available; that requirement is reasonable but was not reflected in the registry metadata.
Credentials
The required environment variables (SURE_API_KEY, SURE_BASE_URL) are proportionate to the task, but they are sensitive. The skill's top-level registry metadata did not declare these env vars (inconsistency). Also the SKILL.md examples use localhost URLs, which could indicate a self-hosted/dev setup—confirm which endpoint you'll be sending secrets to.
Persistence & Privilege
The skill does not request persistent privileges (always=false), has no install, and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sure - 安装完成后,直接呼叫该 Skill 的名称或使用
/sure触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Sure skill.
- Allows users to get reports from the Sure personal financial board.
- Instructions included for environment variable setup and API key configuration.
- Provides example for listing all account amounts using curl.
元数据
常见问题
Sure 是什么?
Get report from Sure personal financial board. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1855 次。
如何安装 Sure?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sure」即可一键安装,无需额外配置。
Sure 是免费的吗?
是的,Sure 完全免费(开源免费),可自由下载、安装和使用。
Sure 支持哪些平台?
Sure 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sure?
由 bt0r(@bt0r)开发并维护,当前版本 v1.0.0。
推荐 Skills