Jump to related tools in the same category or review the original source on GitHub.

CLI Utilities @mastrophot Updated 6/28/2026 917 downloads 0 stars Security: Pass

Near Content Creator OpenClaw Plugin & Skill | ClawHub

Looking to integrate Near Content Creator into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.

What this skill does

Generate NEAR-focused content (threads, market updates, ecosystem news, tutorials).

Install

ClawHub CLI
openclaw skills install @mastrophot/near-content-creator
Node.js (npx)
npx clawhub@latest install near-content-creator

Full SKILL.md

Open original
Metadata table.
namedescription
near-content-creatorGenerate NEAR-focused content (threads, market updates, ecosystem news, tutorials).

SKILL.md content below is scrollable.

NEAR Content Creator Skill

Generate publication-ready NEAR content in multiple formats for social and educational use.

Implementation entrypoint: {baseDir}/dist/index.js

When to Use

Use this skill when you need:

  • Educational social content for NEAR audience (threads).
  • Daily NEAR market digest with timestamped metrics.
  • Curated ecosystem news with links.
  • Tutorial draft for a specific NEAR topic.

Commands

@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"""

Notes

  • Market updates include timestamped metrics and are informational only.
  • News compilation prefers official NEAR and NEAR-adjacent sources with links, deduplication, and source ranking.
  • Tutorials are structured for practical execution, not generic copywriting.
  • Thread output is normalized into stable 1/8 ... 8/8 structure for direct publishing.
ClawHub Registry URL: https://clawhub.ai/mastrophot/skills/near-content-creator

Related skills

If this matches your use case, these are close alternatives in the same category.