Filter

v1.1.0

Create and manage reusable filter rules for email, news, search results, and structured task streams. Designed to reduce noise and preserve signal in OpenCla...

0· 246·0 current·0 all-time
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 match the included files and script. Requiring python3 and a config path under ~/.openclaw/workspace/memory/filter for storing rules is appropriate and expected for a local rule-storage tool.
Instruction Scope
SKILL.md and the included create_filter.py only describe/perform creating and saving filter rules. The instructions and script only read/write the declared rules.json path and do not reference other files, environment variables, or external endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a small included Python script that uses only the standard library. Nothing is downloaded or written outside the user's OpenClaw workspace.
Credentials
The skill requests no credentials or environment variables. The only declared resource is a local config path for rules storage, which is proportional to the functionality.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent configuration. It creates/updates a local rules.json file in the user's OpenClaw workspace, which is an appropriate scope for persistence.
Assessment
This skill appears to do exactly what it says: create and store reusable filter rules locally. Before installing, note that it will create and overwrite ~/.openclaw/workspace/memory/filter/rules.json (ensure you have backups if you already use that path). The stored rules are plaintext JSON — avoid placing sensitive secrets inside rule criteria. There are no network calls or credential requests in the provided code, so external exfiltration is not indicated. If you are concerned about filesystem safety, run the script in a sandbox or inspect/verify the file path permissions (to avoid unexpected symlink or permission issues) before granting the agent broad automation rights.

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

latestvk97evz7w0cgjp6e9wfvbtdc00582nh0b

License

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

Runtime requirements

Any binpython3
Config~/.openclaw/workspace/memory/filter/rules.json

Comments