TopRank Skills

Home / Claw Skills / Git / GitHub / Paragraph Skill
Official OpenClaw rules 54%

Paragraph Skill

Paragraph OpenClaw Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Paragraph Skill 技能。 若已安装,则直接安装 Paragraph Skill 技能。

Overview

Skill Key
claireaicodes/paragraph-skill
Author
claireaicodes
Source Repo
openclaw/skills
Version
-
Source Path
skills/claireaicodes/paragraph-skill
Latest Commit SHA
f7a8b46ca7ea2ab902cb2f8eb895655a666230e8

Extracted Content

SKILL.md excerpt

# Paragraph OpenClaw Skill

[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
[![OpenClaw Skill](https://img.shields.io/badge/OpenClaw-Skill-ff6b6b)](https://github.com/openclaw/openclaw)
[![Paragraph API](https://img.shields.io/badge/Paragraph-API-00c3ff)](https://paragraph.com/docs/api-reference)
[![Node.js 19+](https://img.shields.io/badge/Node.js-19%2B-green)](https://nodejs.org)

## Overview

Paragraph.com reimagines blogging for the decentralized era. Posts are stored onchain, can be minted as NFTs (coins), and communities can own and govern content. This skill gives OpenClaw agents full programmatic access to Paragraph's API, enabling automated publishing workflows, subscriber management, and token-gated content strategies.

### Why integrate Paragraph with OpenClaw?

- **Automated content pipelines**: Schedule regular posts, cross-post from other platforms, or auto-publish research reports
- **Tokenized engagement**: Track coin holders, distribute rewards, and build onchain communities
- **Newsletter automation**: Manage subscriber lists, segment audiences, and trigger send-outs without manual work
- **Decentralized permanence**: Your content lives on the blockchain, immune to platform takedowns
- **Monetization ready**: Built-in token economics mean you can launch social tokens around your writing

This skill is production-ready for creators, DAOs, and Web3 projects that want to treat blogging as a protocol, not a siloed service.

## Features in Depth

### Post Management

Create posts with rich Markdown, categories, and optional newsletter dispatch. Paragraph handles onchain anchoring automatically. You can:

- Publish instantly or wait for onchain confirmation (`waitForProcessing`)
- Assign categories for discoverability
- Attach images and embedded content via Markdown
- Retrieve posts by ID or human-readable slug
- List recent posts with or without full content

**Note**: Updating posts isn't suppo...

README excerpt

# Paragraph OpenClaw Skill

[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
[![OpenClaw Skill](https://img.shields.io/badge/OpenClaw-Skill-ff6b6b)](https://github.com/openclaw/openclaw)
[![Paragraph API](https://img.shields.io/badge/Paragraph-API-00c3ff)](https://paragraph.com/docs/api-reference)
[![Node.js 19+](https://img.shields.io/badge/Node.js-19%2B-green)](https://nodejs.org)

OpenClaw skill for interacting with [Paragraph.com](https://paragraph.com) - a Web3-native blogging platform with built-in tokenization, onchain storage, and community features.


## Features

- **Posts**: Create, read, list posts with markdown support
- **Publications**: Get publication details by slug or custom domain
- **Subscribers**: Add, list, import subscribers (email or wallet), get count
- **Coins**: Tokenized posts, retrieve coin data, check holders, trending coins
- **Users**: Look up user profiles by ID or wallet address
- **Feed**: Get curated posts and posts by tag
- **Web3 Integration**: Native support for wallet addresses, tokens, onchain events

**Note**: Updating posts via API is not currently supported by Paragraph.

## Implementation

This skill uses **native fetch** (Node.js 19+) to call the Paragraph REST API directly. Zero dependencies - lightweight and reliable.

## Prerequisites

1. **Paragraph Account**: Create an account at [paragraph.com](https://paragraph.com)
2. **API Key**: Generate one in Account Settings → Integrations
3. **Node.js 19+**: Required for native fetch (OpenClaw uses Node 24+)

## Installation

The skill is installed in OpenClaw's global skills directory:

```bash
~/.nvm/versions/node/v24.13.0/lib/node_modules/openclaw/skills/paragraph/
```

No dependencies to install - uses built-in `fetch`.

**Note**: This skill requires Node.js 19+ (OpenClaw runs Node 24+). It has **zero external dependencies**, making it lightweight and reliable.

## Configuration

Set these environment variables (i...

Related Claw Skills