<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Sysdig Skills</title><link>https://docs.sysdig.com/en/sysdig-secure/secure-ai/sysdig-skills/</link><description>Recent content on Sysdig Skills</description><language>en</language><lastBuildDate>Wed, 05 Aug 2026 14:00:42 -0400</lastBuildDate><image><url> https://docs.sysdig.com/icons/sysdig-horizontal.png</url><title>Sysdig Skills</title><link>https://docs.sysdig.com/en/sysdig-secure/secure-ai/sysdig-skills/</link><description>Sysdig logo</description></image><item><title>Sysdig Skills - Install in Claude Code</title><link>https://docs.sysdig.com/en/sysdig-secure/secure-ai/sysdig-skills/#install-in-claude-code</link><description>/plugin marketplace add sysdig/skills /plugin install headless-cloud-security@sysdig-skills</description><content:encoded><![CDATA[<ul>

<li><code>/plugin marketplace add sysdig/skills</code></li>

<li><code>/plugin install headless-cloud-security@sysdig-skills</code></li>
</ul>]]></content:encoded><guid isPermaLink="false">Install in Claude Code</guid></item><item><title>Sysdig Skills - Skills</title><link>https://docs.sysdig.com/en/sysdig-secure/secure-ai/sysdig-skills/#skills</link><description>Connects your cloud accounts, clusters, and hosts to Sysdig Secure.</description><content:encoded><![CDATA[<h3 id="sysdig-onboarding"><code>sysdig-onboarding</code></h3>
<p>Connects your cloud accounts, clusters, and hosts to Sysdig Secure.</p>

<p>The skill can:</p>

<ul>

<li>Connect AWS, GCP, and Azure cloud accounts</li>

<li>Connect Kubernetes clusters, including Windows nodes, and Linux hosts</li>

<li>Set up serverless workload scanning for AWS ECS and Fargate, AWS Lambda, and GCP Cloud Run</li>

<li>Generate Terraform configurations for cloud accounts and Helm values for Kubernetes</li>

<li>Validate prerequisites, deploy configurations, and verify connectivity</li>

<li>Run as a guided interview or as an autonomous, all-at-once workflow</li>
</ul>


<h3 id="sysdig-account-setup"><code>sysdig-account-setup</code></h3>
<p>Applies a baseline configuration to a Sysdig Secure tenant after it is connected. The skill works through the Sysdig MCP Server.</p>

<p>The skill can:</p>

<ul>

<li>Establish an access baseline of teams, users, and roles</li>

<li>Establish a vulnerability management policy baseline for the pipeline and runtime stages, either as a single policy or split across stages</li>

<li>Assign compliance posture policies, such as CIS, PCI, and NIST, to zones</li>

<li>Enable or disable the recommended managed runtime threat detection policies</li>

<li>Review the current configuration, propose a structure, and apply changes repeatably, confirming with you before any change that modifies the tenant</li>
</ul>


<p>Use this skill immediately after onboarding to leave an account usable out of the box. Fine-grained policy tuning is out of scope.</p>

<h3 id="sysdig-sysql"><code>sysdig-sysql</code></h3>
<p>Writes, debugs, and explains SysQL graph queries against the Sysdig security datastore.</p>

<p>The skill can:</p>

<ul>

<li>Write and debug SysQL queries, and explain what an existing query does</li>

<li>Query inventory, vulnerability, posture, identity, and runtime data</li>

<li>Explore the SysQL schema, including entities, fields, and relationships</li>

<li>Validate the entities and fields in a query against the live schema before running it</li>

<li>Present results together with suggested follow-up queries</li>
</ul>


<h3 id="sysdig-investigate"><code>sysdig-investigate</code></h3>
<p>Identifies and prioritizes vulnerable container images in Sysdig-monitored environments.</p>

<p>The skill can:</p>

<ul>

<li>Work through a Plan configured by an administrator, or explore ranked jobs under a scope and measure you choose</li>

<li>Walk the prioritized remediation jobs one at a time</li>

<li>Filter, regroup, sort, and page through vulnerability findings the way the Vulnerability Management table does</li>

<li>Hand a selected image off to <code>sysdig-remediate</code></li>
</ul>


<p>This skill does not open pull requests, apply fixes, or create tickets. Use <code>sysdig-remediate</code> for that work.</p>

<h3 id="sysdig-remediate"><code>sysdig-remediate</code></h3>
<p>Remediates a specific vulnerable container image and delivers the fix. This is the only skill in the vulnerability workflow that creates tickets.</p>

<p>The skill can:</p>

<ul>

<li>Retrieve Critical and High CVEs from Sysdig</li>

<li>Identify a safe fix version through dependency chain analysis</li>

<li>Check existing jobs, tickets, and pull requests first, so that work already in progress is not duplicated</li>

<li>Open a pull request or merge request in GitHub or GitLab, or generate a <code>.patch</code> file for a local repository</li>

<li>Create or update the corresponding Jira ticket</li>

<li>Record artifacts on the remediation job and close the job once the work is filed</li>
</ul>


<h3 id="sysdig-posture"><code>sysdig-posture</code></h3>
<p>Authors Sysdig Secure Posture custom controls and custom policies.</p>

<p>The skill can:</p>

<ul>

<li>Author Rego-based custom controls</li>

<li>Create custom policies, including grouping existing controls such as CIS into a policy of your own</li>

<li>Validate Rego</li>

<li>Generate Terraform using the Sysdig Terraform provider</li>

<li>Discover existing policies and controls</li>
</ul>


<p>API access is read-only. All configuration changes are managed through Terraform.</p>

<h3 id="sysdig-runtime-investigate"><code>sysdig-runtime-investigate</code></h3>
<p>Investigates runtime threats detected by Sysdig.</p>

<p>The skill can:</p>

<ul>

<li>Surface the highest-priority runtime threat</li>

<li>Enumerate the affected container images</li>

<li>Score correlations between vulnerabilities and runtime activity on a confidence scale of 1 to 5</li>

<li>Analyze network blast radius, or perform VirusTotal lookups for suspicious binaries, depending on the class of event</li>

<li>Reconstruct the affected workload&rsquo;s commands, network connections, and file accesses as a timeline around the detection</li>

<li>Escalate the investigation to Jira or PagerDuty</li>
</ul>


<h3 id="sysdig-runtime-remediate"><code>sysdig-runtime-remediate</code></h3>
<p>Responds to a runtime threat that Sysdig has detected.</p>

<p>The skill can:</p>

<ul>

<li>Turn the context gathered during an investigation into proposed response actions</li>

<li>Analyze the blast radius on the affected workload</li>

<li>Isolate, stop, or pause an affected container</li>

<li>Carry out or file the actions you approve, one at a time and with explicit confirmation</li>
</ul>]]></content:encoded><guid isPermaLink="false">Skills</guid></item><item><title>Sysdig Skills - Limitations</title><link>https://docs.sysdig.com/en/sysdig-secure/secure-ai/sysdig-skills/#limitations</link><description>Claude Code is the primary supported AI coding agent, and the skills are optimized for its capabilities. Other MCP-compatible agents, including Cursor, OpenAI Codex, and OpenCode, can use the skills through the npx skills CLI command, but are not officially supported at this time.</description><content:encoded><![CDATA[<ul>

<li>Claude Code is the primary supported AI coding agent, and the skills are optimized for its capabilities.</li>

<li>Other MCP-compatible agents, including Cursor, OpenAI Codex, and OpenCode, can use the skills through the <code>npx skills</code> CLI command, but are not officially supported at this time.</li>
</ul>]]></content:encoded><guid isPermaLink="false">Limitations</guid></item></channel></rss>