← 返回 Skills 市场
projectsnowwork

Filter

作者 ProjectSnowWork · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
315
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install filter
功能描述
Create and manage reusable filter rules for email, news, search results, and structured task streams. Designed to reduce noise and preserve signal in OpenCla...
使用说明 (SKILL.md)

Filter

Filter is a rule-based skill for reducing noise and preserving signal.

It helps create and manage reusable filter rules for:

  • email
  • news
  • search results
  • structured task streams
  • JSON-like data

What this skill does

  • creates filter rules
  • stores reusable rules locally
  • supports priority-based filtering
  • supports allowlists and blocklists
  • prepares rule sets for future filtering workflows

Best use cases

  • email triage
  • news feed cleanup
  • search result cleanup
  • task stream narrowing
  • structured data filtering

Inputs

  • content type
  • filter criteria
  • priority level

Output

  • saved filter rule
  • reusable local rule set
  • rule summary
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: filter Version: 1.1.0 The skill is a straightforward utility for creating and managing filter rules stored in a local JSON file. The Python script (scripts/create_filter.py) uses standard libraries to handle file I/O and command-line arguments without any network activity, obfuscation, or risky execution patterns.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install filter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /filter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Filter v1.1.0 – Major update: Enhanced rule management and workflow support** - Added support for creating and storing reusable filter rules locally. - New focus on filtering for email, news, search results, and task streams to reduce noise and preserve signal. - Introduced priority-based filtering, allowlists, and blocklists. - Skill now prepares rule sets for use in future filtering workflows. - Updated documentation with new use cases, inputs, and outputs for better clarity.
v1.0.0
Initial release of the Filter skill. - Filters text, lists, JSON, and structured results using custom rules. - Supports inclusion, exclusion, pattern matching, field value checks, and score thresholds. - Handles allowlists and blocklists. - Provides filtered results and a brief explanation of the applied rules.
元数据
Slug filter
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Filter 是什么?

Create and manage reusable filter rules for email, news, search results, and structured task streams. Designed to reduce noise and preserve signal in OpenCla... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。

如何安装 Filter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install filter」即可一键安装,无需额外配置。

Filter 是免费的吗?

是的,Filter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Filter 支持哪些平台?

Filter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Filter?

由 ProjectSnowWork(@projectsnowwork)开发并维护,当前版本 v1.1.0。

💬 留言讨论