← Back to Skills Marketplace
keziqicoze09-del

X Builder Digest

by keziqicoze09-del · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install x-builder-digest
Description
Turn curated X/Twitter builder activity plus optional podcast/blog items into concise English and Chinese markdown digests with first-mention person blurbs,...
Usage Guidance
This skill appears coherent and safe for its stated purpose. Before using it: run it on non-sensitive sample data first; avoid passing JSON that contains private tokens, cookies, or other secrets (the script will blindly include any text from the input in outputs); run in a sandbox or dedicated directory if you are concerned about file writes; and if you want custom person blurbs for many people, consider supplying them from a separate, reviewed JSON rather than embedding untrusted data into the input.
Capability Analysis
Type: OpenClaw Skill Name: x-builder-digest Version: 0.1.0 The skill bundle is a legitimate tool for transforming structured social media JSON data into bilingual (English/Chinese) markdown digests. The Python script (scripts/render_digest.py) uses only standard libraries to process text and contains no network calls, obfuscation, or suspicious execution logic. Furthermore, the SKILL.md instructions include proactive security guidelines advising the agent to exclude sensitive data like session tokens or private paths from the final output.
Capability Assessment
Purpose & Capability
Name/description ask for converting social-feed JSON into English/Chinese digests; the included script (scripts/render_digest.py), sample input, and sample outputs implement exactly that functionality and require only a JSON input and an output directory.
Instruction Scope
SKILL.md instructs the agent to accept structured JSON and produce two markdown files; the script only reads the provided input JSON and writes digest-en.md and digest-zh.md. The instructions explicitly forbid including tokens, session files, or local absolute paths in outputs and the script does not attempt to read other files or environment variables.
Install Mechanism
No install spec is present and the script uses only Python standard libraries (json, html, pathlib, sys). Nothing is downloaded or written beyond the digest outputs. This is low-risk for installation.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access os.environ or request secrets. The PEOPLE and ZH_OVERRIDES dictionaries are static and reasonable for producing blurbs.
Persistence & Privilege
The skill is not always-enabled and does not modify agent/system configuration. It writes output files only to the user-specified output directory and does not persist credentials or alter other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-builder-digest
  3. After installation, invoke the skill by name or use /x-builder-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release: sanitized bilingual builder digest skill with markdown outputs and sample data
Metadata
Slug x-builder-digest
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is X Builder Digest?

Turn curated X/Twitter builder activity plus optional podcast/blog items into concise English and Chinese markdown digests with first-mention person blurbs,... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install X Builder Digest?

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

Is X Builder Digest free?

Yes, X Builder Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does X Builder Digest support?

X Builder Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created X Builder Digest?

It is built and maintained by keziqicoze09-del (@keziqicoze09-del); the current version is v0.1.0.

💬 Comments