Install
openclaw skills install near-content-creatorGenerate NEAR-focused content (threads, market updates, ecosystem news, tutorials).
openclaw skills install near-content-creatorGenerate publication-ready NEAR content in multiple formats for social and educational use.
Implementation entrypoint: {baseDir}/dist/index.js
Use this skill when you need:
@skill.command("near_content_thread")
async def generate_thread(topic: str) -> list:
"""Generate educational Twitter thread"""
@skill.command("near_content_update")
async def market_update() -> str:
"""Generate daily market update"""
@skill.command("near_content_news")
async def ecosystem_news() -> list:
"""Compile ecosystem news"""
@skill.command("near_content_tutorial")
async def generate_tutorial(topic: str) -> str:
"""Generate tutorial content"""
1/8 ... 8/8 structure for direct publishing.