Use Case
Stop doing repetitive general tools tasks manually. Translation skills package lets your AI agent handle them automatically through natural conversation. This skill is used when the user enters a translation request that begins with "fy ". Supports Chinese-English translation, and if it is in other languages, it will be translated into Chinese. Trigger condition: Enter "fy" followed by the content to be translated, for example "fy test" returns "test". This guide shows practical examples of using Translation skills package to automate common general tools workflows and save hours every week.
Install Translation skills package: npx clawhub@latest --dir ~/.claude/skills install fy
Identify the repetitive general tools tasks you want to automate
Describe the task to your AI in plain English
Translation skills package will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing Translation skills package
Automate my general tools tasks using Translation skills package
What repetitive tasks can Translation skills package handle for me?
Set up a workflow that runs Translation skills package every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install fyOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install fyβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/fy/π‘Extract and place the folder at the path above, then restart your agent.