aeon

Aeonエージェント運用管理

GitHub Actions上で動くAeonエージェントについて、スキルの設定・スケジュール・実行トラブル・戦略や声の調整を支援します。

AIスキル大辞典による日本語要約
品質評価97/100評価確度:十分
人気度(GitHub Star) 98発掘スコア 70
01

このSkillでできること

  • Aeonインスタンスを初期設定する
  • スキルの有効化・追加・編集・再スケジュールを行う
  • 実行されないスキルの原因を調べる
  • Claude Codeの作業や履歴から自動化候補を整理する
02

使い方

01
STEP 1

対象リポジトリとAeonインスタンスを確認する

02
STEP 2

目的に応じて開始・再設定・解除・編集などのモードを選ぶ

03
STEP 3

aeon.ymlやスキル設定を確認する

04
STEP 4

必要に応じて一度実行して結果を確認してからスケジュールする

03

Skillのインストール

このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。

Repository:
https://github.com/aeonfun/aeon
手動でインストールする

README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。

gh repo create <name> --private
git clone --bare https://github.com/aeonfun/aeon.git
git -C aeon.git push --mirror https://github.com/<owner>/<name>.git
rm -rf aeon.git && git clone https://github.com/<owner>/<name>.git && cd <name>
git remote add upstream https://github.com/aeonfun/aeon.git
gh repo set-default <owner>/<name>      # REQUIRED — see below
---
name: my-skill
description: One line — what it does and what it sends.
metadata:
title: My Skill
mode: read-only
category: basics
var: ""
tags:
- content
requires:
- SOME_API_KEY?
---
Today is ${today}. <the prompt — plain instructions, including judgment calls>
1. <the procedure - 44 of 81 skills lead with this>
<curl / WebFetch / `./secretcurl` / `gh api` — how this skill fetches>
Report via `./notify` (use `./notify -f file.md` for anything multi-line).
Send nothing if there's nothing worth reporting.
Append what you did to `memory/logs/${today}.md` under a `### <skill-name>` heading.
04

このSkillを使うプロンプト例

Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。

このAeonリポジトリで、毎朝実行するレポートスキルを設定し、実行されない場合の確認箇所も整理してください。
出力例を見る
対象リポジトリの確認結果、設定変更箇所、実行・スケジュール状況、未解決の原因。
05

安全性チェック

自動解析による参考情報です。Skillの安全性を保証するものではありません。

外部API通信検出あり
Shellコマンド実行明確な記述なし
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
  • network: Y` plus the repo variable `ANTHROPIC_BASE_URL` — e.g. `https://api.deepseek.com/anthropic`. ### Harness — which CLI runs the skill `claude` (default) o
  • credential: `. - **Any Anthropic-compatible endpoint:** `ANTHROPIC_API_KEY` plus the repo variable `ANTHROPIC_BASE_URL` — e.g. `https://api.deepseek.com/anthropic`.
  • credential: nd add the quotes if they're missing. - **Auth:** `XAI_API_KEY`, or an X account (SuperGrok / X Premium+) via the dashboard's **Connect X account**, whi
06

関連Skill