Skip to content

Instantly share code, notes, and snippets.

View JimJafar's full-sized avatar

Jim JimJafar

  • Code Ministry
  • United Kingdom
  • 14:25 (UTC -12:00)
View GitHub Profile
@JimJafar
JimJafar / UsefulPrompts.md
Last active April 23, 2026 05:21
Useful prompts for Hermes Agent, OpenClaw, NanoClaw etc.

Useful prompts for agent frameworks (Hermes Agent, OpenClaw, NanoClaw etc.)

I use Hermes Agent at present, just edit the prompts as appropriate for your setup.

Workspace

I find it useful to have all the agent's work and useful conversations or comments stored in a single git repo. So I created one called hermes-workspace and checked it out to ~/ which is where .hermes is located in my setup.

Note: I also use separate Discord channels for each project, so Hermes just uses those names for the project directories.

@JimJafar
JimJafar / openclaw-50-day-prompts.md
Created April 5, 2026 13:05 — forked from velvet-shark/openclaw-50-day-prompts.md
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

<span class="breakpoint-debugger">
<span class="d-inline d-sm-none">
xs
</span>
<span class="d-sm-inline d-md-none">
sm
</span>
<span class="d-md-inline d-lg-none">
md
</span>
# before you begin, I suggest you get a list of your globally installed packages so you know what to reinstall later:
npm list -g --depth=0
# /usr/lib
# ├── bower@1.3.12
# ├── grunt-cli@0.1.13
# ├── gulp@3.8.10
# ├── npm@1.4.28
# └── yo@1.3.3
@JimJafar
JimJafar / fiddle.css
Last active December 17, 2015 09:19
AngularJS allIncludeContentLoaded ngInclude extension demo
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
margin: 0;
}
h4 {
font-size: 16px;
font-weight: bold;
}
#main, #first, #second, #console, #output1, #output2 {
@JimJafar
JimJafar / fiddle.css
Last active December 17, 2015 09:19
AngularJS allIncludeContentLoaded ngInclude extension demo CLEAN VERSION
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
margin: 0;
}
h4 {
font-size: 16px;
font-weight: bold;
}
#output {