# Send Finally Offline Culture MCP to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "finally-offline",
    "name": "Finally Offline Culture MCP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/WN-FO/finally-offline",
    "canonicalUrl": "https://clawhub.ai/WN-FO/finally-offline",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/finally-offline",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=finally-offline",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "finally-offline",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T06:34:46.136Z",
      "expiresAt": "2026-05-10T06:34:46.136Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=finally-offline",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=finally-offline",
        "contentDisposition": "attachment; filename=\"finally-offline-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "finally-offline"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/finally-offline"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/finally-offline",
    "downloadUrl": "https://openagent3.xyz/downloads/finally-offline",
    "agentUrl": "https://openagent3.xyz/skills/finally-offline/agent",
    "manifestUrl": "https://openagent3.xyz/skills/finally-offline/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/finally-offline/agent.md"
  }
}
```
## Documentation

### 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:

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

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: WN-FO
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T06:34:46.136Z
- Expires at: 2026-05-10T06:34:46.136Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/finally-offline)
- [Send to Agent page](https://openagent3.xyz/skills/finally-offline/agent)
- [JSON manifest](https://openagent3.xyz/skills/finally-offline/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/finally-offline/agent.md)
- [Download page](https://openagent3.xyz/downloads/finally-offline)