← Back to Skills Marketplace
rmarji

Agent Format

by Raed Marji · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
451
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agent-format
Description
Standard formatting for agent messages. Visual hierarchy, status indicators, progress bars — scannable on Telegram, Discord, Slack, WhatsApp. The baseline fo...
README (SKILL.md)

Agent Format

How agents should format messages for chat apps.

Patterns

Status Indicators

Symbol Meaning
🟢 Good / Done
🟡 In Progress / Warning
🔴 Blocked / Error
🔥 Urgent
Quick

Progress Bars

████████░░ 80%
██████░░░░ 60%
████░░░░░░ 40%

Chars: (filled) (empty)

Sparklines

▁▂▃▅▇█▇▅▃▂

Chars (low→high): ▁ ▂ ▃ ▄ ▅ ▆ ▇ █

Tables (Monospace)

Project     Status    Owner
─────────────────────────────
Alpha       🟢 Done   PM
Beta        🟡 WIP    CTO
Gamma       🔴 Block  Sales

Principles

Lead with signal. Most important first.

Assume scanning. Nobody reads walls of text.

Visual hierarchy. Emoji → bars → text.

Example

📊 Status

🔴 Blocked
• Client scope (waiting)

🟡 Active
• Launch prep ████████░░ 80%

🟢 Done
• Demo ✓
• Docs ✓

📈 Week: ▂▃▅▆▇█

Reference

Progress: ░█
Spark:    ▁▂▃▄▅▆▇█
Divider:  ─────
Status:   🟢🟡🔴🔥⚡
Usage Guidance
This skill is essentially a styling guide and appears safe to install: it contains no code, no installs, and requests no secrets. Before installing, confirm you trust the agent that will use it (the agent could apply the formatting to any message you give it). Also note downstream considerations: formatted content (emojis, block characters) may render differently across chat clients and could be used in social-engineering if combined with other skills that send messages on your behalf. If you integrate this with other skills that have network or credential access, review those skills' permissions separately.
Capability Analysis
Type: OpenClaw Skill Name: agent-format Version: 1.0.0 The skill bundle is benign. It consists of a metadata file (`_meta.json`) and a markdown document (`SKILL.md`). The `SKILL.md` file provides instructions and examples for an AI agent on how to format its messages for better readability and visual hierarchy in chat applications. There is no executable code, no instructions that could lead to prompt injection for malicious purposes, no attempts at data exfiltration, persistence, or any other suspicious or malicious activities. The content is entirely focused on presentation guidelines.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md content: it's a formatting/style guide for agent outputs. There are no unrelated requirements (no env vars, binaries, or install steps).
Instruction Scope
The SKILL.md only specifies visual conventions (emoji, progress bars, tables, sparklines). It does not instruct reading files, accessing environment variables, calling external endpoints, or collecting user data.
Install Mechanism
There is no install spec and no code files. This is the lowest-risk type (instruction-only) and nothing will be written to disk by the skill itself.
Credentials
The skill requires no credentials, env vars, or config paths. Requested privileges are minimal and appropriate for a formatting guide.
Persistence & Privilege
always is false and the skill does not request persistent/system-level changes or access to other skills' configs. Normal autonomous invocation is allowed (platform default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-format
  3. After installation, invoke the skill by name or use /agent-format
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of agent-format skill. - Defines standards for visual structure: status indicators, progress bars, sparklines, and monospace tables. - Focuses on readability and scannability for chat apps like Telegram, Discord, Slack, and WhatsApp. - Provides message templates and formatting principles for consistent agent output.
Metadata
Slug agent-format
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Agent Format?

Standard formatting for agent messages. Visual hierarchy, status indicators, progress bars — scannable on Telegram, Discord, Slack, WhatsApp. The baseline fo... It is an AI Agent Skill for Claude Code / OpenClaw, with 451 downloads so far.

How do I install Agent Format?

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

Is Agent Format free?

Yes, Agent Format is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Agent Format support?

Agent Format is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Format?

It is built and maintained by Raed Marji (@rmarji); the current version is v1.0.0.

💬 Comments