← 返回 Skills 市场
rmarji

Agent Format

作者 Raed Marji · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
451
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-format
功能描述
Standard formatting for agent messages. Visual hierarchy, status indicators, progress bars — scannable on Telegram, Discord, Slack, WhatsApp. The baseline fo...
使用说明 (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:   🟢🟡🔴🔥⚡
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-format
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-format 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug agent-format
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Agent Format 是什么?

Standard formatting for agent messages. Visual hierarchy, status indicators, progress bars — scannable on Telegram, Discord, Slack, WhatsApp. The baseline fo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 451 次。

如何安装 Agent Format?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-format」即可一键安装,无需额外配置。

Agent Format 是免费的吗?

是的,Agent Format 完全免费(开源免费),可自由下载、安装和使用。

Agent Format 支持哪些平台?

Agent Format 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Format?

由 Raed Marji(@rmarji)开发并维护,当前版本 v1.0.0。

💬 留言讨论