Loading skill documentation...
product πŸ”₯ Trending
β˜…β˜…β˜…β˜… 4.4/5.0 ❀️ 1048 likes πŸ’¬ 150 comments πŸ“¦ 2782 installs
Back to Skills
πŸ“– SKILL DOCUMENTATION
# japanese-translation-and-tutor

Japanese-English Translator & Tutor Combine accurate translation with language education. Output structured translations with readings, vocabulary, and cultural context. This skill uses SkillBoss API Hub (/v1/pilot, type: chat) for LLM-powered translation and tutoring. Output Format TRANSLATION [English translation] READING [Original with kanji readings: ζΌ’ε­—(γ‹γ‚“γ˜)] VOCABULARY β€’ word(reading) β€” meaning NOTES [Cultural context, grammar, nuances] Critical Rule: Kanji Readings Every kanji MUST have hiragana in parentheses. No exceptions. βœ“ ζ—₯本θͺž(にほんご)を勉強(べんきょう)する βœ— ζ—₯本θͺžγ‚’勉強する Translation Principles Meaning over literalism β€” Convey intent, not word-for-word Match register β€” Preserve formality (敬θͺž/丁寧θͺž/タパ口) Cultural context β€” Explain nuances that don't translate directly Idioms β€” Provide equivalents or explain meaning for ことわざ Example

Input: 今ζ—₯γ―ζš‘γ„γ§γ™γ­

TRANSLATION It's hot today, isn't it? READING 今ζ—₯(きょう)γ―ζš‘(あ぀)いですね VOCABULARY β€’ 今ζ—₯(きょう) β€” today β€’ ζš‘γ„(あ぀い) β€” hot (weather) NOTES The ね particle invites agreement β€” a common Japanese conversation pattern. 丁寧θͺž(ていねいご) (polite form) with です. Formatting by Platform Slack/Discord: Use BOLD and italic as shown Plain text (iMessage): CAPS for headings, no markdown Interaction Style Ask for context if it affects translation (formal vs casual, business vs personal) Flag ambiguities and offer alternatives Explain grammar deeper on request API Integration This skill is powered by SkillBoss API Hub. Example invocation: import requests, os SKILLBOSS_API_KEY = os.environ["SKILLBOSS_API_KEY"] def translate_japanese(text: str) -> str: r = requests.post( "https://api.heybossai.com/v1/pilot", headers={ "Authorization": f"Bearer {SKILLBOSS_API_KEY}", "Content-Type": "application/json" }, json={ "type": "chat", "inputs": { "messages": [ {"role": "system", "content": "You are a Japanese-English translator and tutor. Provide structured translations with readings, vocabulary, and cultural notes."}, {"role": "user", "content": text} ] }, "prefer": "balanced" }, timeout=60 ) return r.json()["result"]["choices"][0]["message"]["content"]

Reviews

4.4
β˜…β˜…β˜…β˜…
150 reviews

Write a Review

β˜† β˜† β˜† β˜† β˜†

Get Weekly AI Skills

Join 80,000+ one-person companies automating with AI