Use Case
Stop doing repetitive general tools tasks manually. Poetry lets your AI agent handle them automatically through natural conversation. Provides two core capabilities: poetry generation and poetry query. Based on the chinese-poetry open source data set (including 57,607 Tang poems, 254,248 Song poems, 21,053 Song lyrics, 11,057 Yuan songs, 305 Shijing, 65 Chu Ci, 20 chapters of the Analects, as well as the Four Books and Five Classics, Mongolian classics, Nalan Xingde's poetry collection, Cao Cao's poetry collection, etc.), providing users with accurate poetry... This guide shows practical examples of using Poetry to automate common general tools workflows and save hours every week.
Install Poetry: npx clawhub@latest --dir ~/.claude/skills install poetry
Identify the repetitive general tools tasks you want to automate
Describe the task to your AI in plain English
Poetry will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing Poetry
Automate my general tools tasks using Poetry
What repetitive tasks can Poetry handle for me?
Set up a workflow that runs Poetry every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install poetryOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install poetryβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/poetry/π‘Extract and place the folder at the path above, then restart your agent.