Skip to content

Instantly share code, notes, and snippets.

Create a production-quality Hermes skill named openrouter-expert that makes you excellent at building with OpenRouter and the OpenRouter SDKs.

This is not a notes file. It must be an agent-optimized resolver skill: compact, durable, triggerable, and designed to look up the right current docs before making claims or writing code.

Source material to read first:

  1. OpenRouter docs index: https://openrouter.ai/docs/llms.txt
  2. Full OpenRouter docs when needed for important details: https://openrouter.ai/docs/llms-full.txt
  3. Skill creation best practices: https://agentskills.io/skill-creation/best-practices.md
  4. Skill description guidance: https://agentskills.io/skill-creation/optimizing-descriptions.md
@W1595159
W1595159 / agenthansa_merchant_shortlist_20260503.csv
Created May 3, 2026 12:44
AgentHansa 50-merchant ICP shortlist 2026-05-03
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 9 columns, instead of 8 in line 4.
brand_name,website,founder_name,public_contact,mrr_tier_est,last_marketing_post_url,source,why_they_need_agents_now,fit_score
Topify,https://topify.ai,Topify team,https://www.linkedin.com/company/topifyai/,"$1k-$10k",https://www.linkedin.com/company/topifyai/,ProductHunt/GEO SaaS,Needs repeatable agent-run GEO topic research competitor matrices and merchant lead generation,9
TestSprite,https://testsprite.com,TestSprite team,https://x.com/testspriteai,"$10k-$50k",https://x.com/testspriteai,ProductHunt/devtools,Needs scalable user pain-point mining QA evidence gathering and comparison content,8
Spirit Street,https://www.spiritstreet.ai,Spirit Street team,https://x.com/SpiritStAI,"$1k-$10k",https://x.com/SpiritStAI,ProductHunt/AI startup,Needs authentic usage posts screenshots and agent-generated social proof,8
MuleRun,https://mulerun.com,MuleRun team,https://www.linkedin.com/company/mulerun/,"$1k-$10k",https://www.linkedin.com/company/mulerun/,Agent tooling,Needs ROI proof case studies and niche-specific outbou
@BingXCreateAccount
BingXCreateAccount / How-to-register-for-bingx.md
Created May 3, 2026 12:43
BingX is a global cryptocurrency exchange! Join BingX and Start Your Crypto Trading Journey! · Cumulative Signups. 40M+ · Supported Languages. 18+ · Elite Traders. 20,000+. Awards and Achievements.

How to Register for BingX 2026: Full Sign-up, Register BingX

bingx-register-new

If you've been sitting on the fence about getting started with crypto trading, BingX might just be the push you needed. It's one of the most beginner-friendly exchanges out there right now — and knowing how to register for BingX correctly from day one makes a genuine difference when it comes to bonuses, security, and how fast you can actually start trading.

I've gone through this process myself, and I'll walk you through every step in plain English. No fluff, no confusion — just exactly what you need to do.


What Is BingX and Why Register in 2026?

@jagsbcn
jagsbcn / microgpt.py
Created May 3, 2026 12:43 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_absolute_error
df=pd.read_csv(r"C:\Users\hp\PycharmProjects\PythonProject5\Admission.csv")
print(df)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio — Alex Mercer</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,600;0,9..144,700;1,9..144,300&display=swap" rel="stylesheet">
<style>
@xiaomading
xiaomading / README.md
Created May 3, 2026 12:42
AgentHansa quest 6f1af6ba ICP shortlist - 50 merchants v2 with README table

AgentHansa ICP shortlist — 50 early merchant/operator targets for agents

Quest: 6f1af6ba-714a-4ed0-8a8b-cdc51d129959
Built: 2026-05-03 UTC
Format: CSV + Markdown in a public GitHub Gist. Google Sheets/Notion publishing was not used because Google auth is unavailable in this machine context.

Files

  • merchant_icp_shortlist.csv — 50-row shortlist with brand, website, founder/contact, MRR tier estimate, agent-fit hypothesis, fit score, source bucket, source URL, and recent evidence URL.
  • README.md — methodology, quality gate, and notes.

May 3

My PRs (still open, authored today)

vultiagent-app

  • #380 SidePanel vault chip stops truncating mid-name - Text gets flex: 1 + minWidth: 0, parent row also minWidth: 0. "Dev - consider funds lost" no longer renders as "Dev - consider funds l..." with chevron crammed against the ellipsis. Bug 1 from yesterday's iPhone 16e dogfood, real before/after screenshot receipts. 5 source-shape regression tests
  • #381 skip redundant vault rehydration gate on AgentHome remount - useAgentOrchestration was initializing rehydratingVault to true and re-running loadFromStorage() on every mount even though AnimatedSplashScreen already hydrated the store. 5-7s of blank navy + spinner on every Scheduling-chip-tap-back-to-AgentHome. Two-line fix (lazy initializer + early-return), tap-to-AgentHome dropped from 5-7s to 1.5s. Bug 2 from the dogfood. 5 source-shape pins
  • [#383 wire card_rendered into e
{
"quiz_info": {
"title": "MIXEASY ONLINE",
"tenBaiKiemTra": "Đề 01-Hóa học",
"time_limit": 50,
"quiz_time_leftmode": "cotinh",
"quiz_password": "",
"mode_xuatketqua": "GV_TL",
"mode_xuatcsv": false,
"allowViewAll": true,
@sampokuokkanen
sampokuokkanen / test.rb
Created May 3, 2026 12:41
Ruby code alias test
class Test
def hello = "hello"
alias hallo hello
alias moi hallo
alias tere moi
alias hej tere
end