Skip to content

Instantly share code, notes, and snippets.

View ashbeats's full-sized avatar
💭
Launch Mode Ready

Ash ashbeats

💭
Launch Mode Ready
  • AxiKey
View GitHub Profile
@ashbeats
ashbeats / all_files.md
Created March 1, 2026 05:22 — forked from mberman84/all_files.md
Matt's Markdown Files

OpenClaw: System Prompt File Templates

Generalized versions of all root .md files used by OpenClaw. These files are loaded into the agent's system prompt on every request (except MEMORY.md which is conditional).

Copy these as starting points and customize for your own setup. Replace <placeholders> with your values.


AGENTS.md

@ashbeats
ashbeats / ANDROID_HOME.sh Follow these instruction to install Android SDK on a AWS EC2
# Export the path to enviroment
export ANDROID_HOME=/home/ec2-user/environment/android-sdk
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/platform-tools
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/tools/bin
export PATH=$PATH:$ANDROID_HOME/cmdline-tools