← 返回 Skills 市场
aiwithabidi

Usaspending

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
260
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install usaspending
功能描述
USAspending.gov — federal spending data, contracts, grants, awards, agencies, and recipient search. No API key required.
安全使用建议
This skill appears to be a straightforward CLI wrapper for the USAspending API and does not request credentials. Before installing, you may want to: 1) confirm the author/homepage (agxntsix.ai) if provenance matters, 2) run the script in a sandbox or isolated environment the first time, and 3) review the bundled script (already done) if you have stricter requirements — note the unused get_env helper that would read a .env file if later invoked or modified.
功能分析
Type: OpenClaw Skill Name: usaspending Version: 1.0.0 The skill provides a legitimate CLI interface for the public USAspending.gov API using only the Python standard library. The code in scripts/usaspending.py correctly implements the documented search and retrieval functions, and although it contains an unused helper function for environment variable retrieval, there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the included CLI which calls the USAspending API. The script uses only Python stdlib and issues HTTP requests to api.usaspending.gov, which is consistent with a federal spending data client.
Instruction Scope
SKILL.md simply instructs running the bundled Python CLI against USAspending endpoints. It does not ask the agent to read unrelated files, access other services, or transmit data to unexpected endpoints.
Install Mechanism
No install spec or external downloads are used; the skill is instruction-only with a single included Python script (stdlib-only), so nothing arbitrary is pulled from the network during install.
Credentials
The skill declares no required environment variables and the CLI operates without credentials. The code contains a get_env() helper that will read a .env file in a workspace path if used, but that helper is not invoked anywhere in the script — this is unexpected but not exploitable in the current code.
Persistence & Privilege
The skill is user-invocable and not set to always:true. It does not modify other skills or request persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install usaspending
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /usaspending 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the usaspending skill. - Provides command-line access to USAspending.gov federal spending data—search contracts, grants, awards, agencies, and recipients. - No API key or external dependencies required. - Outputs data in JSON format by default. - Includes CLI scripts for award details, recipient and agency lookups, spending analysis, and autocomplete search. - Compatible with Python 3.10+ (stdlib only).
元数据
Slug usaspending
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Usaspending 是什么?

USAspending.gov — federal spending data, contracts, grants, awards, agencies, and recipient search. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。

如何安装 Usaspending?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install usaspending」即可一键安装,无需额外配置。

Usaspending 是免费的吗?

是的,Usaspending 完全免费(开源免费),可自由下载、安装和使用。

Usaspending 支持哪些平台?

Usaspending 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Usaspending?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论