npx claudepluginhub ivklgn/ai --plugin ivklgnThis skill uses the workspace's default tool permissions.
Clear accumulated `permissions.allow` entries from `.claude/settings.local.json` in the current project.
Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization for bots, dashboards, and DeFi tools.
Share bugs, ideas, or general feedback.
Clear accumulated permissions.allow entries from .claude/settings.local.json in the current project.
--keep-read — remove only write/action permissions, keep read-onlycat .claude/settings.local.json
If the file doesn't exist or has no permissions.allow entries, report that there are no permissions to reset and stop.
For --keep-read mode, classify each permission in the allow array:
Read-only (KEEP):
WebFetch(*), WebSearchRead(*), Glob(*), Grep(*)find, ls, cat, head, tail, tree, diff, grep, rg, wc, file, stat, du, df, which, type, env, printenv, echogit status, git log, git diff, git show, git branch, git tag, git remote, git blame, git ls-files, git ls-tree, git describe, git rev-parse, git shortlog, git reflog, git stash list--list, --help, --versionWrite/action (REMOVE):
Bash(mkdir:*), Bash(chmod:*), Bash(rm:*), Bash(git add:*), Bash(git commit:*), Bash(git push:*), Bash(git:*) (blanket git), Edit(*), Write(*), install/build scripts, etc.Use the Edit tool to update .claude/settings.local.json:
allow array contents with []--keep-read: replace the allow array with only the read-only entriesPreserve all other fields in the file (deny, enabledPlugins, etc.) unchanged.
Show the user:
- prefix)--keep-read: how many were kept (list them with + prefix)