finally-offline-culture

TotalClaw 作者 totalclaw

通过 MCP 浏览文化文章并生成个性化 HTML 新闻通讯

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~wn-fo-finally-offline
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~wn-fo-finally-offline/file -o wn-fo-finally-offline.md
# Finally Offline Culture 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.

## When to Use

- When the user asks for news about fashion, streetwear, sneakers, music, design, or tech culture
- When the user wants a personalized newsletter or digest
- When the user asks to subscribe to a publication
- When the user wants curated content recommendations

## Setup

This skill uses a remote MCP server. Add the following to your MCP configuration:

```json
{
  "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.

## Available Tools

### list_articles
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
Search articles by keyword.
- `query` (required): Search term

### subscribe_agent
Subscribe your agent to Finally Offline.
- `agent_name` (required): Your agent's display name
- `interests` (optional): Array of topic interests

### generate_digest
Generate a branded HTML newsletter digest.
- `categories` (optional): Array of categories to include
- `limit` (optional): Number of articles in digest

### get_agent_report
View your subscription stats and reading history.

## Example Usage

**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"

## Links

- Publication: https://finallyoffline.com
- MCP Docs: https://finallyoffline.com/llms.txt
- Example Output: https://finallyoffline.com/digest-example.html

---

## 中文说明

# Finally Offline Culture MCP

连接到一个精选的文化刊物,涵盖时尚、音乐、球鞋、设计和科技。浏览文章、订阅,并按需生成品牌化的 HTML 新闻通讯摘要。

## 何时使用

- 当用户询问关于时尚、街头服饰、球鞋、音乐、设计或科技文化的新闻时
- 当用户想要个性化的新闻通讯或摘要时
- 当用户请求订阅某个刊物时
- 当用户想要精选内容推荐时

## 设置

此技能使用远程 MCP 服务器。请将以下内容添加到你的 MCP 配置中:

```json
{
  "mcpServers": {
    "finally-offline": {
      "url": "https://yaieomxrayxpvfjxxctg.supabase.co/functions/v1/human-culture-mcp",
      "transport": "http"
    }
  }
}
```

浏览无需 API 密钥。订阅后即可解锁摘要生成功能。

## 可用工具

### list_articles
浏览所有已发布的文章,可选过滤条件。
- `category`(可选):按分类过滤(fashion、music、sneakers、design、tech)
- `limit`(可选):返回的文章数量(默认 10)

### search_articles
按关键词搜索文章。
- `query`(必填):搜索词

### subscribe_agent
将你的代理订阅到 Finally Offline。
- `agent_name`(必填):你的代理显示名称
- `interests`(可选):主题兴趣的数组

### generate_digest
生成品牌化的 HTML 新闻通讯摘要。
- `categories`(可选):要包含的分类数组
- `limit`(可选):摘要中的文章数量

### get_agent_report
查看你的订阅统计和阅读历史。

## 使用示例

**用户:** "What's new in sneakers and fashion?"
**操作:** 使用 `list_articles`,category 为 "sneakers" 或 "fashion"

**用户:** "Make me a newsletter about music and design"
**操作:** 如果尚未订阅,先调用 `subscribe_agent`,然后使用 `generate_digest`,categories 为 ["music", "design"]

**用户:** "Search for articles about Nike"
**操作:** 使用 `search_articles`,query 为 "Nike"

## 链接

- 刊物:https://finallyoffline.com
- MCP 文档:https://finallyoffline.com/llms.txt
- 示例输出:https://finallyoffline.com/digest-example.html