gam-dashboard

gam-dashboard is a skill for Claude Code from ozankasikci/global-agent-memory. It costs 19 tokens per session (84 once invoked), scanned A, original, MIT.

A shortcut for opening the authenticated local Global Agent Memory dashboard, where stored project knowledge can be managed.

In plain words
What is it for?
Use it when the user explicitly wants to open the Global Agent Memory dashboard.
Why use it?
It provides a direct way to reach the memory management interface without needing to find or copy its address.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it when the user explicitly wants to open the Global Agent Memory dashboard.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ozankasikci/global-agent-memory/gam-dashboard
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ozankasikci/global-agent-memory --skill gam-dashboard
Clone the repo
git clone --depth 1 https://github.com/ozankasikci/global-agent-memory

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gam-dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozankasikci/global-agent-memory/gam-dashboard/github.svg)](https://agentmods.dev/skills/ozankasikci/global-agent-memory/gam-dashboard)
Your own site
<a href="https://agentmods.dev/skills/ozankasikci/global-agent-memory/gam-dashboard"><img src="https://agentmods.dev/badge/skills/ozankasikci/global-agent-memory/gam-dashboard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gam-dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/ozankasikci/global-agent-memory/gam-dashboard"><img src="https://agentmods.dev/badge/skills/ozankasikci/global-agent-memory/gam-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 84 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00084
Opus 5 $0.00010 $0.00042
Sonnet 5 $0.00004 $0.00017
Haiku 4.5 $0.00002 $0.00008

Measured 5d ago against content hash 825189ef9fca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gam-dashboard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/skills/gam-dashboard/SKILL.md · 13 lines

What it actually says

GAM Dashboard

Call memory_dashboard_open with open_browser=true. The MCP runtime starts the authenticated localhost dashboard server on demand when needed. Report success without printing or inventing a dashboard URL.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · +2 lines 825189ef9fca
  2. 9d ago First seen · 11 lines · 19 tokens per session scan A 0637baffab3d

Subscribe to this mod's changes

gam-dashboard is a skill published in the GitHub repository ozankasikci/global-agent-memory (14 stars, last pushed 8d ago), licensed MIT. It adds 19 tokens to every session and 84 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hermes-insight

Use when debugging, planning, or a pattern may recur.

PabloTheThinker/hermes-insight · 17 tokens

potpie-graph

Use when the task can read or write the project-memory graph through the potpie CLI: discover the contract with graph catalog, read named views with graph read, resolve entity identity with graph search-entities, create validated plans with graph propose, commit plans with graph commit --verify, inspect quality with…

potpie-ai/potpie · 94 tokens

potpie-repo-baseline

Use when establishing, refreshing, or deeply understanding a repository's baseline memory in Potpie: purpose, application type, features, services/modules, environments, deploy shape, dependencies, API contracts, datastores, integrations, ownership, and explicit preferences. The harness reads authored and…

potpie-ai/potpie · 75 tokens

potpie-debug-memory

Use while debugging or troubleshooting failures, flaky tests, incidents, production alerts, CI failures, local dev setup issues, repeated bugs, prior fixes, failed attempts, and verification history.

potpie-ai/potpie · 41 tokens

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

engraphis-memory

Give the agent durable, scoped, explainable memory across sessions and repositories through the Engraphis MCP tools. Use when you learn a convention, decision, bug cause/fix, or user preference worth keeping; when prior context would help before you answer or act (to avoid re-asking or re-deriving); when asked "why is…

Coding-Dev-Tools/engraphis · 134 tokens