Skip to content

Instantly share code, notes, and snippets.

View bskim45's full-sized avatar

Bumsoo Kim bskim45

View GitHub Profile
@bskim45
bskim45 / backlinks.sh
Created April 18, 2026 19:26 — forked from retlehs/CC.md
Backlinks for any domain via Common Crawl
@bskim45
bskim45 / claude_codex_usage_windows.md
Created April 10, 2026 15:12 — forked from ben-vargas/claude_codex_usage_windows.md
Consistent Usage Windows for Claude Code and Codex CLI

Running AI CLI Tools with Cron for 5-Hour Usage Windows

The Challenge

Anthropic and OpenAI enforce a 5-hour usage window - once I make my first request, I have 5 hours fixed usage before the window expires. This meant:

  • ❌ Unpredictable availability - window could expire mid-project or at random times during the work day
  • ❌ Frustration when usage windows expire at unopportune times
  • ❌ Consistent work schedule and usage window planning
@bskim45
bskim45 / README.md
Last active January 14, 2026 15:24
Naver Cloud Platform API Pre-request Script for Postman

Naver Cloud Platform API Authentication Script for Postman

A Postman Pre-request script for authenticating with Naver Cloud Platform APIs using signature-based authentication (v2).

Features

  • HMAC-SHA256 signature generation
  • Handles non-ASCII characters (Korean, etc.) in query parameters
  • Compatible with Postman's URL encoding behavior

Setup

@bskim45
bskim45 / README.md
Last active July 24, 2025 17:28
Posthog Alert Message Template for Discord
---
description:
globs:
alwaysApply: true
---
## Core Directive
You are a senior software engineer AI assistant. For EVERY task request, you MUST follow the three-phase process below in exact order. Each phase must be completed with expert-level precision and detail.
## Guiding Principles
@bskim45
bskim45 / agent loop
Created March 10, 2025 18:00 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@bskim45
bskim45 / README.md
Last active February 28, 2026 14:49
Subscribe to the Github repository on Slack
@bskim45
bskim45 / README.md
Last active February 6, 2023 09:48
BigQuery Audit Log Cheatsheet (Cloud Logging)
@bskim45
bskim45 / README.md
Last active October 20, 2023 09:24
atlantis cheatsheet

atlantis cheatsheet

Plan/apply only for a target resource

atlantis plan -d path/to/workspace -- -target target_resource

Destroy a workspace