SessionStart
01Hook Claude Code
Runs when a session starts, running an inline shell check. From n4rly-boop/OpenClaude.
Hook Claude Code
Runs when a session starts, running an inline shell check. From n4rly-boop/OpenClaude.
Hook Claude Code
Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing guard.sh and guard-write.sh via bash (3 commands). From n4rly-boop/OpenClaude.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PreToolUse) and 10 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for n4rly-boop/OpenClaude, covering coding agents, when to delegate, planner agent, task and working directory.
Instructions file
Claude Code instructions for n4rly-boop/OpenClaude, covering claude — workspace instructions, startup sequence, memory system, memory architecture — 3 tiers and tier 1 — memory/memory.md (workspace-wide knowledge).
Skill Claude CodeCodex
Template and safety guidelines for creating new skills.
Skill Claude CodeCodex
Generate and deliver a daily briefing to the user via Telegram. This skill is designed to be run on a schedule (e.g., every morning via cron/launchd/systemd).
Skill Claude CodeCodex
Periodic proactive check-in that reviews pending tasks, checks memory for reminders or follow-ups, and sends a brief update via Telegram if anything notable is found.
Skill Claude CodeCodex
A comprehensive toolkit for interacting with Kaggle competitions: uploading notebooks, submitting predictions, downloading data, checking status, and viewing leaderboards.
Skill Claude CodeCodex
Log into Innopolis University Moodle via SSO and interact with courses: fetch deadlines, list courses, browse resources, and download files. Uses a headless Chrome browser (via CDP) to authenticate and call the Moodle API.
Skill Claude CodeCodex
Run commands on the VPS via SSH using sshpass. Credentials are read from .env — never hardcoded.
Skill Claude CodeCodex
Send messages, files, and photos to Telegram chats directly via the Telegram Bot API. Useful for proactive notifications, delivering files, sending images, and sending messages outside of the normal request-response flow.
Skill Claude CodeCodex
Generic Telegram client interface via Telethon (user account API). Provides atomic commands for reading, searching, monitoring, and analyzing Telegram data. An Opus coordinator agent uses these commands to fulfill user requests.