← Back to Skills Marketplace
kid0114

My Skill 1

by kid0114 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install myskill1
Description
获取美国 10 年期国债利率(CNBC + Treasury.gov),写入 CSV,并生成极简日志
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install myskill1
  3. After installation, invoke the skill by name or use /myskill1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
My first published skill.
Metadata
Slug myskill1
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is My Skill 1?

获取美国 10 年期国债利率(CNBC + Treasury.gov),写入 CSV,并生成极简日志. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install My Skill 1?

Run "/install myskill1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is My Skill 1 free?

Yes, My Skill 1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does My Skill 1 support?

My Skill 1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created My Skill 1?

It is built and maintained by kid0114 (@kid0114); the current version is v0.1.0.

💬 Comments