Blockbeats To Chainthink
Skill by dyc0616c-oss
Why use this skill?
Seamlessly automate the transfer of blockchain articles from BlockBeats to your ChainThink drafts. Save time and maintain content accuracy with this OpenClaw skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dyc0616c-oss/blockbeats-to-chainthinkWhat This Skill Does
The Blockbeats To ChainThink skill is an automated content pipeline designed for curators and editors who regularly source news from the BlockBeats platform. It streamlines the manual labor involved in transferring high-quality blockchain news into the ChainThink content management system. By leveraging browser automation, the skill parses structured data directly from the BlockBeats website's internal state (window.NUXT), extracts essential metadata including the article title, abstract, and full HTML body, and maps them into a ready-to-publish format for your ChainThink draft repository. This ensures that formatting is preserved and the editorial workflow remains efficient and error-free.
Installation
To install this skill, use the OpenClaw CLI in your terminal:
clawhub install openclaw/skills/skills/dyc0616c-oss/blockbeats-to-chainthink
Post-installation, ensure you have configured your credentials by adding your x-token and x-user-id to the TOOLS.md file located in your project root. The skill relies on these credentials to authorize requests to the ChainThink API.
Use Cases
This skill is ideal for professional researchers, crypto-analysts, and content creators who need to maintain a database of relevant market news. It is particularly useful for building a private knowledge base or a public content feed where external news needs to be curated before reaching the final publishing stage.
Example Prompts
- "Grab the latest analysis from BlockBeats and save it to my ChainThink drafts: https://www.theblockbeats.info/news/61465"
- "Extract this article for me: https://www.theblockbeats.info/news/61461"
- "Please move this BlockBeats story into the ChainThink dashboard as a new draft: https://www.theblockbeats.info/news/55432"
Tips & Limitations
- Data Integrity: The skill directly interacts with BlockBeats' internal data structure; if the target website updates its structure, the extraction might need maintenance.
- Authentication: The
x-tokenprovided inTOOLS.mdtypically expires every 7 days. If you receive an authorization error, refresh your token from the ChainThink admin interface. - Privacy: Articles are saved as private drafts by default (
is_public: false), allowing you to review and polish the content before taking it live on your platform. - Media: The skill preserves original CDN links for images; ensure your network environment allows access to BlockBeats' image hosting endpoints.
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-dyc0616c-oss-blockbeats-to-chainthink": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api