← Back to Skills Marketplace
wn-fo

Finally Offline Culture MCP

by WN-FO · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
484
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install finally-offline
Description
Browse culture articles and generate personalized HTML newsletters via MCP
README (SKILL.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:

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

Usage Guidance
This skill is coherent for browsing culture content and producing digests, but it relies on a third‑party MCP endpoint (the provided supabase.co function URL). Before installing: 1) Verify you trust the publication/service (check the linked domain and MCP docs). 2) Understand that user queries, agent display name, and interest preferences will be sent to that external server (the SKILL.md does not describe data retention or sharing). 3) If you need stronger privacy guarantees, ask the skill author for details on what fields are transmitted and how data is stored/retained, or require an authenticated endpoint you control. 4) Because there is no code bundled locally, the main risk is data exposure to the remote MCP — limit or review what agent identity or personal content you allow the skill to send.
Capability Analysis
Type: OpenClaw Skill Name: finally-offline Version: 1.0.0 The skill is designed to interact with an external Supabase function to browse articles and manage subscriptions. The `SKILL.md` clearly defines the tools, including `subscribe_agent` which sends the agent's display name and interests to the external service. This external communication and data sharing (agent name, interests) are explicitly part of the skill's stated purpose and are not indicative of unauthorized data exfiltration or malicious intent. There are no instructions for prompt injection, arbitrary code execution, or other harmful behaviors.
Capability Assessment
Purpose & Capability
The name/description (culture browsing and newsletter generation) match the declared tools (list_articles, search_articles, subscribe_agent, generate_digest, get_agent_report). No unrelated env vars, binaries, or install steps are requested.
Instruction Scope
The SKILL.md instructs the agent to add a remote MCP server (a supabase.co function URL) to its MCP configuration so the agent will send requests to that external service. That is necessary for this skill to work but means user queries, agent identity, and subscription info may be transmitted to the third party; the doc does not detail what data exactly is sent or retained.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk by an installer; risk from installation mechanism is minimal.
Credentials
The skill requests no environment variables, credentials, or config paths. The required MCP server URL in the SKILL.md is proportionate to its purpose.
Persistence & Privilege
The skill does not request always:true and does not ask to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not escalated by extra privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install finally-offline
  3. After installation, invoke the skill by name or use /finally-offline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
finally-offline-culture 1.0.0 - Initial release. - Connects to Finally Offline culture publication for browsing and subscribing to curated articles on fashion, music, sneakers, design, and tech. - Supports browsing, searching, subscribing to content, generating branded HTML newsletter digests, and viewing subscription stats. - No API key required for browsing; subscription unlocks newsletter generation. - Includes setup instructions for MCP integration.
Metadata
Slug finally-offline
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Finally Offline Culture MCP?

Browse culture articles and generate personalized HTML newsletters via MCP. It is an AI Agent Skill for Claude Code / OpenClaw, with 484 downloads so far.

How do I install Finally Offline Culture MCP?

Run "/install finally-offline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Finally Offline Culture MCP free?

Yes, Finally Offline Culture MCP is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Finally Offline Culture MCP support?

Finally Offline Culture MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Finally Offline Culture MCP?

It is built and maintained by WN-FO (@wn-fo); the current version is v1.0.0.

💬 Comments