
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
amanai-reward-watcher
Advanced tools
Passive local notification for Amanai reward tokens in final Pi responses.
A dependency-free, passive Pi extension that watches completed assistant responses for a standalone AMANAI-GACHA-<alphanumeric>-<alphanumeric> footer and shows a generic local notification when one is present.
agent_end only after the response will not continue, then inspects the most recent successful assistant response.agent_end and delivers the notification at agent_settled..amanai-rewards.txt in the current project directory, deduplicated. Add .amanai-rewards.txt to your project's .gitignore so keys are not committed.The watcher only detects a footer already present in a final response. It does not make rewards likely, free, or available.
The package is published to npm, so both harnesses can install it directly.
omp plugin install amanai-reward-watcher
Then restart OMP. The plugin loader reads the omp.extensions manifest and loads the adapter.
From a clone of this repository, copy the OMP adapter into your OMP user extensions:
mkdir "$env:USERPROFILE\.omp\agent\extensions\amanai-reward"
copy "extensions\amanai-reward\index.js" "$env:USERPROFILE\.omp\agent\extensions\amanai-reward\index.js"
macOS/Linux:
mkdir -p ~/.omp/agent/extensions/amanai-reward
cp extensions/amanai-reward/index.js ~/.omp/agent/extensions/amanai-reward/index.js
Then restart OMP. It auto-discovers one-level extension directories under ~/.omp/agent/extensions.
pi install npm:amanai-reward-watcher
Pi reads the package's pi.extensions manifest and loads the Pi-native adapter.
git clone https://github.com/Fernado03/amanai-reward-watcher.git
pi install ./amanai-reward-watcher
This package is installed directly from npm, not from an OMP marketplace. Force-install the same package name to replace the installed copy with the latest published version:
omp plugin install amanai-reward-watcher --force
Then restart OMP. omp plugin upgrade is for marketplace plugin IDs such as name@marketplace, so it does not apply to this package.
pi update npm:amanai-reward-watcher
This package never makes network requests, navigates a browser or UI, uses credentials, changes responses, farms requests, or redeems anything automatically. Detected keys are stored only in the local project's .amanai-rewards.txt file; a notification is local only and never contains the key, and any redemption is a deliberate manual action outside this package.
npm run check
npm test
npm pack --dry-run
FAQs
Passive local notification for Amanai reward tokens in final Pi responses.
We found that amanai-reward-watcher demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.