Token导航 LogoToken导航TokenDH.com
效率权限需确认clawhub未标认证来源可访问clear审计通过

tomltoml 效率

Agent Skill

toml 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

27,824

周安装

1,183

GitHub Stars

2

下载量

9,748
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:toml(toml 效率)
来源仓库:https://github.com/ivangdavila/toml
安装命令:
openclaw skills install toml
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install toml

简介

编写具有正确类型和结构的有效 TOML 配置文件。

  • 自动校验语法并给出修正建议。toml 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 提升配置文件的规范性与可读性。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 安装前请确认权限和维护状态,注意是否触发文件读写。
  • 专为 OpenClaw 宿主环境设计。

SKILL.md

name
TOML
description
Write valid TOML configuration files with correct types and structure.
metadata
{"clawdbot":{"emoji":"⚙️","os":["linux","darwin","win32"]}}

Strings

  • Basic strings "..." support escapes: `\

, \ , \\, \"`

  • Literal strings '...' are raw—no escape sequences, backslash is literal
  • Multiline basic """...""" allows newlines; leading newline after """ is trimmed
  • Multiline literal '''...''' for raw blocks; no escape processing

Keys

  • Bare keys: alphanumeric, dash, underscore only—key-name_1 valid
  • Quoted keys for special chars: "key with spaces" or 'key.with.dots'
  • Dotted keys a.b.c = 1 equivalent to nested tables—defines [a.b] implicitly
  • Keys are case-sensitive—Key and key are different

Tables

  • [table] defines table; all following key-values belong to it until next header
  • [a.b.c] creates nested structure—parent tables created implicitly
  • Dotted keys under [table] extend it: [fruit] then apple.color = "red" works
  • Defining table after dotted key created it is error—order matters

Arrays of Tables

  • [[array]] appends new table to array each time it appears
  • [[products]] twice creates products[0] and products[1]
  • Mix [array.nested] after [[array]] to add to most recent array element
  • Cannot redefine static table as array or vice versa

Inline Tables

  • point = { x = 1, y = 2 } for compact single-line tables
  • Inline tables cannot span lines (until TOML 1.1)
  • Cannot add keys to inline table after definition—immutable once closed
  • Nested inline tables allowed but reduce readability

Types

  • Integers: decimal, hex 0xDEAD, octal 0o755, binary 0b1010
  • Underscores for readability: 1_000_000 is valid
  • Floats: 3.14, 5e-10, inf, nan (case-sensitive)
  • Booleans: true/false only—lowercase, no yes/no/on/off

Dates & Times

  • RFC 3339 format: 2024-01-15T14:30:00Z or with offset +05:30
  • Local datetime: 2024-01-15T14:30:00 (no timezone)
  • Local date: 2024-01-15; Local time: 14:30:00
  • Milliseconds supported: 14:30:00.123

Common Pitfalls

  • No null type—omit key entirely for optional values
  • Arrays must be homogeneous (TOML 1.0)—TOML 1.1 allows mixed types
  • Trailing commas not allowed in arrays or inline tables
  • Comment # only outside strings—no inline comment after value on same line works, but avoid ambiguity

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.01%
按下载量换算8,872

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills