fs-street
Fetches articles from Farnam Street RSS. Use when asking about decision-making, mental models, learning, or wisdom from Farnam Street blog.
Why use this skill?
Easily fetch and summarize mental models and decision-making insights from the Farnam Street blog with the fs-street skill for your OpenClaw AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hjw21century/fs-streetWhat This Skill Does
The fs-street skill acts as an intelligent interface for the Farnam Street blog, a premier resource for mental models, decision-making, leadership, and continuous learning. By integrating this skill into your OpenClaw agent, you can programmatically fetch, parse, and analyze articles from the blog. The skill handles complex queries by mapping relative natural language requests—such as 'yesterday' or 'the day before yesterday'—to specific date-based RSS fetches. It provides a structured workflow that includes content verification and formatted output, ensuring that insights from the blog are presented in a clean, readable, and actionable Markdown format.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/hjw21century/fs-street
Ensure you have Python installed on your system along with the necessary dependencies: feedparser and requests. You can install these via pip install feedparser requests to ensure the fetch scripts operate correctly. No external API keys or complex configuration files are required, making it a plug-and-play solution for knowledge management.
Use Cases
This skill is perfect for professionals, students, and lifelong learners who want to keep up with Farnam Street’s wisdom without manually browsing the web. Common use cases include: summarizing complex decision-making strategies before a meeting, gathering mental models for a specific project, or building a recurring archive of leadership insights. It is especially useful for agents acting as a personal research assistant that filters out the noise and delivers high-signal content directly to your chat interface.
Example Prompts
- "Could you fetch the Farnam Street article from yesterday and summarize the main points on decision-making?"
- "Search the Farnam Street archives for any articles related to mental models."
- "What was the post from 2024-06-13 about? Please format the key insights clearly."
Tips & Limitations
Please be aware that some premium content on the Farnam Street blog is marked as '[FS Members]'. The skill will fetch the available teaser text for these articles, but full access is subject to their platform's membership rules. Always use the YYYY-MM-DD date format when requesting specific days to ensure the Python script parses the request accurately. If you receive a 'no article available' response, use the '可用的日期' (available dates) command to see the range of data currently accessible.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hjw21century-fs-street": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
github-topics
Fetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.
x-tweet-fetcher
Fetch tweets from X/Twitter without login or API keys. Supports regular tweets, long tweets, quoted tweets, and full X Articles. Zero dependencies, zero configuration.
trending-skills
Fetches skills.sh trending rankings. Use when asking about skill rankings or popular tools.
ai-daily
Fetches AI news from smol.ai RSS. Use when user asks about AI news or daily tech updates.
agent-estimation
Accurately estimate AI agent work effort using the agent's own operational units (tool-call rounds) instead of human time. Use when asked to estimate, scope, plan, or evaluate how long a coding task will take. Prevents the common failure mode where agents anchor to human developer timelines and massively overestimate. Outputs a structured breakdown with round counts, risk factors, and a final wallclock conversion.