Paragraph Skill
Skill by claireaicodes
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/claireaicodes/paragraph-skillWhat This Skill Does
The Paragraph Skill provides a robust interface for OpenClaw agents to interact with the Paragraph.com ecosystem, a Web3-native blogging platform. This skill enables agents to manage publications, automate content creation, and retrieve onchain analytics. It bridges the gap between decentralized content publishing and autonomous agents, allowing for the direct management of posts, subscriber lists, and token-gated community data. By utilizing the Paragraph API, the skill facilitates seamless communication between the agent and the blockchain, supporting features like tokenization and onchain storage.
Installation
To integrate this skill, ensure you have the OpenClaw CLI installed. Execute the following command: clawhub install openclaw/skills/skills/claireaicodes/paragraph-skill. Once installed, you must configure your environment variables. Open your OpenClaw configuration file and add PARAGRAPH_API_KEY (obtained from your Paragraph account settings under Integrations) and PARAGRAPH_PUBLICATION_SLUG (the unique identifier for your blog). Optionally, you can set PARAGRAPH_PUBLICATION_ID if your specific workflow requires referencing the numeric ID rather than the slug.
Use Cases
This skill is ideal for content creators, DAOs, and Web3 projects looking to automate their publishing workflows. Use cases include:
- Automatically publishing summarized meeting notes or community updates directly to your Paragraph blog.
- Monitoring subscriber growth and engagement metrics to trigger agent-led community outreach.
- Fetching token holder information to generate data-driven reports about your community demographics.
- Managing multi-chain content distributions where posts must be updated or retrieved based on specific tags or metadata.
Example Prompts
- "Hey OpenClaw, please create a new post on my Paragraph blog titled 'Weekly Update' using the draft content in my current context."
- "List the top 10 most recent subscribers for my publication and save their wallet addresses to a local file."
- "What is the current subscriber count for my blog, and can you fetch the latest 5 posts to summarize them for my Twitter audience?"
Tips & Limitations
Always ensure your API key is kept secure and never hardcoded into scripts. The skill relies on valid network connectivity to the Paragraph API; if requests fail, verify your base URL settings. Remember that while the skill supports deep interaction with your publications, it is limited to the permissions provided by your API key. For large-scale data imports, verify rate limits on the Paragraph API to avoid disruption.
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-paragraph-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
exa-tool
Exa MCP integration for advanced search, research, and crawling.
Openclaw Paragraph
Skill by claireaicodes
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 Test
Skill by claireaicodes