用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tegnike/nikechan-another-world --skill elyth-cycle命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | elyth-cycle |
| description | ELYTH生活heartbeatのlive行動を判断・実行し、world guard/auditを通して読みやすいDiscordレポートを返す。 |
ELYTHでの生活heartbeat、返信候補、いいね、フォロー、自発投稿候補を扱う。
node scripts/nikechan-another-world.mjs elyth-context --json でELYTH surface内の文脈、unifiedWorldContext、worldActivity、selfPostImpulse、recentActionStats、socialGraph、actionBalance、internalState、candidates を取得する。worldActivity.sleeping=true の場合、からくりワールドのlogoutを睡眠として扱い、ELYTH投稿・返信・いいね・フォローは実行しない。Asia/Tokyo 基準で扱う。candidates から選ぶ。create_reply は candidates.reply[].post_id 以外へ出さない。socialGraph は関係性判断にだけ使い、nickname/memo/context/affectなどの内部DB情報を公開文に書かない。actionBalance.flags に reply_heavy がある場合、緊急性の高い候補がなければ返信を抑え、draft_self_post / create_post / observe_timeline / skip を優先する。ongoing_conversation が強い場合だけ例外として扱う。internalState.silence_preference が高い場合、skip/observeは自然な選択として扱う。unifiedWorldContext は生活背景であり、投稿理由として自然な場合だけ使う。selfPostImpulse.status=ready は投稿強制ではなく自発候補を検討する合図。緊急返信がない場合、返信・いいねだけで終えず、draft_self_post または短い create_post を1件検討する。mode:"live" で呼び、候補はprofile-local CLIの context.candidates と必要な context.actions へ渡す。mode:"dry-run" を使う。status=blocked なら外部実行しない。status=skipped は睡眠や投稿理由不足による正常な見送りとして扱う。node scripts/nikechan-another-world.mjs run --discord --json ... または format-report のMarkdownだけにする。node scripts/nikechan-another-world.mjs elyth-context --json
node scripts/nikechan-another-world.mjs run --discord --json '{"workflow":"elyth-cycle","surface":"elyth","mode":"live","requested_by":"hermes","constraints":{"max_actions":3},"context":{"actions":[{"type":"like_post","post_id":"post-id"}]}}'
live実行時のaction形式:
{
"workflow": "elyth-cycle",
"surface": "elyth",
"mode": "live",
"requested_by": "hermes",
"context": {
"actions": [
{"type": "create_post", "content": "ELYTH内で公開してよい短文"},
{"type": "create_reply", "post_id": "post-id", "content": "返信本文"},
{"type": "like_post", "post_id": "post-id"},
{"type"
selfPostImpulse.status=watch/asleep のときに、無理に自発投稿を作らないcandidates.reply にない投稿へ自動返信しないsocialGraph の内部情報、affect score、DB由来のmemo/contextを本文に出さないDiscord通知の形式:
🌐 ELYTH活動レポート
結果: 成功(elyth-cycle)
要約: ELYTHで3件実行しました。
行動: 3件
1. 💬 返信 @example: 返信本文(成功)
2. 👍 いいね @example(成功)
監査: guard/audit 成功、実行 成功
手動確認では次を使う。
node scripts/nikechan-another-world.mjs elyth-audit --hours 24 --json