Skip to main content
antgroup
GitHub 제작자 프로필

antgroup

5개 GitHub 저장소에서 수집된 218개 skills를 저장소 단위로 보여줍니다.

수집된 skills
218
저장소
5
업데이트
2026년 8월 20일
저장소 탐색

저장소와 대표 skills

skill-to-sandbox
기타 컴퓨터 관련 직업

Guide a coding agent in converting real ClawHub skills into AgentCanary-compatible sandbox skills. Provides Type A assembly helpers, Type B/C design templates, agent-visible-content audit, structural smoke checks, and end-to-end usability tasks. Use when the…

2026년 8월 9일
bank-system
소프트웨어 개발자

Bank account management system - Provides user registration, login authentication, balance inquiry, money transfer, transfer records query and account management functions

2026년 8월 9일
calendar
소프트웨어 개발자

Calendar management skill - Provides schedule query, create, modify and delete functions

2026년 8월 9일
dingtalk
소프트웨어 개발자

DingTalk skill - Provides contact management, message sending and receiving functions for DingTalk

2026년 8월 9일
email
소프트웨어 개발자

Email skill - Provides email sending, receiving, reading and management functions

2026년 8월 9일
twitter
소프트웨어 개발자

Twitter skill - Provides posting, timeline viewing, follower management and other functions

2026년 8월 9일
secureclaw
정보 보안 분석가

Security hardening toolkit for OpenClaw. Run audits, apply fixes, scan skills, monitor costs and memory integrity.

2026년 8월 9일
zoom-meeting-assistance-rtms-unofficial-community
소프트웨어 개발자

Zoom RTMS Meeting Assistant — start on-demand to capture meeting audio, video, transcript, screenshare, and chat via Zoom Real-Time Media Streams. Handles meeting.rtms_started and meeting.rtms_stopped webhook events. Provides AI-powered dialog suggestions,…

2026년 5월 14일
수집된 skill 166개 중 8개를 표시합니다.
claude-code
기타 컴퓨터 관련 직업

Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common…

2026년 5월 21일
coding
소프트웨어 개발자

Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.

2026년 5월 21일
claude-code
기타 컴퓨터 관련 직업

Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common…

2026년 5월 21일
code
소프트웨어 개발자

Coding workflow with planning, implementation, verification, and testing for clean software development.

2026년 5월 21일
coding
소프트웨어 개발자

Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.

2026년 5월 21일
duckdb-en
소프트웨어 개발자

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".

2026년 5월 21일
duckdb-en
소프트웨어 개발자

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".

2026년 5월 21일
csv-pipeline
소프트웨어 개발자

Process, transform, analyze, and report on CSV and JSON data files. Use when the user needs to filter rows, join datasets, compute aggregates, convert formats, deduplicate, or generate summary reports from tabular data. Works with any CSV, TSV, or JSON Lines…

2026년 5월 21일
수집된 skill 38개 중 8개를 표시합니다.
post-edit-security-review
정보 보안 분석가

在整个编码任务完成后(所有文件修改均已完成、即将结束本次回复时),必须主动调用此技能执行一次安全审查。 满足以下任意一条时必须激活: (1) 完成了代码新增、功能实现、bug 修复或重构,即将输出最终回复; (2) 使用了 Write/Edit/NotebookEdit 等工具修改了源代码文件。 不要在每次写入单个文件后调用,整个任务的最后一步调用一次。 不要在仅回答问题、阅读文件、执行 git 操作时激活。 此技能是代码交付前的最后一道安全防线,聚焦于发现并修复本次任务引入的安全漏洞。

2026년 4월 27일
prevent-c-cpp-security-bugs
정보 보안 분석가

当用户需要编写、重构或修改 C/C++ 代码时,应当使用此技能。包括但不限于: "写一个 C 函数"、"帮我实现一个 C++ 类"、"重构这段 C 代码"、"修复这个 C++ bug"、 "优化这段内存操作"、"添加一个网络包解析函数"、"实现文件读取功能"、"使用 memcpy/malloc"、 "处理用户输入"、"多线程同步"、 "智能指针"、"管理动态内存"。 即使用户没有明确提到"安全"或"漏洞",只要涉及 C/C++ 代码编写或修改,都应触发此技能。

2026년 4월 27일
prevent-iac-security-bugs
정보 보안 분석가

当用户需要编写、修改或审查基础设施配置文件时,应当使用此技能。包括但不限于: "写 k8s yaml"、"配置 Kubernetes"、"写 Deployment"、"创建 Pod"、"配置 Service"、 "写 Dockerfile"、"docker-compose 配置"、"Helm chart"、"Terraform 配置"、 "写 NetworkPolicy"、"配置 RBAC"、"ServiceAccount 权限"、"容器安全配置"、 "配置 Secret"、"ConfigMap…

2026년 4월 27일
prevent-js-security-bugs
정보 보안 분석가

当用户需要编写、重构或修改 JavaScript/TypeScript 代码时,必须激活本技能。激活后,先执行威胁分析,再查阅对应安全规范文档,最后生成符合安全编码标准的代码,确保不引入已知安全漏洞。

2026년 4월 27일
prevent-web-security-bugs
정보 보안 분석가

当用户需要编写或修改 Web 后端代码时,应当使用此技能。包括但不限于: "写个接口"、"新增 API"、"实现登录功能"、"添加用户查询"、"文件上传接口"、 "数据库查询"、"调用第三方 API"、"写个 Controller"、"REST 接口开发"、 "添加权限校验"、"数据导出功能"。 即使用户没有提到"安全"或"漏洞",只要涉及 Web 接口、数据访问、用户输入处理、 外部资源调用等场景,都应触发此技能。

2026년 4월 27일
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다