Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

uplo-cybersecurityUPLO 网络安全

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

5,963

周安装

246

GitHub Stars

公开资料未说明

下载量

1,948
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:uplo-cybersecurity(UPLO 网络安全)
来源仓库:https://github.com/roojenkins/uplo-cybersecurity
安装命令:
openclaw skills install uplo-cybersecurity
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install uplo-cybersecurity

简介

用于网络安全领域的辅助审计与信息检索。

  • 适合进行权限检查、漏洞排查和认证流程分析。
  • 可生成安全复核清单并梳理敏感配置。uplo-cybersecurity 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 涉及密钥或生产系统时应先确认最小权限。
  • 不能将工具输出直接作为最终结论使用。

SKILL.md

name
uplo-cybersecurity
description
AI-powered cybersecurity knowledge management. Search threat intelligence, vulnerability assessments, incident response plans, and compliance documentation with structured extraction.

UPLO Cybersecurity — Threat-Informed Defense Intelligence

Security teams drown in telemetry but starve for context. Your SIEM fires alerts, your vuln scanner produces CVE lists, your pen testers write reports, and your compliance team maintains control matrices — all in separate silos. UPLO Cybersecurity creates a searchable institutional memory across threat intelligence, incident post-mortems, vulnerability management, policy documentation, and compliance evidence so your SOC analysts, IR team, and CISO can make faster, better-informed decisions.

Session Start

Your clearance level matters more in cybersecurity than almost any other domain. Load your identity first — it determines whether you can access active incident details, threat intelligence marked TLP:RED, or audit findings under remediation.

get_identity_context

Check operational directives. In security, these include active threat advisories, emergency patching mandates, and incident response activation orders:

get_directives

When to Use

  • Triaging a new alert and need to check if this IOC (indicator of compromise) matches a previously investigated incident
  • Preparing a board-level cybersecurity risk briefing and need to synthesize vulnerability trends, incident metrics, and control maturity across the program
  • An auditor asks for evidence that a specific NIST CSF control is implemented — you need to find the policy, the technical implementation record, and the last test result
  • Investigating whether a newly disclosed CVE affects your environment by cross-referencing the vulnerability with your asset inventory documentation
  • Writing an incident post-mortem and need to reference the runbook that was followed, the timeline decisions made, and similar past incidents
  • Evaluating a vendor's SOC 2 report against your third-party risk management criteria
  • Checking whether the firewall change request aligns with the network segmentation architecture documented in the last assessment

Example Workflows

Incident Response Investigation

The SOC escalates a potential data exfiltration alert involving an internal server communicating with a known C2 domain.

search_with_context query="command and control C2 communication indicators previous incidents exfiltration"

Pull the incident response runbook for data exfiltration scenarios:

search_knowledge query="incident response playbook data exfiltration containment steps"

Check if the affected server is documented in the asset inventory with its classification:

search_knowledge query="server srv-db-prod-07 asset classification data sensitivity network segment"

After containment, log the investigation:

log_conversation summary="Investigated potential data exfil alert on srv-db-prod-07; C2 domain matched TI report from October; followed exfil IR playbook; server classified as hosting PII" topics='["incident-response","data-exfiltration","C2","PII"]' tools_used='["search_with_context","search_knowledge"]'

Compliance Evidence Assembly

The organization is undergoing a SOC 2 Type II audit and needs to assemble evidence for the CC6 (Logical and Physical Access Controls) criteria.

search_knowledge query="access control policy role-based access management RBAC documentation"
search_with_context query="access review evidence quarterly user access certification results exceptions"
search_knowledge query="MFA multi-factor authentication implementation evidence configuration"

Export the organizational context to show the auditor the team structure and system ownership:

export_org_context

Key Tools for Cybersecurity

search_with_context — Security investigations are inherently graph problems. A single alert can connect to asset inventory records, previous incident reports, threat intelligence, and network architecture documentation. Example: search_with_context query="lateral movement techniques detected incidents Active Directory compromise"

search_knowledge — Fast retrieval for specific security artifacts: a named runbook, a particular CVE assessment, a policy document. When you know what you need, this is faster than graph traversal. Example: search_knowledge query="CVE-2024-3094 xz backdoor impact assessment"

get_directives — Security directives are time-critical. Emergency patch mandates, threat hunting directives after a new APT disclosure, and incident response activation orders all surface here. Checking directives during an active incident could reveal that the CISO has already issued containment instructions.

flag_outdated — Stale security documentation is dangerous. A firewall rule matrix from before the last network redesign, an incident response plan listing a phone tree with departed employees, or a risk register with last year's threat landscape — all need flagging.

report_knowledge_gap — When you cannot find documentation for a critical control (e.g., no evidence of database encryption at rest), the gap itself is a finding. Reporting it creates a trackable item.

log_conversation — In cybersecurity, logging is not optional. Every investigation session, every threat assessment, every compliance evidence review should be logged. These logs are themselves audit evidence.

Tips

  • Use CVE identifiers, MITRE ATT&CK technique IDs (e.g., T1059.001), and TLP designations as search terms. The extraction engine indexes these as structured fields.
  • Classification tiers in cybersecurity map roughly to TLP: public = TLP:CLEAR, internal = TLP:GREEN, confidential = TLP:AMBER, restricted = TLP:RED. If a threat intel query returns no results, verify your clearance supports the expected TLP level.
  • Incident post-mortems are the single most valuable document type in a security knowledge base. When writing them, include structured fields (MITRE techniques, affected assets, detection source, time-to-contain) that the extraction engine can index.
  • Network diagrams and architecture documents are often extracted as text descriptions of topology. Query for specific network segments or system names rather than expecting visual diagram retrieval.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.61%
按下载量换算1,707

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills