Community라이팅 & 에디팅github.com

avlihachev/mening-skill

Daily language-learning writing practice for your AI agent (OpenClaw & Hermes) — with long-term error-pattern memory, via your Mening account.

mening-skill란 무엇인가요?

mening-skill is a Claude Code agent skill that daily language-learning writing practice for your AI agent (OpenClaw & Hermes) — with long-term error-pattern memory, via your Mening account.

지원 대상~Claude Code~Codex CLI~Cursor
npx skills add avlihachev/mening-skill

Installed? Explore more 라이팅 & 에디팅 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

Mening — daily language writing practice

Mening gives the user one writing prompt a day in the language they are learning, corrects what they write, and remembers the mistakes they repeat over time — that long-term error-pattern memory is the point, not one-off corrections.

The user's target language, level, and history live in their Mening account. This skill talks to that account over its API. The token is in MENING_API_TOKEN.

All commands go through the helper in this skill's folder: bash scripts/mening.sh <command>. Each prints JSON; read it and reply conversationally.

When to use

  • "give me today's topic" / "what should I write about" → bash scripts/mening.sh today and read out the prompt text from prompts[].
  • The user writes a sentence in their target language → bash scripts/mening.sh submit "<their exact sentence>". The response has the corrected text plus the specific mistakes found. Relay the correction, then say which recurring patterns it touched if any.
  • "how am I doing" / "what do I keep getting wrong" → bash scripts/mening.sh trends and summarise patterns[] (each is a recurring error category + tag) and the streak in activity.
  • "give me another topic" → bash scripts/mening.sh prompt (capped a few per day; if it returns a limit message, tell the user to come back tomorrow).

Rules

  • Submit the user's sentence verbatim — do not pre-correct or translate it; the correction is Mening's job.
  • There is a daily limit (~10 corrections). If a call returns an error about a limit, relay it kindly; do not retry.
  • Never invent a correction or a pattern — only report what the API returns.
  • If MENING_API_TOKEN is missing or a call returns "invalid or expired token", tell the user to open Settings → Developer / API access at https://mening.app and paste a fresh token.

관련 스킬

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community