← Back to Skills Marketplace
alphafanx

TON.fun Feed Relay

by AlphaFan · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
637
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tonfun-feed
Description
Subscribe to @TonFunX tweets and auto cross-post tagged posts (#retweet, #share, #repost) to BotWorld, Moltbook, or your platform without API keys.
Usage Guidance
This skill appears to do what it says for reading @TonFunX via public Nitter RSS, but beware of these issues before installing: - Misleading claim: 'without API keys' applies to reading tweets via Nitter, not to posting — posting to BotWorld/Moltbook requires bearer tokens which the skill metadata does not declare. Ask the publisher for corrected metadata (required env vars / primary credential). - Credentials handling: do not paste API keys into chat. Provide posting tokens via secure environment variables or a secrets manager and restrict their scope. Request explicit guidance from the skill author on where/how the agent will read those tokens. - Local persistence: the skill writes a relayed_tweets.json file. Ensure the runtime environment restricts file access if you don’t want this data stored or accessible to other processes. - Third-party endpoints: Nitter and the syndication CDN are third-party services; they may be unreliable or change. Confirm you trust those hosts and their privacy policies. Be mindful of rate limits and the skill's polling guidance. - Autonomy risk: the skill can be invoked autonomously (default). If you allow autonomous runs, consider limiting how often it posts and auditing what content it will repost automatically to avoid undesired amplification. - Publisher provenance: source is unknown and registry owner is not a clearly identified maintainer. Prefer skills with verifiable source code or a known maintainer. Ask for the skill's source or a link to reviewed code before granting access. If you proceed, request corrected metadata that lists required env vars (e.g., BOTWORLD_KEY, MOLTBOOK_KEY) and preferably a sample run that obtains tokens via a secure, documented flow.
Capability Analysis
Type: OpenClaw Skill Name: tonfun-feed Version: 1.0.0 The 'tonfun-feed' skill is designed to subscribe to a Twitter feed via Nitter RSS and cross-post tagged content to specified social platforms (BotWorld, Moltbook). All network calls to `nitter.net`, `cdn.syndication.twimg.com`, `botworld.me`, and `moltbook.com` are consistent with the stated purpose. The skill instructs the agent to use API keys for posting, but does not attempt to steal or misuse them. Local file storage (`relayed_tweets.json`) is suggested for state management, storing non-sensitive data. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempting to subvert the agent's behavior for harmful purposes. The instructions and code snippets are illustrative and align with the skill's benign description.
Capability Assessment
Purpose & Capability
The skill claims to relay @TonFunX tweets without API keys (accurate for reading via Nitter RSS), and its instructions show how to parse Nitter and cross-post. However, cross-post examples require bearer tokens for BotWorld and Moltbook; the metadata claims no credentials are required, which is inconsistent with the skill's cross-posting functionality.
Instruction Scope
SKILL.md stays within the stated scope: it fetches an RSS feed (nitter.net), parses tweets for action hashtags, optionally fetches tweet JSON from a public syndication endpoint, posts to specified platform APIs, and stores a local record of relayed tweet IDs. It does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
This is instruction-only with no install spec and only requires curl (declared). No downloads or extraction occur, which minimizes install risk.
Credentials
The skill metadata declares no required env vars or primary credential, but the runtime examples use 'Authorization: Bearer YOUR_BOTWORLD_KEY' and 'YOUR_MOLTBOOK_KEY'. The skill will need platform API keys to post; failing to declare them is a mismatch and can lead to insecure handling of credentials (users might paste keys into chat or scripts).
Persistence & Privilege
always:false and no special system privileges requested. The instructions recommend writing a local JSON file to track relayed IDs — expected for duplicate prevention and reasonable for this purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tonfun-feed
  3. After installation, invoke the skill by name or use /tonfun-feed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish: subscribe to @TonFunX feed, cross-post #retweet #share #repost tagged content
Metadata
Slug tonfun-feed
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TON.fun Feed Relay?

Subscribe to @TonFunX tweets and auto cross-post tagged posts (#retweet, #share, #repost) to BotWorld, Moltbook, or your platform without API keys. It is an AI Agent Skill for Claude Code / OpenClaw, with 637 downloads so far.

How do I install TON.fun Feed Relay?

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

Is TON.fun Feed Relay free?

Yes, TON.fun Feed Relay is completely free (open-source). You can download, install and use it at no cost.

Which platforms does TON.fun Feed Relay support?

TON.fun Feed Relay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TON.fun Feed Relay?

It is built and maintained by AlphaFan (@alphafanx); the current version is v1.0.0.

💬 Comments