Zhow01Zhow01Communityยท129 Agent Skills Included

SkillAttack

Automated red teaming that finds exploitable skill vulnerabilities

Runs automated adversarial attacks against agent skills to verify whether vulnerabilities are actually exploitable. Analyzes skill code for attack surfaces, generates adversarial prompts, executes them in sandboxed agents, and refines attack paths from real execution feedback. Eliminates manual penetration testing of skills and shares discovered attack traces with a community defense library.
npx skills add Zhow01/SkillAttack --all -g -y

All Skills in This Repository (129)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Zhow01Zhow01

Market Research

Aggregate validated market evidence into sizing, competition, and pricing briefs.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

klaviyo

Access Klaviyo profiles, lists, campaigns, flows, events, metrics, templates, catalogs, and webhooks via managed OAuth.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

beauty-generation-free

Generate AI portraits via API-key-secured workflows with quota tracking.

Community
Intermediate
๐Ÿ“ฆ In Repo
Zhow01Zhow01

baidu-netdisk-manager

Manage Baidu Netdisk files via Python CLI with QR and cookie authentication.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

fast-io

Configure MCP-enabled Fast.io workspaces with PKCE authentication and access controls.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

torch-market

Automate vulnerability discovery and prompt-driven exploitation of agent skills.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

juejin-skills

Automate Juejin hot-article discovery, Markdown publishing, and article retrieval.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

Screenshot

Capture, inspect, and compare screenshots across desktop, web, and CI environments.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

video-subtitles

Generate SRT subtitles from video or audio with translation and burn-in options.

Community
Intermediate
๐Ÿ“ฆ In Repo
Zhow01Zhow01

openai-whisper-api

Transcribe audio files to text using OpenAI's Whisper API.

Community
Intermediate
๐Ÿ“ฆ In Repo
Zhow01Zhow01

web-search-plus

Route user queries to suitable search providers by analyzing intent and signals.

Community
Advanced
๐Ÿ“ฆ In Repo
Zhow01Zhow01

moltguard

Detect and block unsafe prompts and secret leakage in OpenClaw deployments.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install SkillAttack?โ–ผ

Run `npx skills add Zhow01/SkillAttack --all -g -y` in your terminal to install everything globally. You will also need Python 3.10+, Docker, and an OpenAI-compatible model endpoint to run experiments.

What does SkillAttack actually test?โ–ผ

It checks whether vulnerabilities in agent skills are truly exploitable by attacking them with adversarial prompts in a sandboxed environment. It covers attack types like data exfiltration, prompt injection, backdoors, and denial of service.

How does the SkillAttack pipeline work?โ–ผ

It runs three stages: analyzing a skill's code for attack surfaces, generating adversarial prompts targeting those surfaces, then executing and refining attacks based on real sandbox results.

Can I test my own custom skill with SkillAttack?โ–ผ

Yes. Point `main.input.raw_skill_root` in `configs/experiment.yaml` to any directory containing a SKILL.md file and run the main experiment.

Do I need coding experience to use SkillAttack?โ–ผ

Basic command-line familiarity is required since it runs as a Python pipeline with Docker sandboxes. The quickstart script handles dependency setup, sandbox configuration, and a smoke test automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’