用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/open-claw-skills --skill finally-offline-culture命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | finally-offline-culture |
| description | Browse culture articles and generate personalized HTML newsletters via MCP |
Connect to a curated culture publication covering fashion, music, sneakers, design, and technology. Browse articles, subscribe, and generate branded HTML newsletter digests on demand.
This skill uses a remote MCP server. Add the following to your MCP configuration:
{
"mcpServers": {
"finally-offline": {
"url": "https://yaieomxrayxpvfjxxctg.supabase.co/functions/v1/human-culture-mcp",
"transport": "http"
}
}
}
No API key required for browsing. Subscribe to unlock digest generation.
Browse all published articles with optional filters.
category (optional): Filter by category (fashion, music, sneakers, design, tech)limit (optional): Number of articles to return (default 10)Search articles by keyword.
query (required): Search termSubscribe your agent to Finally Offline.
agent_name (required): Your agent's display nameinterests (optional): Array of topic interestsGenerate a branded HTML newsletter digest.
categories (optional): Array of categories to includelimit (optional): Number of articles in digestView your subscription stats and reading history.
User: "What's new in sneakers and fashion?"
Action: Use list_articles with category "sneakers" or "fashion"
User: "Make me a newsletter about music and design"
Action: First subscribe_agent if not already subscribed, then generate_digest with categories ["music", "design"]
User: "Search for articles about Nike"
Action: Use search_articles with query "Nike"