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.
npx agentmods add skills/tyox-all/weave_protocol/domerenpx skills add Tyox-all/Weave_Protocol --skill domeregit clone --depth 1 https://github.com/Tyox-all/Weave_ProtocolWrote 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.
[](https://agentmods.dev/skills/tyox-all/weave_protocol/domere)<a href="https://agentmods.dev/skills/tyox-all/weave_protocol/domere"><img src="https://agentmods.dev/badge/skills/tyox-all/weave_protocol/domere.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00075 | $0.01239 |
| Opus 5 | $0.00037 | $0.00620 |
| Sonnet 5 | $0.00015 | $0.00248 |
| Haiku 4.5 | $0.00007 | $0.00124 |
Grade A, and why
compliance-auditing 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
⚖️ Domere - Compliance & Auditing
Enterprise compliance, verification, GDPR and CCPA tooling for AI agents.
Installation
npm install @weave_protocol/domere
MCP Tools
Compliance Frameworks
| Tool | Purpose |
|---|---|
domere_checkpoint |
Create tamper-evident audit checkpoint |
domere_verify |
Verify checkpoint integrity |
domere_compliance_report |
Generate framework-specific report |
domere_list_frameworks |
List available frameworks |
GDPR Tools
| Tool | Purpose |
|---|---|
domere_gdpr_record_consent |
Record consent with legal basis (Art 6) |
domere_gdpr_withdraw_consent |
Process consent withdrawal (Art 7) |
domere_gdpr_check_consent |
Verify valid consent exists |
domere_gdpr_handle_dsar |
Manage Data Subject Access Requests |
domere_gdpr_right_to_erasure |
Execute right to be forgotten (Art 17) |
domere_gdpr_data_portability |
Export data in portable format (Art 20) |
domere_gdpr_log_processing |
Maintain processing records (Art 30) |
domere_gdpr_breach_notify |
72-hour breach notification (Art 33-34) |
domere_gdpr_retention_check |
Enforce retention policies (Art 5) |
domere_gdpr_automated_decision |
Track AI decisions & human review (Art 22) |
domere_gdpr_report |
Generate GDPR compliance reports |
CCPA/CPRA Tools
| Tool | Purpose |
|---|---|
ccpa_register_consumer |
Register California consumer |
ccpa_record_opt_out |
Do Not Sell / Do Not Share (§1798.120) |
ccpa_process_gpc |
Global Privacy Control signal (§1798.135) |
ccpa_submit_request |
Submit consumer request (§1798.100-106) |
ccpa_verify_request |
Verify consumer identity |
ccpa_extend_request |
Extend 45-day deadline (+45 days) |
ccpa_complete_request |
Complete with response |
ccpa_deny_request |
Deny with valid reason |
ccpa_get_overdue_requests |
Alert: overdue requests |
ccpa_annual_metrics |
Required annual disclosure (§1798.185) |
ccpa_generate_report |
Generate CCPA compliance reports |
What ships with it
45 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 5 B
- LICENSE 11 KB
- package-lock.json 57 KB
- package.json 846 B
- PLANNING.md 10 KB
- README.md 11 KB
- src/anchoring/ethereum.ts 16 KB runs code
- src/anchoring/index.ts 6.5 KB runs code
- src/anchoring/merkle.ts 5.6 KB runs code
- src/anchoring/solana.ts 11 KB runs code
- src/audit/index.ts 29 B runs code
- src/audit/replay.ts 15 KB runs code
- src/ccpa-index.ts 883 B runs code
- src/ccpa-manager.ts 21 KB runs code
- src/ccpa-tools.ts 15 KB runs code
- src/ccpa-types.ts 10 KB runs code
- src/compliance/checkpoint.ts 25 KB runs code
- src/compliance/index.ts 33 B runs code
- src/constants.ts 25 KB runs code
- src/gdpr-index.ts 1.1 KB runs code
- src/gdpr-manager.ts 29 KB runs code
- src/gdpr-tools.ts 45 KB runs code
- src/gdpr-types.ts 9.8 KB runs code
- src/handoff/index.ts 35 B runs code
- src/handoff/verification.ts 13 KB runs code
- src/index.ts 1.8 KB runs code
- src/language/code-analyzer.ts 17 KB runs code
- src/language/detector.ts 8.9 KB runs code
- src/language/index.ts 3.6 KB runs code
- src/language/nl-analyzer.ts 14 KB runs code
- src/language/semantic.ts 12 KB runs code
- src/orchestration/index.ts 9.7 KB runs code
- src/orchestration/registry.ts 16 KB runs code
- src/orchestration/scheduler.ts 21 KB runs code
- src/orchestration/state.ts 24 KB runs code
- src/storage/index.ts 119 B runs code
- src/storage/memory.ts 8.3 KB runs code
- src/thread/drift.ts 11 KB runs code
- src/thread/index.ts 239 B runs code
- src/thread/intent.ts 12 KB runs code
- src/thread/manager.ts 12 KB runs code
- src/thread/weave.ts 5.0 KB runs code
- src/tools/index.ts 7.1 KB runs code
- src/types.ts 18 KB runs code
- tsconfig.json 450 B
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.
- 4d ago First seen · 142 lines · 75 tokens per session scan A 9b28e8261420
compliance-auditing is a skill published in the GitHub repository Tyox-all/Weave_Protocol (0 stars, last pushed 11d ago), licensed Apache-2.0. It adds 75 tokens to every session and 1,239 once invoked, about $0.0004 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-31.
Other skills, from other repositories
rtc-balance
Check RustChain wallet balance, epoch info, and network status via the public RPC.
blockchain-solana
Use this skill when asked about Solana blockchain, Solana architecture, Proof of History, Solana programming, Anchor framework, Solana runtime, Solana CLI tools, Solana DeFi, Jupiter, Raydium, Metaplex, SPL tokens, and the Solana ecosystem. Covers Solana protocol architecture (PoH, Tower BFT, Turbine, Gulf Stream…
alchemy-agentic-gateway
Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…
alchemy-api
Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…
godot-solana-sdk
Use this skill when building Solana-enabled games or apps in Godot 4 with the Godot Solana SDK. Triggers include: Solana transactions in GDScript, SPL tokens or NFTs in a Godot project, connecting browser or mobile wallets (Phantom, Solflare, Backpack) in a Godot game, calling Anchor smart contracts from GDScript…
sati-sdk
Build with SATI (Solana Agent Trust Infrastructure) - on-chain agent identity, verifiable reputation, and blind feedback on Solana. Use when registering AI agents on-chain via Token-2022 NFTs, giving or searching feedback, querying agent reputation, building registration files (ERC-8004), encrypting attestation…