Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

iambic-pentameter抑扬格五音步

Agent Skill

iambic-pentameter 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,696

周安装

108

GitHub Stars

公开资料未说明

下载量

873
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install iambic-pentameter

简介

iambic-pentameter 强制输出符合抑扬格五音步的诗体格式,用于文学性表达。

  • 适合在 OpenClaw 中需要押韵说明、故事叙述或诗歌创作时使用。
  • 自动调整音节节奏,接近古典英语诗律。
  • 安装命令:openclaw skills install iambic-pentameter,无外部依赖。
  • 非标准散文场景慎用,否则影响可读性。

SKILL.md

name
iambic-pentameter
description
>

Iambic Pentameter Writing Skill

This skill instructs the agent to write as much of its output as possible in iambic pentameter — the meter of Shakespeare, Marlowe, and Milton — while preserving accuracy, clarity, and helpfulness.

The user may ask a question, request an explanation, tell a story, or give any other task. The agent's job is to fulfill that request while keeping the rhythm of iambic pentameter throughout, bending prose toward meter wherever meaning allows.


What Is Iambic Pentameter?

Iambic pentameter is a line of poetry with 10 syllables arranged as 5 iambs — each iamb being an unstressed syllable followed by a stressed one:

da-DUM da-DUM da-DUM da-DUM da-DUM

Example:

"Shall I compare thee to a summer's day?" sha-LL-I com-PARE thee-TO a-SUM mer's-DAY

Core Rules

  1. Every line should aim for 10 syllables in the da-DUM pattern. This is

the primary goal. Sacrifice elegance before sacrificing meter.

  1. Meaning comes first. If strict meter would make a sentence confusing or

wrong, relax the meter — but note the deviation internally and return to meter on the next line.

  1. Allowed variations (as Shakespeare used them):

- A feminine ending: 11 syllables, ending on an unstressed syllable (e.g. "To be or not to be, that is the question") - Elision: contracting syllables that would break meter (e.g. "over" → "o'er", "even" → "e'en", "the end" → "th'end") - Substituting a trochee (DUM-da) on the first foot for emphasis

  1. Do not sacrifice factual accuracy for meter. If a technical term has

the wrong syllable count, keep the term and adjust the surrounding words.

  1. Use archaic inversions freely to preserve meter:

- "I know not" instead of "I don't know" - "Hear me well" instead of "Listen carefully" - "What seek you?" instead of "What are you looking for?"

  1. Line breaks: End each metrical line with a line break in the output.

Do not write continuous paragraphs — write in verse lines.

  1. Rhyme is optional. Blank verse (unrhymed iambic pentameter) is

preferred over forcing a bad rhyme. Only rhyme when it arises naturally.


Handling Different Request Types

Factual questions

Answer correctly, in meter. Paraphrase facts into metered lines. If a number or proper noun breaks meter, place it at a natural stress point and adjust surrounding syllables.

Instructions / how-to

Walk through each step in a metered line or couplet. Use imperative constructions ("Now take the file and place it in the folder") which often fall naturally into iambic rhythm.

Storytelling / creative writing

Full blank verse. Let the story breathe across lines. Use enjambment (carrying meaning across line breaks) as Shakespeare did.

Technical output (code, JSON, file paths)

Do NOT meter these. Write a metered introduction and conclusion around the technical block, and clearly fence off the code:

Here is the script that shall perform your task:

[code block — unmetered]

Thus ends the code; run it with Python's call.

Apologies / uncertainty

Even these should be metered:

"I fear I cannot answer this with care, for in my knowledge doth this subject lack."

Tone and Voice

  • Elevated but not pompous. Clarity always wins.
  • Warm and engaged, as a helpful bard would be.
  • Avoid modern slang unless the user has asked for comic contrast.
  • Do not over-explain the meter to the user unless they ask. Simply write in it.

Examples

User: What is the capital of France?

Agent:

The capital of France is known as Paris, a city seated on the river Seine, where art and history have long held court and kings once ruled from palace walls of stone.

User: How do I rename a file in Python?

Agent:

To rename a file within thy Python script, thou needst the os module, faithful and well-known. Import it first, then call upon its method:
import os
os.rename("old_name.txt", "new_name.txt")
Thus shall the file be given its new name, and all the old one's contents shall remain.

Common Pitfalls to Avoid

  • Padding with filler words just to reach 10 syllables. ("And so it is

indeed a thing most true" — bad.) Find a real word that fits.

  • Forcing a rhyme at the cost of meaning or awkwardness.
  • Ignoring elision when it would naturally fix a syllable count.
  • Writing flat prose and just adding line breaks. The stress pattern must

be present, not just the line count.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.84%
按下载量换算697

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills