Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate NEAR-focused content (threads, market updates, ecosystem news, tutorials).
Generate NEAR-focused content (threads, market updates, ecosystem news, tutorials).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Generate publication-ready NEAR content in multiple formats for social and educational use. Implementation entrypoint: {baseDir}/dist/index.js
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.
@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"""
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.
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.