← 返回 Skills 市场
Srs
作者
caidongyun
· GitHub ↗
· v1.0.0
· MIT-0
241
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install srs
功能描述
Automation skill for Srs.
安全使用建议
This skill appears to implement a local Security Research System and is coherent with that purpose, but it will: (1) scan folders in your home directory (~/ai-security/research, ~/.openclaw/workspace, etc.) and read .md/.json/.yaml files; (2) write persistent files under ~/.openclaw/workspace/srs (capabilities.json, role files, results); and (3) execute local Python scripts via subprocess (e.g., tasks/run_*.py) if present. Before installing: review the included Python files (srs.py, self_governor.py, parallel_executor.py, coordination.py) to confirm behavior; ensure there are no unexpected network calls or references to external endpoints; run the skill in a restricted/sandboxed environment or with limited filesystem permissions if possible; check for any local scripts in tasks/ that could be executed; and prefer skills with known provenance. If you want higher assurance, ask the author for a provenance statement or sign-off, or request a minimal mode that only performs read-only discovery (no subprocess execution or writes).
功能分析
Type: OpenClaw Skill
Name: srs
Version: 1.0.0
The bundle implements a 'Security Research System' (SRS) for automating task evaluation and role management. It contains high-risk behaviors including broad filesystem scanning in `srs.py` and `self_governor.py` (targeting paths like `~/ai-security/research` and `~/.openclaw/workspace`) to discover and create new role configurations. Furthermore, `parallel_executor.py` uses `subprocess.Popen` to run arbitrary Python scripts from a `tasks/` directory. While these functions align with the stated purpose of a security research tool, the combination of automated filesystem discovery and local code execution represents a significant attack surface.
能力评估
Purpose & Capability
Name/description (SRS) match the included code and SKILL.md: the package implements task evaluation, role matching, knowledge-base review, and task orchestration. The functionality requested (reading project dirs, managing a ~/.openclaw workspace, launching local task scripts) is coherent with a Security Research System.
Instruction Scope
SKILL.md directs running the srs CLI and performing reviews/tasks. The implementation scans user directories (e.g. ~/ai-security/research, ~/.openclaw/workspace, and other home paths), reads .md/.yaml/.json files, and will run local scripts via subprocess. This stays within the stated SRS purpose but means the skill will access and process potentially sensitive local files and can execute local scripts — review what it will see/execute.
Install Mechanism
There is no external install step (no downloads), but the bundle includes Python code files that will be available to the agent and can be executed. No high-risk external install URLs or archive extraction are used.
Credentials
The skill does not request environment variables, credentials, or external config paths in metadata. The code writes to ~/.openclaw/workspace and other user-home paths — appropriate for a local agent skill but persistent storage access is required for its functionality.
Persistence & Privilege
The skill writes persistent files under the user's home (~/.openclaw/workspace/srs) and creates role/capability JSON files. always=false (no forced inclusion). Autonomous invocation is allowed by default (platform normal), so the skill could run these actions when invoked by the agent — consider this if you allow autonomous tasks.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install srs - 安装完成后,直接呼叫该 Skill 的名称或使用
/srs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of SRS (Security Research System) version 1.0.0.
- Provides automated multi-criteria task evaluation based on priority, relevance, timeliness, resources, and value.
- Includes adaptive role matching for each task using keyword-based logic.
- Features CLI commands for starting the system, running tasks, checking status, and viewing evaluation criteria.
- Detailed evaluation model and priority rules included for transparent decision-making.
元数据
常见问题
Srs 是什么?
Automation skill for Srs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 Srs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install srs」即可一键安装,无需额外配置。
Srs 是免费的吗?
是的,Srs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Srs 支持哪些平台?
Srs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Srs?
由 caidongyun(@caidongyun)开发并维护,当前版本 v1.0.0。
推荐 Skills