Openclaw Paragraph
Skill by claireaicodes
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/claireaicodes/openclaw-paragraphname: 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 source: 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-claireaicodes-openclaw-paragraph": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
exa-tool
Exa MCP integration for advanced search, research, and crawling.
Ms Forms Auto
Skill by claireaicodes
knowledge-management
Organize and classify OpenClaw knowledge entries into local folders by content type (Research, Decision, Insight, Lesson, Pattern, Project, Reference, Tutorial).
Paragraph Skill
Skill by claireaicodes
Paragraph Test
Skill by claireaicodes