← Back to Skills Marketplace
70asunflower

message-friendly

by 70asunflower · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
191
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install message-friendly
Description
Optimizes Markdown-formatted messages for IM platforms (WeChat, DingTalk, etc.) by removing unsupported markup and using clean text layouts.
Usage Guidance
This skill is internally consistent and low-risk: it only describes how to reformat Markdown into IM-friendly plain text and asks for no credentials or installs. Before installing, verify the author/source (ownerId mismatch in metadata might be a packaging error), and test the skill with non-sensitive sample messages to confirm it behaves as you expect. Note that auto-trigger metadata means it may run automatically in channels that match its filter (e.g., messages containing Markdown characters) — if you don't want automatic invocation, confirm how your platform controls skill triggers. Finally, remember link extraction will produce plain-text URLs and image placeholders locally in the output — the skill does not indicate any external transmission, but avoid sending private secrets through it during testing.
Capability Analysis
Type: OpenClaw Skill Name: message-friendly Version: 1.0.1 The skill bundle is a pure prompt-based utility designed to reformat Markdown text into mobile-friendly plain text for IM platforms like WeChat or DingTalk. It contains no executable code, no network requests, and no instructions that would lead to data exfiltration or unauthorized system access (SKILL.md).
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md rules, and _meta.json filter are coherent: all describe Markdown-to-IM plain-text conversion. Nothing requested (no env, no binaries, no installs) is out-of-scope for that purpose. Note: the ownerId in the provided _meta.json (kn70py...) does not match the registry ownerId (kn7c6r...), which could be a metadata inconsistency worth verifying.
Instruction Scope
SKILL.md gives explicit, narrowly-scoped rules for converting Markdown elements to plain text (headings, emphasis, lists, links, images, code blocks, tables, dividers, emojis). It does not instruct the agent to read unrelated files, access credentials, or call external endpoints. No open-ended "gather whatever context you need" language is present.
Install Mechanism
No install spec and no code files — this is instruction-only. That minimizes risk because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The actions described do not need secrets or external service access, so the requested environment access is proportionate.
Persistence & Privilege
Top-level flags show always:false, but _meta.json includes "trigger": "auto", a channel filter and a high priority (10). That suggests the skill is intended to auto-run when messages in the listed channels match the filter (presence of Markdown tokens). This is reasonable for a formatter, but you should be aware it may be invoked automatically in matched channels rather than only on explicit user invocation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install message-friendly
  3. After installation, invoke the skill by name or use /message-friendly
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
No user-facing changes; version bump only. - No file changes detected in this release. - All functionality and documentation remain the same as version 1.0.
v1.0.0
- Initial release of message-friendly: optimizes Markdown messages for IM platforms by removing unsupported markup and restructuring content for better readability. - Converts headings, emphasis, lists, code, tables, links, and images to IM-appropriate plain text using emoji and symbol-based hierarchy. - Strictly prevents any native Markdown output; enforces concise, whitespace-managed formatting. - Translates tables into key-value lists and adapts long text for mobile readability. - Preserves core information while ensuring all outputs are easily sharable in platforms like WeChat and DingTalk.
Metadata
Slug message-friendly
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is message-friendly?

Optimizes Markdown-formatted messages for IM platforms (WeChat, DingTalk, etc.) by removing unsupported markup and using clean text layouts. It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.

How do I install message-friendly?

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

Is message-friendly free?

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

Which platforms does message-friendly support?

message-friendly is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created message-friendly?

It is built and maintained by 70asunflower (@70asunflower); the current version is v1.0.1.

💬 Comments