Airweave

v1.0.1

Context retrieval layer for AI agents across users' applications. Search and retrieve context from Airweave collections. Airweave indexes and syncs data from user applications to enable optimal context retrieval by AI agents. Supports semantic, keyword, and agentic search. Use when users ask about their data in connected apps (Slack, GitHub, Notion, Jira, Confluence, Google Drive, Salesforce, Linear, SharePoint, Stripe, etc.), need to find documents or information from their workspace, want answers based on their company data, or need you to check app data for context to complete a task.

1· 1.9k·0 current·0 all-time
bylennert@lennertjansen
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (context retrieval from Airweave) matches what the skill requires and does: it needs python3 and an Airweave API key + collection id and calls the Airweave API. Requested env vars and binaries are proportionate to the described task.
Instruction Scope
SKILL.md instructs the agent to run the included scripts/search.py which only calls the Airweave API and formats results. However the docs/examples contain inconsistent flag names (EXAMPLES.md uses --recency and --method which are not implemented; the script expects --temporal and --strategy). Also the script reads an optional AIRWEAVE_BASE_URL not declared in requires.env — uncommon but not inherently malicious. These inconsistencies could cause runtime confusion and should be corrected.
Install Mechanism
No install spec (instruction-only with a small helper script) — minimal disk footprint and no downloads from third-party URLs. The included Python script uses only standard library modules.
Credentials
Only AIRWEAVE_API_KEY and AIRWEAVE_COLLECTION_ID are required (primaryEnv is AIRWEAVE_API_KEY). These are appropriate and expected for a service that queries a user's Airweave collection. The script optionally accepts AIRWEAVE_BASE_URL (not declared), which is reasonable for testing but users should avoid setting it to unknown endpoints.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent system privileges. It does not modify other skills or system-wide configuration.
Assessment
This skill appears to do what it says: query an Airweave collection using your AIRWEAVE_API_KEY and AIRWEAVE_COLLECTION_ID. Before installing or enabling it: 1) Ensure the API key you provide is scoped with least privilege (short-lived or read-only if possible). 2) Don’t set AIRWEAVE_BASE_URL to an unknown host — leave it at the default unless you trust the endpoint. 3) Be aware the documentation has small mismatches (EXAMPLES.md uses --recency/--method while the script uses --temporal/--strategy); verify the actual flags when running. 4) Test with non-sensitive data first to confirm behavior and sources returned. If you want higher assurance, ask the publisher for a homepage or source repository (current metadata lacks a homepage) and request corrected docs.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ce2kpdte90kgw9ypnwrq4mn80fkrh

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3
EnvAIRWEAVE_API_KEY, AIRWEAVE_COLLECTION_ID
Primary envAIRWEAVE_API_KEY

Comments