ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Paragraph

Skill by claireaicodes

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/claireaicodes/paragraph
Or

name: paragraph description: OpenClaw skill for Paragraph.com — Web3-native blogging with tokenization, onchain storage, and community features version: 1.2.0 author: Phil (OpenClaw) license: ISC homepage: https://github.com/ClaireAICodes/openclaw-skill-paragraph metadata: { "openclaw": { "emoji": "📝", "requires": { "env": ["PARAGRAPH_API_KEY", "PARAGRAPH_PUBLICATION_SLUG"] } } }

Skill type

type: tool

Main entry point

main: skill.js

Environment variables required

env:

  • name: PARAGRAPH_API_KEY description: Paragraph API authentication key required: true
  • name: PARAGRAPH_PUBLICATION_SLUG description: Publication slug for URL building (required). Example: "myblog" or "jonathancolton.eth" required: true
  • name: PARAGRAPH_PUBLICATION_ID description: Default publication ID (optional, not needed if slug is set) required: false
  • name: PARAGRAPH_API_BASE_URL description: Custom API base URL (for testing) required: false

Tools provided

tools:

  • paragraph_testConnection
  • paragraph_createPost
  • paragraph_getPost
  • paragraph_getPostBySlug
  • paragraph_listPosts
  • paragraph_getPublication
  • paragraph_getPublicationByDomain
  • paragraph_getMyPublication
  • paragraph_addSubscriber
  • paragraph_listSubscribers
  • paragraph_importSubscribers
  • paragraph_getFeed
  • paragraph_getPostsByTag
  • paragraph_getCoin
  • paragraph_getCoinByContract
  • paragraph_getPopularCoins
  • paragraph_listCoinHolders
  • paragraph_getUser
  • paragraph_getUserByWallet
  • paragraph_getSubscriberCount

Dependencies

dependencies: [] # Uses native fetch, no external deps

Tags for discovery

tags:

  • blogging
  • web3
  • nft
  • tokens
  • publishing
  • content
  • openclaw
  • openclaw-skill
  • paragraph
  • decentralized
  • onchain
  • social
  • creator-economy
  • content-automation

Documentation

documentation: README.md

Setup instructions

setup:

  • name: Get API key description: Go to Paragraph account settings → Integrations → Generate API key
  • name: Get publication slug description: Find your publication slug in your Paragraph dashboard (e.g., "myblog" or "jonathancolton.eth")
  • name: Set environment variables description: Add PARAGRAPH_API_KEY and PARAGRAPH_PUBLICATION_SLUG to OpenClaw environment
  • name: (Optional) Set default publication ID description: Set PARAGRAPH_PUBLICATION_ID if you prefer using ID over slug (slug is recommended)

Metadata

Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-claireaicodes-paragraph": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.