소스 정보
- 저장소
- jdrhyne/agent-skills
- 최근 소스 활동
- 2026년 2월 27일 23:24
- 감지된 SKILL.md 언어
- 영어
- 스타
- 241
- 포크
- 29
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/jdrhyne/agent-skills --skill clawdbot-release-check명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Persistent TODO scratch pad for tracking tasks across sessions. Use when the user asks to add, list, complete, remove, or summarize tasks in a portable workspace Markdown file. Uses stable task IDs and exact matching; heartbeat reporting is opt-in and count-only.
Review a specific decision, plan, or artifact using bounded evidence, counterevidence, alternatives, opportunity cost, and verifiable next checks. Use for a "Munger review", decision review, premortem, or blind-spot review. Do not automatically scan history or assess a person's character, intent, or mental state.
Recover missing conversation context after explicit compaction or truncation, or when the user explicitly asks to recover prior work. Use for requests such as "where were we before compaction?" when the current thread is insufficient. Do not trigger on a generic "continue" when the current thread already provides an actionable next step.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | clawdbot-release-check |
| description | Check for new OpenClaw releases and notify once per new version. |
| homepage | https://github.com/openclaw/openclaw |
| metadata | {"openclaw":{"emoji":"🔄","requires":{"bins":"[Truncated]"}}} |
Checks for new OpenClaw releases from GitHub and notifies once per version (no spam).
clawhub install clawdbot-release-check
# Add daily update check at 9am, notify via Telegram
{baseDir}/scripts/setup.sh --telegram YOUR_TELEGRAM_ID
# Custom hour
{baseDir}/scripts/setup.sh --hour 8 --telegram YOUR_TELEGRAM_ID
# Remove cron job
{baseDir}/scripts/setup.sh --uninstall
After setup, restart gateway:
openclaw gateway restart
{baseDir}/scripts/check.sh
{baseDir}/scripts/check.sh --status
{baseDir}/scripts/check.sh --force
{baseDir}/scripts/check.sh --all-highlights
{baseDir}/scripts/check.sh --reset
{baseDir}/scripts/check.sh --help
~/.openclaw/clawdbot-release-check-state.json~/.openclaw/clawdbot-release-check-cache.jsonEnvironment variables:
OPENCLAW_DIR — path to OpenClaw source/installCACHE_MAX_AGE_HOURS — cache TTL in hours (default: 24)