A collection of custom AI agent skills for Google Antigravity and the open agent skills ecosystem.
Supply asset profile
Deep research, source comparison, literature review, RAG, knowledge search, and reports.
Scenario
Document processing
I need my agent to read PDFs, extract tables, and turn documents into structured data.
Agent fit
Claude Code + CLI + Codex
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add hankunpeng/skills
Maintenance
fresh
2d since push
Risk
Needs review
Dependency or permission surface needs review
GitHub quality
36
72/100 quality · 72/100 trust
Coverage tags
Review notes
Dependency or permission surface needs review · Permission surface may require sandboxing
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
StrongSolid option that is likely worth shortlisting for production workflows.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewInstall readiness, security metadata, maintenance, and adoption risk.
Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
36 GitHub stars
Repo activity
36 stars, 0 forks
Maintenance
2d since push
License
MIT
Install
npx skills add hankunpeng/skills
Install safety
standard package or runtime install path
Permission surface
secrets or environment access, shell or command execution
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Do not use when
Agent safety v2
This skill should not be selected by an agent without explicit human security review.
Do not auto-install. Inspect the source, dependencies, and permission surface first.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Skill may read or write project files, documents, generated artifacts, or local workspace state.
high
Skill metadata references credentials, tokens, environment variables, or secret-bearing workflows.
Install targets
Copy the registry command or an agent-specific install prompt for Codex, Claude Code, and Cursor.
Use the registry command when your workflow supports the OpenAgentSkill installer.
$ npx skills add hankunpeng/skillsAgent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Resolve JSON
/api/agent/resolve?task=Use%20Skills%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20Skills%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/hankunpeng-skills/install
Agent should check
Copy prompt
Task: Use Skills in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20Skills%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/hankunpeng-skills/install
Install command: npx skills add hankunpeng/skills
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/hankunpeng-skills/install
LLM text format
/api/skills/hankunpeng-skills/install?format=text
Find alternatives
/api/skills/search?q=Skills&limit=3
Agent prompt
Use Skills for this task. Review https://www.openagentskill.com/api/skills/hankunpeng-skills/install, then install with: npx skills add hankunpeng/skillsRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/hankunpeng-skills
LLM text
/api/registry/manifest/hankunpeng-skills?format=text
Install alias
/api/registry/install/hankunpeng-skills
Recommend
/api/registry/recommend?task=Use%20Skills%20in%20an%20agent%20workflow&limit=3
Agent fit
Content automation
Platforms
Python, Claude Code
Audit report
Review install readiness, maintenance, trust, quality, and metadata warnings before adding this skill to an agent workflow.
Agent decision cockpit
Prototype with this skill first; keep a fallback candidate ready.
Role in stack
Fallback candidate
Primary fit
Content automation
Trust label
Prototype first
Install path
Command ready
Use when
Evidence
Review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
CHECK36 GitHub stars
Stars/forks activity
CHECK36 stars, 0 forks; issue activity unavailable in current metadata
Recent maintenance
PASS2d since push
License clarity
PASSMIT
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
Solid option that is likely worth shortlisting for production workflows.
Workflow fit
Publish consistently
I need my agent to turn research and product updates into useful content drafts.
Parse messy files
I need my agent to read PDFs, extract tables, and turn documents into structured data.
Manage repositories
I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Workflow fit
Operate and verify web apps
A workflow for agents that navigate products, fill forms, take screenshots, and verify real user flows across web applications.
Ingest, retrieve, and cite
A workflow for document-heavy agents that ingest files, create searchable knowledge, retrieve relevant context, and answer with grounded sources.
Turn skills into distribution
A workflow for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Alternative shortlist
Similar skills in this category, ranked with the same readiness and quality signals.
A comprehensive collection of ready-to-use scientific and research skills for AI agents.
A curated list of resources and tools for enhancing Claude AI workflows.
A collection of practical, installable AI agent skills for disk cleanup, AI news retrieval, and project management, following the Agent Skills standard.
# My skills ٩(^ᴗ^)۶
English | [简体中文](README_zh.md)
A collection of custom AI agent skills for improving daily work efficiency.
## Available Skills
This repository contains the following skills:
### 1. YouTube Video Summarizer (`yt-summarize`) * **Description**: Downloads YouTube subtitles and summarizes the video content using Gemini models while filtering out sponsor promotions. * **Installation**: ```bash npx skills add hankunpeng/skills --skill yt-summarize ```
### 2. Twitter Posting (`twitter`) * **Description**: Posts content (text and up to 4 images) to X (Twitter) using Chrome Computer Use Mode. * **Installation**: ```bash npx skills add hankunpeng/skills --skill twitter ```
### 3. Conventional Commits (`conventional-commits`) * **Description**: Enforce, validate, lint, and manage Conventional Commits across git repositories. Generates semantic changelogs and installs git hooks. * **Installation**: ```bash npx skills add hankunpeng/skills --skill conventional-commits ```
### 4. Antigravity CLI Statusline (`antigravity-cli-statusline`) * **Description**: Customizes the Antigravity CLI status bar to show folder icons, home-abbreviated current working directory, model name, and 5H/7D token quota usage with live refresh countdown. * **Installation**: ```bash npx skills add hankunpeng/skills --skill antigravity-cli-statusline ```
### 5. Gemini Web Client (`gemini-cli`) * **Description**: Generates images and text via reverse-engineered Gemini Web API. Suitable for AI Pro and higher tier subscription users. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. * **Installation**: ```bash npx skills add hankunpeng/skills --skill gemini-cli ```
### 6. Chinese Copywriting Linter (`chinese-copywriting-linter`) * **Description**: Lint and automatically format Chinese copywriting and typesetting in Markdown documents according to the Chinese Copywriting Guidelines.
Frameworks & Tools
Decision snapshot
recent repository activity
Audit snapshot
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the audit before production use.
Growth loop
Scenario-led draft for Skills, ready for a manual X post.
A lot of agents don't need a bigger prompt. They need fresher context. Skills feels like a recent-web radar for Codex, Claude Code, Cursor, and research agents. 36 stars https://www.openagentskill.com/skills/hankunpeng-skills?ref=x #AIAgents
Listing + install path for Skills: https://www.openagentskill.com/skills/hankunpeng-skills?ref=x Install: npx skills add hankunpeng/skills
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This community indexed listing is attributed to hankunpeng but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/hankunpeng-skills)
[](https://www.openagentskill.com/skills/hankunpeng-skills)
[](https://www.openagentskill.com/skills/hankunpeng-skills/audit)
[](https://www.openagentskill.com/skills/hankunpeng-skills)hankunpeng
@hankunpeng
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
Claude Scientific Skills
A comprehensive collection of ready-to-use scientific and research skills for AI agents.
31.2K stars · 0 installsAwesome Claude Skills
A curated list of resources and tools for enhancing Claude AI workflows.
65.9K stars · 0 installsKhazix Skills
A collection of practical, installable AI agent skills for disk cleanup, AI news retrieval, and project management, following the Agent Skills standard.
17.8K stars · 0 installs