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 rules/airweave-ai/airweave/monkegit clone --depth 1 https://github.com/airweave-ai/airweaveWrote 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/rules/airweave-ai/airweave/monke)<a href="https://agentmods.dev/rules/airweave-ai/airweave/monke"><img src="https://agentmods.dev/badge/rules/airweave-ai/airweave/monke.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.1 | $0.00000 | $0.02578 |
| Opus 5 | $0.00000 | $0.01289 |
| Sonnet 5 | $0.00000 | $0.00516 |
| Haiku 4.5 | $0.00000 | $0.00258 |
Grade A, and why
monke 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.
How it starts
The opening of the file, as written. The whole thing — 372 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Monke - Airweave Connector Testing Framework
End-to-end testing framework for Airweave connectors using real external APIs
Overview
Monke validates Airweave's data synchronization pipeline by creating real test data in external systems, triggering sync jobs, verifying data in the vector database, and testing update/deletion scenarios. The framework separates configuration from runtime state, uses pluggable authentication, and supports parallel execution.
Core Architecture
Test Runner (runner.py) - Entry point that orchestrates parallel test execution across connectors
Test Flow (core/flow.py) - Executes complete lifecycle for a connector: setup → test steps → cleanup
Test Steps (core/steps.py) - Individual operations (create, sync, verify, update, delete) with retry logic
Configuration (core/config.py) - YAML-based config with classes: TestConfig, ConnectorConfig, TestFlowConfig, DeletionConfig
Test Context (core/context.py) - Runtime state separate from config: tracks entities, infrastructure IDs, metrics
Infrastructure (core/infrastructure.py) - Creates/tears down test collections and source connections
Authentication (auth/) - Pluggable auth brokers (BaseAuthBroker, ComposioBroker) for credential resolution
Test Flow
Default test steps execute in sequence:
1. collection_cleanup # Clean leftover test collections
2. cleanup # Clean entities in external system
3. create # Create test entities
4. sync # Trigger Airweave sync
5. verify # Verify entities in vector DB
6. update # Update entities
7. sync → verify # Verify updates
8. partial_delete # Delete subset of entities
9. sync → verify_partial_deletion
10. verify_remaining_entities
11. complete_delete # Delete all entities
12. sync → verify_complete_deletion
13. cleanup # Final cleanup
14. collection_cleanup # Delete test collection
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.
- 5d ago First seen · 372 lines · 2,578 tokens per session scan A f3b2411aa529
monke is a cursor rule published in the GitHub repository airweave-ai/airweave (6,566 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,578 tokens. 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.
Other cursor rules, from other repositories
running-frontend-tests
How to run frontend component tests.
ui-verification
UI layout checks before claiming work is done.
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.