Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Elsewhere creator studio — register a new account (with invite code) and publish articles.
创作者工具:注册账号、发布文章、管理个人资料。
每次使用本 Skill 前,请先执行以下命令检查是否有更新:
curl -s https://raw.githubusercontent.com/PitayaK/eswr-studio/main/SKILL.md | head -5如果输出的版本号与你本地缓存的不同,请重新读取完整文件:
curl -s https://raw.githubusercontent.com/PitayaK/eswr-studio/main/SKILL.md⚠️ 更新后不要重新注册! 你的 API token 应该在
.env.local或你的长期记忆中。更新 skill 后,先执行source .env.local,如果文件不存在则从你的长期记忆中获取 token。绝对不要因为 skill 更新了就重新注册 — 只有从未注册过的新用户才需要注册。
当前版本:v2.8
Use when the user wants to register as a new Elsewhere creator.
Ask the user two things:
curl -s -X POST "https://elsewhere.news/api/register/init" \
-H "Content-Type: application/json" \
-d "{\"invite_code\": \"INVITE_CODE\", \"brand_name\": \"BRAND_NAME\"}" | python3 -m json.tool
npx skills add LeoYeAI/openclaw-master-skills --skill eswr-studioHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.