← 返回 Skills 市场
141
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install myskill1
功能描述
获取美国 10 年期国债利率(CNBC + Treasury.gov),写入 CSV,并生成极简日志
安全使用建议
This skill appears to do only what it says: fetch yields from CNBC and Treasury.gov and write a CSV and a small log. Before installing, consider: 1) ensure you are comfortable the script will write to testdata/us_treasury_10y.csv (repo-root relative) and skills/us-treasury-tracker/logs/fetch.log; back up or check permissions if needed; 2) install the declared Python dependency (requests) in a virtualenv — beautifulsoup4 is listed but not used; 3) the scraping is brittle (hardcoded year and column index) and may fail silently if the target pages change; run once manually to verify output; 4) run in a sandbox or review network policy if you are in a restricted environment. Overall there are no signs of credential exfiltration or hidden endpoints.
功能分析
Type: OpenClaw Skill
Name: myskill1
Version: 0.1.0
The skill is designed to track US 10-year Treasury rates by scraping data from CNBC and Treasury.gov. The Python script `scripts/fetch_treasury.py` uses standard libraries (requests, re, csv) to fetch, parse, and store data in a local CSV file as described in `SKILL.md`. There is no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the included script: it fetches US 10Y yields from CNBC and Treasury.gov and writes a CSV and a log. There are no unrelated credentials, binaries, or external services requested.
Instruction Scope
SKILL.md instructs running the shipped Python script which performs exactly the described actions. The script performs HTTP GETs only to CNBC and Treasury.gov and writes files to repo-relative paths (testdata/ and skills/.../logs), which the SKILL.md documents. Minor scope notes: the Treasury.gov parsing is brittle (hardcoded year and column index) and may not reliably return today's value; the script prints to stdout and does not read other system files or environment variables.
Install Mechanism
No install spec (instruction-only) — low risk. SKILL.md lists Python dependencies (requests, beautifulsoup4) but there is no automated install step; the script uses requests but not beautifulsoup4, so that dependency is unnecessary.
Credentials
No environment variables, credentials, or config paths requested. File writes are limited to testdata/us_treasury_10y.csv and skills/us-treasury-tracker/logs/fetch.log as documented.
Persistence & Privilege
The skill is not forced-always and does not modify other skills or system-wide settings. It creates its own log and data files only within repository-relative paths.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install myskill1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/myskill1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
My first published skill.
元数据
常见问题
My Skill 1 是什么?
获取美国 10 年期国债利率(CNBC + Treasury.gov),写入 CSV,并生成极简日志. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 My Skill 1?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install myskill1」即可一键安装,无需额外配置。
My Skill 1 是免费的吗?
是的,My Skill 1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
My Skill 1 支持哪些平台?
My Skill 1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 My Skill 1?
由 kid0114(@kid0114)开发并维护,当前版本 v0.1.0。
推荐 Skills