skill-installer/skills/skill-installer/SKILL.md
Install skills into the global or workspace-specific skills directory from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
npx skillsauth add alffei/skill_share skill-installerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated, but users can also provide other locations.
Use the helper scripts based on the task:
Install skills with the helper scripts.
When listing curated skills, output approximately as follows, depending on the context of the user's request: """ Skills from {repo}:
After installing a skill, tell the user: "Restart Antigravity to pick up new skills."
All of these scripts use network, so when running in the sandbox, request escalation when running them.
scripts/list-curated-skills.py (prints curated list with installed annotations)scripts/list-curated-skills.py --format jsonscripts/install-skill-from-github.py --repo <owner>/<repo> --path <path/to/skill> [--global]scripts/install-skill-from-github.py --url https://github.com/<owner>/<repo>/tree/<ref>/<path> [--global]<workspace-root>/.agent/skills/<skill-name>.--global flag to install into the global directory ~/.gemini/antigravity/skills/<skill-name>.--path values install multiple skills in one run, each named from the path basename unless --name is supplied.--ref <ref> (default main), --dest <path>, --method auto|download|git, --global.https://github.com/openai/skills/tree/main/skills/.curated via the GitHub API. If it is unavailable, explain the error and exit.GITHUB_TOKEN/GH_TOKEN for download.~/.gemini/antigravity/skills and current workspace skills directory <workspace-root>/.agent/skills.testing
Writes complete WeChat tech posts (hook, TOC, body, checklists, image placement, layout notes, summaries). Use when the user asks to draft a WeChat tech article, generate reusable prompts for writing, or turn a topic/outline into a publish-ready post.
tools
Crafts and rewrites WeChat tech post titles across multiple patterns (list, contrast, outcome, scenario, anti-myth, template). Use when the user needs headline brainstorming or “restrained but clickable” title rewrites for tech/engineering WeChat公众号.
content-media
Defines WeChat tech public-account positioning, audience segmentation, content pillars, and long-term columns. Use when the user asks about account positioning, reader personas, content strategy, or column planning for a tech/engineering WeChat公众号.
development
Builds WeChat-friendly outlines for tech posts, including multi-level TOC, reader-benefit lines per section, pitfalls and action checklists, and 30-second skim summaries. Use when the user asks for outlines, structures, or tutorial-style blueprints for tech/engineering WeChat公众号.