Fs Street
v0.1.0Fetches articles from Farnam Street RSS. Use when asking about decision-making, mental models, learning, or wisdom from Farnam Street blog.
⭐ 0· 637·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the included code and instructions. The only external network access is to the Farnam Street RSS feed (https://fs.blog/feed/), which is exactly what the skill claims to do.
Instruction Scope
SKILL.md instructs running a bundled Python script and includes only feed-related operations and date parsing. One minor inconsistency: the docs show the script path as 'python skills/fs-street/scripts/fetch_blog.py' while the repository file is at 'scripts/fetch_blog.py' — that path mismatch may cause confusion when invoking the CLI exactly as shown.
Install Mechanism
There is no install spec in the registry (instruction-only), and the script depends on public Python packages (feedparser, requests) which the SKILL.md correctly documents (pip install feedparser requests). No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requires no environment variables, credentials, or config paths. It performs a single, expected network fetch to the public RSS URL; no secrets are requested or used.
Persistence & Privilege
The skill does not request persistent 'always' inclusion and does not modify other skills or system settings. It runs on-demand and prints structured JSON output; autonomous invocation is enabled by platform default but the skill itself has no elevated privileges.
Assessment
This skill appears coherent and limited to fetching Farnam Street RSS entries. Before installing: (1) note you may need to pip install feedparser and requests if you run the script locally; (2) adjust the script path in the docs if you invoke it exactly as shown (use scripts/fetch_blog.py or update the path to where the agent installs skills); (3) be aware the skill fetches content from fs.blog over the network and may show only teasers for members-only posts; (4) no secrets or broad permissions are requested. If you require stricter controls, run the included script in an isolated environment or inspect it locally before enabling autonomous use.Like a lobster shell, security has layers — review code before you run it.
latestvk97d6zb511955a10wrkwxw7c8d812v3g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
